We need an updated TWRP for MIUI 13 android 12, I tried boot this version of TWRP but it get into a TWRP boot loop. Thanks.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
- Flash Rom works
- F2FS support
- Fastboot boot command support
Not working:
- Fastbootd
- Adb sideload
- Backup restore and image flash (system-vendor-product)
- Android 11 fully support
Download:
TWRP 3.4.0-14 Unofficial by mauronofrio
TWRP 3.4.0-13 Unofficial by mauronofrio
To Flash the TWRP:
Then reboot in TWRP manually or using a fastboot command.Code:fastboot flash recovery twrp-3.3.1-xx-xxxxxx-mauronofrio.img
orCode:fastboot boot twrp-3.3.1-xx-xxxxxx-mauronofrio.img
REMEMBER: is important that from fastboot you directly go in TWRP mode or the TWRP will be overwritten.Code:fastboot oem reboot-recovery
Reccomended ADB and Fastboot binaries:
Adb and Fastboot Installer
Source code:
https://github.com/Teamwin/android_bootable_recovery
https://github.com/mauronofrio/android_device_xiaomi_toco
My Telegram TWRP Support Group:
https://t.me/twrp_Mauronofrio
Donations:
![]()
Credits:
- Thanks to @bigbiff and @Captain_Throwback for the hard work on this android 10 TWRP
Thanks to all testers on the Telegram Group
Created 2020-05-29
There isn't even an official version of Twrp on any Android 12 device. That means it'll take some time.We need an updated TWRP for MIUI 13 android 12, I tried boot this version of TWRP but it get into a TWRP boot loop. Thanks.
You can try the new version of orangefox recovery for android 12.We need an updated TWRP for MIUI 13 android 12, I tried boot this version of TWRP but it get into a TWRP boot loop. Thanks.
#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.
*
*/
fastboot flash recovery twrp-3.3.1-xx-xxxxxx-mauronofrio.img
fastboot boot twrp-3.3.1-xx-xxxxxx-mauronofrio.img
fastboot oem reboot-recovery
Hi @mauronofrio! This TWRP thread seems to be in the wrong forum (Mi Note 10, as opposted to Mi 10 Lite). Should I go ahead and move this thread to this forum?
Nowadays you have to unmount Data and mount vendor (just in case for Vendor) before flashing Magisk. Mounting data does not let Magisk install via TWRP. Follow the this process, same install process with the Mi Note 10, and assuming the Mi note 10 Lite. The reason why is because of encryption.Oooo finally... Gonna test this out when I get home later.
Just to check, what happens if i flash and i get bootloop? How do I recover? By flashing the entire MIUI rom from official site?
Okay Im sure im being a noob... But err...
I wasnt able to mount data...
I tried to mount and install MAGISK via USB-OTG mounting and i get permission denied for system and vendor (and also Data unable to mount)
EDIT2: Oh cool... despite the errors Magisk got installed! Nice!