How To Guide [ROM][MIUI][mojito/sunny] Xiaomi.eu ROM for Redmi Note 10

Search This thread
How to install Xiaomi.eu ROM for Redmi Note 10



We will release fastboot ROM versions until TWRP for mojito/sunny is released

UPDATE:

- TWRP for mojito/sunny is RELEASED
- From now, we will release RECOVERY version of ROM for install via TWRP, so this guide is obsolete

Steps to install xiaomi.eu ROM for first time from China ROM via fastboot (All your data and files on internal storage will be deleted!)
- Update Global ROM to the latest via updater app first..
- Unlock your bootloader by Mi Unlock tool https://en.miui.com/unlock/
- Download our ROM zip file xiaomi.eu_multi_HMNote10_V12.0.5.0.RKGMIXM_v12-11-fastboot.zip
- If you are on Windows: Right click on downloaded zip - Settings - Unblock zip content
D9NcJZp.png

- Unpack downloaded zip file in the PC
- Reboot your device to fastboot mode (press volume down + power)
- Connect to PC via original USB cable
- Run fastboot installation script as administrator from unpacked zip according your PC operating system

For Windows OS ./windows_fastboot_first_install_with_data_format.bat
For Linux ./linux_fastboot_first_install_with_data_format.sh
For MacOS ./macos_fastboot_first_install_with_data_format.sh

- After reboot its done (first boot may take up to 15min)


Steps to install update of xiaomi.eu ROM (All your data and files on internal storage will NOT be deleted!)
- Download our ROM zip file STABLE
- Unpack downloaded zip file in the PC
- Reboot your device to fastboot mode (press volume down + power)
- Connect to PC via USB cable
- Run fastboot installation script from unpacked zip according your PC operating system

For Windows OS ./windows_fastboot_update_rom.bat
For Linux ./linux_fastboot_update_rom.sh
For MacOS ./macos_fastboot_update_rom.sh

Update guide on the video

- After reboot its done (first boot may take up to 10min)

Update via OTA:
Installation via OTA is currently not possible due to missing TWRP
Updater will notify you about new version and download it to your device for you
You have to copy it to your PC, unpack it and run fastboot_update_rom sctipt



Enjoy.. :)
 
Last edited:

abc9999

Member
Oct 15, 2008
6
1
got stuck at fastboot - bootloop after ran the bat file.

sweat...

redmi note 10 - sunny


Edit: managed to flash it after removed _ab in the script.
 

Attachments

  • stuck.txt
    6.6 KB · Views: 712
Last edited:

gasperoni

Senior Member
Nov 10, 2011
234
45
I really look forward to it, man. Didn't have a Xiaomi since the Redmi Note 2 and even back then you were there. Thanks for the effort. I still have 5 days left to be able to unlock the bootloader, so I have to wait anyway. Will sweet get a TWRP support? I don't know, if they still work on TWRP, the latest posts I saw were from end of 2020
 

njaya95

Senior Member
Nov 18, 2014
271
58
Tirupati
How to install Xiaomi.eu ROM for Redmi Note 10



We will release fastboot ROM versions until TWRP for mojito/sunny is released

Steps to install xiaomi.eu ROM for first time from China ROM (All your data and files on internal storage will be deleted!)
- Update Global ROM to the latest via updater app first..
- Unlock your bootloader by Mi Unlock tool https://en.miui.com/unlock/
- Download our ROM zip file xiaomi.eu_multi_HMNote10_V12.0.2.0.RKGMIXM_v12-11-fastboot.zip
- If you are on Windows: Right click on downloaded zip - Settings - Unblock zip content
D9NcJZp.png

- Unpack downloaded zip file in the PC
- Reboot your device to fastboot mode (press volume down + power)
- Connect to PC via original USB cable
- Run fastboot installation script as administrator from unpacked zip according your PC operating system

For Windows OS ./windows_fastboot_first_install_with_data_format.bat
For Linux ./linux_fastboot_first_install_with_data_format.sh
For MacOS ./macos_fastboot_first_install_with_data_format.sh

- After reboot its done (first boot may take up to 15min)


Steps to install update of xiaomi.eu ROM (All your data and files on internal storage will NOT be deleted!)
- Download our ROM zip file STABLE
- Unpack downloaded zip file in the PC
- Reboot your device to fastboot mode (press volume down + power)
- Connect to PC via USB cable
- Run fastboot installation script from unpacked zip according your PC operating system

For Windows OS ./windows_fastboot_update_rom.bat
For Linux ./linux_fastboot_update_rom.sh
For MacOS ./macos_fastboot_update_rom.sh

Update guide on the video

- After reboot its done (first boot may take up to 10min)

Update via OTA:
Installation via OTA is currently not possible due to missing TWRP
Updater will notify you about new version and download it to your device for you
You have to copy it to your PC, unpack it and run fastboot_update_rom sctipt



Enjoy.. :)
What about Redmi Note 10 Pro India? Will this work in that phone which has 64MP Cam and SD732G?
 

SSEFIROSU

New member
Feb 24, 2014
4
1
I'm having error when flashing the fastboot file. it says "platform-tools-windows\fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *mojito" || echo Missmatching image and device"


my unit is sunny ( as per mi unlocker )


but there is no file specified for MOJITO or SUNNY.

thank you.
 
I'm having error when flashing the fastboot file. it says "platform-tools-windows\fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *mojito" || echo Missmatching image and device"


my unit is sunny ( as per mi unlocker )


but there is no file specified for MOJITO or SUNNY.

thank you.
open .bat file and replace content by this code and save

Bash:
@echo off
cd %~dp0
set /p CHOICE=You are going to wipe your data and internal storage. It will delete all your files and photos stored on internal storage. Do you agree? (Y/N)
if /i "%CHOICE%" neq "y" goto END

platform-tools-windows\fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *sunny" || echo Missmatching image and device
platform-tools-windows\fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *sunny" || exit /B 1

platform-tools-windows\fastboot %* flash dsp images\dsp.img
platform-tools-windows\fastboot %* flash xbl_config images\xbl_config.img
platform-tools-windows\fastboot %* flash boot images\boot.img
platform-tools-windows\fastboot %* flash modem images\modem.img
platform-tools-windows\fastboot %* flash vbmeta_system images\vbmeta_system.img
platform-tools-windows\fastboot %* flash tz images\tz.img
platform-tools-windows\fastboot %* flash vbmeta images\vbmeta.img
platform-tools-windows\fastboot %* flash bluetooth images\bluetooth.img
platform-tools-windows\fastboot %* flash abl images\abl.img
platform-tools-windows\fastboot %* flash dtbo images\dtbo.img
platform-tools-windows\fastboot %* flash vendor_boot images\vendor_boot.img
platform-tools-windows\fastboot %* flash keymaster images\keymaster.img
platform-tools-windows\fastboot %* flash uefisecapp images\uefisecapp.img
platform-tools-windows\fastboot %* flash qupfw images\qupfw.img
platform-tools-windows\fastboot %* flash xbl images\xbl.img
platform-tools-windows\fastboot %* flash cmnlib images\cmnlib.img
platform-tools-windows\fastboot %* flash cmnlib64 images\cmnlib64.img
platform-tools-windows\fastboot %* flash devcfg images\devcfg.img
platform-tools-windows\fastboot %* flash hyp images\hyp.img
platform-tools-windows\fastboot %* flash imagefv images\imagefv.img
platform-tools-windows\fastboot %* flash aop images\aop.img
platform-tools-windows\fastboot %* flash cust images\cust.img
platform-tools-windows\fastboot %* flash super images\super.img
platform-tools-windows\fastboot %* set_active a
platform-tools-windows\fastboot %* erase metadata
platform-tools-windows\fastboot -w
platform-tools-windows\fastboot %* reboot

:END
 

SSEFIROSU

New member
Feb 24, 2014
4
1
thank you, after flashing it says not play protect certified. i can't access playstore to install apps.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 16
    How to install Xiaomi.eu ROM for Redmi Note 10



    We will release fastboot ROM versions until TWRP for mojito/sunny is released

    UPDATE:

    - TWRP for mojito/sunny is RELEASED
    - From now, we will release RECOVERY version of ROM for install via TWRP, so this guide is obsolete

    Steps to install xiaomi.eu ROM for first time from China ROM via fastboot (All your data and files on internal storage will be deleted!)
    - Update Global ROM to the latest via updater app first..
    - Unlock your bootloader by Mi Unlock tool https://en.miui.com/unlock/
    - Download our ROM zip file xiaomi.eu_multi_HMNote10_V12.0.5.0.RKGMIXM_v12-11-fastboot.zip
    - If you are on Windows: Right click on downloaded zip - Settings - Unblock zip content
    D9NcJZp.png

    - Unpack downloaded zip file in the PC
    - Reboot your device to fastboot mode (press volume down + power)
    - Connect to PC via original USB cable
    - Run fastboot installation script as administrator from unpacked zip according your PC operating system

    For Windows OS ./windows_fastboot_first_install_with_data_format.bat
    For Linux ./linux_fastboot_first_install_with_data_format.sh
    For MacOS ./macos_fastboot_first_install_with_data_format.sh

    - After reboot its done (first boot may take up to 15min)


    Steps to install update of xiaomi.eu ROM (All your data and files on internal storage will NOT be deleted!)
    - Download our ROM zip file STABLE
    - Unpack downloaded zip file in the PC
    - Reboot your device to fastboot mode (press volume down + power)
    - Connect to PC via USB cable
    - Run fastboot installation script from unpacked zip according your PC operating system

    For Windows OS ./windows_fastboot_update_rom.bat
    For Linux ./linux_fastboot_update_rom.sh
    For MacOS ./macos_fastboot_update_rom.sh

    Update guide on the video

    - After reboot its done (first boot may take up to 10min)

    Update via OTA:
    Installation via OTA is currently not possible due to missing TWRP
    Updater will notify you about new version and download it to your device for you
    You have to copy it to your PC, unpack it and run fastboot_update_rom sctipt



    Enjoy.. :)
    3
    Here's good news for MIUI lovers:-
    xiaomiui.net

    Redmi Note 10 series will receive the Android 12 based MIUI 13 update soon! - xiaomiui

    Android 12-based MIUI 13 update is ready to release for Redmi Note 10 and Redmi Note 10 Pro.
    xiaomiui.net
    xiaomiui.net
    💪🤞👏😲😳
    Soon in a couple of months with more bugs and chinese spyware 😁😁
    2
    Ok and thanks for helping
    OK try now.. ROM reuploaded..
    1
    which ROM did you had before?

    global rom

    Edit: managed to flash it after removed _ab in the script.