This TWRP recovery Is compiled from source & going to be supported officially
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.
Prerequisites
1. Unlocked bootloader.
Bugs
1. No bugs
2. If you have found a bug, please consider posting it to my GitHub Issues.
Instructions
1. Go to the fastboot mode.
2. Download the twrp image and transfer it to the adb folder.
3. Open the cmd/terminal and change directory into the adb folder.
4. Now confirm/check that device is connected by typing:-
If you got your device seriel number there then you are ready to continue otherwise try connecting device again and make sure USB debugging is on and you have granted permission to the PC to debug.
5. After that we will flash this TWRP recovery to the recovery partition by below command:-
BooM ! TWRP flashed successfully.
6. . Now unplug your device and then use your device key combo to boot into TWRP recovery mode.
Enjoy !
Downloads
Android File Host: https://www.androidfilehost.com/?w=files&flid=297671
Official TWRP Page: Coming Soon
XDA:DevDB Information
TWRP For Vivo Z1 Pro, Kernel for the Vivo Z1 Pro
Contributors
chankruze
Source Code: https://github.com/N00bTree/android_device_vivo_PD1911F_EX
Kernel Special Features:
Version Information
Status: Testing
Current Stable Version: 1.0.0
Stable Release Date: 2019-08-15
Current Beta Version: 1.0.0-beta1
Beta Release Date: 2019-08-11
Created 2019-08-09
Last Updated 2019-08-08
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 project
* 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.
*
*/
Prerequisites
1. Unlocked bootloader.
Bugs
1. No bugs
2. If you have found a bug, please consider posting it to my GitHub Issues.
Instructions
1. Go to the fastboot mode.
2. Download the twrp image and transfer it to the adb folder.
3. Open the cmd/terminal and change directory into the adb folder.
4. Now confirm/check that device is connected by typing:-
Code:
fastboot devices
5. After that we will flash this TWRP recovery to the recovery partition by below command:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. . Now unplug your device and then use your device key combo to boot into TWRP recovery mode.
Enjoy !
Downloads
Android File Host: https://www.androidfilehost.com/?w=files&flid=297671
Official TWRP Page: Coming Soon
XDA:DevDB Information
TWRP For Vivo Z1 Pro, Kernel for the Vivo Z1 Pro
Contributors
chankruze
Source Code: https://github.com/N00bTree/android_device_vivo_PD1911F_EX
Kernel Special Features:
Version Information
Status: Testing
Current Stable Version: 1.0.0
Stable Release Date: 2019-08-15
Current Beta Version: 1.0.0-beta1
Beta Release Date: 2019-08-11
Created 2019-08-09
Last Updated 2019-08-08