Nexus 6P is the newest flagship phone from Google. The next generation phablet from Google has recentlyย been unveiledย and this phone comes in collaboration withย the Chinese manufacturer, Huawei. Although the device is new and will be available soon, we have made sure that whenever Android enthusiasts get a hold of this device, theyย never drop back for further development. Here is a simpleย guide throughย which you can unlock bootloader on this device with ease. Unlocking bootloader is a way to step into the advanced development of an Android device. To do this you first need to setup ADB/Fastboot environment on your device.
Once you unlock the bootloader on your device, you can install a custom recovery throughย which you can flash custom packages onto your device. For instance, you can flash the SuperSU package to gain root access or evenย install a custom ROM on your device. Although there are no custom ROMS available for this device just yet, you can still root your device toย use the root only apps, modify the system, or even install Xposed Framework.
However, before we begin, make sure you go through all the steps carefully and set up your device and PC as per the requirements. This procedure only works on the Google Nexus 6P.
Warning: Unlocking bootloader on Nexus 6P may void the warranty. We won’t be liable for any damage to your device whatsoever. This will erase all the user data from your device. It is advisable to unlock it at the initial stage; only if you are sure about unlocking the bootloader on your device. Readerโs discretion is advised.ย
Prerequisites
- Set up ADB and Fastboot on your computer.
- Install the latest Nexus USB Drivers on your computer. This is important to detect the phone.
- Open Settings> Developer options and enable USB Debugging on your device. To enable developer options, tap the Build Number multiple times (approx. 7 times) in About Phone.
- Go to Developer options and click on the “enable OEMย unlock”.
How to Unlock Bootloaderย on Nexus 6P
- Make sure you have setup ADBย and Fastboot environment on your PC.
- Power off your device and keep it unplugged from your PC.
- Boot into bootloader or fastboot mode. To do so, press and hold volume down and the power button for 5-6 seconds.
- You will see the bootloader screen.ย Now plug in your device to the PC using a USB cable.
- Navigate to the location where your ADB and fastboot is installed.ย While the folder with ADB and fastboot files is open, right-click on an empty space and select โOpen command window hereโ option to launch a command prompt window.
- Now check your fastboot connection by issuing the following command.ย It should return your device’s serial number. Otherwise, you need to make sure your drivers are installed correctly.
fastboot devices
- Once you’ve confirmed your fastboot connection, issueย the following command to unlock the bootloader.
fastboot oem unlock
- Now you shouldย see a message asking you to confirm this action.ย Use the volume keys to scroll and the power key to confirm.
- Onceย the process is done,ย issue the following command:
fastboot reboot
- Now you can disconnect from your PC once the process completes.
Now your device is ready for further development. You can install a custom recovery and also root your device. You can check the ADB connection of your device by issuing the “adb devices” command in cmd. For any queries, comment down below.
Read Next: How to Speed Up Lagging Android Devices
Typo in the article it’s says…… Warning: Unlocking bootloader on Nexus 6P may void warranty. We at DroidViews are responsible for any damage to your device whatsoever.
Thanks for pointing that out. We’ve corrected it. ๐