How to Install TWRP ?

An essential tool for anybody that loves to modify their Android Device is a good custom recovery.

Download TWRP for your device:    Download Link

Now we will go through a couple different methods that you can use to install the TWRP recovery. Before we get started, go ahead and enable USB Debugging on your device.

Install ADB and Fastboot drivers

To get everything setup properly, you can use this very simple tool created by XDA member snoop05. Download an install using the guide fro in this XDA thread.

Download ADB Installer: ADB installer Link

Enable USB Debugging

To enable USB debugging, navigate to settings
> Developer Options > USB Debugging

Install via ADB

Open the folder where your TWRP Recovery . img file is saved.

Then open a CMD window inside that folder. To do that, shift + right click on any enpty white space inside the folder and then select open command window here.

Connect your Android Device to the PC. Type the following into the command window 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, type this into the command line.

fastboot flash recovery .img file

> Here modify twrp.img with the name of your TWRP recovery .img file.

Once TWRP is successfully flashed on your device, type this final command to reboot your device.

fastboot reboot

--------------------------THE END-------------------------

Comments

Popular posts from this blog

How To Change Serial Number Of Your Android

How To Create Android Apps Without Coding

How To Remotely Control One Android With Another