[RMX2061][RECOVERY][3.3.1-3]Unofficial TWRP for Realme 6 Pro - Realme 6 Pro ROMs, Kernels, Recoveries, & Other De

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

Related

[ROM][UNOFFICIAL] Resurrection Remix v6.0.0 [8.1.0]

Resurrection Remix Oreo
It should go without saying, but do not lock your bootloader with this installed. You must be 100% stock, I'd suggest on both slots, in order to re-lock your bootloader. Doing otherwise will likely lead to a brick that Essential really shouldn't warranty.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* 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.
*
*/
Source
Device | Kernel
Here's a local_manifest for those who want to build at home.
Prerequisites
Unlocked boot loader
FLASH THIS FIRMWARE BEFORE YOU BEGIN
OPM1.180104.092 firmware - even if you were on this build, you should flash this firmware package to ensure the firmware is on BOTH slots.(Use flash.bat to install)
Fastboot, ADB and essential phone driver from their website
NOOB Proof Guide to install the Rom, Future Updates and Rooting the rom:silly::silly::victory:
Downloads
ROM BUILD 4 (Build 4 With May security patch)
(Flash This arm 64 nano gapps flash after rebooting again to twrp recovery and select partition A)
Boot into recovery mode and wipe user data
Then reboot to bootloader
with Fastboot, you can use this command:
Code:
fastboot getvar current-slot
This will show you the current partition the phone is in
If it is in partition B skip the next step
If it is in Partition A then execute next command
Code:
fastboot set_active other
Download twrp and flash it with this command:
Code:
fastboot flash boot twrp-mata_11.img
While still in bootloader mode, use vol down to select "Recovery mode" and hit the power button. This should boot you in to TWRP.
In recovery go to reboot and set partition to A
Then flash the rom
after that reboot to twrp recovery again and select partition A and flash gapps zip
Wipe data
When finished, reboot.
Profit!
FLASHING FUTURE UPDATES AS THIS ROM DOES NOT SUPPORT SEEMLESS UPDATES
Turn off security pin/fingerprint etc
Reboot to Fastboot
In Fastboot, you can use this command:
Code:
fastboot getvar current-slot
The output should be partition A
If not execute next command(we need it to be on B)
Code:
fastboot set_active other
This should set the Partiton to B
Reboot to recovery from within the bootloader
TWRP Should boot
Set partition to A in reboot option
Then flash the rom
after that reboot again to twrp recovery again and select partition A and flash gapps zip
then Reboot
SETTING UP ROOT USING THE BOOT.IMG
After setting up the device, download the boot.img from nutrino kernel thread and install magisk manager and patch the boot.img using magisk
copy patched boot to pc
reboot to bootloader
Flash the patched boot.img via fastboot
You should be able to boot properly and with magisk enabled and root
XDA:DevDB Information
Resurrection Remix v6.0.0, ROM for the Essential Phone
Contributors
Ashwin Prabhunerurkar
Source Code: https://github.com/ResurrectionRemix
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 4.x
Version Information
Status: Beta
Created 2018-03-20
Last Updated 2018-03-19
General Information
*Play Store keeps hanging up on restoring apps? A reset starts the restore again, but hangs up after a few apps are installed.
A)You need to force stop the play store app in setting, and then open it again
Build 3 Notes
with april security patch and bug fixes released
Flash nutrino kernel for best performance
ALSO Even though gapps are included in the build they dont work for some reason on dirty flashing
So Also download the gapps i have included in the OP and flash right after the rom without reboot
If you have any random user app fcs
uninstall the app and redownload from playstore
Enjoy!!
one more
Thanks Dev, for bringing up this ROM to this device.
The guide and all links are online
Enjoyyy!!
Delete
Let me know if everything works properly as i havent tested this particular build
Delete
gflexstump said:
I will been on splash screen for 5 minutes, Will update once it boots
Click to expand...
Click to collapse
did u wipe data?
Did u flash any other gaaps or zips?
Delete
Delete
I'm letting it boot while I take a shower I'll report when back. I really want this rom to work
Nice, have read lots of good things about this rom.
Delete
Delete
20 mins no boot ?
I have replaced the link with a older version that i am using currently
please try that
Ashwin Prabhunerurkar said:
I have replaced the link with a older version that i am using currently
please try that
Click to expand...
Click to collapse
any difference between this older one and the new one that wouldn't boot?
Also with this version we have to flash gapps? which do we flash?
DolphiinHD said:
any difference between this older one and the new one that wouldn't boot?
Also with this version we have to flash gapps? which do we flash?
Click to expand...
Click to collapse
This is the build i tested
It does not include gaaps
I built gaaps into the rom for todays built but i guess something got messed up
Keeping this rom as experimental for now until i remember how i flashed gaaps with the current build
Guys who try the New build without gaaps do not flash gaaps for now and let me know if this build boots

[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

Clearing up TWRP ambiguity versions + rooting MIUI pie

There is confusion over which recoveries to install for Redmi 6 (cereus).
Failure to install the correct TWRP will result in a hard brick with no chance of restoring the device without an authorised account or going to a Mi Service Centre.
If you are currently on the MIUI Oreo ROM:
You may ONLY use TWRP 3.3.0 OR 3.2.3-0 OR 3.2.3-1
The recovery by either TWRP or LR.Team is both ok.
If you are on the PIE rom:
You MUST use TWRP 3.3.1 or OrangeFox Recovery. R10.0-2 nocrypt Pie is confirmed to be working by me.
To root MIUI pie, follow the instructions in this post from 4PDA. This is because you will be unable to decrypt data.
You need to create an account to download the patched boot.img. You can either create one yourself or ask me or someone else to PM you with the boot.img. I will not attach it to this thread because it is not my work. The files have now been attached. See post below.
All credits go towards the respective recovery authors and 4pda
OK here are the boot files from 4pda
You MUST follow the instructions from this guide: http://4pda.ru/forum/index.php?showtopic=907017&st=5020#entry87853533
All files obtained from 4pda.ru - from a post by MCMXCII
Full credits go towards the authors of the respective .imgs
I did something wrong just don't know what
I tried with OrangeFox and when rebooted in recovery the phone would not turn on and just vibrates.
I was lucky because I just needed to open and remove the battery to get the phone back up.
So just to get it right (please correct me if i'm wrong):
Starting from unlocked MIUI stock with android 8.1 base:
0) Download patched boot image from OP
1)Download TWRP 3.3.0 OR 3.2.3-0 OR 3.2.3-1
2)Download Magisk 19.3 Stable (would the latest stable also work https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445?)
3)Download official Pie Rom: http://bigota.d.miui.com/V10.4.4.0.PCGMIXM/miui_HM6Global_V10.4.4.0.PCGMIXM_99304098f7_9.0.zip
4)Enter Fastboot -> Flash TWRP
5)Enter TWRP -> Flash the Pie Rom -> Flash patched boot.img -> flash Magisk
6)Boot into system -> Leave the device alone for 2-3 minutes and install Magisk Manager
7)Download -> TWRP 3.3.1 or OrangeFox Recovery. R10.0-2
8)Enter Fastboot -> Flash TWRP/OrangeFox
would this be the correct procedure?
cheers
snoerme said:
So just to get it right (please correct me if i'm wrong):
Starting from unlocked MIUI stock with android 8.1 base:
1)Download TWRP 3.3.0 OR 3.2.3-0 OR 3.2.3-1
2)Download Magisk 19.3 Stable (would the latest stable also work https://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445?)
3)Download official Pie Rom: http://bigota.d.miui.com/V10.4.4.0.PCGMIXM/miui_HM6Global_V10.4.4.0.PCGMIXM_99304098f7_9.0.zip
4)Enter Fastboot -> Flash TWRP
5)Enter TWRP -> Flash the Pie Rom -> flash Magisk
6)Boot into system -> Leave the device alone for 2-3 minutes and install Magisk Manager
7)Download -> TWRP 3.3.1 or OrangeFox Recovery. R10.0-2
8)Enter Fastboot -> Flash TWRP/OrangeFox
cheers
Click to expand...
Click to collapse
?????????????????????
Why don't you skip steps 1-3 and just use XiaoMi Flash to install 10.4.4.0 via Fastboot by 'saving user data', then follow the instructions here? XiaoMiFlash will overwrite your recovery with the default so there is no risk of a brick. Then Flash TWRP Pie, flash boot img, flash magisk.
As I have said, you will brick your device. If you have TWRP Oreo, and then you install MIUI Pie, you will brick your device. You are doing EXACTLY what I told you not to do!
It didn't come out as clearly as you think. maybe it's my own deficiency.
btw whenever i flashed any update via TWRP the recovery got replaced by stock recovery as well.
(I don't tell this to call into question that your suggested way of doing was the most safe way.)
Is XiaoMi Flash available for linux as well?
edit: do you know if the latest magisk stable 20.0 would also work?
snoerme said:
It didn't come out as clearly as you think. maybe it's my own deficiency.
btw whenever i flashed any update via TWRP the recovery got replaced by stock recovery as well.
(I don't tell this to call into question that your suggested way of doing was the most safe way.)
Is XiaoMi Flash available for linux as well?
Click to expand...
Click to collapse
I'm not sure - I have never flashed any MIUI ROM in TWRP. It seems normal though - the updaterscript probably tells TWRP to overwrite itself.
https://forum.xda-developers.com/android/software/tool-miflash-linux-t3708847 It's a bit complicated
This work for me :
1 - Install Pie Rom https://bigota.d.miui.com/V10.4.4.0.PCGMIXM/miui_HM6Global_V10.4.4.0.PCGMIXM_99304098f7_9.0.zip with TWRP 3.3.1 https://mifirm.net/downloadtwrp/62 or with another method.
2 - Shut down the phone , go to fastboot (Vol - and power), plug to computer.
3 - From the computer fastboot flash boot boot_10.4.4.0_R6_mgsk_193.img (see the second post of this thread).
4 - fastboot flash recovery recovery-TWRP-3.3.1-0602-REDMI6-CN-wzsx150.img
5 - Recovery (Vol+ and power)
6 - Install Magisk 19.3
Reboot and enjoy
Hi, currently I'm on stable China mui v10.4.3.0. Do you have boot.img on that v10.4.3.0. Currently link only provide boot.img for v10.4.2.0 for the china version. If no how do I get those, can I just backup them from twrp, Then create patched boot img with those backup boot? Thanks
Che0063 said:
OK here are the boot files from 4pda
You MUST follow the instructions from this guide: http://4pda.ru/forum/index.php?showtopic=907017&st=5020#entry87853533
All files obtained from 4pda.ru - from a post by MCMXCII
Full credits go towards the authors of the respective .imgs
Click to expand...
Click to collapse
Thanx for boot_10.4.4.0_R6_mgsk_193.img :good:
ribou said:
This work for me :
1 - Install Pie Rom https://bigota.d.miui.com/V10.4.4.0.PCGMIXM/miui_HM6Global_V10.4.4.0.PCGMIXM_99304098f7_9.0.zip with TWRP 3.3.1 https://mifirm.net/downloadtwrp/62 or with another method.
2 - Shut down the phone , go to fastboot (Vol - and power), plug to computer.
3 - From the computer fastboot flash boot boot_10.4.4.0_R6_mgsk_193.img (see the second post of this thread).
4 - fastboot flash recovery recovery-TWRP-3.3.1-0602-REDMI6-CN-wzsx150.img
5 - Recovery (Vol+ and power)
6 - Install Magisk 19.3
Reboot an denjoy
Click to expand...
Click to collapse
ThanX ! ! !
This work for me :good:
EDIT:
The flashlight and the camera does not work after flash the boot boot_10.4.4.0_R6_mgsk_193.img [emoji848]
Does anyone else have a similar problem?
View attachment 4862683
I have the camera and flashlight problem too. Any fix?
Unfortunately, I didn't find any solution.
Currently, my phone does not start, has a black screen and vibrates all the time. I can't run it in any way
EDIT:
Hi.
I was able to bring the phone to life. Get instructions on how to get to the battery https://www.youtube.com/watch?v=L9FH88b16bc https://www.youtube.com/watch?v=fAflA4UKLLY. In orangeFox recovery I checked the flashlight, it works.
That makes us two. My phone is unusable at the moment. I thought the root was responsible for the camera bugs, I uninstalled magisk, the bug was still there. I tried to reinstall MIUI 10.4.4 ang got an error. I've wiped everything including vendor and system.
I clean dalvik and cache and for now the phone is working even, after flash the patch boot.img
ribou said:
This work for me :
1 - Install Pie Rom https://bigota.d.miui.com/V10.4.4.0.PCGMIXM/miui_HM6Global_V10.4.4.0.PCGMIXM_99304098f7_9.0.zip with TWRP 3.3.1 https://mifirm.net/downloadtwrp/62 or with another method.
2 - Shut down the phone , go to fastboot (Vol - and power), plug to computer.
3 - From the computer fastboot flash boot boot_10.4.4.0_R6_mgsk_193.img (see the second post of this thread).
4 - fastboot flash recovery recovery-TWRP-3.3.1-0602-REDMI6-CN-wzsx150.img
5 - Recovery (Vol+ and power)
6 - Install Magisk 19.3
Reboot an denjoy
Click to expand...
Click to collapse
Hello this is the steps i did but when rebooting to recovery i end up on blackcreen or mai i say powered off screen with the device unable to boot to recovery,any ideas what i did wrongly?
It seems there is something wrong with that boot patch. I followed a procedure on youtube and my phone is succesfully rooted without any bug
@ambyy
what guide did you use on YouTube?
Wysłane z mojego Redmi 6 przy użyciu Tapatalka
https://www.youtube.com/watch?v=I_4Zmco9R78&t=25s
Hard brick caused by flashing wrong TWRP is indeed able to get solved with unplugging the battery.
Miui v11 boot.img please

[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.

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