[EXPERIMENTAL][RECOVERY][3.4.0][umi]Unofficial TWRP for Mi 10 Unified

Search This thread

Merwenus

Senior Member
Oct 26, 2010
66
23
Heard something about Xiaomi.eu dev weekly rom has new kernel for Mi 10 pro that can brick device with current TWRP, does it affect Mi 10 too?
 

thommmassso

Member
May 17, 2015
7
3
Hi, I have unlock bootloader , install TWRP and later Xiaomi Mi EU.
I am having many issues with Xiaomi Mi EU so I would like to uninstall TWRP, relock bootloader and install Global version again.
I am using a Mi 10 .
Could you please let me know stepsa to uninstall TWRP, relock bootloader and install again Global Rom ?

Kind Regards
Pedro

The best solution is to install XiaoMiTool V2. The software will execute your request.
 

Thorezz

Member
Apr 12, 2016
37
6
no i dont have any problem wiht booting into twrp on mi10

neither do i ... and i've tried the MIUI 12 android 10 and android 11 based
the problem wasn't the boot the problem was that with the android 11 based, the magisk manager don't worked so i haven't the root ... but this appear solved now (haven't tried for myself)
check this other thread
https://forum.xda-developers.com/xi...mi-10-10-pro-root-guide-t4071553/post83991015

---------- Post added at 09:44 AM ---------- Previous post was at 09:43 AM ----------

I was rooted before and bank app works fine. Can you help me figure this out? This twrp can't do sideload or see sdcard after I even format data :(

me too ... but only if magisk work well otherside you can't hide the root to the bank app
 

Thorezz

Member
Apr 12, 2016
37
6
I was rooted before and bank app works fine. Can you help me figure this out? This twrp can't do sideload or see sdcard after I even format data :(

Thank you for this, can you send me a guide on how to root it after installing twrp?

after you have installed twrp :
- download magisk (the latest version)
- reboot in recovery (twrp)
- install the magisk*.zip
- reboot and open the magisk app
if all goes well you can see that you have rooted your phone
 

slavke1976

Senior Member
Dec 11, 2008
670
103
Tavankut
Twrp for android 11

Redmi K30 Pro: https://bit.ly/3potVmh
Mi 10: https://bit.ly/2UpsS7E
Mi 10 Pro: https://bit.ly/2ImQVlh



Sent from my Mi 10 Pro using Tapatalk

Does this twrp can decrypt data partiton? no need to format data to install update rom? or to use OTG

i ask because on latest twrp for miui XEU we can flash miui android 11, but data cant be mounted, only if we format data, so to do update miui we need to use OTG or to format data to install new build
 

Thorezz

Member
Apr 12, 2016
37
6
Does this twrp can decrypt data partiton? no need to format data to install update rom? or to use OTG

i ask because on latest twrp for miui XEU we can flash miui android 11, but data cant be mounted, only if we format data, so to do update miui we need to use OTG or to format data to install new build
i haven't downloaded the twrp in these link so i don't know what version are, but the version that i've used
TWRP 3.4.2b-0623 by wzsx150
work flawlessly, decrypt (you must know the pass, obviously) and mount the partition without problem
 

TONGEXHISPEED

Senior Member
Jan 4, 2016
159
14
Does this twrp can decrypt data partiton? no need to format data to install update rom? or to use OTG



i ask because on latest twrp for miui XEU we can flash miui android 11, but data cant be mounted, only if we format data, so to do update miui we need to use OTG or to format data to install new build
This info

Sent from my Mi 10 Pro using Tapatalk
 

slavke1976

Senior Member
Dec 11, 2008
670
103
Tavankut
i haven't downloaded the twrp in these link so i don't know what version are, but the version that i've used
TWRP 3.4.2b-0623 by wzsx150
work flawlessly, decrypt (you must know the pass, obviously) and mount the partition without problem

This TWRP you use it works for android 11 until miui 12.1.5.0 and maybe 11.5.20 weekly, after it doesnt work

This info

Sent from my Mi 10 Pro using Tapatalk

what info?
 

xterminater07

Senior Member
Dec 4, 2010
1,581
478
after you have installed twrp :
- download magisk (the latest version)
- reboot in recovery (twrp)
- install the magisk*.zip
- reboot and open the magisk app
if all goes well you can see that you have rooted your phone

The twrp given cannot access sdcard or adb sideload, I end up root via direct install in magisk latest 8.0.3 i think.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 10
    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):
    Code:
    fastboot boot <twrp.img>
    To install (NOT reccomended):
    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
    3
    Hi guys, new build (rev. 2) has been uploaded. Tested fastboot flash recovery is working.
    The way to fix it is just appending recovery dtbo from official recovery. OTG might still not working. Source code has been updated.
    cc @k1n9n0th1n9 @adario73
    2

    ☝☝☝

    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.
    2
    Any chances for TWRP 3.5?
    2
    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

    please check in this thread my post and @sceryavuz and @mali301262 reply
    https://forum.xda-developers.com/showpost.php?p=83271559&postcount=29
    i'm rolling back to MIUI 11 *sigh* ... i need root and i need the magisk hide otherwise banks app don't start so no choice at the moment

    ---------- Post added at 06:04 PM ---------- Previous post was at 06:01 PM ----------


    i know ... this is the third point of my post (wzsx150 is on LR Team)

    ---------- Post added at 06:16 PM ---------- Previous post was at 06:04 PM ----------

    all true, no need to flash recovery. only use "fastboot boot twrp.img" for installing xiaomi.eu rom.

    i don't think there is a big difference in security terms from installing or temporary executing the recovery ... the recovery is executed only when you start invoking it, and also in a temporary execute, if inside there is somehing malicious, they can patch your installed rom

    .
    do that every update..

    it's a big hassle because you need a PC near you every time