View Single Post
Old March 8th, 2011, 10:06 AM   #10 (permalink)
RoOoLeR
Junior Member
 
RoOoLeR's Avatar
 
Join Date: Nov 2010
Location: Cedar City, Utah
Posts: 31
 
Device(s): DroidX, Original Droid
Thanks: 21
Thanked 99 Times in 17 Posts
Send a message via AIM to RoOoLeR Send a message via MSN to RoOoLeR roooler@gmail.com
Default

->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
RoOoLeR is offline  
Reply With Quote
The Following User Says Thank You to RoOoLeR For This Useful Post:
gmenfan83 (March 8th, 2011)