Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
navenedrob
Old
(Last edited by navenedrob; 31st August 2011 at 02:28 AM.)
#1  
navenedrob's Avatar
Senior Member - OP
Thanks Meter 489
Posts: 497
Join Date: Apr 2009
Location: Kannapolis, NC

 
DONATE TO ME
Lightbulb Droid X2 OTA Gingerbread Root Guide

Droid X2 Gingerbread Root Guide

Quote:
"One Click" method now available, see MikeJ92YJ's post here: http://forum.xda-developers.com/show....php?t=1234973
Thanks to drjbliss for finding the Motorola vulnerability that lead to this. Original work here: http://vulnfactory.org/blog/2011/08/...g-the-droid-3/

Follow this guide exactly, and you can root OTA Gingerbread on your Droid X2 That means no more SBF'ing Froyo just so you can root. I have put all the commands into a few simple scripts. Instead of doing everything manually, you can just follow this simple guide. This post assumes you have ADB installed and know how to use it, and that you have the Motorola USB drivers installed.

--

Step 1:

Quote:
METHOD A: Download the attached zip file with the root files, and extract the files somewhere memorable. Plug your phone into AC charger or computer. FOLLOW STEP 2.
OR

Quote:
METHOD B: Download the attached zip file with the root files, plug your phone into your computer, and put the phone in USB Mass Storage mode. Then extract the files to the internal storage device a.k.a. MOT. If you choose this method then you can SKIP STEP 2 AND GO TO STEP 3.
Download: http://www.multiupload.com/B7HPPKOT86
Mirror: http://www.mediafire.com/?t31bnhaiwyulf81

--

Step 2 (if you chose METHOD A):

Open Windows command terminal.

Type these commands:

extracted-location = place where you extracted files to, if you are in the same location as the files, then you can omit extracted-location/.

Code:
adb push extracted-location/motoroot-step1.sh /sdcard/
adb push extracted-location/motoroot-step2.sh /sdcard/
adb push extracted-location/motoroot-step3.sh /sdcard/
adb push extracted-location/su /sdcard/
adb push extracted-location/Superuser.apk /sdcard/
--

Step 3:

Type these commands:

Code:
adb shell
sh /sdcard/motoroot-step1.sh
Hard reboot your phone.

--

Step 4:

Type these commands:

Code:
adb shell
sh /sdcard/motoroot-step2.sh
Hard reboot your phone.

--

Step 5:

Type these commands:

Code:
adb shell
sh /sdcard/motoroot-step3.sh
Your phone will reboot itself.

--

Step 6:

Type these commands:

Code:
adb shell
su
Accept the Superuser prompt on your phone and allow access. Now any time you want to adb shell, you can type su afterwards and obtain root.

--

Congratulations, you are now rooted.
Attached Files
File Type: zip drjbliss-GB-motoroot-filesONLY.zip - [Click for QR Code] (134.2 KB, 675 views)
If you like my work, consider donating, or thanking me by clicking the thanks button
The Following 15 Users Say Thank You to navenedrob For This Useful Post: [ Click to Expand ]
 
eboytsov
Old
#2  
Junior Member
Thanks Meter 3
Posts: 3
Join Date: Oct 2007
Location: Brooklyn
worked great...thank you
 
TheMuffStuff
Old
(Last edited by TheMuffStuff; 25th August 2011 at 11:28 PM.)
#3  
Account currently disabled
Thanks Meter 821
Posts: 4,848
Join Date: Dec 2010
Location: South Florida

 
DONATE TO ME
Trying it now.

Edit: Script works great, rooted and everything, superuser works.
 
huedawg
Old
#4  
huedawg's Avatar
Senior Member
Thanks Meter 10
Posts: 194
Join Date: Apr 2010
Worked for me as well !! Thanks +1 . Now if only I could get into my recovery
 
triplec76
Old
#5  
Junior Member
Thanks Meter 1
Posts: 22
Join Date: Jan 2008
I tried using P3's new one-click root. It complete successfully, but Titanium is claiming it does not have root access. P3's one-click appears to be doing the same thing listed here. Anyone else?
 
huedawg
Old
#6  
huedawg's Avatar
Senior Member
Thanks Meter 10
Posts: 194
Join Date: Apr 2010
Quote:
Originally Posted by triplec76 View Post
I tried using P3's new one-click root. It complete successfully, but Titanium is claiming it does not have root access. P3's one-click appears to be doing the same thing listed here. Anyone else?
I just downloaded Titanium and ran it . It tells me that everything is ok .
 
triplec76
Old
#7  
Junior Member
Thanks Meter 1
Posts: 22
Join Date: Jan 2008
Is that using P3's one-click or the method here?
 
JasonJoel
Old
#8  
Senior Member
Thanks Meter 95
Posts: 351
Join Date: Apr 2008
Ditto. Worked great. THANKS!

Jason
 
huedawg
Old
#9  
huedawg's Avatar
Senior Member
Thanks Meter 10
Posts: 194
Join Date: Apr 2010
Quote:
Originally Posted by triplec76 View Post
Is that using P3's one-click or the method here?
The method here .
 
triplec76
Old
#10  
Junior Member
Thanks Meter 1
Posts: 22
Join Date: Jan 2008
The step by step method here worked while one-click would not no matter what I tried.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...