Quote:
Originally Posted by Brock1909
/data/local/asroot2 /system/bin/sh
i get to that point, and then it says its not found and cannot go any further..any idea why?
|
did ti look something like this minus your SDK file names different
cd C:\AndroidSDK1\tools
adb push asroot2 /data/local/
adb shell
chmod 0755 /data/local/asroot2
/data/local/asroot2 /system/bin/sh
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cd /system/bin
cat sh > su
chmod 4755 su