16-09-2021, 03:10 AM
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:
#include <std_disclaimer.h>
/*
*
* We are 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 us for messing up your device, we will laugh at you.
*
*/
STEP BY STEP HOW TO FLASH TWRP:
OnePlus (or directly android 10) re-introduced the recovery partition so you should only flash it in recovery partition or you can try to boot it from fastboot. For now only boot it.
To flash:
Code:
fastboot flash recovery_a twrpname.img
fastboot flash recovery_b twrpname.img
Code:
fastboot boot twrpname.img
![[Image: download.png]](https://techinbermudas.com/forum/images/posts/download.png)
![[Image: adb.png]](https://techinbermudas.com/forum/images/posts/adb.png)
![[Image: tgicon.png]](https://techinbermudas.com/forum/images/posts/tgicon.png)
![[Image: githubicon.png]](https://techinbermudas.com/forum/images/posts/githubicon.png)
![[Image: paypali.png]](https://techinbermudas.com/forum/images/posts/paypali.png)