What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HELP cant UNROOT after 2.3.20

jparis09

New Member
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
 
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
 
Back
Top