sMobile ? "width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0" : "width=1100"' name='viewport'/> android xda: How To Install TWRP Recovery On Android Via Fastboot Mode

Monday 26 December 2016

How To Install TWRP Recovery On Android Via Fastboot Mode

How to install TWRP recovery on Android Via Fastboot mode. Installing TWRP recovery on Android device is important thing that you should have done in order to perform tweaks that will help improving or optimizing your Android powered device.
Advertisements.

TWRP recovery is a non-stock recovery image that offers more technical abilities compared to the stock recovery, surely you have familiars with activities like rooting and custom ROMs. Yes with TWRP you can install SuperSU rooting package and custom ROMs like CynogenMod to your device.

TWRP recovery is one of the most used custom recoveries now days, not only it does exactly the same as the popular CWM recovery, it is more user friendly since it's offering touch screen ability so you don't need to use your device's physical buttons like Power or Volume like other custom recovery environments. With TWRP, all you need just tapping the menu using your fingers and done.

Are you convinced to install TWRP recovery on your Android device? Just follow the full instructions written on this post. You will be correctly guided.
Advertisements.

In this post you will be guided to install TWRP recovery on Android via Fastboot. The process is quite simple. Just keep reading guys.
How To Install TWRP On Android Via Fastboot Mode

But you need to firstly read the following points.
  • Your Android device's bootloader should already be unlocked.
  • You have a working Windows computer.
  • Have installed original USB drivers and a USB cable.
  • You have set Fasboot and ADB to your computer.
  • Make sure you have enabled your Android debugging mode.
Since you have read all the points. You are now recommended to grab the following TWRP recovery image file. Please.

How to install TWRP recovery on Android via Fastboot

  1. You need to install adb and fasboot to your computer.
  2. When done. Put the TWRP img file you downloaded previously to the Adb & Fasboot folder on your PC.
  3. Then launch the command prompt inside the ADB & Fasboot folder, by pressing Shift + Right click on anywhere within the folder, then choose Open Command Window here.
    How To Install TWRP Recovery On Android Via Fastboot Mode
  4. You can connect your Android device to your PC. And then type the command below.
    adb reboot bootloader
    adb reboot bootloader.png
  5. If you are asked for permission just choose OK to Allow USB debugging.
  6. When your Android device is in bootloader mode, just type the command below to install TWRP.img file.
    fastboot flash recovery twrp-2.8.x.x-xxx.img
  7. Change the twrp.img with the name of your TWRP recovery.img, or simply use the twrp.img name.
  8. After the TWRP is fully installed to your Android device, you can reboot it then, just use this command guys.
    fastboot reboot
    Fastboot Reboot
Great! You just finish installing the TWRP recovery on Android via Fastboot mode. Congratulations because you can now carry out a host of major hacks and tweaks, from creating a full backups to flashing awesome custom ROMs.

No comments:

Post a Comment