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.
Whats Working?
Everything is working
Can change Slot A/Slot B on twrp
SDcard and OTG working
Decryption of Data working
Flashing of roms work pie and even Q roms work.
Downloads
Patched boot.img for Android 9 Stock
Patched boot.img for Android 10 Stock
Patched boot.img for Android 10 Custom
TWRP Installer zip
Information regarding boot images
Patched boot.img for Android 9 Stock
- Source built TWRP Image
- Flash this via fastboot on Stock Pie Rom(s) to get TWRP Access
Patched boot.img for Android 10 Stock
- Ramdisk Patched Android Q April Update boot image
- Flash this via fastboot on Stock Q Rom(S) to get TWRP Access
Patched boot.img for Android 10 Custom
- Bit Kernel based boot.img, patched with TWRP.
- Flash this via fastboot on any Q Custom ROM to get TWRP Access
- (Handy when you forget to flash installer and are left with a basic recovery)
Flashing Instructions
Patched boot image
- Flash the boot image via fastboot using the following command
Installer
- Flash the installer zip whenever flashing a custom or stock ROM to maintain TWRP access
Note
Do not flash a mismatching twrp variant boot.img on your device, you might need to re install your whole ROM!
Credits
@Nik001 for his TWRP tree tree
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.
*
*/
Whats Working?
Everything is working
Can change Slot A/Slot B on twrp
SDcard and OTG working
Decryption of Data working
Flashing of roms work pie and even Q roms work.
Downloads
Patched boot.img for Android 9 Stock
Patched boot.img for Android 10 Stock
Patched boot.img for Android 10 Custom
TWRP Installer zip
Information regarding boot images
Patched boot.img for Android 9 Stock
- Source built TWRP Image
- Flash this via fastboot on Stock Pie Rom(s) to get TWRP Access
Patched boot.img for Android 10 Stock
- Ramdisk Patched Android Q April Update boot image
- Flash this via fastboot on Stock Q Rom(S) to get TWRP Access
Patched boot.img for Android 10 Custom
- Bit Kernel based boot.img, patched with TWRP.
- Flash this via fastboot on any Q Custom ROM to get TWRP Access
- (Handy when you forget to flash installer and are left with a basic recovery)
Flashing Instructions
Patched boot image
- Flash the boot image via fastboot using the following command
Code:
fastboot flash boot <filename>.img
Installer
- Flash the installer zip whenever flashing a custom or stock ROM to maintain TWRP access
Note
Do not flash a mismatching twrp variant boot.img on your device, you might need to re install your whole ROM!
Credits
@Nik001 for his TWRP tree tree