
The wait is over, Gingerbread is available for all the Droid X and Droid 2 users out there. My Droid World just released (early) the official updates for these two handsets. Have at ‘em folks, download links at MDW.

The wait is over, Gingerbread is available for all the Droid X and Droid 2 users out there. My Droid World just released (early) the official updates for these two handsets. Have at ‘em folks, download links at MDW.
It looks like there’s really nothing that a locked bootloader can hold back. A few days ago, a method to overclock the Droid X was released and it works perfectly.
This has been tested and it does indeed overclock your Droid X’s CPU. I’m currently running at 1.1Ghz with undervolting. That’s right, not 0nly am I running faster than the stock 1Ghz, I’m doing it with less power (54 vsel). I’m hoping this combo yields some savings in the battery department.
The argument of whether or not overclocking is useful or not will not be detailed in this post. Just bear in mind, it does carry a risk and you can toast your handset or send it into an endless boot loop.
Basic adb/terminal knowledge is definitely a requirement. Some background in overclocking will make this easier as well.
It’s not at all difficult and many folks are now clocking in insane Quadrant scores with the bump in CPU speed. I have the basic install guide as well as a quick write up on how to customize your speeds.
Update (Nov-12-2010): A new 1-click root apk that can do all the below has been released that works on the Droid X!
If you recently updated to the OTA 2.2 Froyo update, you likely won’t be able to use the one click root apk that was floating around. There’s a method to root via ADB and a semi-one-click Windows batch file, but it seems quite a few people are having driver or ADB access problems.
I came across this root method that works on the Droid 2 and works on the Droid X.
First grab this zip file and empty the contents into the root of your /sdcard.
Then go to the market and download the Android Terminal.
- open up your favorite terminal emulator program
- cd /tmp
- cp /sdcard/rage*.bin /tmp/
- chmod 777 rage*.bin
- ./rage*.bin
- ignore it’s output, we are thinking outside of the box here, just wait for it to finish and return a $
- now go to settings -> applications -> manage applications -> running -> terminal and force close that girlie
- relaunch the terminal app and you should be greeted with the friendly # symbol. Toda you now have a root shell
- the rest is pretty much the same.
- 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
Now try any app that requires root (ex: Titanium Backup) and it should prompt for root access.
If you need to revert back to non-root, it’s as simple as deleting the apks you copied over.
- 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.
via [DroidForums]

Without much difficulty, the Droid X has been rooted. Birdman has successfully done the previously unthinkable – rooting the e-fuse enabled handset. Although the whole e-fuse hoopla was about loading custom roms at the end of the day, rooting the Droid X is a great step towards the right direction.
Grab the needed exploit then follow these steps:
Step 1: Set up ADB
Step 2: Push exploid to /sqlite_stmt_journals “adb push exploid /sqlite_stmt_journals”
Step 3: type “adb shell”
Step 4: type “cd sqlite_stmt_journals”
Step 5: type “chmod 755 exploid”
Step 6: type “./exploid” and follow directions on screen
Step 7: type “rootshell”
Step 8: type in password “secretlol”
Step 9: your in root!
Step 10: mount your sdcard to pc and put Superuser.apk and su in the sdcard
Step 11: unmount sdcard
Step 12: in adb (make sure your still in root with the # sign) type in:
- cp /sdcard/Superuser.apk /system/app/Superuser.apk
- cp /sdcard/su /system/bin/su
- chmod 4755 /system/bin/su
Graciously lifted from the Droid X forums.

The Droid X hunt is over. A total of 21 Droid X units were given out at locations all across the US. Did you end up getting one?