HELP cant UNROOT after 2.3.20

jparis09

New Member
Joined
Sep 29, 2010
Messages
3
Reaction score
0
I rooted my phone again after I updated the 2.3.20. Im trying to send it in to motorola now, and I cant seem to unroot it now. PLEASE HELP
 
OP
J

jparis09

New Member
Joined
Sep 29, 2010
Messages
3
Reaction score
0
Im kinda new to this stuff where do i find the sbf file
 

chrstdvd

Member
Joined
Sep 30, 2010
Messages
577
Reaction score
0
Location
McKenney Va
If you have root explorer, open it up and navigate to:
1. /system/data/local/tmp and delete the rageagainstthecage file.
2. navigate to /system/app and delete Superuser.apk
3. navigate to /system/bin and deleate su and busybox
4. reboot the phone and you are no longer rooted.

Or you can use use the Android SDK and adb.
get into a shell "adb shell" you will have the # prompt
rm /system/data/local/tmp/rage*
rm /system/app/Superuser.apk
rm /system/bin/su
rm /system/bin/busybox
reboot
 
Top