If you agree with me then you do understand the need of a custom recovery for a device.
Google Nexus 6 was recently released to market and today we have the TWRP custom recovery for that.
With this first custom recovery you will also see some custom ROMs like Cyanogenmod 12, Paranoid Android and more for Google Nexus 6 in near future.
WARNING:
Installing custom recovery on your device may VOID your warranty and may delete all your data.
Before proceeding further you may consider backup your all data.
Understand the fact that you are the only person responsible for everything that you do with you device.
If you blame me for a disaster that happened to your device then I will simply laugh at you.
Before going into details make sure that you have the following things in hand to start with the installation guide.
Installing custom recovery on your device may VOID your warranty and may delete all your data.
Before proceeding further you may consider backup your all data.
Understand the fact that you are the only person responsible for everything that you do with you device.
If you blame me for a disaster that happened to your device then I will simply laugh at you.
Required things:
- Driver for Your Nexus device
- Fastboot and adb binaries
- SuperSU v2.27 Flashable package by chainfire
- Recovery image for your corresponding device from the following links:
TWPR custom recovery for Nexus 6 SHAMU
- USB cable
- Enough time with a smart and cool brain
You may follow the below link to backup all the data on your android device:
Step by step guide to take full backup of your phone data
[Installing TWRP Custom recovery and Rooting guide for Nexus6]
STEP by STEP ROOTing guide for your Nexus device:
The complete process will be split into three things as following:- Unlocking the Bootloader
- Installing a custom recovery
- Installing the ROOT package using the custom recovery
Unlocking the Bootloader:
STEP 1:
Turn the phone off.
Then boot it into the bootloader/fastboot mode by holding volume up + volume down + power.
STEP 2:
Open a command console and go to the directory where you have extracted adb and fastboot
Type the following command in the console:
$ fastboot devices
NOTE:
This command will list the connected devices.
If your phones serial number shows up you are good to go and may continue.
If the phone is NOT listed this indicates that your drivers are not installed correctly.
In order for you to continue you must configure your drivers properly so that your phone is listed under fastboot devices.
STEP 3:
If the phone has been recognized by the command above, proceed to unlocking the bootloader with the following command::
$ fastboot oem unlock
WARNING:
Remember that this step will wipe EVERYTHING off the phone.
If you have not taken a backup of your phone data then do it here:
Step by step guide to take full backup of your phone data
Flashing a Custom Recovery:
STEP 1:
Find out the appropriate custom recovery for your device.
Copy the custom recovery into the directory where you have kept the adb and fastboot files.
STEP 2:
Now type the following command to install the custom recovery image onto your Nexus device:
$ fastboot flash recovery <recovery_image_file.name>
Place the recovery image name in the <recovery_image_file.name> field.
$ fastboot reboot
Rooting guide:
NOTE:Rooting guide will only work only after the custom recovery installation.
If you will SKIP the custom recovery installation process and perform only these steps then rooting will not be done.
STEP 1:
Copy the SuperSu zip file to your SD card(By using a USB cable or via adb push command).
STEP 2:
After copying the SuperSu zip file to your SD card you have to go to the recovery and there you have to install this zip file.
To do so use the following command:
$ adb reboot recovery
STEP 3:
Touch on the Install software button
And then Select a zip file to install.
Select the SuperSu binary zip file where you have kept in the SD card.
After successfully completing all the above mentioned steps your device will be rooted.
Have fun and stay tuned to get more updates.
2 comments
commentsI followed your instructions but after I restarted my phone and went into SuperSU it gave me the message "There is no SU binary installed, and SuperSU cannot install it. This is a problem! If you just upgraded to android 5.0, you need to manually re-root."
ReplyHow do I manually re-root my phone or fix the issue? I've tried re-flashing the SuperSU.zip in recovery but it didn't make a difference
Can you check once with the latest SuperSU package:
Replyhttp://download.chainfire.eu/630/SuperSU/BETA-SuperSU-v2.27.zip
Acknowledge if it works!!!