Header Banner
Gadget Hacks Logo
Gadget Hacks
Smartphones
gadgethacks.mark.png
Gadget Hacks Shop Apple Guides Android Guides iPhone Guides Mac Guides Pixel Guides Samsung Guides Tweaks & Hacks Privacy & Security Productivity Hacks Movies & TV Smartphone Gaming Music & Audio Travel Tips Videography Tips Chat Apps

How to Root the Motorola Droid X smartphone with ADB

Jul 24, 2010 07:29 PM
Command line interface displaying code and commands on a computer screen.

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

You already know how to use your phone. With our newsletter, we'll show you how to master it. Each week, we explore features, hidden tools, and advanced settings that give you more control over iOS and Android than most users even know exists.

Sign up for Gadget Hacks Weekly and start unlocking your phone's full potential.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!