If you want to flash TWRP recovery via fastboot then just follow the easy and simple step by step guide on how to Install TWRP Recovery via Fastboot On Any Android Device.This is applicable for most of the android devices.But there are some devices like Samsung devices which may not work with this guide.You have to use Odin Flash tool to Install TWRP recovery.
[post_ads]
Note: For Samsung Devices, we recommend using Odin Flash tool to Install TWRP recovery
[post_ads]
Note: For Samsung Devices, we recommend using Odin Flash tool to Install TWRP recovery
You can find and download the official TWRP recovery build
for your device over at TeamWin’s website. We’ve linked all officially
supported devices below in the table. For most devices, you will only find the
Fastboot flashable .img files of TWRP. However, if you have a Samsung Galaxy
device, you’ll also find a .tar file, and we recommend using the .tar file
to install TWRP using Odin (a PC software to install/flash stuff on
Samsung devices).
If you already have TWRP recovery .img file for your device,
skip straight to the TWRP installation instructions below the TWRP download
section.
If you couldn’t find TWRP recovery image for your device on
the official channels, do a search on our website for an unofficial build. We
cover unofficial TWRP recovery builds for all sorts of Android devices that
appear on various Android communities like XDA. When you’ve the TWRP recovery .img file downloaded for your
device, follow the instructions below to flash TWRP recovery via Fastboot.
How to Install TWRP via Fastboot
Note: This guide assumes that your device has an unlocked
bootloader. If not, follow our detailed guide on How to Unlock Bootloader via Fastboot on Android.
[post_ads_2]
- Get a
TWRP recovery .img file compatible with your device and save to a
separate folder on your PC.
- Setup
ADB and Fastboot on your PC, follow this link .
- 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.
- Open
the folder where you saved TWRP Recovery .img file in Step 1 above.
- Now
open a command window inside that folder. To do that, “Shift +
Right click” on any empty white space inside the folder and
then select “Open command window here” from the context menu.
- Connect
your device to the PC. And type the following into the command window we
opened in Step 5 above to boot your device into bootloader/fastboot
mode:
[adb reboot bootloader]
└ If you get a permission dialogue on your device
to “Allow USB debugging”, tap OK.
- 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.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]
That’s all. TWRP recovery should be installed on your device
now. To boot into the freshly installed recovery, simply issue the adb
reboot recovery command from PC command line when your device
boots into system.
COMMENTS