D
doktornotor
Guest
1/ Why do not you just addPlease read the two line instruction dont just flash.
Reboot into recovery by three button combo (Home + VolumeDown + Power Button)
Goto mounts and storage > mount /system (Please dont forget this step.)
Code:
mount("MTD", "system", "/system");
Code:
unmount("/system");
2/ On another note:
- frankly copying 4 versions of su binary does not make any sense
- you are missing the whole busybox setup so you will have big trouble with this method; you need to run
Code:
/system/xbin/busybox --install -s /system/xbin
3/ Also, /system/xbin/su is supposed to have 6755, not 4755 SUID permissions.
4/ Finally, what is the sqlite3 thing doing there?
Last edited: