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


Attachments

  • Screenshot_2021-03-14-19-58-46-393_com.miui.securitycenter.jpg
    Screenshot_2021-03-14-19-58-46-393_com.miui.securitycenter.jpg
    378.9 KB · Views: 293
Just flashed stable ROM with no problem at all. Cross finger that it would be better on the battery department.
 
Creating Userdata seems to be buggy with Windows, I would try to concentrate on that since the flash process itself was working...

Note, “make_f2fs failed: 3221225477
fastboot: error: Cannot generate image for userdata“

This error usually means your Android sdk is not meant for the version you're about to install (to old) so ensure the binary which you are using is the one delivered with the rom.zip.

Also, some people advice to keep the folder name as short as possible.


Fastboot is capable of formatting / erasing particular partitions, so formatting userdata can be done by yourself, just decompile the script and see if you can do the make2fs part manually, this should render the phone working again, flash eu rom once more, maybe on native Linux?

Regards.

Sent from my MI 8 Explorer Edition using Tapatalk


At linux at the end it gives the following information:
Info: format successful
Sending 'userdata' (85 KB) OKAY [0.006s]
Writing 'userdata' OKAY [0.015s]
Erasing 'metadata' OKAY [4.719s]
Erase successful, but not automatically formatting.
File system type raw not supported.
Finished. Total time: 7.788s
Rebooting OKAY [0.000s]
Finished. Total time: 0.202s.

Any ideas, please
 
At linux at the end it gives the following information:
Info: format successful
Sending 'userdata' (85 KB) OKAY [0.006s]
Writing 'userdata' OKAY [0.015s]
Erasing 'metadata' OKAY [4.719s]
Erase successful, but not automatically formatting.
File system type raw not supported.
Finished. Total time: 7.788s
Rebooting OKAY [0.000s]
Finished. Total time: 0.202s.

Any ideas, please
Hmm, did you ran the full script first install format ? No errors and still Fastboot again?

We're slowly out of options, consider edl method with remote support then.

:(

Sent from my MI 8 Explorer Edition using Tapatalk
 
Hmm, did you ran the full script first install format ? No errors and still Fastboot again?

We're slowly out of options, consider edl method with remote support then.

:(

Sent from my MI 8 Explorer Edition using Tapatalk

yes for both questions.
I will try the guarantee.
Thanks
 
The new rom make the phone very heat and drain battery very fast..
Hmm, anything obvious like Google stuff or gallery?

Check the main thread for further ideas (miui 12).

Regards.

Sent from my MI 8 Explorer Edition using Tapatalk
 
Did you flashed it with the fastboot clearing all data script? Did you restore your apps from the MIUI backup?
Yup clearing all the data. I just clean all data in order to avoid any problem, I will have no problems if I select clean all.

Little update on Stable ROM battery : Seems my battery drain problem improved than the weekly ROM, will use it for another 2 or 3 day for feedback.

My first impression on the Stable ROM battery drain problem : https://xiaomi.eu/community/threads/21-03-11-xiaomi-mi-11-battery-absorption.60311/post-596683
 
Last edited:
Hello guys! I need your help..

My MI11 has a Global EU rom installed (12.0.3.0 RKBEUXM).

Can you explain me what does it means?

- Update China ROM to the latest via updater app first..

What is updater app? Which China ROM should I use?

thanks!!
 
Hello guys! I need your help..

My MI11 has a Global EU rom installed (12.0.3.0 RKBEUXM).

Can you explain me what does it means?

- Update China ROM to the latest via updater app first..

What is updater app? Which China ROM should I use?

thanks!!
Guide is for Chinese version.. if you have Global version, update to latest Global ROM version.. just check for OTA if you are on latest version..
 
Guide is for Chinese version.. if you have Global version, update to latest Global ROM version.. just check for OTA if you are on latest version..
Ok, so altought xiaomi.eu is Based on China Stable/weekly is ok to start from 12.0.3.0 RKBEUXM (latest Global version)?

Thanks!
 
Hello guys! I need your help..

My MI11 has a Global EU rom installed (12.0.3.0 RKBEUXM).

Can you explain me what does it means?

- Update China ROM to the latest via updater app first..

What is updater app? Which China ROM should I use?

thanks!!
"Updater App" means the App which is the default when you go to "My Device" .
Before you flash to Xiaomi eu ROM you have to update to lates CN ROM ....
 
Test this, download and use WinRar to extract your tgz fastboot File, open and edit "flash_all.bat" with notepad++ and delete this first Lines (the red Lines in this Post), safe the file and flash with the latest MiFlash 2020.03.14
Don`t close your bootloader "clean all and lock" on CN Phones with Global Software. Only use "clean all" in MiFlash

fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *venus" || echo Missmatching image and device
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *venus" || exit /B 1

::check anti_version
if exist %~dp0images\anti_version.txt (for /f "delims==" %%a in (%~dp0images\anti_version.txt) do (set CURRENT_ANTI_VER=%%a))
if [%CURRENT_ANTI_VER%] EQU [] set CURRENT_ANTI_VER=0
for /f "tokens=2 delims=: " %%i in ('fastboot %* getvar anti 2^>^&1 ^| findstr /r /c:"anti:"') do (set version=%%i)
if [%version%] EQU [] set version=0
set anticheck="antirollback check pass"
if %version% GTR %CURRENT_ANTI_VER% set anticheck="Current device antirollback version is greater than this pakcage"
echo %anticheck% | findstr /r /c:"pass" || @echo "Antirollback check error" && exit /B 1

fastboot %* getvar crc 2>&1 | findstr /r /c:"^crc: 1" && if %errorlevel% equ 0 (
fastboot %* flash crclist %~dp0images\crclist.txt || @echo "Flash crclist error" && exit /B 1
fastboot %* flash sparsecrclist %~dp0images\sparsecrclist.txt || @echo "Flash sparsecrclist error" && exit /B 1
)

Good afternoon!
I really need your help.
I already have my MI 11 bootloop on fastboot for about 3 days.
I have tried everything I have seen around here.
I tried as described and gives the following error on MiFlash 2021.2.26.0:
error: Not catch checkpoint (\ $ fastboot -s. * lock) .flash is not done.
I appreciate all the contributions.

My MI 11 seems to have the bootloader lock again. How do I unlock bootloader? I no longer have it on the xiaomi account and now on fastboot I can't login.
 
Last edited:
My MI 11 seems to have the bootloader lock again. How do I unlock bootloader? I no longer have it on the xiaomi account and now on fastboot I can't login.

I had the same problems as you in that I was stuck in fastboot mode after trying the flash the rom the first time. However the Mi Unlock tool could still see the phone and unlock it. I then neededto do a flash in EDL mode with the help of someone with an account. But you are saying the Mi Unlock tool is not even working for you?
 
I had the same problems as you in that I was stuck in fastboot mode after trying the flash the rom the first time. However the Mi Unlock tool could still see the phone and unlock it. I then neededto do a flash in EDL mode with the help of someone with an account. But you are saying the Mi Unlock tool is not even working for you?

No. I used MiFlashUnlock again and went back to unlock, but I'm still on fastboot.
Now flash done success, but restart in fastboot anyway. And I'm flashing the latest Global version
 
Last edited:
Same scenario as me then - I was stuck in fastboot not matter which rom I flashed or which method I used. EDL flash fixed it and was then able to flash EU rom with no issue.
 
Good afternoon!
I really need your help.
I already have my MI 11 bootloop on fastboot for about 3 days.
I have tried everything I have seen around here.
I tried as described and gives the following error on MiFlash 2021.2.26.0:
error: Not catch checkpoint (\ $ fastboot -s. * lock) .flash is not done.
I appreciate all the contributions.

My MI 11 seems to have the bootloader lock again. How do I unlock bootloader? I no longer have it on the xiaomi account and now on fastboot I can't login.

Pay someone to flash it under EDL mode, my phone was stuck in fastboot, and fixed by this method. Don't waste time to try any miflash. Not work at all.
 
Ok, maybe i¨ll get another try to install xiaomi.eu. So...
-lattest china (12.0.22 stable)
-download xiaomi.eu
-bl unlocked
-phone setted up with mi account
-fastboot
-original usb cable
-usb 2.0 port
-run the script as admin.


Am I missing something else or that¨s all i need?
 
Test this, download and use WinRar to extract your tgz fastboot File, open and edit "flash_all.bat" with notepad++ and delete this first Lines (the red Lines in this Post), safe the file and flash with the latest MiFlash 2020.03.14
Don`t close your bootloader "clean all and lock" on CN Phones with Global Software. Only use "clean all" in MiFlash

fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *venus" || echo Missmatching image and device
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *venus" || exit /B 1

::check anti_version
if exist %~dp0images\anti_version.txt (for /f "delims==" %%a in (%~dp0images\anti_version.txt) do (set CURRENT_ANTI_VER=%%a))
if [%CURRENT_ANTI_VER%] EQU [] set CURRENT_ANTI_VER=0
for /f "tokens=2 delims=: " %%i in ('fastboot %* getvar anti 2^>^&1 ^| findstr /r /c:"anti:"') do (set version=%%i)
if [%version%] EQU [] set version=0
set anticheck="antirollback check pass"
if %version% GTR %CURRENT_ANTI_VER% set anticheck="Current device antirollback version is greater than this pakcage"
echo %anticheck% | findstr /r /c:"pass" || @echo "Antirollback check error" && exit /B 1

fastboot %* getvar crc 2>&1 | findstr /r /c:"^crc: 1" && if %errorlevel% equ 0 (
fastboot %* flash crclist %~dp0images\crclist.txt || @echo "Flash crclist error" && exit /B 1
fastboot %* flash sparsecrclist %~dp0images\sparsecrclist.txt || @echo "Flash sparsecrclist error" && exit /B 1
)


Where is flash_all.bat :(

unlocked and followed the instructions but it shows "miui recovery 5.0" screen.
 
Quick update: I have managed to install the stable MIUI, I didn-t choose the weekly because I saw that some users have battery drain problem.


Now I¨m 100% sure that first time my mistake was to non setting up the phone for adding the MiAccount.


So, since now everything worked smooth, I suggest to add this hint in the Guide Installation, I˝m pretty sure that will help a lot of new users or old users that have forgot what¨s the right mode to flash in fastboot.
 
Hi I wonder how to switch from beta to stable on Mi 11 since we don't have TWRP to format data yet