I am trying to run my ICS AVD and have tried this:
adb shell mount -o rw,remount -t yaffs2 /dev/block/mtdblock03 /system adb push su /system/xbin/su adb shell chmod 06755 /system adb shell chmod 06755 /system/xbin/su
The following error failed:
could not copy 'su' to '/ system / xbin / su': Out of memory
How can i fix this?
android android-emulator su
Binoy Babu Mar 29 '12 at 8:40 2012-03-29 08:40
source share