Mohuas

Product Supporter
Joined
Mar 6, 2013
Posts
973
Likes
15
Make sure you device has unlocked bootloader before proceeding

root access was achieved on the device just a few days after its release but the method required unlocked bootloader

  • Verizon Moto X
  • AT&T Moto X
  • Sprint Moto X
  • US Cellular Moto X
  • Rogers Moto X



install http://dl.google.com/android/studio/...25-windows.exe on your computer

Download the correct version of MotoRoot app depending on your carrier
Code:
#Filename differs per firmware, get MotoRoot-1-att.apk for AT&T, MotoRoot-1-vzw.apk for Verizon, etc the -r paramenter is required if installing with adb adb install -r <filename>
SuperSU-v1.66-xbin.apk
MotoRoot1.1-Verizon.apk
MotoRoot1.1-USCellular.apk
MotoRoot1.1-Sprint.apk
MotoRoot1.1-Rogers.apk
MotoRoot1.1-Droid.apk
MotoRoot1.1-ATT.apk


Download http://dl.google.com/android/studio/android-studio-bundle-130.737825-windows.exe and extract
Copy MotoRoot apk file to the Android SDK Fastboot-ADB folder.Make sure you have set up ADB on your computer
Open this folder and launch command prompt from inside the folder. If you have a Windows PC, press the Shift button followed by a right click on mouse. From the list of options, select “Open command prompt here”

type
Code:
adb install -r MotoRoot1.1-Verizon.apk
in the cmd window (replace the apk name in bold with that of the one you have downloaded) and hit the Enter key.


app will now be installed on your phone
Run MotoRoot app
Press Setup
Install Supersu app
Phone will reboot, and you will be rooted as soon as device is fully booted.


Limitations:
Uninstalling the app will disable root until reinstalled
supersu is not able to update su yet, this will be fixed in an update shortly.
su is maintained in a ext4 img at /data/xbin.img and mounted over /system/xbin at BOOT_COMPLETE.
su is not available for the first few seconds of boot, im working on this.
/system is write protected, even with unlocked bootloaders you can not write to it while booted in Android.

Unroot:
Two choices, factory reset, or press the unroot menu option in the app.


Moto X Root (Locked Bootloader):

It does not require an unlocked bootloader to work. The method works with all Moto X variants mentioned in compatibility list above. The method is pretty much the same as described above.
 
Top