09-10-2021, 04:58 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. Last Updated 2021-01-06
Code:
#include <std_disclaimer.h>
/*
* Your warranty is void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Features:
- TWRP boots;
- Fastbootd works;
- Decryption works (Not for stock rom);
- Rom flashing;
- Format/wipe data works.
Bugs:
- Backups;
- Maybe More.
STEP BY STEP HOW TO FLASH TWRP:
- Make sure you have your Bootloader unlocked;
(please check the guide in this Forum)
- Download a TWRP from your choice;
- Reboot your phone into fastboot mode;
(Power Off your phone, turn it on with Power and Vol+ for a few secs)
- Connect the Smartphone to a PC/Laptop;
- Place the TWRP .img file on the adb folder
- Open a prompt command there and type
fastboot boot *name-twrp*.img
(where you replace twrp for the twrp file name)
- That will reboot your phone and boot into TWRP;
![[Image: download.png]](https://techinbermudas.com/forum/images/posts/download.png)
![[Image: adb.png]](https://techinbermudas.com/forum/images/posts/adb.png)