
Thanks to XDA devs, you can root Motorola Droid 2 already. However, it requires a series of commands in order to root Droid 2. You will also need to have USB / ADB drivers set up for your device. Here is the step by step process that will help you in rooting Droid 2:
Before You Begin:
Make sure that you have USB Debugging enabled.
How to Root Droid 2
Step 1: Install Android ADB (See How to)
Step 2: Download and Install Motorola USB Drivers
Step 3: Download Droid2Root.rar and extract it (to C: for example)
Step 4: Connect Droid 2 to PC (Change Connection to “PC Mode”)
Step 5: Type following commands in command prompt:
cd C:AndroidSDKtools (Location of SDK Tools folder. That you downloaded in Step 1)
adb devices (to verify the connection)
cd c:/Droid2Root
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 returns you to c:/Droid2Root
cd c:/wherever-your-sdk-tools-folder-is
adb devices (to verify the connection)
adb shell (you should now have a # prompt)
exit
cd c:/Droid2Root
adb push Superuser.apk /system/app/Superuser.apk
adb push su /system/bin/su
adb push busybox /system/bin/busybox
adb shell
chmod 4755 /system/bin/su
chmod 4755 /system/bin/busybox
That’s it. Enjoy your rooted Droid 2 courtesy XDA Developers.




