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.
What's working? :
- Almost everything
Download:
3.5.0_10-0: https://mirror.theogpanda.workers.dev/0:/x3/twrp-3.5.0_10-0_x3.img
vbmeta: https://mirror.theogpanda.workers.dev/0:/x3/vbmeta.img
Instructions:
1. Download recovery.img & vbmeta.img
2. Reboot to bootloader
3. Flash vbmeta
4. Flash recovery
5. Run
to enter TWRP
Source code:
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.
*
*/
What's working? :
- Almost everything
Download:
3.5.0_10-0: https://mirror.theogpanda.workers.dev/0:/x3/twrp-3.5.0_10-0_x3.img
vbmeta: https://mirror.theogpanda.workers.dev/0:/x3/vbmeta.img
Instructions:
1. Download recovery.img & vbmeta.img
2. Reboot to bootloader
Code:
adb reboot bootloader
Code:
fastboot --disable-verification --disable-verity flash vbmeta vbmeta.img
Code:
fastboot flash recovery twrp-****_x3.img
Code:
fastboot reboot recovery
Source code:
Last edited by a moderator: