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.
Features:
- Android Q Support
- Decryption Support
- Vendor Partition Support
- Unified TWRP, so this works on OnePlus 5 and also on OnePlus 5T
- Android 11 Decryption
To Flash the TWRP:
if it's the first time you flash the TWRP or you are getting problems of TWRP lost or device doesn't boot after flashed magisk or something else you need to flash a modified vbmeta:
Then reboot in TWRP:
Download:
TWRP 3.4.0-10 by mauronofrio
TWRP 3.4.0-0 by mauronofrio
TWRP 3.3.1-1 by mauronofrio
TWRP 3.3.1-0 by mauronofrio
Reccomended ADB and Fastboot binaries:
Adb and Fastboot Installer
Source code:
https://github.com/mauronofrio/android_bootable_recovery
https://github.com/mauronofrio/android_device_oneplus_cheeseburger
My Telegram TWRP Support Group:
https://t.me/twrp_Mauronofrio
Donations:
Credits:
Thanks to @eng.stk for the base source
Created 2020-03-27
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.
*
*/
Features:
- Android Q Support
- Decryption Support
- Vendor Partition Support
- Unified TWRP, so this works on OnePlus 5 and also on OnePlus 5T
- Android 11 Decryption
To Flash the TWRP:
if it's the first time you flash the TWRP or you are getting problems of TWRP lost or device doesn't boot after flashed magisk or something else you need to flash a modified vbmeta:
Code:
fastboot flash recovery twrp-3.3.1-xx-xxxxxx-mauronofrio.img
Code:
fastboot boot twrp-3.3.1-xx-xxxxxx-mauronofrio.img
Download:
TWRP 3.4.0-10 by mauronofrio
TWRP 3.4.0-0 by mauronofrio
TWRP 3.3.1-1 by mauronofrio
TWRP 3.3.1-0 by mauronofrio
Reccomended ADB and Fastboot binaries:
Adb and Fastboot Installer
Source code:
https://github.com/mauronofrio/android_bootable_recovery
https://github.com/mauronofrio/android_device_oneplus_cheeseburger
My Telegram TWRP Support Group:
https://t.me/twrp_Mauronofrio
Donations:

Credits:
Thanks to @eng.stk for the base source
Created 2020-03-27
Last edited: