Here is a tutorial to root your device,unlock bootloader,install custom recoveries and flash your favorite rom.
First of all unlock bootloader your device. Here is a guide to do it.
Requirements:
- Download Motorola Drivers from here and install them.
- Download minimal adb drivers from here and install them in c:\minimal adb and fastboot
- Get unlock code of your device from here.
- To get unlock code follow the instructions provided there.
- Go to minimal adb and fastboot folder and hold shift and right click and choose open command promt here.
- Enable usb debugging in developer options.
- Connect your device to pc with USB cable.
- Type "adb devices" in command promt.
- You can see your device.
- Now type "adb reboot bootloader".
- Your device will get reboot in fastboot mode.
- Reconnect your device with USB cable.
- Type "fastboot device".
- You can see your device there.
- Type "
fastboot oem get_unlock_data".You will get like this
- Copy all selected lines and paste them in a notepad in one line without giving spaces.
- Open motorola official site from here.
- Go to bottom and click next.
- Sign in with your gmail account.
- After singing in you will be redirected and in the sixth point of the page you are asked to enter that code which you pasted in notepad.
- If your device bootloader can be unlocked then select accept terms and conditions and click on request unlock key.
- Then you will get unlock code to your gmail.
- Copy that code in notepad.
Then type this in command prompt "fastboot oem unlock
(crazydroid)"
note:replace (crazydroid) with unlock code.- You have successfully unlocked bootloader.
HOW TO ROOT:
- Download this zip file.
- Copy that zip to internal or external storage of your droid.
- Download recovery.img file from here.
- Turn the phone off.
- Turn the device back on by holding down volume down and power at the same time for 6 seconds then let go.
- In the command prompt that should still be open, type the following with hitting enter at the end of the line:
Fastboot flash recovery recovery.img
- Tap volume down to highlight recovery on the device and tap volume up to select it.
- In recovery, choose Install from sdcard using the volume buttons to navigate and power to select.
- Then install that zip file.
- Select advanced > reboot to bootloader.
- Select No if asked to Fix the SuperSU issue.
- command prompt that should still be open, type the following with
hitting enter at the end of the line (yes this is the same as before,
now that we have root though, it’ll stick
):
Fastboot flash recovery recovery.img - Select reboot device.
- You have successfully rooted your device.
0 comments:
Post a Comment