How To Install TWRP Recovery on Your Android Device androidsage

A custom recovery is useful if you are looking forward to modifying the system on your Android device. A number of things are possible with a TWRP (TeamWin Recovery Project) custom recovery. For instance, you can gain root access, flash a custom ROM, apply custom MODS like a sound mod, or even replace or update system files to bring them into your benefit.

However, setting up a TWRP recovery on your Android phone requiresย a couple of ย Fastbootย commands and the compatible TWRP recovery file as well. You can get the file from the official TeamWin website. Once you possess the recovery file and setup ADB and Fastboot environment on your PC, you can flash it in no time. Some devices lack the official support from TeamWin. However, unofficial builds can be found on forums like XDA, Android Forums, Reddit, etc. Follow the instructions carefully.ย Warning:ย Once you root or install a custom Recovery, your warranty may be void. We at AndroidSage wonโ€™t be liable for any damage to your Android device. We wonโ€™t be held responsible if you brick your device. Readerโ€™s discretion is advised.

Prerequisites

1. Verify your device for compatibility.ย Get the latest TWRP build for your device from our TWRP download page. orย TWRP website.

2.ย Enable USB Debugging on your device. To do so, go to Settings>About Phone> Tap on the Build Number several times until you get a newย Developer Options in theSettings.ย Openย Developer Options and enable USB Debugging from there. Trust the connection by allowing it when you connect it to your PC for the first time.

3. Make sure you have latest device drivers setup on your PC for a better connection. Get it from the official pageย of your device manufacturer.

4.ย To be sure, fully charge your device as the process make take a while.

5. Setup ADB and Fastboot on your Android device.

6. Most devices require unlocked bootloader in order to flash the TWRP firmware. Now different devices have a different bootloader unlock method.

Method 1: Install TWRP Recovery on Your Android Device Using Fasboot

Step 1: Download the TWRP image file from above. You donโ€™t need to extract the file. Just transfer the file to your PC where you can easily locate it.

Step 2: Make sure you setup ADB and Fastboot on your PC. Trust the connection- check Yes on โ€œAlways allow from this computerโ€ when you plug in the device for the first time.

Step 3: Now turn off your Android device completely and unplug it from your PC.

Step 4: Boot into the bootloader or Fastboot mode. To do so, turn off your device and then press and hold volume down + the power button simultaneously for a few seconds. When you see the bootloader screen, connect your device to the PC using a USB cable.(Choose Fastboot if option is available) For an alternative method look at the end of this method.

Step 5: Navigate to the location where you have placed the TWRP image file. Rename the recovery file to a simple one, like recovery.img. While the folder with recovery.img file is open, launch command prompt or terminal. To do so, hold the shift key on the keyboard and right-click on an empty space and select โ€œOpen command window hereโ€ option to launch a cmd window.

Step 6: Now issue the following command in the command prompt to check your device connectivity

fastboot devices

Step 7: Now flash the recovery image. Issue the following command for that.

fastboot flash recovery recovery.img

Step 8:ย Wait until the recovery gets installed.

Once the operation completes, you can now enjoy your new TWRP recovery. Alternatively, while, on Linux or Mac OS, you can issue โ€œ./fastboot flash recovery recovery.imgโ€ command to flash the file.

You can boot into the TWRP recovery you just installed by issuing the following command:

adb reboot recovery

How to boot into bootloader or Fastboot mode using ADB

In order to boot into the bootloader while connected to the PC, you can also issue the following command through your cmd or terminal, First setup ADB and Fastboot environment on your PC from requirements and then follow instructions till step 4. Once into the command prompt or terminal, issue the following command:

adb reboot bootloader

Method 2: Install TWRP Recovery on Your Android Device with TWRP Manager or Flashify

This is an alternative method to install a TWRP Recovery. However, not all devices are supported with this method. Mostly the officially supported recoveries be flashed using the TWRP Manager App. Plus, you need to grant root access to the App in order to work. You can get the app from Play Store. All you need to do is install the App, grant root access, and search your device for support from within the app.

Get TWRP Manager from Play Store

Flashify is another good recovery flashing tool. Use it to flash the recovery image without connecting your Android device to PC using this app. Just open it and select the TWRP recovery file from within the app.

Get Flashify from Play Store

Congratulations, you now have a custom Recovery installed on your device.ย You can now tinker with your device and install any compatible custom ROM.

Like and share us on social media. If you need any help with your device, then comment down below. Get in touch with us if you want to know more about TWRP installation or come across any errors.


Sarang Avatar

7 responses


  1. Install Stock Android 6.0 Marshmallow Update on T-Mobile LG G4, Latest 20i Image For H811

    […] 2. Make sure you have a custom recovery installed on your device. Latest build fromย TWRPย is advisable. Download the recommended build from this pageย or on the official page forย TWRP 2.8.7+. See how to install TWRP on your Android device from this page. […]

  2. Unlock Bootloader And Flash TWRP on Huawei Honor 5X [Works With All Huawei Devices]

    […] Once the operation completes, you can now enjoy your new recovery. Alternatively, while, on Linux or Mac OS, you can issue โ€œ./fastboot flash recovery.imgโ€ command to flash the file. For detailed tutorial and alternate methods to flash the TWRP recovery, click here. […]

  3. Official TWRP 3.0.0 For HTC Devices Now Available, [Installation Guide]

    […] How To Install TWRP Recovery On HTC Devices […]

  4. Jonathan Avatar
    Jonathan

    Does installing TWRP with flashify work on a rooted Lg G3 VS985 (5.1.1)??

  5. Download T-Mobile HTC One M9 Android 6.0 Marshmallow Stock RUU File [Install]

    […] Download the files that quotes TWRP flashable ROM. All you need to do is make sure you have TWRP installedย on your T-Mobile HTC One M9. Once setup, boot into TWRP, wipe the data, go to home screen and tap install and select the file. […]

  6. Rene Avatar
    Rene

    Thank you for these guidelines, they have been of help in the flashing of a custom recovery into my htc one. I followed all the instructions and now my phone has a new custom rom as a result of having this recovery installed on it. I would also recommend anyone who might come across this page to follow these guidelines and they will attest to what I am writing/saying.

  7. manik hossain Avatar
    manik hossain

    Hello my PC show the error, Can you help me, why the problem?

    C:Program Files (x86)Minimal ADB and Fastboot>fastboot devices
    PSDN:YT910S24YZ&ZLP fastboot

    C:Program Files (x86)Minimal ADB and Fastboot>fastboot flash recovery recovery.img
    target didn’t report max-download-size
    sending ‘recovery’ (11922 KB)…
    (bootloader) USB download speed was 13889kB/s
    OKAY [ 0.901s]
    writing ‘recovery’…
    (bootloader) Flash of partition ‘recovery’ requested
    FAILED (remote: Partition not found)
    finished. total time: 0.917s

    C:Program Files (x86)Minimal ADB and Fastboot>fastboot flash recovery recovery.img
    target didn’t report max-download-size
    sending ‘recovery’ (11922 KB)…
    (bootloader) USB download speed was 13889kB/s
    OKAY [ 0.894s]
    writing ‘recovery’…
    (bootloader) Flash of partition ‘recovery’ requested
    FAILED (remote: Partition not found)
    finished. total time: 0.909s

    C:Program Files (x86)Minimal ADB and Fastboot>fastboot devices

Leave a Reply