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:
- Decryption Works
- Backup works
- Wipes Work
- Android 10 support
Download:
TWRP 3.3.1-20 Unofficial by mauronofrio
Official Builds
To Flash the TWRP:
Then reboot in TWRP manually.
Source code:
https://github.com/mauronofrio/android_bootable_recovery
https://github.com/TeamWin/android_device_xiaomi_tulip
Donations:

Credits:
Thanks to @DD3Boh for the testing and to @DarthJabba9 for the help with FDE and for the support
Created 2019-08-25
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.
*
*/
- Decryption Works
- Backup works
- Wipes Work
- Android 10 support
Download:
TWRP 3.3.1-20 Unofficial by mauronofrio
Official Builds
To Flash the TWRP:
Code:
fastboot flash recovery twrp-3.3.1-xx-xxxxxx-mauronofrio.img
Source code:
https://github.com/mauronofrio/android_bootable_recovery
https://github.com/TeamWin/android_device_xiaomi_tulip
Donations:

Credits:
Thanks to @DD3Boh for the testing and to @DarthJabba9 for the help with FDE and for the support
Created 2019-08-25