How to Root the Motorola Droid X smartphone with ADB

Jul 24, 2010 07:29 PM
Article cover image

Yes, the Droid X from Motorola can be rooted, and yes, you can do it at home. Just make sure you follow the directions precisely. If you succeed, you'll have a completely rooted smartphone. eFuse doesn't matter. If you want to expand your options on Verizon Wireless's Droid X, then you just have to take a chance… use this video in conjunction with the links and description below.

This was done on Windows 7 x64, so the steps may change slightly depending on which version of Windows you use.

If this process doesn't work for you, try the root guide for without ADB.

Files Needed:

* Droid X Root_v2 (.ZIP file)

* ADB Driver_v3 ADB USB Drivers (.ZIP file)

* Android SDK (.ZIP file)

Credit for this hack goes to Sebastian Kramer, Birdman, [mbm] for the root instructions.

Original instructions and support thread are at All Droid.

First set of commands:

adb push Superuser.apk /sdcard/Superuser.apk

adb push su /sdcard/su

adb push busybox /sdcard/busybox

adb push exploid /sqlite_stmt_journals/exploid

adb shell

cd sqlite_stmt_journals

chmod 755 exploid

Next set:

./exploid

rootshell

Type in password "secretlol

Last set:

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

rm /system/bin/rootshell

exit

exit

Just updated your iPhone? You'll find updated Apple Intelligence capabilities, new wallpapers, and enhancements to Calculator, PDF cropping, and Live Voicemail, among other useful features. Find out what's new and changed on your iPhone with the iOS 18.3 update.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!