Uncategorized
mqzkf  

Install TWRP recovery on Nexus 6P and root It

If you happen to own a Nexus 6P device codename angler, then you can now install TWRP on your device and start flashing customized packages onto your system. The Nexus 6P comes with the most recent Android 6.0 Marshmallow software out of the box. Chainfire, a recognized developer who introduced root to Android, has developed a modified boot image that enables TWRP installation and ultimately root Nexus 6P on the most recent Marshmallow firmware.

Nexus devices like the 5,6,7,9 and player have already received the Marshmallow OTA updates and we have posted successful rooting process for the same. With Chainfire’s new SuperSU v2.52 build the Android 6.0 Marshmallow firmware can now be rooted on Nexus 6P.

Here, we have a comprehensive tutorial on how you can install the most recent TWRP build and flash the SuperSU file on the noted Nexus devices. Moreover, we have included the bootloader-unlock method just in case you have not already unlocked it. numerous Android users have reported this procedure to be running without any complications.

However, it still remains an unofficial process and you might come across a glitch during the process as it involves issuing commands through adb and fastboot. If you have any prior experience in this, then you may find it simple.

Warning: warranty may be void if you root or install TWRP on your device. We at DroidViews won’t be liable for any damage to your device whatsoever. We won’t be held responsible if you brick your device. Reader’s discretion is advised.

Backup apps and Data

While this process may not wipe any of your data, a backup is highly recommended. However, unlocking bootloader will remove apps and data. once you install a customized recovery like TWRP, make sure you backup your system, data,etc. from the recovery. It will be valuable in case anything goes wrong.

Downloads

Here is a list of modified boot image that will help you acquire root access without any complications. You will need to flash a customized recovery like TWRP in purchase to flash the SuperSU file following the modified boot image. That way, you will delight in full root access practically permanently.

Modified boot image — Download | File: angler-mdb08k-boot.zip (9.48 MB)

TWRP recovery — Download | File: twrp-2.8.7.0-angler.img (16.4 MB)

SuperSU v2.52 – Download | (File: BETA-SuperSU-v2.52.zip)

Root and install TWRP recovery on Nexus 6P

This procedure will unlock the bootloader, flash a modified boot image, install TWRP recovery and then root your device. Unlocked bootloader is required to install a modified boot image and set up a customized recovery. However, through a customized recovery, you can flash customized packages, for instance, the SuperSU file to root your device. If you have already unlocked your bootloader, then skip to the modified boot image flashing step.

Prerequisites

Unlocked bootloader is required to install a customized recovery like TWRP on your device. We will go through the process in the following tutorial.

Download the most recent SDK Platform-tools on your computer.

Install Nexus USB chauffeurs on your computer.

Open Settings> developer options and enable USB Debugging on your device.

Go to developer options and enable Allow OEM unlock. This is important.

Installation Instructions

Make sure you have downloaded the boot image, recovery, and the SuperSU zip files. now transfer them to your PC. Also, place the SuperSU package file into your device’s internal storage.

Make sure you have setup ADB and fastboot on your PC.

Now power off your device and unplug it from your PC.

Boot into the bootloader or fastboot mode. To do so, press and hold volume down and the power button at the same time for 5-6 seconds. When you see the bootloader screen, connect your device to the PC using a USB cable.

adb reboot bootloader

Navigate to the location where you have placed the boot image and recovery files and extract them to get files with .img file. Rename the boot and recovery file to a easy one, like m-boot.img and twrp.img respectively just for your convenience.

While the folder with boot and recovery file is open, hold the shift essential on your keyboard and right-click on an empty space and select “Open command window here” option to launch a command prompt window.

Now type the following in the command prompt to check if fastboot is working correctly. It ought to offer the serial number of your device.

fastboot devices

Now, this is important. Make sure your device has unlocked bootloader. If not, then you first need to unlock it and then flash the boot and recovery image to your system. To do this issue the following command. choose yes on the device screen if prompted.

fastboot oem unlock

Flash the modified boot image by issuing the following command where “m-boot” is the name of the boot image.

fastboot flash boot m-boot.img

Now flash the custom recovery. issue the following command for thanull

Leave A Comment