Development [RECOVERY][UNOFFICIAL] TWRP for Lenovo Phab Plus - Lenovo Phab Plus

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 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.
*
*/
Bugs
You tell me ;D
Install guide
1. Install adb tools from Google's SDK on your PC
2. Reboot into fastboot mode
3. Unlock your bootloader (Some devices might have it locked, running 'fastboot oem unlock' fixes it)
4. Run "fastboot flash recovery path/to/recovery.img" in the command line
5. Reboot to recovery mode
6. Enjoy!
Downloads
3.6.2_9-0
Source Code
https://github.com/omnirom/android_bootable_recovery
https://gitlab.com/TipzTeam/LenovoPHAB/recovery_device_lenovo_phoenix
Donations
https://paypal.me/TipzTeam

Reserved

how to enter fastboot mode

Mystogan00 said:
how to enter fastboot mode
Click to expand...
Click to collapse
just reboot bootloader in my recovery or press and hold volume down + power when your device is fully powered down.

New TWRP update!
3.4.0-0 (Sep 6)
- Fix time and date (May need to Restore settings)
- Fix battery automatically disappearing
- Fix battery percentage not updating
Download

New TWRP update!
3.4.0-1 (Sep 15)
- Add edl button for edl mode
- Improve factory reset speed
- Update to latest lollipop caf
Download

New TWRP update!
3.4.0-1.1 (Sep 15)
- Update to latest TWRP
- Update to latest device tree changes
Download

New TWRP update!
3.4.0-2 (Oct 24)
- Update to codename phoenix
Download

New TWRP update!
3.5.0_9-0 (Feb 14, 2021)
TWRP 3.5.0
phoenix: remove unnecessary ueventd files
phoenix: Set default brightness to match stock ROM
phoenix: Move back to toolbox
phoenix: Add PB1-770P
phoenix: Update to a Marshmallow kernel image
phoenix: board: Enable NTFS_3G
Download

New TWRP update!
3.5.2_9-0 (Apr 25, 2021)
TWRP 3.5.2
rootdir updates
Download

New TWRP update!
3.6.2_9-0 (Jun 18, 2022)
TWRP 3.6.2
Sight touchscreen improvement
Download

Related

[TWRP][OFFICIAL] TWRP 3.3.0-0 for OUKITEL WP1 [MT6763]

This TWRP Recovery Is Compiled From Source & Officially Supported
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 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.
*
*/
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 recovery.img 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
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:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. Now unplug your device and then hold power button untill the phone turned off,after that press power button while holding vol down(-) button simultaneously and you will boot into TWRP recovery mode.
Enjoy !
Downloads
Official TWRP Page: https://twrp.me/oukitel/oukitelkwp1.html
Unofficial GitHub Release : Here (release name : TWRP-OUKITEL-WP1)
Version Information
ROM OS Version: 8.1 Oreo
Source Code: Device Tree
Based On: TWRP
Credits
Omni Team for minimal TWRP source
@chankruze (myself) for device tree and compilation.
SUPPORT
Official Telegram Group
Official Telegram Channel

[TWRP][OFFICIAL] TWRP 3.3.0-0 for UMIDIGI F1 Play [MT6771]

This TWRP Recovery Is Compiled From Source & Officially Supported
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 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.
*
*/
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 recovery.img 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
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:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. Now unplug your device and then hold power button untill the phone turned off,after that press power button while holding vol down(-) button simultaneously and you will boot into TWRP recovery mode.
Enjoy !
Downloads
Official TWRP Page: https://twrp.me/oukitel/umidigif1playhtml
Unofficial GitHub Release : Here (release name : TWRP-OUKITEL-WP1)
Version Information
ROM OS Version: 8.1 Oreo
Source Code: Device Tree
Based On: TWRP
Credits
Omni Team for minimal TWRP source
@chankruze (myself) for device tree and compilation.
SUPPORT
Official Telegram Group
Official Telegram Channel
Does anyone knows if this can be installed on the "normal" F1 (not the F1 Play)?
If I unpack this and swap kernel for the F1 can I post it in F1 thread to share. Or can the f1 be added as a build branch?
EDIT:
Well it boots, but does not have working MTP.
the one i have been using already(a ported one) has working MTP, I will stay with it.
chankruze said:
This TWRP Recovery Is Compiled From Source & Officially Supported
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 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.
*
*/
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 recovery.img 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
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:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. Now unplug your device and then hold power button untill the phone turned off,after that press power button while holding vol down(-) button simultaneously and you will boot into TWRP recovery mode.
Enjoy !
Downloads
Official TWRP Page: https://twrp.me/oukitel/umidigif1playhtml
Unofficial GitHub Release : Here (release name : TWRP-OUKITEL-WP1)
Version Information
ROM OS Version: 8.1 Oreo
Source Code: Device Tree
Based On: TWRP
Credits
Omni Team for minimal TWRP source
@chankruze (myself) for device tree and compilation.
SUPPORT
Official Telegram Group
Official Telegram Channel
Click to expand...
Click to collapse
for UMIDIGI F1 will it ?
Is the BL unlockable with just the old fasboot bl unlock commands? It's a little hard to find info on this thing. Must not be very popular yet.
Does this work on Android 9.0
#Starlord37# said:
Does this work on Android 9.0
Click to expand...
Click to collapse
This is for F1 play (which is 9.0 out of the box)
BZ0RG said:
This is for F1 play (which is 9.0 out of the box)
Click to expand...
Click to collapse
Ok I was wondering because it said android 8.1
@Starlord37 The last official release works well too (available at twrp website)
Just owned my F1 play.
Soon I will make my rom for it
Gesendet von meinem F1 mit Tapatalk

[RECOVERY] TWRP 3.3.x for Realme U1

This TWRP Recovery Is Compiled From Source & Wii Be Suupported 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.
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 recovery
* 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 recovery.img 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
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:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. Now unplug your device and then hold power button untill the phone turned off, after that use your device key combo to boot into TWRP recovery mode.
Enjoy !
Downloads
Official TWRP Page: coming soon !
Unofficial Release : https://www.androidfilehost.com/?w=files&flid=298136
Version Information
ROM OS Version: 8.1 Oreo
Source Code: Device Tree
Based On: TWRP
Credits
Omni Team for minimal TWRP source
@chankruze (myself) for device tree and compilation.
SUPPORT
Official Telegram Group
Official Telegram Channel

[RECOVERY] TWRP 3.3.x for BlackShark

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 recovery
* 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 recovery.img 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
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:-
Code:
fastboot flash recovery twrp-name.img
BooM ! TWRP flashed successfully.
6. Now unplug your device and then hold power button untill the phone turned off, after that use your device key combo to boot into TWRP recovery mode.
Notes for installing Magisk
- After booting into twrp, format data.
- Flash Magisk zip
- After flashing magisk, flash no-verity-opt-encrypt-6.0.zip
- reboot
Downloads
Official TWRP Page: coming soon !
Unofficial Release :https://www.androidfilehost.com/?w=files&flid=298269
no-verity-opt-encrypt-6.0.zip :https://androidfilehost.com/?fid=6006931924117942519
Version Information
ROM OS Version: 9.0 Pie
Source Code: Device Tree
Based On: TWRP

[RECOVERY][3.3.1-20][tulip]Official/Unofficial TWRP for Xiaomi Redmi Note 6 Pro

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 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:
- 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
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
Actually only this unofficial TWRP is able to decrypt, soon also the Official TWRP will be able to Decrypt.
does official recovery supports F2FS ?
After install this recovery my data Partition is crashed after the decription. Nothing helps and i had install all new and Format my data....
TWRP disappears after reboot
My Note 6 Pro is unlocked. I enabled USB debugging.
I used "fastboot flash recovery" to flash the TWRP image over. No errors. But upon reboot, it goes back to the "Fast Boot" splash screen with a cartoon.
To get into TWRP, I have to "fastboot boot twrp.img".
I read that to troubleshoot, run "fastboot getvars anti", and the output is "4".
Any ideas?
Edit: I realized I have to press Volume Up to get into TWRP, instead of Volume Down. It's OK now.

Categories

Resources