How to Install TWRP Recovery via Fastboot on any Android Device

No Comments
If you are new to these terms then let me explain what Fastboot/bootloader means. Bootloader/Fastboot mode allows you to flash any partition on an Android device like system, boot, recovery, cache.. etc. Using Fastboot/bootloader, you can also flash the custom built .img files via fastboot. For example, a custom recovery like TWRP or CWM.

If you want to flash TWRP recovery via fastboot then just follow the easy and simple step by step guide on how to Install TWRP Recovery via Fastboot On Any Android Device. This is applicable for most of the android devices. But there are some devices like Samsung devices which may not work with this guide. You have to use Odin Flash tool to Install TWRP recovery.


Recommended: how to unlock the bootloader of any android device






Note: For Samsung Devices, we recommend using Odin Flash tool to Install TWRP recovery

Important

  • Make sure your device has more than 50% battery

How to Install TWRP Recovery via Fastboot On Any Android Device

how to open cmd using adb and fasboot


  • Connect your device to the PC. And type the following into the command window we opened in step above to boot your device into bootloader/fastboot mode:
adb reboot bootloader
If your asks for permission to “Allow USB debugging”, tap OK.
  • Once your device boots into bootloader mode, issue the following command into command window to flash the TWRP recovery .img file:
fastboot flash recovery twrp-2.8.x.x-xxx.img
  • Here modify twrp.img with the name of your TWRP recovery .img file, OR change your TWRP recovery filename to twrp.img and use the command above.
  • Once TWRP is successfully flashed on your device, issue the following command to reboot: 
  fastboot reboot
  • Done!!! Now you have TWRP on your device

Dear readers, after reading the Content please ask for advice and to provide constructive feedback Please Write Relevant Comment with Polite Language.Your comments inspired me to continue blogging. Your opinion much more valuable to me. Thank you.