[RECOVERY][3.4.0-10][tucana]Official/Unofficial TWRP Xiaomi Mi Note 10/CC9 Pro(Stable) - Xiaomi Mi Note 10 ROMs, Kernels, Recoveries, & Oth

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.

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,有可能启动吗?

MIUI 10 flashing twrp, root and rom guide required

Hello,
I'm lookig for a guide how to twrp, root and install custom rom, on my Mi5 miui 10 global stable.
I'm not newbe I did a lot of flashing on my previus phones Nexus and others. But this time I feel lost. I sit on miui 10 global stable. When I try to to flash twrp I get reroll to mi recovery every single time. All guides I found in the Internet are dedicated to older android versions. Xiaomitool don't help too.
Can someone point me to the right direction? It is time to change rom on my Mi5 finally to give him boost b4 I buy something new.
Best regards
Amonlb
amonlb said:
Hello,
I'm lookig for a guide how to twrp, root and install custom rom, on my Mi5 miui 10 global stable.
I'm not newbe I did a lot of flashing on my previus phones Nexus and others. But this time I feel lost. I sit on miui 10 global stable. When I try to to flash twrp I get reroll to mi recovery every single time. All guides I found in the Internet are dedicated to older android versions. Xiaomitool don't help too.
Can someone point me to the right direction? It is time to change rom on my Mi5 finally to give him boost b4 I buy something new.
Best regards
Amonlb
Click to expand...
Click to collapse
Your bootloader is unlocked, right?
Then you need reboot to fastboot mode and flash latest official twrp via fastboot.
Like
Code:
fastboot flash recovery <path to twrp.img>
Have you tried it that way?
Phil_Smith said:
Your bootloader is unlocked, right?
Then you need reboot to fastboot mode and flash latest official twrp via fastboot.
Like
Have you tried it that way?
Click to expand...
Click to collapse
Bootloader is unlocked.
I did it that way but after twrp is installed I reboot and there is no twrp available. Only mi recovery.
To make it easier...
I would like to:
Flash twrp
Flash magisk and root
Flash firmware (why i need this?) Havoc os asks to flash it but I don't know why.
Flash havock os and gapps
Flash some mods for camera and sound
I don't understeand why twrp can't be flashed and I have no idea what is modified firmware for? Do I need this?
Thanks for your time
Try the the xiaomi eu rom guide .
I think you may need its custom bootloader , not the actual rom.
Than flash the firmware required for your custom rom and reboot directly to recovery again from twrp than rom and gapps , I hope that helps
Hi, i had the same problem, try this:
1. Flash twrp as usual(fastboot flash recovery twrp.img and then fastboot reboot)
2. When rebooting, you have to enter at recovery (vol up + power) . Don't allow phone to boot! In TWRP official page, on installation instructions , they say after installation you must enter in recovery to allow TWRP patch recovery rom, because some Roms after boot reinstall original recovery.
3. Now you should have TWRP installed.
If you do
fastboot flash recovery twrp.img
and then do
fastboot boot twrp.img
It's simpler and it will boot to recovery and patch the ROM to be permanently installed.
amonlb said:
Bootloader is unlocked.
I did it that way but after twrp is installed I reboot and there is no twrp available. Only mi recovery.
To make it easier...
I would like to:
Flash twrp
Flash magisk and root
Flash firmware (why i need this?) Havoc os asks to flash it but I don't know why.
Flash havock os and gapps
Flash some mods for camera and sound
I don't understeand why twrp can't be flashed and I have no idea what is modified firmware for? Do I need this?
Thanks for your time
Click to expand...
Click to collapse
First,fastboot flash recovery twrp.img
and then no reboot your phone, just to hold the key combo (vol up + power), and then you can enter the twrp mode once because the recovery will be changed when your phone has rebooted.
But you can use the only once twrp mode to install the zip .
If you just want to use MIUI 10, you will flashboot twrp everytime when you need twrp to do something.
PS: Forgive me pool English.
rmrbpt said:
If you do
fastboot flash recovery twrp.img
and then do
fastboot boot twrp.img
It's simpler and it will boot to recovery and patch the ROM to be permanently installed.
Click to expand...
Click to collapse
Thanks, this worked!

[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

[RMX2061][RECOVERY][3.3.1-3]Unofficial TWRP for Realme 6 Pro

Code:
/*
* Your warranty is now void (or isn't ? who am I to judge ?)
*
* 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.
*
*/
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.
Current status
Working :
- TWRP boots
- /data decryption is working
- system and vendor partitions are mountable but you can't modify them
- You can flash magisk and modules, or custom kernel (if that's even exists since our kernel source is total mess and broken)
- Flashing stock rom.ozip works
Not working :
- USB OTG works now
- Partition formatting doesn't works (upstream)
Installation
Direct booting (fastboot boot twrp.img) is not possible, so we just have to flash it like normal
1. Disable verified boot first
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
2. Flash downloaded twrp
Code:
fastboot flash recovery twrp.img
3. Reboot to recovery
Code:
fastboot reboot recovery
Download
Google Drive
Source code
https://github.com/nullxception/twrp_device_realme_RMX2061
Thanks to @simonsmh @mauronofrio @bigbiff and many other opensource TWRP devs
XDA:DevDB Information
Unofficial TWRP for Realme 6 Pro, Tool/Utility for the Realme 6 Pro
Contributors
nullxception
Source Code: https://github.com/nullxception/twrp_device_realme_RMX2061
Version Information
Status: Stable
Current Stable Version: 3.3.1-3
Stable Release Date: 2020-06-08
Created 2020-05-31
Last Updated 2020-06-08
Reserved
Flashing stock ROM will make twrp gone, to preserve it, follow this step :
- Flash stock ROM .ozip
- Flash patched-vbmeta-v2.img
- Flash OF_avb_patcher.zip
- done, you can also reflash Magisk if you want, or just reboot
Changelog
3.3.1-3
- Support flash-backup-restore vbmeta_system and vbmeta_vendor
3.3.1-2
- Support direct .ozip (Realme Stock ROM) flash
3.3.1-1
- Fix USB OTG not detected
3.3.1-0
- Initial Release
I am using rmx 2061_11_A17. Will this flashing of twrp cause any bootloop or damage to the phone? I've already unlocked the bootloader
---------- Post added at 04:18 PM ---------- Previous post was at 04:13 PM ----------
I've flashed both files successfully. But when applying 'fastboot reboot recovery' command doesn't work when I manually go to recovery, I'm entering to the normal recovery everytime.
Muhammed159753 said:
I am using rmx 2061_11_A17. Will this flashing of twrp cause any bootloop or damage to the phone? I've already unlocked the bootloader
---------- Post added at 04:18 PM ---------- Previous post was at 04:13 PM ----------
I've flashed both files successfully. But when applying 'fastboot reboot recovery' command doesn't work when I manually go to recovery, I'm entering to the normal recovery everytime.
Click to expand...
Click to collapse
I don't get what are you trying to say, if you already flash twrp but still got a stock recovery, then you didn't flash it properly.
Ah it sucks that twrp hurdles with A10 hasn't been solved yet. 7 months already.
Anyway did you build it yourself @nullxception? Thanks alot!
Rizezky said:
Ah it sucks that twrp hurdles with A10 hasn't been solved yet. 7 months already.
Anyway did you build it yourself @nullxception? Thanks alot!
Click to expand...
Click to collapse
A/B, SaR, now Dynamic Partition, Thanks to google for adding a new layout again and again XD
Muhammed159753 said:
I've flashed both files successfully. But when applying 'fastboot reboot recovery' command doesn't work when I manually go to recovery, I'm entering to the normal recovery everytime.
Click to expand...
Click to collapse
Wait is fastboot reboot recovery even a valid command? Wasn't it adb reboot recovery and fastboot reboot. If you are booting into stock recovery that means twrp isn't flashed properly.
debdeep98 said:
Wait is fastboot reboot recovery even a valid command? Wasn't it adb reboot recovery and fastboot reboot. If you are booting into stock recovery that means twrp isn't flashed properly.
Click to expand...
Click to collapse
both adb and fastboot can reboot recovery
New build is out, version 3.3.1-1.
Changelog
- Fixed USB OTG not detected
Pro asF
nullxception said:
both adb and fastboot can reboot recovery
Click to expand...
Click to collapse
Didn't know that.. thnks bro..
Failed to mount
I success install this twrp, but always "failed to mount" to do something....
So i put back my stock recovery.....
Didisurya said:
I success install this twrp, but always "failed to mount" to do something....
So i put back my stock recovery.....
Click to expand...
Click to collapse
Read the first post, system/vendor is mountable but you can't modify them (which means read-only).
That's how Android 10 dynamic partition works, it'll fail if you try to mount system as read/write.
Why ? because the system and vendor partition is just a logical partition under the big volume called "super" partition. and generally, it has no reserved space at all to ensure that partitions aren't wasting space and are allocated to a minimum possible size.
https://source.android.com/devices/tech/ota/dynamic_partitions/implement
> So, how can I modify stuff under the /system or /vendor ?
The only way to do it is via magisk, create your own modules.
> But, how custom ROM is working on such devices like OP7 or Redmi Note 9s ?
Because it is build from the source, you'll get the whole super partition that can be flashed to the device.
> Will GApps be working too ?
Yes, overlayfs is a thing, just like how magisk works systemlessly.
If you don't like it, blame Google and buy devices that comes with Android 9.
New build is out, version 3.3.1-2
Changelog
- Support direct .ozip (Realme Stock ROM) flash
Disclaimer
Flashing stock ROM will make twrp gone, to preserve it, follow this step :
- Flash stock ROM .ozip
- Flash patched-vbmeta-v2.img
- Flash OF_avb_patcher.zip
- done, you can also reflash Magisk if you want, or just reboot
Download
https://drive.google.com/drive/folders/175UVgYa2PuKsb87VBQnOtAMxTi2OumRz
patched-vbmeta-v2.img and OF_avbpatcher.zip already in the Google Drive too
nullxception said:
New build is out, version 3.3.1-2
Changelog
- Support direct .ozip (Realme Stock ROM) flash
Disclaimer
Flashing stock ROM will make twrp gone, to preserve it, follow this step :
- Flash stock ROM .ozip
- Flash patched-vbmeta-v2.img
- Flash OF_avb_patcher.zip
- done, you can also reflash Magisk if you want, or just reboot
Download
https://drive.google.com/drive/folders/175UVgYa2PuKsb87VBQnOtAMxTi2OumRz
patched-vbmeta-v2.img and OF_avbpatcher.zip already in the Google Drive too
Click to expand...
Click to collapse
So the steps are :
- Flash stock ROM .ozip
- Flash patched-vbmeta-v2.img
- Flash TWRP
- Flash OF_avb_patcher.zip (from TWRP)
- Done, you can also reflash Magisk if you want, or just reboot
Are they correct steps or not?
Need twrp for Rmx2001 can't find
please help
Felix Siahaan said:
So the steps are :
- Flash stock ROM .ozip
- Flash patched-vbmeta-v2.img
- Flash TWRP
- Flash OF_avb_patcher.zip (from TWRP)
- Done, you can also reflash Magisk if you want, or just reboot
Are they correct steps or not?
Click to expand...
Click to collapse
Nah, you don't have to reflash twrp.
Recovery will be replaced by the system if you start booting a system that didn't yet patched.
Do you think we can flash and boot A10 gsis with it despite the twrp and A10 condition currently?
Also i've read in Oneplus 8 twrp thread that the best way to backup currently is using img format, is it also true on this build?
Rizezky said:
Do you think we can flash and boot A10 gsis with it despite the twrp and A10 condition currently?
Also i've read in Oneplus 8 twrp thread that the best way to backup currently is using img format, is it also true on this build?
Click to expand...
Click to collapse
GSI ? Idk, I'm not interested in that.
Backing up the ROM ?
You can backup super partition because both system and vendor are inside of it,
but also you have to backup the vbmeta_system and vbmeta_vendor too, I'll make an another build that can backup both vbmetas.
New build is out, version 3.3.1-3
Changelog
- Support flash-backup-restore vbmeta_system and vbmeta_vendor
Download
https://drive.google.com/drive/folders/175UVgYa2PuKsb87VBQnOtAMxTi2OumRz

Question Where do I find TWRP for the Redmi Note 11 and how do I flash it?

As the title says. I managed to unlock the bootloader but now I need to install TWRP to install magisk, right? How do I get around doing that? There are some shady downloads on the internet but on twrp.me there is nothing for the phone. What do I do? Thanks in advance!
the device does not have official TWRP, the others available on telegram group do work fine
Thank you, but what telegram group? Could you forward me a link to it or something?
GeoS__ said:
Thank you, but what telegram group? Could you forward me a link to it or something?
Click to expand...
Click to collapse
not found | AndroidFileHost.com | Download GApps, Roms, Kernels, Themes, Firmware and more. Free file hosting for all Android developers.
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
androidfilehost.com
SubwayChamp said:
not found | AndroidFileHost.com | Download GApps, Roms, Kernels, Themes, Firmware and more. Free file hosting for all Android developers.
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
androidfilehost.com
Click to expand...
Click to collapse
Thanks a lot. Is there a spesn version? Can I flash this spes version on my spesn phone? Thank you in advance
GeoS__ said:
Thanks a lot. Is there a spesn version? Can I flash this spes version on my spesn phone? Thank you in advance
Click to expand...
Click to collapse
spes and spesn are the same device. the "n" in spesn stands for NFC support
MarvavCZE said:
spes and spesn are the same device. the "n" in spesn stands for NFC support
Click to expand...
Click to collapse
Oh really? Can i flash it then? I really do not care much for NFC.
GeoS__ said:
Oh really? Can i flash it then? I really do not care much for NFC.
Click to expand...
Click to collapse
Of course, you can, in recovery builds these differences don't matter.
just rooted with FASTBOOT and latest Magisk.App
How to Root Xiaomi MIUI 13 based on Android 12 via Magisk
In this guide, we will show you the detailed steps to root your Xiaomi device running MIUI 13 based on Android 12 via Magisk.
www.droidwin.com
Installation
The Magic Mask for Android
topjohnwu.github.io
Current installed MiUi version needs to match the complete Recovery Image you have to download
in my case:
https://bigota.d.miui.com/V13.0.11.0.RGKEUXM/spesn_eea_global_images_V13.0.11.0.RGKEUXM_20220606.0000.00_11.0_eea_5c36ea339b.tgz
or
Xiaomi Firmware Updater
The ultimate script that provides firmware packages for Xiaomi devices.
xiaomifirmwareupdater.com
Extracting the Boot.Img - let magic app patch it on your fone copy back to Computer and install it like described on "droidwin":
fastboot flash boot magisk_patched-25100_0UGhl.img
have fun
linolino
GeoS__ said:
As the title says. I managed to unlock the bootloader but now I need to install TWRP to install magisk, right? How do I get around doing that? There are some shady downloads on the internet but on twrp.me there is nothing for the phone. What do I do? Thanks in advance!
Click to expand...
Click to collapse
I am in the same situation,
ie. I have a Note 11 Pro without NFC
[Phone code: SPES ]
• bootloader unlocked from Xiaomi (after 7+ days waiting)
• running MIUI Global 13.0.15 [ RGCMIXM ] , Android v 11 RKQ1.211001.001
I have following TWRP
- twrp-3.6.2-12.1-21.06.22
- twrp-3.6.2_12-0-spes-Jabiyeff
and I tried to flash TWRP in fastboot (below), but it always fails and does not work
Code:
fastboot flash recovery twrp.img
I'm used to flashing TWRP and ROMs, but it's been a while since I touched a Xiaomi device,
so I am wondering is there anything different that I need to do ?
also, any 'new methods' for flashing Magisk ?
( and passing SafetyNet )
I am typing this on my custom ROM. I did not flash through fastboot. I booted to the twrp img with it though (fastboot boot twrp.img if i remember correctly.) and, well, i flashed from the option inside twrp
GeoS__ said:
I am typing this on my custom ROM. I did not flash through fastboot. I booted to the twrp img with it though (fastboot boot twrp.img if i remember correctly.) and, well, i flashed from the option inside twrp
Click to expand...
Click to collapse
so, you flashed TWRP recovery, by booting the TWRP from your PC ?
OK... I can try that.
exactly. i connected with adb and checked with adb devices, then pushed the twrp image to the phone and booted off of it through fastboot. if it works booting off of the img it's pretty safe to flash
To flash a custom recovery on Spes, you need to first run the following command in fastboot on the pc:
fastboot boot XXX.img (this is the name of twrp/ofox/Shrp image)
then inside the recovery, you must go to advanced and select the option flash this twrp, with that the recovery is installed by default. But remember that every time you install a new rom, the recovery will change, so you should flash twrp every time you finish installing a new rom.
Microsheepcl said:
To flash a custom recovery on Spes, you need to first run the following command in fastboot on the pc:
fastboot boot XXX.img (this is the name of twrp/ofox/Shrp image)
then inside the recovery, you must go to advanced and select the option flash this twrp, with that the recovery is installed by default. But remember that every time you install a new rom, the recovery will change, so you should flash twrp every time you finish installing a new rom.
Click to expand...
Click to collapse
exactly! twrp even offers a checkbox to automatically reflash itself after the rom when flashing
interesting, it seems to work a little bit different than what I did before! thx for sharing your knowledge
metaxda said:
I am in the same situation,
ie. I have a Note 11 Pro without NFC
[Phone code: SPES ]
• bootloader unlocked from Xiaomi (after 7+ days waiting)
• running MIUI Global 13.0.15 [ RGCMIXM ] , Android v 11 RKQ1.211001.001
I have following TWRP
- twrp-3.6.2-12.1-21.06.22
- twrp-3.6.2_12-0-spes-Jabiyeff
and I tried to flash TWRP in fastboot (below), but it always fails and does not work
Code:
fastboot flash recovery twrp.img
I'm used to flashing TWRP and ROMs, but it's been a while since I touched a Xiaomi device,
so I am wondering is there anything different that I need to do ?
also, any 'new methods' for flashing Magisk ?
( and passing SafetyNet )
Click to expand...
Click to collapse
Have these twrp you used decrypted the device succesfully? The both twrp i used didnt work on decrypt, and both bootlooped my phone after trying to flash them to recovery(others/flash to device), The one that worked on me was a unnoficial Ofox
UltimaDea said:
Have these twrp you used decrypted the device succesfully? The both twrp i used didnt work on decrypt, and both bootlooped my phone after trying to flash them to recovery(others/flash to device)
Click to expand...
Click to collapse
This is actually pretty tricky. I found 5 different recoveries for spes/n:
OrangeFox-R11.1_A12.1-Unofficial-spes.img
twrp_v.3.6.2_11_spes-2022.08.14.img
twrp-3.6.2_12-0-spes-Jabiyeff.img
twrp-3.7.0_12-0-spes-dblenk9.img
and the one and only working one:
twrp_3.6.1-spes.img (google it), my SHA256 is: 27335ab466fadb458e090bce098b3bc9302b2876d0faf392371a23bf6fe902c
Only with this last one I was able to successfully decrypt my existing (PIN protected!) data partition of the following ROM I currently use: MIUI Global 13.0.13.0 (RGKEUXM)
I hope this helps anybody.
Also I just installed Magisk 25.2 zip via this TWRP version and its working like a charme.
Edit: Flash TWRP via fastboot with the following fastboot command:
"fastboot boot twrp.img"
twrp.img is the name of your twrp file.. this will boot up this TWRP and You can directly check if You can decrypt ur existing data partition.. if You succeed then go to Advanced and click on "Flash current TWRP"
gentano said:
This is actually pretty tricky. I found 5 different recoveries for spes/n:
OrangeFox-R11.1_A12.1-Unofficial-spes.img
twrp_v.3.6.2_11_spes-2022.08.14.img
twrp-3.6.2_12-0-spes-Jabiyeff.img
twrp-3.7.0_12-0-spes-dblenk9.img
and the one and only working one:
twrp_3.6.1-spes.img (google it), my SHA256 is: 27335ab466fadb458e090bce098b3bc9302b2876d0faf392371a23bf6fe902c
Only with this last one I was able to successfully decrypt my existing (PIN protected!) data partition of the following ROM I currently use: MIUI Global 13.0.13.0 (RGKEUXM)
I hope this helps anybody.
Also I just installed Magisk 25.2 zip via this TWRP version and its working like a charme.
Edit: Flash TWRP via fastboot with the following fastboot command:
"fastboot boot twrp.img"
twrp.img is the name of your twrp file.. this will boot up this TWRP and You can directly check if You can decrypt ur existing data partition.. if You succeed then go to Advanced and click on "Flash current TWRP"
Click to expand...
Click to collapse
3.6.1 only works for MIUI A11 ROMs
3.6.2 only works for AOSP and A12 MIUI (but no for MIUI ROM flashing)
3.7.0 fully works for any ROM except A11
gentano said:
This is actually pretty tricky. I found 5 different recoveries for spes/n:
OrangeFox-R11.1_A12.1-Unofficial-spes.img
twrp_v.3.6.2_11_spes-2022.08.14.img
twrp-3.6.2_12-0-spes-Jabiyeff.img
twrp-3.7.0_12-0-spes-dblenk9.img
and the one and only working one:
twrp_3.6.1-spes.img (google it), my SHA256 is: 27335ab466fadb458e090bce098b3bc9302b2876d0faf392371a23bf6fe902c
Only with this last one I was able to successfully decrypt my existing (PIN protected!) data partition of the following ROM I currently use: MIUI Global 13.0.13.0 (RGKEUXM)
I hope this helps anybody.
Also I just installed Magisk 25.2 zip via this TWRP version and its working like a charme.
Edit: Flash TWRP via fastboot with the following fastboot command:
"fastboot boot twrp.img"
twrp.img is the name of your twrp file.. this will boot up this TWRP and You can directly check if You can decrypt ur existing data partition.. if You succeed then go to Advanced and click on "Flash current TWRP"
Click to expand...
Click to collapse
Both the TWRP 3.6.2-12.1 and TWRP 3.7.0_12-0-spes works on my phone (SPES Global)
I am on android 12 version of MIUI 13. In fact I used the TWRP 3.7 to flash MIUI13.EU 13.0.5 A12 ROM and it works.
The two versions above can decrypt my phone without any problem. MTP also works in recovery mode.
Your phone is using Android 11. Probably that's the reason the TWRP versions I've mentioned above does not work for you.
I tend to agree with NeoSDAP.

Categories

Resources