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.
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.
Subscribe to Newsletters via Email. Follow us on Google News and Join our Telegram Group! Also, support us by donating via PayPal.
Leave a Reply