[RECOVERY][3.5.1][UNOFFICIAL] TWRP Xiaomi Mi 10 [umi]

Search This thread

manuelbianco

Senior Member
Sep 30, 2013
96
455
Italy
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:
Code:
/*
*
* 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 work
- Otg work
-Vibrator
- Zip Flash
- Mtp/adb
- F2FS support
- Fastbootd
- Adb sideload
- Backup restore and images flash

Not working:
-Tell me

INSTALLATION:
1. Download the TWRP image file to your PC.
2. Put your device into fastboot.
3. Type the following command to flash the recovery:-

Code:
fastboot flash recovery "name_of_recovery.img"

4. On installation of TWRP , to boot the recovery do:-

Code:
fastboot boot "name_of_recovery.img"
The device will automatically reboot into TWRP.

5-A. You are using Xiaomi.eu Miui or custom Rom?
You can enjoy with a functional Data Decrypt

5-B You are using Miui EEA - Global -Cn or any custom rom that doesn't ship custom vbmeta.


6. Download this zip, copy by pc or using otg and flash this zip that will prevent twrp replacing.​
7. Download VbMeta and flash by fastboot​
Code:
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img"
7. Reboot into twrp (Take longer Time)
Code:
fastboot boot "name_of_recovery.img"
8. Format Data and Reboot​

NOTES:
By Command fastboot boot, recovery will decrypt everytimes you need, also with Global Rom and without patched vbmeta.

Download:
VbMeta
TWRP
(Version tag will follow vendor, a lower version tag than your vendor does not mean that recovery will not work)

Kernel Source: HERE

Donation:
PayPal: paypal.me/manuelbiancodev

Telegram Group: @MBsRoom
 
Last edited:

Troj80

Senior Member
Jun 22, 2012
65
171
Nice! All nice worked for umi 12.2.9 xiaomi.eu. Big thanks man!
 
Last edited:

Koppis

Member
Oct 21, 2010
5
1
Xiaomi Mi 10
Mi 10 Global 12.2.4 RJBEUXM boots TWRP, but the touch screen does not work in TWRP, I can't decrypt. Is there any trick to make it work?
 

Aralas

Senior Member
May 9, 2012
142
18
Can someone confirm me that we can flash permanently this TWRP ? And not just boot in it by fastboot command ?
 

underblade239

Member
Apr 28, 2012
10
3
Santo Domingo
Nice! All nice worked for umi 12.2.9 xiaomi.eu. Big thanks man!
Hi, I'm also on Miui 12.2.9 and I want to go to 12.5, which tells me that it is running smoothly and good comments about it, but when trying to perform the fasboot boot command I was throwing an error ... so my question is With this TWRP can you proceed to flash and it will work?
 

troullis2004

Senior Member
Mar 1, 2012
758
129
Amazing work. Really big thanks. I was getting tired with the fastboot boot every time. Now I only wish we had a custom kernel as well.
 

Dafriss

Senior Member
Oct 20, 2016
400
102
Dokkum
And when excactly do we have to flash this Vbmeta thing? Everytime flashing a new rom or not? I dont get what this vbmeta thing is
 

foejajd

New member
Mar 4, 2021
1
0
miui_UMI_21.2.24 Dev cn
fastboot boot twrp.img. 1)Twrp Welcome Screen wait for a few minutes, then into Decrypt Data. It can decrypt user 0, but failed to decrypt user 999.

2)When next time reboot to recovery, it directly into twrp home, didn't need key to decrypt data, in the end failed to Decrypt Data.
 

lordefa

New member
Feb 15, 2011
3
0
Hola,muchas gracias por esta tan esperada actualización,solo encuentro un problema a la hora de realizar copia de seguridad,aborta el proceso,
Mod edit: English translation added
Hello, thank you very much for this long-awaited update, I only found a problem when making backup, abort the process

1614897818670.png
1614897818670.png
 
Last edited by a moderator:

lordefa

New member
Feb 15, 2011
3
0
Hello, thank you very much for this long-awaited update, I only found a problem when making backup, abort the process
photo_2021-03-04_23-23-13.jpg
 

Top Liked Posts

  • There are no posts matching your filters.
  • 30
    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:
    Code:
    /*
    *
    * 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 work
    - Otg work
    -Vibrator
    - Zip Flash
    - Mtp/adb
    - F2FS support
    - Fastbootd
    - Adb sideload
    - Backup restore and images flash

    Not working:
    -Tell me

    INSTALLATION:
    1. Download the TWRP image file to your PC.
    2. Put your device into fastboot.
    3. Type the following command to flash the recovery:-

    Code:
    fastboot flash recovery "name_of_recovery.img"

    4. On installation of TWRP , to boot the recovery do:-

    Code:
    fastboot boot "name_of_recovery.img"
    The device will automatically reboot into TWRP.

    5-A. You are using Xiaomi.eu Miui or custom Rom?
    You can enjoy with a functional Data Decrypt

    5-B You are using Miui EEA - Global -Cn or any custom rom that doesn't ship custom vbmeta.


    6. Download this zip, copy by pc or using otg and flash this zip that will prevent twrp replacing.​
    7. Download VbMeta and flash by fastboot​
    Code:
    fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img"
    7. Reboot into twrp (Take longer Time)
    Code:
    fastboot boot "name_of_recovery.img"
    8. Format Data and Reboot​

    NOTES:
    By Command fastboot boot, recovery will decrypt everytimes you need, also with Global Rom and without patched vbmeta.

    Download:
    VbMeta
    TWRP
    (Version tag will follow vendor, a lower version tag than your vendor does not mean that recovery will not work)

    Kernel Source: HERE

    Donation:
    PayPal: paypal.me/manuelbiancodev

    Telegram Group: @MBsRoom
    12
    New Release!
    -Merged teamwin recovery changes
    -Workaround for mtp after format data
    (After format data, reboot to recovery, now mtp is working, unmount data and re-mount data or reboot to recovery to flash or manage data files)
    12
    New Release!
    -Merged 3.5.1 teamwin recovery changes
    -Cleaned and ordered twrp flags
    -Support to system_ext ro mount
    -Improvements into usb managing
    5
    Twrp 3.5.2 Released !
    4
    New instructions for eea and global miui user, post updated