24-09-2021, 12:20 PM
Last edit by techinbermudas
![[Image: twrp.webp]](https://techinbermudas.com/forum/images/posts/twrp.webp)
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:
*** Disclaimer ***
All flashing is done at your own risk!
While nothing from this thread should break your device,
don't come back here blaming anyone if it does!
Prerequisites: Unlocked Bootloader
On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings.
Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type:
Code:
adb reboot bootloader
Download the correct image file and copy the file into the same folder as your adb and fastboot binaries.
Rename the image to twrp.img and type:
Code:
fastboot boot twrp.img
This will install the currently booted TWRP permanently to both slots.
NOTE: If you were previously rooted, you will need to re-install the root apk/zip as the TWRP install will overwrite it!
TWRP: here
Device tree: here
![[Image: download.png]](https://techinbermudas.com/forum/images/posts/download.png)
![[Image: adb.png]](https://techinbermudas.com/forum/images/posts/adb.png)