Tuesday, November 29, 2011

Install a Native C Executable on Eee Pad Transformer Android 3.2

After Eee Pad Transformer TF101 is rooted, we may like to install a native C executable which was generated by the NDK tool chain. A Busybox installer may be helpful since it provides the "cp" command. Then we may want to put this executable in /system. No matter we use "mv" or "cp", we still often get a "cross device link ERROR" or since /system is not writable unless we use something like this:

mount -o rw,remount -t yaffs2 /dev/block/mmcblk0p1 /system

If the /system is not in mmcblock0p1, please use "mount" to find the right place.

Now we can use "cp" the executable to /system/xbin, and "chmod 744 ..." to be executable.

No comments:

Followers

Blog Archive

About Me

My photo
HD Multimedia Technology player