How to install TWRP 3.2.1-0 on Honor 10

Last Updated on February 26, 2022 by Vinay Kharayat

TWRP is one of the basic needs of all advanced smartphone users. You need TWRP to flash custom ROMs, custom kernel, magisk modules, and root your device. So today I am sharing the download link of TWRP for Honor 10 developed by XDA member @PeterMarkoff, all credits go to him, I am just sharing his work.

So, first of all, you need to install ADB on your PC, I would suggest you use Minimal ADB and Fastboot.

TWRP is a must custom recovery for every device. After installing TWRP recovery you can do a lot of cool stuff like installing Magisk and Magisk Modules, flashing custom ROMs, improving your gaming experience, creating a backup of your device, etc.

What is TWRP?

TWRP is an open-source, community project. TWRP development is done by roughly 4 individuals at this point. TWRP has a large support community with many people who are willing to answer questions and assist people with their devices either through our  or on forums like xda-developers.

A custom recovery is used for installing custom software on your device. This custom software can contain smaller modifications like rooting your device or even replacing the firmware of the Android device with a completely custom "ROM" like LineageOS.

You can find the source code for TWRP at github.com/teamwin/android_bootable_recovery/

Your warranty is now void.
Androboot is not responsible for bricked devices, dead SD cards. Please do some research if you have any concerns about the features included in this TWRP before flashing it!

Honor 10 Specs

Honor 10 smartphone was launched in April 2018. The phone comes with a 5.84-inch touchscreen display with a resolution of 1080 pixels by 2280 pixels at a PPI of 432 pixels per inch.

The Honor 10 is powered by a 1.8GHz octa-core processor and it comes with 6GB of RAM. The phone packs unexpandable 128GB of internal storage. As far as the cameras are concerned, the Honor 10 packs a 24-megapixel primary camera on the rear and a 24-megapixel front shooter for selfies.

The Honor 10 runs on Android 8.1 and has a 3400mAh battery. It measures 149.60 x 71.20 x 7.70 (height x width x thickness) and weighs 153.00 grams.

The Honor 10 is a dual SIM (GSM and GSM) smartphone that accepts Nano-SIM and Nano-SIM. Connectivity options include Wi-Fi, GPS, Bluetooth, NFC, USB OTG, 3G, and 4G (with support for Band 40 used by some LTE networks in India). Sensors on the phone include Compass/ Magnetometer, Proximity sensor, Accelerometer, Ambient light sensor, and Gyroscope.

Steps to flash TWRP in Honor 10

  • Disable any locks like pattern/PIN/password/fingerprint.
  • Go to settings, open developer settings.
  • Now enable USB debugging and connect your phone to PC.
  • Download the TWRP for Honor 10 from the link below.
  • Now open Minimal ADB folder and paste the downloaded recovery there.
  • Open Minimal ADB and type adb devices
  • Check your phone and allow RSA key fingerprint
  • Now type adb reboot bootloader
  • Wait for sometime, your device will reboot to fastboot mode.
  • Now type fastboot flash recovery_ramdisk twrp_bkl_0.7.img
  • Now type fastboot reboot

That’s it, you have now successfully installed TWRP in your Honor 10. Now flash your desired Custom ROM, Custom Kernel or you can flash Magisk.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.