Tuesday 10 June 2014

How To root MOTO e


1. First of all, you need to head over to Motorola’s official website and follow the steps mentioned their to unlock the bootloader of your Moto E. This will void the warranty of your device though.
Motorola_bootloader

Downloading the required files

2. Download all the files linked below.
Extract the ADB and Fastboot files inside a new folder calledmoto on your desktop. Also, transfer the SuperSu ZIP file to the internal storage of your Moto E. Lastly, transfer the TWRP image file inside the moto folder and rename it to “motoe.img”.

Flashing a custom recovery

3. Before you can gain root access, you will need to install a custom recovery on the Moto E. To do this, boot the handset in bootloader mode by switching it off first, and then pressing the Volume down + Power button, simultaneously.
4. On your PC, open a new Command prompt or Terminal instance and navigate to the moto folder created in Step 2. You can use the cd foldername command to navigate to it.
5. Connect the Moto E to to your PC and enter the following command:
fastboot devices
Mac owners, make sure to prefix a “./”  before every command.
If all the drivers were properly installed, your Moto E should be detected and fastboot will return the serial ID of your device.
6. Now, flash the TWRP recovery on the handset by using the command below:
fastboot flash recovery motoe.img
Once the recovery image has been flashed successfully, reboot your device either manually or by using the fastboot rebootcommand.

Rooting the device

Once your handset has booted into Android, you will need to reboot it into Recovery mode. You can do this by switching it off first, then holding down the Volume down + Power button for a few seconds.
twrp_install
Once you boot into TWRP recovery, tap on Install and select the SuperSU ZIP file that you had transferred in Step 1. The installation should hardly take a few seconds, after which which you need to boot into Android by tapping the ‘Reboot system’ option.
Congrats! You have successfully managed to root your brand new Moto E

No comments:

Post a Comment