How do you UnRoot Droid X running official OTA 2.2?

C5O

Member
Joined
May 8, 2010
Messages
150
Reaction score
0
Location
Florida
does anyone know how I can unroot my droid x running the official 2.2 OTA
 

pc747

Regular Member
Rescue Squad
Joined
Dec 23, 2009
Messages
25,489
Reaction score
6,865
- open your trusty terminal app
- you should see a $ symbol, now do the following
- su
- now you should see a # symbol
- 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 your phone. Toda, no more root


posted by: Eousphoros
 
Joined
Apr 8, 2010
Messages
54
Reaction score
0
Thanks for posting this, I was just trying to figure this out. This forum always makes things so much easier!
 

66chevelless

New Member
Joined
Sep 9, 2010
Messages
10
Reaction score
0
Unrooting DX w/2.2

Soo sorry in advance for my paranoid question... I obtained root using the android sdk and placing "doroot" into the tools folder of android sdk. Worked great, but then realized that I wanted to be able to unroot if need be for warranty purposes, plus I impulsively did all this THE FIRST DAY OF HAVING THE PHONE! (I got overconfident rooting my D1, and figured I could do this). SO here's my questions... I just don't want to mess anything up!

Does this unroot method work regardless of how root was obtained?
Also, just to make sure I am not messing things up... I enter the text in the terminal emulator EXACTLY as shown above? Ie. the spaces, and all? I am assuming that the "*" that appears at the beginning of line 8 is supposed to be a "-" ? and the "mount -o ro" on line 9 is correct and not supposed to look like the "mount -o rw" on line 5? :icon_eek:
 

tatuud

Member
Joined
Nov 4, 2010
Messages
257
Reaction score
0
Its correct...rw-read write...ur mounting system as read write. Ro-read only...ur mounting system back to read only.

Sent from my DROIDX using DroidForums App
 

standupguy33

New Member
Joined
Oct 27, 2010
Messages
5
Reaction score
0
man that was sooo much easier than i thought it would be. worked great, now when i originally rooted my x i used doroot, now after i get my new x(unrooted due to screen spots)should i doroot again or should i try that one click root? thanx again pc747!
 

wkim

New Member
Joined
Jan 21, 2011
Messages
1
Reaction score
0
everytime i "su" it keeps saying "permission denied." how do give superuser permission for the terminal app?
 
Top