[TWRP][3.4.0-14][instantnoodle]Unofficial TWRP for OnePlus 8/8 Pro Unified(Stable) - OnePlus 8 / 8 Pro & 8T Cross Device Development

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:
- TWRP boots;
- Fastboot boot is working;
- Decryption is working.
- Vibration is working.
- System, Vendor and Product partitions mount is working but you can't modify them.
- You can flash magisk and others kernels.
- You can flash ROMs.
- Format Data works.
NOT WORKING:
- ANDROID 11 support
- Backup Restore
- Fastbootd
- System and vendor image flash
Install guide (Reccomended):
Acutally seems oneplus (or directly android 10) re-introduced the recovery partition so you should only flash it in recovery partition or you can try to boot it from fastboot. For now only boot it.
To flash:
Code:
fastboot flash recovery_a twrpname.img
fastboot flash recovery_b twrpname.img
To boot:
Code:
fastboot boot twrpname.img
Tips:
If you have some problems with backup, like 255 error or something similar please check this guide: https://forum.xda-developers.com/oneplus-6/how-to/255-error-twrp-backup-restore-999-t3801632
For the Bacups use always "system_image" and "vendor_image" instead of "system" and "vendor".
Download:
TWRP 3.4.0-14 by mauronofrio
TWRP 3.4.0-2 Test by mauronofrio
TWRP 3.4.0-1 Test by mauronofrio
TWRP 3.4.0-0 Test by mauronofrio
TWRP 3.3.1-10 Test by mauronofrio
TWRP 3.3.1-10 Test Installer by mauronofrio
TWRP 3.3.1-8 Test by mauronofrio
TWRP 3.3.1-7 Test by mauronofrio
TWRP 3.3.1-4 Test by mauronofrio
TWRP 3.3.1-4 Test Installer by mauronofrio
TWRP 3.3.1-2 Test by mauronofrio
TWRP 3.3.1-1 Test by mauronofrio
TWRP 3.3.1-0 Test by mauronofrio
Reccomended ADB and Fastboot binaries:
Adb and Fastboot Installer
Source code:
https://github.com/mauronofrio/android_bootable_recovery
https://github.com/mauronofrio/android_device_oneplus_instantnoodle_TWRP
Kernel source: precompiled stock one
My Telegram TWRP Support Group:
https://t.me/twrp_Mauronofrio
Donations:
Credits:
I want to say a big thanks to the tester @Fentadroid
Created 2020-05-18

DON'T FLASH THE TWRP, please only boot it for now

I tried to boot it, but it stays stuck at the fastboot mode screen. Never boots into twrp.

mauronofrio said:
DON'T FLASH THE TWRP, please only boot it for now
Click to expand...
Click to collapse
I will give it a try! Thank you so much for this! <3

Gordietm said:
I tried to boot it, but it stays stuck at the fastboot mode screen. Never boots into twrp.
Click to expand...
Click to collapse
What command you used?

mauronofrio said:
What command you used?
Click to expand...
Click to collapse
Fastboot boot twrp.img
I renamed the file in my platform tools.

Gordietm said:
Fastboot boot twrp.img
I renamed the file in my platform tools.
Click to expand...
Click to collapse
Have you unlocked the bootloader right?

mauronofrio said:
Have you unlocked the bootloader right?
Click to expand...
Click to collapse
Of course. I'm already rooted. ?
Since it doesn't decrypt. Should I have removed my PIN first?

That is really wierd, I have no problem to boot it as well..... Tried many many times.

Gordietm said:
Of course. I'm already rooted.
Click to expand...
Click to collapse
I don't know what to say, @Fentadroid is able to boot it without problems, he tried also magisk flash

How is this possible if no one is able to unlock their bootloader yet? ?

TheKnux said:
How is this possible if no one is able to unlock their bootloader yet? ?
Click to expand...
Click to collapse
Why are you not able to unlock your bootloader?

mauronofrio said:
I don't know what to say, @Fentadroid is able to boot it without problems, he tried also magisk flash
Click to expand...
Click to collapse
Ok, I'll try it again. Maybe it just takes really long to boot up.
---------- Post added at 02:40 PM ---------- Previous post was at 02:33 PM ----------
Gordietm said:
Ok, I'll try it again. Maybe it just takes really long to boot up.
Click to expand...
Click to collapse
Sorry. Still no luck. I left it on the fastboot mode message for a long time and it never booted in twrp.
I'm on the 8 Pro. Was it tested on the 8 and 8 Pro?

TheKnux said:
How is this possible if no one is able to unlock their bootloader yet? ?
Click to expand...
Click to collapse
People on the t mobile varient are unable to unlock the bootloader. The international one plus 8 bought from one plus can be done easily enough.

Gordietm said:
Ok, I'll try it again. Maybe it just takes really long to boot up.
---------- Post added at 02:40 PM ---------- Previous post was at 02:33 PM ----------
Sorry. Still no luck. I left it on the fastboot mode message for a long time and it never booted in twrp.
I'm on the 8 Pro. Was it tested on the 8 and 8 Pro?
Click to expand...
Click to collapse
Tested on 8 pro

Gordietm said:
Ok, I'll try it again. Maybe it just takes really long to boot up.
---------- Post added at 02:40 PM ---------- Previous post was at 02:33 PM ----------
Sorry. Still no luck. I left it on the fastboot mode message for a long time and it never booted in twrp.
I'm on the 8 Pro. Was it tested on the 8 and 8 Pro?
Click to expand...
Click to collapse
Sorry man, i linked the wrong twrp, download it again and try again

mauronofrio said:
Sorry man, i linked the wrong twrp, download it again and try again
Click to expand...
Click to collapse
Ok, it works. Thanks
Soon, will we be able to flash oos ota's?

Gordietm said:
Ok, it works. Thanks
Soon, will we be able to flash oos ota's?
Click to expand...
Click to collapse
It's a testing feature, for now i blocked this function because after flashed the rom the device is not able to boot, seems that there are some problems modifying super partition.

Good to see some progress.
Im hoping its not that dificult to fix decryption as Chinese devs did it. But they are not very good for not uploading source otherwise TeamWin and you cold have worked with them if they got some parts working.

mauronofrio said:
It's a testing feature, for now i blocked this function because after flashed the rom the device is not able to boot, seems that there are some problems modifying super partition.
Click to expand...
Click to collapse
Seeing as you know a little about twrp, why not reach out to the author of the Chinese one and get ported?
I've read that it's working so could skip a lot of the groundwork.
Edit: just seen the post above, still, worth saying hello just to see what they'd say

Related

[RECOVERY][UNOFFICIAL][OREO] TWRP 3.2.3-0

DISCLAIMER:
Code:
* Your warranty is now void.
*
* I am 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
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
TWRP 3.2.3-0 for Huawei Nova​
Introduction
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.
Click to expand...
Click to collapse
Notes
Decryption doesn't work.
You can use it on Nougat too.
Click to expand...
Click to collapse
Requirements
Huawei Nova
Unlocked bootloader ( here's a guide about how to unlock it). If you don't have the unlock key, then you no longer can unlock it. You gotta thank Huawei for not allowing unlocked bootloader anymore.
Click to expand...
Click to collapse
Installation
If you already have a TWRP installed:
1) Boot in TWRP.
2) Select "Install", then "install image".
3) Select the recovery.img where you've placed it and then choose recovery from the partition list.
5) Reboot recovery if you wanna boot in TWRP or reboot system.
Click to expand...
Click to collapse
If you don't have any TWRP installed:
1) Unlock your bootloader. Here's a guide about how to do it.
2) Run the following command in terminal (linux) or command prompt (windows, e.g. minimal ADB and fastboot):
Code:
[COLOR="red"]/* If you are doing this on Linux,
then run fastboot with [B]sudo[/B]: sudo fastboot blabla */[/COLOR]
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Download
AndroidFileHost | Mediafire
Sources
TWRP: https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni/tree/twrp-8.1
Device tree: https://github.com/skinzor/android_device_huawei_hwcan/tree/android-8.1
Kernel: https://github.com/skinzor/android_kernel_huawei_msm8953-1/tree/lineage-15.1 (i'm sorry for that mess of commits history, but i'll clean it as soon as possible)
Click to expand...
Click to collapse
Credits
@abhishek987
@ TWRP team
@ OmniROM
@ Huawei
XDA:DevDB Information
[RECOVERY][UNOFFICIAL][OREO] TWRP 3.2.3-0, ROM for the Huawei Nova/Nova Plus
Contributors
#Henkate
ROM OS Version: 8.x Oreo
Version Information
Status: Stable
Created 2018-09-02
Last Updated 2018-09-03
Reserved
You don't have any use for this TWRP yet, but soon you will.
Everything is working on LineageOS 15, but i still have to do few changes. E.g. i've noticed that fingerprint isn't always available after a reboot, so i think the service is starting too late or something. Also, i still got to use it myself for few days and see if everything is fine (at first glance it's fine) or maybe i'll leave that to y'all.
I've chose to publish the TWRP today as LineageOS 15 will be published in the upcoming day(s).
Reserved
Wow great news ! thanks @#Henkate i cant wait for taste it !
Wow ... Good new in the morning ....
Waiting LOS 15 every hour .... Tik tok ... Tik tok
Great news! :highfive: looking forward to trying it.
Thanks for this!
can be installed TWRP in the e-recovery section, thus the recovery will remain a stock. Or so it is impossible?
P.S. In future i want to install LOS 15.1
oleh.onysko said:
can be installed TWRP in the e-recovery section, thus the recovery will remain a stock. Or so it is impossible?
P.S. In future i want to install LOS 15.1
Click to expand...
Click to collapse
You mean having stock and TWRP recovery at the same time right? Well, I've never tried this but I've read that it was done on other Huawei phones, so I guess it would work on Nova too.
#Henkate said:
You mean having stock and TWRP recovery at the same time right? Well, I've never tried this but I've read that it was done on other Huawei phones, so I guess it would work on Nova too.
Click to expand...
Click to collapse
Onother TWRP i used: stock recovery on recovery, and TWRP on e-recovery.
oleh.onysko said:
Onother TWRP i used: stock recovery on recovery, and TWRP on e-recovery.
Click to expand...
Click to collapse
Yeah. As I've said, I've never tried this, but it was done on other Huawei phones, so I guess it would work on Nova too.
If you'd like to, you can try:
Code:
fastboot flash [B]e[/B]recovery recovery.img
oleh.onysko said:
can be installed TWRP in the e-recovery section, thus the recovery will remain a stock. Or so it is impossible?
P.S. In future i want to install LOS 15.1
Click to expand...
Click to collapse
why do you want to do that? No judging here, just to know
Hi,
I've flashed your previous TWRP ver 3.1.1-0
At first, my ADB detected it. while it boots on TWRP logo. But as soon as TWRP enters the menu it went offline. I need to pull important data from internal memory before I flashed it
Thank you so, so much for keeping this device alive, #Henkate!
Is it work with nova plus
I have a problem using Oreo TWRP, commands on Data partition dont work for me. Like wiping, backing up, formating.
First i was on Emui 5. Unlock it, flash Oreo TWRP and having error for Data partition (won't mount). Then i need to install TWRP 3.1.1 (the red one) to format Data, and after that install back 3.2.3 to install Lineage 15.
Exact the same thing happened when i move from Lineage to AOSP Extended.
Where I'm wrong?
Please find a new 3.2.3-0 build here:
https://www.androidfilehost.com/?w=files&flid=298114
It contains the fix for the crypto footer error message, so now it is also possible to install nanodroid on oreo. It was not possible before, because /data could not be mounted.
This issue lead me to the commit which fixed it:
https://github.com/TeamWin/Team-Win-Recovery-Project/issues/1265
https://github.com/LineageOS/androi...ommit/f4426d93b22f9beb9d532e98186c71ad6376faf
gt_o said:
Please find a new 3.2.3-0 build here:
https://www.androidfilehost.com/?w=files&flid=298114
It contains the fix for the crypto footer error message, so now it is also possible to install nanodroid on oreo. It was not possible before, because /data could not be mounted.
This issue lead me to the commit which fixed it:
https://github.com/TeamWin/Team-Win-Recovery-Project/issues/1265
https://github.com/LineageOS/androi...ommit/f4426d93b22f9beb9d532e98186c71ad6376faf
Click to expand...
Click to collapse
期待您的lineage16,有可能启动吗?

[RECOVERY][3.4.0-10][cepheus]Official/Unofficial TWRP for Xiaomi Mi 9 (Stable)

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
- Otg works
- Backups works
- Flash Rom works
- Android Q Supported
- F2FS support
- Fastboot boot command support
- Compatibility.zip error fixed
- Android 11 Decryption
Download:
TWRP 3.4.0-10 Unofficial by mauronofrio
TWRP 3.4.0-0 Unofficial by mauronofrio
TWRP 3.3.1-62 Unofficial by mauronofrio
TWRP 3.3.1-52 Unofficial by mauronofrio
TWRP Official Builds
TWRP 3.3.1-46 Unofficial by mauronofrio
TWRP 3.3.1-42 Unofficial by mauronofrio
TWRP 3.3.1-41 Unofficial by mauronofrio
TWRP 3.3.1-39 Unofficial by mauronofrio
TWRP 3.3.1-37 Unofficial by mauronofrio
TWRP 3.3.1-35 Unofficial by mauronofrio
TWRP 3.3.1-34 Unofficial by mauronofrio
TWRP 3.3.1-30 Unofficial by mauronofrio
TWRP 3.3.1-27 Unofficial by mauronofrio
TWRP 3.3.1-24 Unofficial by mauronofrio
To Flash the TWRP:
if it's the first time you flash the TWRP or you are getting problems of TWRP lost or device doesn't boot after flashed magisk or something else you need to flash a script to patch your vbmeta:
VBMETA PATCHER
To flash the TWRP:
Code:
fastboot flash recovery twrp-3.3.1-xx-xxxxxx-mauronofrio.img
Then reboot in TWRP manually or using a fastboot command.
Code:
fastboot boot twrp-3.3.1-xx-xxxxxx-mauronofrio.img
or
Code:
fastboot oem reboot-recovery
Flash the VBMETA PATCHER and reboot.
REMEMBER: is important that from fastboot you directly go in TWRP mode or the TWRP will be overwritten.
Reccomended ADB and Fastboot binaries:
Adb and Fastboot Installer
Source code:
https://github.com/omnirom/android_bootable_recovery
https://github.com/mauronofrio/android_device_xiaomi_cepheus
https://github.com/LasagnaTeam/TWRP_Kernel_Cepheus
My Telegram TWRP Support Group:
https://t.me/twrp_Mauronofrio
Donations:
Credits:
@notsyncing
@PeterCxy for the commits about wrappedkey
@siankatabg for the latest commit about vendor.gatekeeper.disable_spu
@Cozzmy13
@ingbrzy for the help with Android Q decryption problems
Thanks to all testers on the Telegram Group
Created 2019-02-28
Not working for me, stock on entry screen (teamwin)
Laserek_Poland said:
Not working for me, stock on entry screen (teamwin)
Click to expand...
Click to collapse
oh finally a tester,can you please contact me on telegram? My username is always mauronofrio
Or can you take a log?
Code:
adb shell dmesg
and
Code:
adb shell cat /tmp/recovery.log
Copy the output in a file or in a pastebin
Sent on prv
If you give me your email address I will sent you a result of dmesg but cant to it here as its to many characters (around 120k)
Laserek_Poland said:
Sent on prv
If you give me your email address I will sent you a result of dmesg but cant to it here as its to many characters (around 120k)
Click to expand...
Click to collapse
Seen, can you use https://pastebin.com/ to upload the log? is not needed registration
Sent you link
Got it?
Laserek_Poland said:
Sent you link
Got it?
Click to expand...
Click to collapse
There is a problem, it is a dmesg when you start the phone, i need the dmesg when you are stucking on teamwin logo
its from stucking T... logo taken
Laserek_Poland said:
its from stucking T... logo taken
Click to expand...
Click to collapse
Ok i need to more test, can we talk on a chat?
Sent me message please and explain what you need
mauronofrio said:
Ok i need to more test, can we talk on a chat?
Click to expand...
Click to collapse
but how do you install the twrp without an unlocked phone. I received it on March 1st and it takes 360 hours to unlock.
baggino said:
but how do you install the twrp without an unlocked phone. I received it on March 1st and it takes 360 hours to unlock.
Click to expand...
Click to collapse
some user account can unlock the phone immediately,no need to wait 360 hours.
baggino said:
but how do you install the twrp without an unlocked phone. I received it on March 1st and it takes 360 hours to unlock.
Click to expand...
Click to collapse
You need a higher grade Xiaomi account.
To work with this TWRP beside of unlockbootloader you must have deceipted phone
Laserek_Poland said:
To work with this TWRP beside of unlockbootloader you must have deceipted phone
Click to expand...
Click to collapse
What does this mean, deceipted phone?
marcel112 said:
What does this mean, deceipted phone?
Click to expand...
Click to collapse
It's a typo. She/He meant to write "decrypted". There are many guides on the internet on that.
kenny59 said:
It's a typo. She/He meant to write "decrypted". There are many guides on the internet on that.
Click to expand...
Click to collapse
I know... I only didn't knew the word Deceipted that's why is asked
Only xiaomi account that registered on 2014. Can unlock without waiting time.
kauw5164 said:
Only xiaomi account that registered on 2014. Can unlock without waiting time.
Click to expand...
Click to collapse
My account is registered on 2014 but 360 hours wait, so unfortunately it's not correct
kauw5164 said:
Only xiaomi account that registered on 2014. Can unlock without waiting time.
Click to expand...
Click to collapse
My account from 2012 and still waiting
Sent from my MI 9 using Tapatalk

[RECOVERY][UNOFFICIAL][ONCLITE] TWRP 3.3.1-x

HTML:
/*
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Please do some research if you have any concerns about features included in the products you find here before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
* Your warranty will be void if you tamper with any part of your device / software.
* Same statement for XDA.
*/
Introduction
This is an unofficial build of TWRP for Redmi 7 (onclite).
Based on TWRP version: 3.3.1
For device: onclite
Maintainer/Authors build: Galitsky Dmitry([email protected]/ [email protected])
Device tree: https://github.com/krot-melles/device_xiaomi_onclite-TWRP
In development plans
Supports CAF-based wrappedkey encryption (decryption) properly
Implemented
Mounts the system partition at /system_root as per AOSP standards.
Support install custom ROM (PE,RR and other)
Installation Instructions
Fastboot
Grab the recovery.img from extracted folder
Reboot device in fastboot
Run "fastboot flash recovery recovery.img" from fastboot
Boot into recovery
Downloads
IMG:Release list
Created 2019-05-10
Last update 2019-08-15
Thanks. I will try when I will arrived to home.
Is it control vendor partition too...?
I've installed your TWRP.
Unfortunately it is cannot bypass the encryption-decryption problem. Unfortunately, "format data" is required...
I need TWRP for Global Stable...but if I format data, after no SIM-card, and other problems (not suitable for MIUI incremental OTA)...this is good for custom roms only.
But very-very thanks your work.
Maybe next build will be better.
小米8青春版4/64国际版MIUI10.3.2.0
Somehow it wont flash the recovery on the 16/2gb version, yes phone is unlocked.
after abd flash recovery recovery.img it says ok, but after reboot no twrp but the original redmi bootloader v3.0.
TWRP is not flashable to Locked bootloader!
朱利安死了.請不要再打電話給他.红米7标准版3GB32GB稳定MIUIv10.3.6.0PFLINXM
please read, phone aka bootloader is unlocked.
Sorry. I ve read wrong.
So. On new phones need different install method
1.fastboot flash recovery recoveryname.img
2.fastboot boot recoveryname.img
(if img booted, you need reflash third recoveryname.img in TWRP, and you need install Disable_Dm-Verity_ForceEncrypt_02.04.2019.zip then reboot if you want to use stock system)
or
1.fastboot flash recovery recoveryname.img
2.press an hold volume up
3.fastboot reboot command (on pc, press enter...but hold volume up constantly)
4.maybe then after mi logo, TWRP will launching
5.make format data with TWRP
6.install custom ROM
Day by day Xiaomi system is more closed.
朱利安死了.請不要再打電話給他.红米7标准版3GB32GB稳定MIUIv10.3.6.0PFLINXM
Ok got it working now thanks.
indeed little bit different than other phones i have used.
Update TWRP
15082019
BoardConfig: fixed PARTITION_SIZE values ​​equated to partition.xml values
fstab: some fix
Click to expand...
Click to collapse
TWRP download
Do this recovery support decryption in stock ROM?
sherindroid said:
Do this recovery support decryption in stock ROM?
Click to expand...
Click to collapse
No((( maybe fix it in next build
Can I install ROM Builder from mi-globe.com? Can I take an error "Updater process ended with: Error 7"?
AdamWilling said:
Can I install ROM Builder from mi-globe.com? Can I take an error "Updater process ended with: Error 7"?
Click to expand...
Click to collapse
Do you have the opportunity to take a screenshot or error log???
can you flash apps with this version of twrp?
melles.android said:
Do you have the opportunity to take a screenshot or error log???
Click to expand...
Click to collapse
I already didn't tested...but maybe I know the problem, in redmi 7 is wrote onclite on every rom, but getvar of device is onc
Good work but encryption problem i hope get fixed
does this handle decryption and can disable dm-verify?
need help
JulianJenner said:
I've installed your TWRP.
Unfortunately it is cannot bypass the encryption-decryption problem. Unfortunately, "format data" is required...
I need TWRP for Global Stable...but if I format data, after no SIM-card, and other problems (not suitable for MIUI incremental OTA)...this is good for custom roms only.
But very-very thanks your work.
Maybe next build will be better.
小米8青春版4/64国际版MIUI10.3.2.0
Click to expand...
Click to collapse
hey julian i am replying you on this thread as the https://forum.xda-developers.com/redmi-7/how-to/redmi7-lr-team-twrp-3-3-0-redmi7-cn-t3924278 (this) is closed.
i am searching for a working recovery but available twrp are not getting the job done. i am looking for the recovery you talked about can u please refresh the download link or share the recovery with me as the given given in the orignal post dosent work anymore. Thanks in advance
I have no Redmi7 anymore.
Sent from my MI CC9 Pro using Tapatalk

[RECOVERY][3.4.0-10][tucana]Official/Unofficial TWRP Xiaomi Mi Note 10/CC9 Pro(Stable)

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
- Flash works
- Backup works
- Touch works
- Android 10 supported
- Android 11 Decryption
Download:
TWRP 3.4.0-10 Unofficial by mauronofrio
TWRP 3.4.0-0 Unofficial by mauronofrio
TWRP 3.3.1-4 Unofficial by mauronofrio
Official Links (Remember that the unofficial builds are always more updated)
TWRP 3.3.1-3 Unofficial by mauronofrio
TWRP 3.3.1-0 Unofficial by mauronofrio
To Flash the TWRP:
if it's the first time you flash the TWRP or you are getting problems of TWRP lost or device doesn't boot after flashed magisk or something else you need to flash a script to patch your vbmeta:
VBMETA PATCHER
To flash the TWRP:
Code:
fastboot flash recovery twrp-3.3.1-xx-xxxxxx-mauronofrio.img
Then reboot in TWRP manually or using a fastboot command.
Code:
fastboot boot twrp-3.3.1-xx-xxxxxx-mauronofrio.img
or
Code:
fastboot oem reboot-recovery
Flash the VBMETA PATCHER and reboot.
REMEMBER: is important that from fastboot you directly go in TWRP mode or the TWRP will be overwritten.
Reccomended ADB and Fastboot binaries:
Adb and Fastboot Installer
Source code:
https://github.com/omnirom/android_bootable_recovery
https://github.com/mauronofrio/android_device_xiaomi_tucana
Precompiled stock kernel
My Telegram TWRP Support Group:
https://t.me/twrp_Mauronofrio
Donations:
Credits:
Created 2019-12-07
Hi, thanks for sharing.
Seems adb sideload not work
jack15381 said:
Hi, thanks for sharing.
Seems adb sideload not work
Click to expand...
Click to collapse
What's the problem? Have you enabled sideloading from advanced menu?
Hi, i have two questions. I have a mi note 10 pro global.
Twrp can work on this model?
Firmware of Xiaomi eu stable can work on this 256gb model? Or its needed a specific version of this firmware?
Thx
Pampurios said:
Hi, i have two questions. I have a mi note 10 pro global.
Twrp can work on this model?
Firmware of Xiaomi eu stable can work on this 256gb model? Or its needed a specific version of this firmware?
Thx
Click to expand...
Click to collapse
This twrp should work on all mi note 10 variants, i don't think there are problems flashing xiaomi.eu roms on 256gb model
My cc9 pro 256gb is in testing rom. Can I flash this twrp?
luciferlul said:
My cc9 pro 256gb is in testing rom. Can I flash this twrp?
Click to expand...
Click to collapse
Yes
I am trying to flash it on my CC9Pro Premium, but the xiaomi recovery is still there and TWRP is simply not flashed. Everything looks fine while flashing it via fastboot, but it simply doesn't apply. Any clues?
H4N5 said:
I am trying to flash it on my CC9Pro Premium, but the xiaomi recovery is still there and TWRP is simply not flashed. Everything looks fine while flashing it via fastboot, but it simply doesn't apply. Any clues?
Click to expand...
Click to collapse
It's a vbmeta problem on stock roms, try to fastboot boot it
mauronofrio said:
It's a vbmeta problem on stock roms, try to fastboot boot it
Click to expand...
Click to collapse
I was also following this link and flashed the vbmeta first, but no success.
booting it via fastboot doesn't work either.
https://unofficialtwrp.com/twrp-3-3-1-root-xiaomi-mi-cc9-pro/#How_to_Install_twrp_Recovery_on_Xiaomi_MI_CC9_Pro
H4N5 said:
I was also following this link and flashed the vbmeta first, but no success.
booting it via fastboot doesn't work either.
https://unofficialtwrp.com/twrp-3-3-1-root-xiaomi-mi-cc9-pro/#How_to_Install_twrp_Recovery_on_Xiaomi_MI_CC9_Pro
Click to expand...
Click to collapse
Have you tried to use fastboot boot?
If yes, flash the twrp and the use this command:
fastboot oem reboot-recovery
mauronofrio said:
Have you tried to use fastboot boot?
If yes, flash the twrp and the use this command:
fastboot oem reboot-recovery
Click to expand...
Click to collapse
Thanks, that worked!
May I ask why I need to use that specific command?
H4N5 said:
Thanks, that worked!
May I ask why I need to use that specific command?
Click to expand...
Click to collapse
It's a problem of vbmeta, after you flashed the twrp the system will overwrite it with the stock one if you boot directly in the system
I just share my experience.
With ORANGE FOX Recovery, impossible to boot any xiaomi.eu rom after flashing (data wipe or not, with or without decryption, rooted or not)
this one is working... and i realise that i just lost one day of my life yesterday flashing 10 times the fastboot rom and flashing through orangefox the xiaomi.eu rom ...
thankkkkkkkkkkkks! !!!!!!!!!!!!!!!!!!
hi, i used this and managed to boot into twrp..how to flash magisk if internal do not detect magisk files in its storage?since it does not support sd card i assume you guys use usb otg? but i cannot get it selected how many times i tick the usb otg box
for some reason i format the data and reboot, and now it is at continuous loading screen..i managed to go back to twrp but not sure what to do next
pawn_broker004 said:
hi, i used this and managed to boot into twrp..how to flash magisk if internal do not detect magisk files in its storage?since it does not support sd card i assume you guys use usb otg? but i cannot get it selected how many times i tick the usb otg box
for some reason i format the data and reboot, and now it is at continuous loading screen..i managed to go back to twrp but not sure what to do next
Click to expand...
Click to collapse
Flash last 11.0.7.0 with twrp but Re download the ROM from xiaomi.eu because it's boot fixed now
nesquix said:
Flash last 11.0.7.0 with twrp . Re download the ROM from xiaomi.eu because it's not boot fixed.
Click to expand...
Click to collapse
There are some problems with my twrp?
mauronofrio said:
There are some problems with my twrp?
Click to expand...
Click to collapse
Hello dear
Maybe I have to try again, but I had a bad experience with it. I don't know why I'm not the only one, some people on xiaomi.eu can't also boot after rom flashing with this one. It's stuck on the bootlogo or sometime reboot to recovery. Also with orangefox recovery. But I noticed that the Chinese recovery work well with rom flashing (I experienced that with the xiaomi.eu 11.0.5.0), BUT can't flash magisk/edxposed etc.
So now I'm flashing rom with Chinese recovery, and use your recovery for magisk, mods, Xposed modules etc.
Strange but Working.
I have global version of mi note 10.
I will try again if you want, but last time the ROM flashed successfully but the phone was bricked.(full wipe+reflash not Working) Had to do a fastboot flash with erase all user data. And then flashed the ROM with Chinese one, and it booted..
nesquix said:
Hello dear
Maybe I have to try again, but I had a bad experience with it. I don't know why I'm not the only one, some people on xiaomi.eu can't also boot after rom flashing with this one. It's stuck on the bootlogo or sometime reboot to recovery. Also with orangefox recovery. But I noticed that the Chinese recovery work well with rom flashing (I experienced that with the xiaomi.eu 11.0.5.0), BUT can't flash magisk/edxposed etc.
So now I'm flashing rom with Chinese recovery, and use your recovery for magisk, mods, Xposed modules etc.
Strange but Working.
I have global version of mi note 10.
I will try again if you want, but last time the ROM flashed successfully but the phone was bricked.(full wipe+reflash not Working) Had to do a fastboot flash with erase all user data. And then flashed the ROM with Chinese one, and it booted..
Click to expand...
Click to collapse
I think there are some problems in the .eu, maybe they are using busybox or something similar
works well on Mi CC9 Pro! Thanks.

[TWRP][3.4.0-1][zippo]Unofficial TWRP for Lenovo Z6 Pro (Stable)

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
- Vibration have some problems
- Android Q Support
- Fastboot boot support
- compatibility.zip error fixed
- raphaelin supported
- Remember that the unofficial builds are always more updated of the official builds
Download:
TWRP 3.4.0-1 Unofficial by mauronofrio
TWRP 3.4.0-0 Unofficial by mauronofrio
TWRP 3.3.1-32 Unofficial by mauronofrio
TWRP 3.3.1-30 Unofficial by mauronofrio
To Flash the TWRP:
if it's the first time you flash the TWRP or you are getting problems of TWRP lost or device doesn't boot after flashed magisk or something else you need to flash a modified vbmeta:
Modified VBMETA
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
To flash the TWRP:
Code:
fastboot flash recovery twrp-3.3.1-xx-xxxxxx-mauronofrio.img
Then reboot in TWRP manually.
Reccomended ADB and Fastboot binaries:
Adb and Fastboot Installer
Source code:
https://github.com/mauronofrio/android_bootable_recovery
https://github.com/mauronofrio/android_device_lenovo_zippo
https://github.com/Lucchetto/android_kernel_lenovo_sm8150
My Telegram TWRP Support Group:
https://t.me/twrp_Mauronofrio
Donations:
If you want to support me and my work:
If you want a better development for this device:
https://www.paypal.com/pools/c/8kU7dpKNmZ
Credits:
Thanks to @Lucchetto00 for the kernel source
Thanks to all Testers
Created 2020-01-17
Thank you for the good job. Let's hope that threads like this will help Lenovo Z6 Pro (Zippo) to receive the dedicated forum.
I'll be using the recovery and will bring feedback.
descarao81 said:
Thank you for the good job. Let's hope that threads like this will help Lenovo Z6 Pro (Zippo) to receive the dedicated forum.
I'll be using the recovery and will bring feedback.
Click to expand...
Click to collapse
Damn right ! Z6 pro need to be acknowledged as an XDA Forum Device!!!
And thank you @mauronofrio and @Lucchetto00 for you dev skills and support !
TWRP 3.3.1-32 Lenovo Z6 Pro (zippo) by mauronofrio:
- Fixed error 255 during backup caused by /data/per_boot folder.
TWRP 3.3.1-32 Unofficial by mauronofrio
BIG thx for this TWRP, BUT ... seems like i did something wrong: today I got the unlock.img from lenovo, unlocked ok. I rebooted bootloader, came over here and installed vbmeta and your TWRP, without any errors. Then tried to reboot TWRP manually and suddenly there's this startup warning about "unsafe", then a Lenovo sign comes up for a few seconds, followed by another Lenovo in a red field...and thats it, nothing boots up, tried several times. I can still enter fastboot or your TWRP, but TWRP has no ADB-communication so no sideload...and still no possibility to boot. Any ideas to get the system working? Thx...
ducatisto said:
BIG thx for this TWRP, BUT ... seems like i did something wrong: today I got the unlock.img from lenovo, unlocked ok. I rebooted bootloader, came over here and installed vbmeta and your TWRP, without any errors. Then tried to reboot TWRP manually and suddenly there's this startup warning about "unsafe", then a Lenovo sign comes up for a few seconds, followed by another Lenovo in a red field...and thats it, nothing boots up, tried several times. I can still enter fastboot or your TWRP, but TWRP has no ADB-communication so no sideload...and still no possibility to boot. Any ideas to get the system working? Thx...
Click to expand...
Click to collapse
You can try flashing magisk
mauronofrio said:
You can try flashing magisk
Click to expand...
Click to collapse
Thanks...i'll give it a try tomorrow. Just latest stable or perhaps an older one?
Didn't work...
mauronofrio said:
You can try flashing magisk
Click to expand...
Click to collapse
Started twrp, mounted partitions and tried flashing latest stable but twrp stopped with error 1 "! cannot mount /system" ... ?
ducatisto said:
Started twrp, mounted partitions and tried flashing latest stable but twrp stopped with error 1 "! cannot mount /system" ... ?
Click to expand...
Click to collapse
Why you mounted the partitions? Don't do that, just reboot in twrp and flash magisk
mauronofrio said:
Why you mounted the partitions? Don't do that, just reboot in twrp and flash magisk
Click to expand...
Click to collapse
Thought to mount partitions would be ok...but grazie MILLE: just flashed without mounts and it worked. Now I'm waiting on it finishing boot, for 15 minutes now
Just wanted to say thank you for this thread and release !
Very helpful and deserves an 'up'.
TWRP 3.4.0-0 for Lenovo Z6 Pro (zippo) by mauronofrio:
Main changelog: https://twrp.me/site/update/2020/06/24/twrp-3.4.0-0-released.html
TWRP 3.4.0-0 Unofficial by mauronofrio
mauronofrio said:
TWRP 3.4.0-0 for Lenovo Z6 Pro (zippo) by mauronofrio:
Main changelog: https://twrp.me/site/update/2020/06/24/twrp-3.4.0-0-released.html
TWRP 3.4.0-0 Unofficial by mauronofrio
Click to expand...
Click to collapse
Many thanks for your great work dev :highfive:
TWRP 3.4.0-1 for Lenovo Z6 Pro (zippo) by mauronofrio:
Fixed a problem that made custom ROMs unable to boot.
TWRP 3.4.0-1 Unofficial by mauronofrio
mauronofrio said:
TWRP 3.4.0-1 for Lenovo Z6 Pro (zippo) by mauronofrio:
Fixed a problem that made custom ROMs unable to boot.
TWRP 3.4.0-1 Unofficial by mauronofrio
Click to expand...
Click to collapse
I'm having problems trying to download via "sourceforge", could you provide another download link?

Categories

Resources