Friday, April 22, 2016

TWRP recovery install

Easiest way to Install TWRP Custom Recovery on Android Phones

This guide for all android Phones. (if your devices bricks. So may be not responsible.)



The TWRP recoveries can be installed on Android devices running Android Jelly Bean, Android KitKat, Android Lollipop and Android Marshmallow.


Install TWRP 3.0 Custom Recovery 

 Enable USB debugging on your device:

  • Open Settings on your device.
  • Go to About phone and tap seven times on Build number, this will enable Developer options.
  • Now go back to Settings and you’ll see “Developer options” there, open it.
  • Tick the USB Debugging checkbox.

Step 1. To get started install the ADB and Fastboot drivers on your windows from here. Once completed you will see fastboot/adb folder on your C drive (C:\adb). 

Step 2. Now visit this offical TWRP page and download the TWRP image on your windows PC. Rename the downloaded file to only TWRP.img to avoid any confusion. 

Step 3. Now copy the downloaded TWRP Recovery TWRP.img file in your ADB and Fastboot folder. The same folder that you created in Step 1.

Step 4. 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
Step 5. 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


fastboot reboot
We hope this guide services you well. If there’s anything you’d like to be added/changed on this page, let us know about it in the comments section below.

0 comments :