Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
karnovaran
Old
(Last edited by karnovaran; 4th October 2010 at 09:48 PM.) Reason: Clarity
#1  
Senior Member - OP
Thanks Meter 69
Posts: 594
Join Date: Jul 2009
Location: DC
Cool How to root the Droid 2

All credit for the binary goes to Sebastian Krahmer at http://c-skills.blogspot.com/. Please see fit to donate via Paypal to 7-4-3-C@web.de

If you want a simpler 'one-click' process, go to this thread: Easier 1-2-3 Droid 2 Root for Windows / Linux / Mac

***NOTE: Proceed at your own risk. I and the providers of this code are not responsible for anything you do to your phone!***

Setup:
- Install adb (here) and Motorola drivers for windows(32-bit or 64-bit)
- Download attached archive
- Extract to a directory, I used c:\Droid2Root
- Make sure you have USB degugging enabled
- Change connection to PC Mode

Process:
- Open command prompt
- cd c:/wherever-your-sdk-tools-folder-is
- adb devices (to verify the connection)
- cd c:/Droid2Root
- adb push Superuser.apk /sdcard/Superuser.apk
- adb push su /sdcard/su
- adb push busybox /sdcard/busybox
- adb push rageagainstthecage-arm5.bin /data/local/tmp/rageagainstthecage-arm5.bin
- adb shell
- cd data/local/tmp
- chmod 0755 rageagainstthecage-arm5.bin

- ./rageagainstthecage-arm5.bin
- let the process run until it 'kicks' you out (may take a minute or two) to c:/Droid2Root
- cd c:/wherever-your-sdk-tools-folder-is
- adb kill-server
- adb devices (to verify the connection)
- adb shell (you should now have a # prompt, if not return to ./rage step above)

- mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
- cp /sdcard/Superuser.apk /system/app/Superuser.apk
- cp /sdcard/su /system/bin/su
- cp /sdcard/busybox /system/bin/busybox
- chmod 4755 /system/bin/su
- chmod 4755 /system/bin/busybox
- mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
- exit
- exit

I'm sure there are certain steps that could be streamlined or eliminated, so please feel free to make a suggestion and I'll edit the post.

Additional thanks to @rainabba and AllDroid.org for their excellent Droid X rooting tutorial, which assisted me greatly in this process.
Attached Files
File Type: rar Droid2Root.rar - [Click for QR Code] (954.1 KB, 20873 views)
The Following User Says Thank You to karnovaran For This Useful Post: [ Click to Expand ]
 
pc747
Old
#2  
Junior Member
Thanks Meter 1
Posts: 24
Join Date: Apr 2010
waiting for a recovery, glad to see its rooted
The Following User Says Thank You to pc747 For This Useful Post: [ Click to Expand ]
 
thelolotov
Old
#3  
Member
Thanks Meter 0
Posts: 39
Join Date: Nov 2009
Location: Alexandria, VA

 
DONATE TO ME
Android n00b here, I can remove the Verizon crapware with this right? And tether?
 
dontbehatin45
Old
#4  
Junior Member
Thanks Meter 0
Posts: 3
Join Date: Aug 2010
Quote:
Originally Posted by thelolotov View Post
Android n00b here, I can remove the Verizon crapware with this right? And tether?
yes and yes
 
karnovaran
Old
#5  
Senior Member - OP
Thanks Meter 69
Posts: 594
Join Date: Jul 2009
Location: DC
Quote:
Originally Posted by thelolotov View Post
Android n00b here, I can remove the Verizon crapware with this right? And tether?
I wouldn't remove anything yet since we don't have a sbf file to recover from partial bricks. However, tethering and any other apps that require root can be used now.
 
jerseyh22accord
Old
#6  
Member
Thanks Meter 1
Posts: 73
Join Date: Jun 2010
I'm new to doing this all the adb way.

When you say extract to a directory what do you mean to extract. After it downloads the achive files its done.....

i understand the rest of the commands but im lost there
 
thelolotov
Old
#7  
Member
Thanks Meter 0
Posts: 39
Join Date: Nov 2009
Location: Alexandria, VA

 
DONATE TO ME
Hmm, alright, that's still worth it, will I lose my data/have to hard reset to root?
 
karnovaran
Old
#8  
Senior Member - OP
Thanks Meter 69
Posts: 594
Join Date: Jul 2009
Location: DC
Right click the downloaded archive and "extract files". You need to do this so adb can push them to the phone.
 
karnovaran
Old
#9  
Senior Member - OP
Thanks Meter 69
Posts: 594
Join Date: Jul 2009
Location: DC
Quote:
Originally Posted by thelolotov View Post
Hmm, alright, that's still worth it, will I lose my data/have to hard reset to root?
Nope, it just gives you access. Nothing deleted.
 
jerseyh22accord
Old
#10  
Member
Thanks Meter 1
Posts: 73
Join Date: Jun 2010
I'm retarded i didnt realize it was attached to the post, i thought it was what adb downloaded when i first opened it cause it called them archives.

 
Post Reply+
Tags
how to root the droid2, root droid2
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...

XDA PORTAL POSTS

Job Interview Prep: Phone Screen Part 1 – XDA Developer TV

XDA Developer TV Producer Jayce has been very busy creating videos to help … more

Auto Test Your Android Apps with Robotium

You’ve just finished coding your very first app, but before you release it to the wild, you … more

Open Source CPU Info App for Windows

So you’re playing with your shiny new Windows 8 tablet PC, when one of your like-minded geeky … more

Guide to Using Adobe Air on Android

When writing an app with performance in mind, you most likely want to write it native code using the … more