Install TWRP recovery and root Huawei Mate 9

“The best thing to do after getting an Android device is to root it.” If I said this a few years back, people would be so angry at me saying it will compromise warranty and the device can get into issues. things have changed now, and lots of Android users liked the taste of freedom after rooting the device. Rooting an Android device has a plethora of advantages – removing bloatware, adding performance improving scripts, awesome mods and much more. Also, there are plenty of methods to get back warranty and restore stock firmware.

Huawei Mate 9 is a mammoth device with a screen size 5.9″ and would be the best fit for media lovers. An unofficial build of TWRP recovery is available for Huawei Mate 9, and it can be installed on your device using fastboot commands. once you have a custom-made recovery, you can simply flash SuperSU or Magisk systemless interface to root your device. Today, we’ll see how to install TWRP recovery and root Huawei Mate 9.

Must read: How to install Google apps on Chinese Huawei Mate 9

Prerequisites

Go to Settings » About phone » build number and tap it 7 times to enable developer options on your device. then go back to settings »Developer options and enable USB Debugging and OEM unlocking.

Download the minimal ADB and Fasboot Setup and install it on your computer.

Install Huawei smartphone motorists on your PC.

Unlock bootloader on Huawei Mate 9

Backup crucial files on your device to a safe place as unlocking the bootloader will format your entire device.

Make sure you have enough charge on your device before starting the process.

Downloads

TWRP Recovery

SuperSU

How to install TWRP recovery and root Huawei Mate 9

Download the TWRP image from the downloads section.

Rename the downloaded TWRP image to recovery.img (for your convenience) and place it in the same folder where you have extracted the ADB & Fastboot files.

Download the SuperSU ZIP and transfer it to your device’s storage.

Navigate to the folder where you’ve extracted the ADB & Fastboot files and open a command prompt by pressing shift + ideal click on any empty space inside the folder and select open command window here from the context menu.

Connect your device to PC using a USB cord and boot into the bootloader mode using the below command:
adb reboot bootloader

In the bootloader mode, type the below command to check if the device is detected.
fastboot devices
If your device is detected, you must see a serial number as output.

Now, type the following command to flash the TWRP image to your device.
fastboot flash recovery recovery.img

Once the flashing is finished, use the below command to reboot the device.
fastboot reboot

Now, reboot the device into recovery mode. To do this, use the below command in command prompt.
adb reboot recovery

To root your device, you can follow either of the below methods.

In TWRP menu, select Install » SuperSU Zip file that we have transferred earlier.

If you want systemless root, follow our step-by-step guide on Magisk systemless root.

Reboot the device from TWRP main menu after rooting your device.

That’s it. You’ve successfully installed TWRP recovery and rooted your device.

Leave a Reply

Your email address will not be published. Required fields are marked *