[GUIDE][venus|star|mars] How to install Xiaomi.eu ROM for Xiaomi MI11 / Pro / Ultra


Not fully.. Current TWRP doesn't suppor "update-package" command.. So you still have to select downloaded zip file manually to install..
okay so what is possible is to download the Zip through the MIUI updater and then boot to recovery manually to install it?
 
Today i boot twrp by fastboot command and update fine to last rom.
A "Xiaomi twrp newbie question": what Is slot A and solt B when i do reboot in recovery?
Thanks
 
I just installed twrp on my Mi 11 Ultra via fastboot. Previously the version xiaomi EU 12.5.7 stable copied into the donload folder of the phone and installed from there selected via TWRP. So far everything without any problem. But: Safetynet reports errors. Before, with the Xiaomi 12.5.5. it worked. What could be going on there?

36802
 
were you already on a xiaomi.eu rom before this or were you just running normal stock ziaomi rom?

assuming you were already on a xiaomi.eu rom, as i was keep reading

i just successfully did the newest weekly install via TWRP so i will give you my steps as im sure they would be the same for the stable

-download twrp for mi 11 onto pc
-download latest weekly rom onto mi 11 internal storage and copy to pc or vice versa, keep both copies in both places

((EDIT: i dont know if it was necessary to transfer the rom zip to the pc or extract it, this is only my second xiaomi.eu install so i was just trying to follow steps, but you may have been able to rename the twrp file to twrp.img and opened a powershell from directly within the twrp folder and did the fastboot command from there, im not savvy enough with how fastboot works so i just kind of mirrored what i did to install the weekly rom via fastboot last week up until that step)

-turn on usb debugging
-turn off phone, go into fastboot mode, connect to pc
-extract the weekly rom zip (checking the properties first to see if the "unlock files" checkbox is available, it wasnt for me, check the box if available
-copy the twrp image file and paste it inside of the extracted weekly rom folder
-(i renamed mine to "twrp.img" for ease of typing in powershell)
-shift+right click in ampty space in the folder and open powerhell window here (or cmd window)
-type "fastboot boot twrp.img"
-this will put twrp on your phone and it will reboot into the twrp
(you may now disconnect phone from pc)
-click the lower right chinese button and select english and click the ok button (its in chinese but its the only button you can click and its where the "ok" button should be)
-twrp is now in english.
-select "Install"
-navigate to the downloaded location of the unextracted weekly rom zip folder, mine was just in downloads
-select it
-check the box that says reboot after install, i left the box for "verify zip signature unchecked
-twrp does some things and after a few minutes, phone rebooted into newest version with no loss of settings or data.
-turn off usb debugging if you wish
-youre done.
Thanks mate , got there in the end. You're a legend.
 
Install from 12.5.4 to 12.5.7 via TWRP went smooth here - thanks!

As I'm rooted with Magisk and Safetynet Module (and of course Magisk Hide) Gpay seems to be fine....

BTW Camera version is 4.3, sadly didn't check on 12.5.4 — could anybody still on 12.5.4 kindly share their Camera version?

Gesendet von meinem M2102K1C mit Tapatalk
 
Have a Chinese Mi 11 Ultra, have followed the procedure to install TWRP. All I get is a blank screen on reboot.
If I reboot the phone and hold the power and up volume keys it goes to the normal recovery Mode....any ideas?
 
  • Like
Reactions: heroes1412
its not a TWRP issue..
12.5.7.0 seems not yet certified by Xiaomi.. you have to wait or install Magisk hide..

It was the same for me with the 12.5.5. After a day I suddenly had gpay and safetynet also confirmed with "passed". So wait a little longer. No problem.
 
  • Love
Reactions: hoangsang
I have 12.5.6 Chinese version, which .eu version should I install?? i can't find the same .eu version, can i install the stable one? or have I to go to 12.5.7??
thanks
 
  • Like
Reactions: heroes1412
Have a Chinese Mi 11 Ultra, have followed the procedure to install TWRP. All I get is a blank screen on reboot.
If I reboot the phone and hold the power and up volume keys it goes to the normal recovery Mode....any ideas?
same issue to me, im currently running 12.5.4 China. Help us.
 
TWRP MI11U successed, from EU12.5.4 to EU12.5.7 and whole process finished with in 20 minutes.
My step as below and this is 1st time to use TWRP for myself...
1. Download "Minimal ADB and Fastboot tool" from XDA.
https://www.androidfilehost.com/?fid=746010030569952951
2. Use MiFlash tool to install driver.
36801

3. Download EU 12.5.7 ROM and put it to root directory in my phone and no need to extract zip file.
4. Download TWRP *.img and I just rename it to twrp.img to short the file name and easy key in cmd.
5. Minimal ADB and Fastboot tool's folder is in Program Files (x86)\Minimal ADB and Fastboot tool, and I copy twrp.img to this folder.
6. Run (Right click as admin) the Minimal ADB and Fastboot tool's shortcut which is placed on my desktop.
7. Setting you phone USB to de-bug mode.
8. Power off phone and press volume down+Power button until phone into fastboot mode.
9. Plug in USB cable.
10. Key in some command in CMD.
- 1 Key in adb
- 2 Key in fastboot devices -l and show something like below to check your phone have link to your PC
xxxxxxx fastboot
- 3 Key in fastboot boot twrp.img, your phone will reboot into TWRP mode.
- 4 Press install button and select ROM.zip file from your phone, then start flashing.
- 5 Reboot when flash is finished.
- 6 Unplug USB cable and waiting, and anything is good for me...successed!
PS: I don't use wipe function for my phone.
PS2: I still using fastboot getvar current-slot command to check slot a or b, but I think no need to do this when using TWRP...
 
Last edited:
Install from 12.5.4 to 12.5.7 via TWRP went smooth here - thanks!

As I'm rooted with Magisk and Safetynet Module (and of course Magisk Hide) Gpay seems to be fine....

BTW Camera version is 4.3, sadly didn't check on 12.5.4 — could anybody still on 12.5.4 kindly share their Camera version?

Gesendet von meinem M2102K1C mit Tapatalk
On 12.5.4 is the same Camera version - 4.3
 
  • Like
Reactions: s3axel
I followed these instructions and it worked out wonderfully.
Flashing the Magisk Canary version also went smoothly.
Thanks @ingbrzy


Gesendet von meinem Mi 11 mit Tapatalk
 
TWRP MI11U successed, from EU12.5.4 to EU12.5.7 and whole process finished with in 20 minutes.
My step as below and this is 1st time to use TWRP for myself...
1. Download "Minimal ADB and Fastboot tool" from XDA.
https://www.androidfilehost.com/?fid=746010030569952951
2. Use MiFlash tool to install driver.
View attachment 36801
3. Download EU 12.5.7 ROM and put it to root directory in my phone and no need to extract zip file.
4. Download TWRP *.img and I just rename it to twrp.img to short the file name and easy key in cmd.
5. Minimal ADB and Fastboot tool's folder is in Program Files (x86)\Minimal ADB and Fastboot tool, and I copy twrp.img to this folder.
6. Run (Right click as admin) the Minimal ADB and Fastboot tool's shortcut which is placed on my desktop.
7. Key in some command in CMD.
- 1 Key in adb
- 2 Key in fastboot devices -l and show something like below to check your phone have link to your PC
xxxxxxx fastboot
- 3 Key in fastboot boot twrp.img, your phone will reboot into TWRP mode.
- 4 Press install button and select ROM.zip file from your phone, then start flashing.
- 5 Reboot when flash is finished.
- 6 Unplug USB cable and waiting, and anything is good for me...successed!
PS: I don't use wipe function for my phone.
PS2: I still using fastboot getvar current-slot command to check slot a or b, but I think no need to do this when using TWRP...
- 3 Key in fastboot boot twrp.img, your phone will reboot into TWRP mode.
my phone not reboot into TWRP. it only show Blank screen (seem shuted down...) Running 12.5.4 China.
 
were you already on a xiaomi.eu rom before this or were you just running normal stock ziaomi rom?

assuming you were already on a xiaomi.eu rom, as i was keep reading

i just successfully did the newest weekly install via TWRP so i will give you my steps as im sure they would be the same for the stable

-download twrp for mi 11 onto pc
-download latest weekly rom onto mi 11 internal storage and copy to pc or vice versa, keep both copies in both places

((EDIT: i dont know if it was necessary to transfer the rom zip to the pc or extract it, this is only my second xiaomi.eu install so i was just trying to follow steps, but you may have been able to rename the twrp file to twrp.img and opened a powershell from directly within the twrp folder and did the fastboot command from there, im not savvy enough with how fastboot works so i just kind of mirrored what i did to install the weekly rom via fastboot last week up until that step)

-turn on usb debugging
-turn off phone, go into fastboot mode, connect to pc
-extract the weekly rom zip (checking the properties first to see if the "unlock files" checkbox is available, it wasnt for me, check the box if available
-copy the twrp image file and paste it inside of the extracted weekly rom folder
-(i renamed mine to "twrp.img" for ease of typing in powershell)
-shift+right click in ampty space in the folder and open powerhell window here (or cmd window)
-type "fastboot boot twrp.img"
-this will put twrp on your phone and it will reboot into the twrp
(you may now disconnect phone from pc)
-click the lower right chinese button and select english and click the ok button (its in chinese but its the only button you can click and its where the "ok" button should be)
-twrp is now in english.
-select "Install"
-navigate to the downloaded location of the unextracted weekly rom zip folder, mine was just in downloads
-select it
-check the box that says reboot after install, i left the box for "verify zip signature unchecked
-twrp does some things and after a few minutes, phone rebooted into newest version with no loss of settings or data.
-turn off usb debugging if you wish
-youre done.
Many thanks for the instruction. Everything went's well on my Mi11!