On Oct 28, 2:45 pm, Semitsoglou-Tsiapos Dimitrios <[email protected]> wrote:
> Then, on the android device, the file needs to be moved to a directory where > it > can be exected from; /system/xbin for example: > mv /mnt/sdcard/hello /system/xbin/hello > > Now do the chmod wizardry: > chmod +x /system/xbin/hello Note that you will likely have to remount /system rw before that will work There are some other implementation-specific locations that aren't mounted noexec which may be more suitable Officially, you aren't supposed to make stand-alone native executables... one of the more serious shortfalls of the android design -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
