->Removing SU/ROOT<-
- Open the Android Terminal Emulator and you will see a user prompt $
- su (Now you should see a # symbol. This is the SU (Superuser) command prompt)
- mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
- rm /system/app/Superuser.apk
- rm /system/bin/su
- rm /system/bin/busybox
- mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
- reboot
|