Hi,
First of all I would like to clarify that I am not that familiar with how the android OS is built and what goes on behind the scene. Most of my experience comes from Linux and programming in Python.
Now to my question, I have written a program in Python that I am currently running on my Linux devices to unpack encrypted (AES256) 7-zip files. I would like to be able to run this program on my Android devices as well. I need a third party application to unpack the 7-zip files on android in a command line like environment. The program needs to run in the background, no user interaction at all.
On my Linux devices I simply have 7-zip installed and then run a os.system("7zip command") to unpack my files.
Can something similar be done on Android?
Thank you for reading!
Just in case someone stumbles here having the same problem, I found out I could simply use a 7zip binary. I put it in root then launch it with /7zip, simple enough
Related
True NOOB, I am trying Fenny's webtop hack for Atrix. I installed FDK so I could install SDK (i think that was the order, i got there anyway). I downloaded WinRAR so i could unzip and get to .apk file for portal and dock service. I have no idea how to "run INSTALL.bat from the unzipped files". I run windows xp pro and I downloaded the correct .apk files for my Atrix. Over my head, clueless (although I did stumble painfuly this far searching and reading everything I could). I am sure there is some basic knowledge I am missing and would appreciate guidance. BTW I can't enter any characters in my sdk manager.exe
Hi,
I'm new to android developement. To make it short. Our project needs to be ported for android. It has some java and C code. We run this java as applet using Oracle JRE in linux systems and using firefox browser.
Now it needs to be done on android and browser. Android doesnot support JRE. Hence i downloaded eclipse, ADT plugin. Added my java files, external JRE library and compiled it. Got the apk and classes.dex.
Now my question here is i'm not able to proceed further. How to execute the same as in JRE before. I'm totally confused. Running the apk in emulator/android mobile only runs the activity.java code. Say i'm printing hello world in that(i dont need that but still i have wrote it as my first program).
I dont know how to execute my other java files(which will run as java applet before in linux systems). I'm stuck here since i have not worked on android.
This would be the first step in to my porting.
Also the easy solution would be to run the applet.jar i have directly on android similar to linux jre. Is it possible.?
Any sort of help would be great. Thanks.
This question is very specifically about virtualising the operating system from a system.img file (designed to be flashed to a device) in software like VMWare or VirtualBox. It is not about running Android in a virtual machine in a generic sense.
Google doesn't give me anything for this topic, so before I type out what doesn't work I'm going to leave the thread open and see what advice we can assemble. I do have a specific ROM in mind, but this would be vastly more useful for the world as a whole if the solution was generic. Even if it's very complicated. I imagine it is complicated because there's no installer and no driver pack for VMWare or VirtualBox. I would prefer a solution that uses one of these, even if performance isn't wonderful.
Notes: We're talking about virtualisation, so the ROM is of course for an x86 device, but I do not have the device yet to flash this ROM to. So solutions can't involve flashing to the real device in order to get the filesystem.
Hello Everyone,
I am assigned into a new project which is based on Oracle Mobile Supply Chain Architecture(MSCA), our client is using Motrolla MC9091 and the OS is (Windows 6.5).
I need to Start a .exe file automatically when the device gets started, my friends suggested me that it can be achieved using .bat file but in this forum i found that its not possible to create a batch file in windows mobile.
So , please tell me any idea. How to run .exe file automatically when the device gets started and can we write a .bat file in windows 6.5.
Thanks in Advance
put a shortcut to the .exe in the windows startup folder.
If have more complex commands you want run use mortscript to create a script (bit like batch) to complete required functions & add this script via a link to startup folder .
hi, I'm a newbie on android.
I'm building AOSP on a remote server and cannot run emulator on it due to I have only ssh access. So I want to copy the system images I built to my local Windows PC to run.
I installed Android Suite on my local Windows PC and install AVD manager, I can run google images with the emulator.
But my problem is I can not run with my images on my Windows PC.
What I did is just replace the system.img in "C:\Users\MYACCOUNT\AppData\Local\Android\Sdk\system-images\android-29\google_apis\x86_64" with the system-qemu.img (renamed to system.img).
P.s.:The system.img I built is also "aosp_x86_64-eng".
Can anybody give me any guide what should I do on this? Thansk in adv.