[HOW TO INSTALL TWRP RECOVERY]

Sbenny.com is trusted by 1,312,793 happy users since 2014.
Register

itsziiy

Lurker Lv0️⃣
Member for 3 years
2 Download TWRP IMG
To Download TWRP, you must go to the TeamWin website. In the upper right corner, there will be a button called “Devices”, click the button.

Once you are on the devices page, you will need to find the correct TWRP file for your device. Do this by using the search bar or sorting through the list of OEMs. Once you find the correct device, there will be a section called “Download Links” with two categories to choose from, Americas and Europe. After clicking the correct link for your region, there will be a list of files to download, choose the latest “TWRP.img” file and download.

3 Extract SDK Platform Tools
Go to the folder where the SDK Platform Tools was downloaded and extract the zipped files to wherever you feel is comfortable. Copy the TWRP.img file to the SDK Platform Tools folder.

Related: How to Root Your Android Device with Magisk

4 Unlock Developer Options
twrp-about-phone


On your the device, go to Settings and tap on “About phone.”

twrp-build-number


This will lead you to a page with various information about your device, at the bottom of that page there will be a button called “Build number.” Tap “Build number” seven times to unlock the developer options.

twrp-developer-options


Once developer options are unlocked, click the Back button and tap on the developer options.

twrp-usb-debugging


While in developer options, locate the “USB debugging” setting and turn it on.

twrp-oem-unlocking


In the developer options menu, find the “OEM unlocking” button and tap to turn it on. The device will prompt you to key in your security code and will state that unlocking the bootloader will disable the device protection feature. This allows you to unlock the bootloader at the beginning of the device startup. Unlocking the bootloader will delete the data from your device, make sure to backup all files, images, data and settings you want to keep.

5. Connect Device to Computer
Connect your device to your computer via USB-C or micro USB. When connecting your device to your computer, you may be prompted with a message asking to allow USB debugging, if so tap “Always allow from this computer” and tap the OK button.

6. Open Command Window
Before entering this step of the tutorial, make sure your device is charged to at least 70 percent battery. Go to the SDK Platform Tools folder on your computer. In the white space, hold Shift and right click, a menu will appear and click “Open command window here.” A command window will open.

In the command window type

adb devices
then press Enter. Your device will be listed.

twrp-command-window


Type:

adb reboot bootloader
and press Enter.

Your device will enter bootloader mode. Type in the command window:

fastboot flash recovery twrp.img
If your twrp.img file is of another name from the above, change the entry “twrp.img” to the TWRP filename for your corresponding device. For the device we were working with for this tutorial, it would be typed:

fastboot flash recovery twrp-3.2.3-0-blueline.img
Finally, type in the command window:

fastboot boot twrp.img
or in our case:

fastboot boot twrp-3.2.3-0-blueline.img
Your device will begin to boot again and the TeamWin logo will appear and begin installing. It will take a two to five minutes to install depending on your device. Now you can backup, wipe, install, root and restore whatever you would like to your Android device.
Post automatically merged:

1 Download SDK Platform File
First, you must download the “Android SDK Platform Tools. There will be three links in the download section: choose the download that corresponds with the operating system you’re using on your computer or laptop. The file will come zipped.
 
Top