Welcome to DarkOnion Root for Droid2

This process was based on the Sebastian Krahmer root 
procedure for rooting the Droid X and Droid 2.

All materials, drivers, software can be found at this site:
http://forum.xda-developers.com/showthread.php?t=764950

In order to run the script, you will need:

Android SDK/ADB (download and update the 2.2 platform)
Motorola Drivers (if you are on windows)
and this file (DORootforD2*zip)

Directions:

1. Extract and Update SDK/ADB
Windows: run the set-up file
Linux: navigate to the tools folder,
and use this command in terminal:
./android update sdk

2. Install Motorola drivers (Windows only)

3. Extract the DORootforD2 files to the "tools" directory in android-sdk.
7 total files.

4. Plug in your phone to the computer,
Set to PC Mode, enable USB Debugging.

5. Enter these commands in terminal

Windows:

cd c:\android-sdk-windows\tools
doroot1.bat

Linux

cd android-sdk-linux_x86\tools
chmod 0755 doroot1.sh
./doroot1.sh

6. After running a bunch of processes, you are not in the shell.
Enter these commands.

cd data/local/tmp
chmod 0777 doroot2.sh
./doroot2.sh

It will spit a message out at you. Eventually, it will kill you back to command prompt.
This may take up to 10 minutes. Maybe more.

7. Back in command prompt, enter:

./adb shell (Linux)

or

adb shell (Windows)

Then enter:

cd data/local/tmp
chmod 0777 doroot3.sh
./doroot3.sh

8. After running this last script, you phone should be rooted!
Type exit twice to exit the shell and command prompt!

