https://github.com/LittleTurtle2333/android_device_xiaomi_cmi-twrpThis TWRP you use it works for android 11 until miui 12.1.5.0 and maybe 11.5.20 weekly, after it doesnt work
what info?
Sent from my Mi 10 Pro using Tapatalk
https://github.com/LittleTurtle2333/android_device_xiaomi_cmi-twrpThis TWRP you use it works for android 11 until miui 12.1.5.0 and maybe 11.5.20 weekly, after it doesnt work
what info?
The twrp given cannot access sdcard or adb sideload, I end up root via direct install in magisk latest 8.0.3 i think.
That recovery is the only one that would let me in Android R stock and miuiMmix R. The downside is it doesn't mount data correctly doesn't even give the option to mount data.. I had to use mi flash the downgrade to q to use any other recoveries. Once I was back up to R I also had to use a canary version of magisk.. and don't try installing viper4android... It will loop your phone on Android 11...https://github.com/LittleTurtle2333/android_device_xiaomi_cmi-twrp
Sent from my Mi 10 Pro using Tapatalk
You are correct. I also wonder what is happening with the recovery. It seems that xiaomi released source but I'm not sure what is the problem. Is it community or source. Twrp officially just started to support mi 9, I'm not sure how long will it take to have our device covered.So if i understand it correctly:
TWRP "recovery-TWRP-3.4.2B-0623-XIAOMI10-CN-wzsx150" which was working until " MIUI 12.3 20.12.9/10 " and i was able to see files in TWRP, since MIUI 12.5 seems like is not possible. I see only empty folders so not possible to install anything via TWRP
Is there any workaround or newer TWRP which has this issue fixed?
well i dont update from otg download rom on my internalbut you still need the USB-C OTG , as u need to only boot into TWRP (not flash) and the u need OTG to do update...
already waiting few weeks to get OTG delivered
Also somebody reported successful data read with twrp3.4.1 , because for him twrp3.4.2b does not work for some reason.☝☝☝
This one has helped a lot, thanks. I was about to go mad.
So basically if you updated to 12.5 you won't be able to flash but boot to twrp3.4.2b (can be dld from above link)
With this, and only this twrp and method I was able to update to 12.5 21.2.3 without any data loss.
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:#include <std_disclaimer.h> /* * * We are not responsible for bricked devices, dead SD cards, * thermonuclear war, or you getting fired because the alarm app failed. Please * do some research if you have any concerns about features included in this ROM * before flashing it! YOU are choosing to make these modifications, and if * you point the finger at us for messing up your device, we will laugh at you. * */
Features:
- TWRP boots.
- Decryption is working.
- Vibration
- System, Vendor and Product partitions mount is working but you can't modify them.
- You can flash magisk, miui roms, kernels, firmwares, etc.
Not working:
- Partition formatting (upstream)
- ADB sideload (upstream)
Install guide:
To boot (Reccomended):
To install (NOT reccomended):Code:fastboot boot <twrp.img>
Code:fastboot flash recovery <twrp.img>
Download:
Now build is checking "ro.boot.hwversion". If it is begined with "1" then use Mi 10 Pro cmi profile, otherwise it will use Mi 10 umi profile.
Please report ro.boot.hwversion if possible. You can get it from getprop command.
Mega Drive Link
Source code:
Device Tree
Recovery Source
Thanks:
@mauronofrio @bigbiff and more open source TWRP devs.
Mi 10 Pro (cmi) thread:
https://forum.xda-developers.com/xi...xperimental-unofficial-twrp-mi-10-10-t4106385
#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 boot <twrp.img>
fastboot flash recovery <twrp.img>
Thanks I'll check it. So far I'm just removing lock before flashing. Can't make magisk work with eu Android 11. Is it just me? It installs without errors but after boot shows not installed in magisk manager. 20.4
Working for xiaomi.eu 20.8.7:
recovery-TWRP-3.4.2B-0623-XIAOMI10-CN-wzsx150.img
all true, no need to flash recovery. only use "fastboot boot twrp.img" for installing xiaomi.eu rom.