16 July, 2019

Huawei Mate 10; Install TWRP, Run Firmware Update, Root With Magisk

Run Firmware Update using this method here:
https://forum.xda-developers.com/honor-9/development/tool-flash-official-firmware-recovery-t3769279

Root with Magisk using this method here (2nd part):
https://forum.xda-developers.com/mate-10/how-to/root-huawei-mate-10-pro-magisk-twrp-t3753956

15-Second ADB Installer
https://freeandroidroot.com/download-15-seconds-adb-installer/

TWRP and guide is from here:
https://forum.xda-developers.com/mate-10/development/huawei-mate-10-pro-twrp-3-2-1-0-t3769904

Similar guide is also here:
https://forum.xda-developers.com/mate-10/how-to/root-huawei-mate-10-pro-magisk-twrp-t3753956

Steps (read through at least 1 time to know and be prepared):

Installing TWRP
1. adb reboot bootloader
2. fastboot flash recovery_ramdisk [ Filepath\TWRP.img ].
>  I put the TWRP .img file in C:\adb folder, so I simply type
>  fastboot flash recovery_ramdisk TWRP.img (for my case, that is twrp_bla_alp_0.7.img)
3. fastboot reboot (to restart phone)

N.B. As soon as you execute the restart command, UNPLUG the USB cable and keep pressing Volume UP, so the device will boot to TWRP. This is to avoid the device booting to OS, overwriting TWRP recovery.

Installing Magisk (using adb)
If you did not issue 'fastboot reboot' command in step 3 above, you do this
1. adb reboot recovery
2. adb sideload [ Filepath\Magisk.zip ]
>  for me, that will be 'adb sideload Magisk-v16.0.zip'

But I usually do 'Installing TWRP' procedure up to reboot, and do my Magisk flashing using phone menu, not adb method. You are free to try and choose your own way, too.

When you are done, welcome to a rooted and working Huawei Mate 10 phone!

Thank you and till then!


Drafted on 20-Jun-2018

No comments:

Post a Comment