How to root Huawei Nexus 6P

Nexus 6P Logo

Specs and full info
Be for doing any thing you have to Backup your Nexus 6P Data See this guide Here

Prerequisites:

You'll need a working adb/fastboot environment on your PC to get through some of these guides. Go Here to download the Android SDK, which will give you most updated version of adb and fastboot. Scroll to the bottom of the page and find Other Download Options>SDK Tools Only, and grab the right version for your OS. While it's downloading create a folder in C:\ called SDK (C:\SDK). Once you've downloaded the zip you can extract it into your C:\SDK folder. Navigate to C:\Android\android-sdk-windows and open SDK Manager.exe. In SDK Manager you need to install the following packages:

Tools : Android SDK Tools, Android SDK Platform-tools
Extras : Android Support Library, Google USB Driver

Once you have installed those, inside C:\Android you should see some new folders, one of them will be called platform-tools, within that folder you should see fastboot.exe and adb.exe. I'll refer to this as your fastboot folder/directory or working folder/directory during this guide. To make sure adb is correctly installed, open a command prompt from within your fastboot folder (hold shift + right click, select open command prompt here) and issue this command:
Code:

adb version

If it returns a version number for Android Debug Bridge then you're good to go.

You can test adb by connecting your device to your PC while booted into Android (making sure that adb/usb debugging is enabled in Settings>Developer Options) with the screen unlocked and issuing this command:

Code:

adb devices

It should return your device serial number, if so, adb is working.

You can test fastboot by connecting your device to your PC while booted into fastboot mode (power + volume down) and issuing this command:

Code:

fastboot devices

It should return your device serial number, if so, fastboot is working.

By attempting any of the processes listed this thread you accept full responsibility for your actions. I will not be held responsible if your device stops working, catches on fire, or turns into a hipster and claims to have been modified before it was cool.


Index :

1. How To Unlock Your Bootloader
2. How To Install A Custom Recovery On Your Device

3. How To Make A Nandroid Backup With TWRP Recovery
4. How To Root Your Stock Rom "SOON"

5. How To Install A ROM with TWRP Recovery
6. How To Install A Custom Kernel With TWRP Recovery