DESCRIPTION
ROM Phone Xiaomi Mi 11 Lite 5G – ROM Android 11
ONLY Qualcomm SM7350
ROM 2 – Update Official Xiaomi Mi 11 Lite 5G Global version : 11 RKQ1.200903.002 – V12.5.7.0.RKIMIXM – renoir_global-user 11 RKIMIXM
ROM 1 – Update Official Xiaomi Mi 11 Lite 5G Global EEA version : 11 RKQ1.200903.002 – V12.5.6.0.RKIEUXM – renoir_eea_global-user 11 RKIEUXM
ROM 2 – Update Official Xiaomi Mi 11 Lite 5G Global version : 11 RKQ1.200903.002 – V12.5.6.0.RKIMIXM – renoir_global-user 11 RKIMIXM
ROM 1 – Update Official Xiaomi Mi 11 Lite 5G Global EEA version : 11 RKQ1.200903.002 – V12.5.5.0.RKIEUXM – renoir_eea_global-user 11 RKIEUXM
ROM 2 – Update Official Xiaomi Mi 11 Lite 5G Global version : 11 RKQ1.200903.002 – V12.5.5.0.RKIMIXM – renoir_global-user 11 RKIMIXM
ROM 4 – Official Xiaomi Mi 11 Lite 5G Global Japan version : 11 RKQ1.200903.002 – V12.5.2.0.RKIJPXM – renoir_jp_global-user 11 RKIMIXM
ROM 1 – Update Official Xiaomi Mi 11 Lite 5G Global EEA version : 11 RKQ1.200903.002 – V12.5.3.0.RKIEUXM – renoir_eea_global-user 11 RKIEUXM
ROM 2 – Update Official Xiaomi Mi 11 Lite 5G Global version : 11 RKQ1.200903.002 – V12.5.2.0.RKIMIXM – renoir_global-user 11 RKIMIXM
ROM 3 – Official Xiaomi Mi 11 Lite 5G Global Russia version : 11 RKQ1.200903.002 – V12.5.2.0.RKIRUXM – renoir_ru_global-user 11 RKIMIXM
ROM 1 – Update Official Xiaomi Mi 11 Lite 5G Global EEA version : 11 RKQ1.200903.002 – V12.5.1.0.RKIEUXM – renoir_eea_global-user 11 RKIEUXM
ROM 2 – Update Official Xiaomi Mi 11 Lite 5G Global version : 11 RKQ1.200903.002 – V12.5.1.0.RKIMIXM – renoir_global-user 11 RKIMIXM
ROM 2 – Official Xiaomi Mi 11 Lite 5G Global version : 11 RKQ1.200903.002 – V12.0.2.0.RKIMIXM – renoir_global-user 11 RKIMIXM
ROM 1 – Official Xiaomi Mi 11 Lite 5G Global EEA version : 11 RKQ1.200903.002 – V12.0.8.0.RKIEUXM – renoir_eea_global-user 11 RKIEUXM
Gapps include – No Rooted
Language support: Multilang
ROM Install :
1.Connect your phone to PC and let the driver install
2.Install QPST
3.Open QPST Configuration -> Add new port -> Select the com port of your device -> exit
4.Go to Start -> All Programs -> QPST eMMC Software Download open the tool -> Check program boot loaders -> Browse for the device com port
5.Click Load XML def and browse for rawprogram0.xml in folder ROM
6.Click Load Patch def and browse for patch0.xml in folder ROM
7.Check the search path 2 and browse for the folder ROM
8.Now click download, wait for the download to finish (it never finish but it also detects for a new driver, and that’s important)
and it will search for the new hardware found, install the driver
OR
install with flash_all.bat for windows or flash_all.sh for linux
| "Bat" |
SelectShow> |
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *renoir" || echo Missmatching image and device
fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *renoir" || exit /B 1
set CURRENT_ANTI_VER=1
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
if %version% GTR %CURRENT_ANTI_VER% (
echo current device antirollback version is greater than this package
exit /B 1
)
fastboot %* flash xbl %~dp0imagesxbl.elf || @echo "Flash xbl error" && exit /B 1
fastboot %* flash xblbak %~dp0imagesxbl.elf || @echo "Flash xblbak error" && exit /B 1
fastboot %* flash xbl_config %~dp0imagesxbl_config.elf || @echo "Flash xbl_config error" && exit /B 1
fastboot %* flash xbl_configbak %~dp0imagesxbl_config.elf || @echo "Flash xbl_config error" && exit /B 1
fastboot %* flash imagefv %~dp0imagesimagefv.elf || @echo "Flash imagefv error" && exit /B 1
fastboot %* flash imagefvbak %~dp0imagesimagefv.elf || @echo "Flash imagefvbak error" && exit /B 1
fastboot %* flash uefisecapp %~dp0imagesuefi_sec.mbn || @echo "Flash uefisecapp error" && exit /B 1
fastboot %* flash uefisecappbak %~dp0imagesuefi_sec.mbn || @echo "Flash uefisecappbak error" && exit /B 1
fastboot %* flash qupfw %~dp0imagesqupv3fw.elf || @echo "Flash qupfw error" && exit /B 1
fastboot %* flash qupfwbak %~dp0imagesqupv3fw.elf || @echo "Flash qupfwbak error" && exit /B 1
fastboot %* flash metadata %~dp0imagesmetadata.img || @echo "Flash xbl error" && exit /B 1
fastboot %* flash tz %~dp0imagestz.mbn || @echo "Flash tz error" && exit /B 1
fastboot %* flash tzbak %~dp0imagestz.mbn || @echo "Flash tzbak error" && exit /B 1
fastboot %* flash rpm %~dp0imagesrpm.mbn || @echo "Flash rpm error" && exit /B 1
fastboot %* flash rpmbak %~dp0imagesrpm.mbn || @echo "Flash rpmbak error" && exit /B 1
fastboot %* flash hyp %~dp0imageshyp.mbn || @echo "Flash hyp error" && exit /B 1
fastboot %* flash hypbak %~dp0imageshyp.mbn || @echo "Flash hypbak error" && exit /B 1
fastboot %* flash keymaster %~dp0imageskm4.mbn || @echo "Flash keymaster error" && exit /B 1
fastboot %* flash keymasterbak %~dp0imageskm4.mbn || @echo "Flash keymasterbak error" && exit /B 1
fastboot %* flash cmnlib %~dp0imagescmnlib.mbn || @echo "Flash cmnlib error" && exit /B 1
fastboot %* flash cmnlibbak %~dp0imagescmnlib.mbn || @echo "Flash cmnlib error" && exit /B 1
fastboot %* flash cmnlib64 %~dp0imagescmnlib64.mbn || @echo "Flash cmnlib64 error" && exit /B 1
fastboot %* flash cmnlib64bak %~dp0imagescmnlib64.mbn || @echo "Flash cmnlib64 error" && exit /B 1
fastboot %* flash modem %~dp0imagesNON-HLOS.bin || @echo "Flash modem error" && exit /B 1
fastboot %* flash dsp %~dp0imagesdspso.bin || @echo "Flash dsp error" && exit /B 1
fastboot %* flash dspbak %~dp0imagesdspso.bin || @echo "Flash dspbak error" && exit /B 1
fastboot %* flash bluetooth %~dp0imagesBTFM.bin || @echo "Flash bluetooth error" && exit /B 1
fastboot %* flash bluetoothbak %~dp0imagesBTFM.bin || @echo "Flash bluetoothbak error" && exit /B 1
fastboot %* flash storsec %~dp0imagesstorsec.mbn || @echo "Flash storsec error" && exit /B 1
fastboot %* flash devcfg %~dp0imagesdevcfg.mbn || @echo "Flash devcfg error" && exit /B 1
fastboot %* flash devcfgbak %~dp0imagesdevcfg.mbn || @echo "Flash devcfgbak error" && exit /B 1
fastboot %* flash abl %~dp0imagesabl.elf || @echo "Flash abl error" && exit /B 1
fastboot %* flash ablbak %~dp0imagesabl.elf || @echo "Flash ablbak error" && exit /B 1
fastboot %* flash dtbo %~dp0imagesdtbo.img || @echo "Flash dtbo error" && exit /B 1
fastboot %* flash vbmeta %~dp0imagesvbmeta.img || @echo "Flash vbmeta error" && exit /B 1
fastboot %* flash vbmetabak %~dp0imagesvbmeta.img || @echo "Flash vbmetabak error" && exit /B 1
fastboot %* flash boot %~dp0imagesboot.img || @echo "Flash boot error" && exit /B 1
fastboot %* flash recovery %~dp0imagesrecovery.img || @echo "Flash recovery error" && exit /B 1
fastboot %* flash system %~dp0imagessystem.img || @echo "Flash system error" && exit /B 1
fastboot %* flash vendor %~dp0imagesvendor.img || @echo "Flash vendor error" && exit /B 1
fastboot %* flash userdata %~dp0imagesuserdata.img || @echo "Flash userdata error" && exit /B 1
fastboot %* flash cache %~dp0imagescache.img || @echo "Flash cache error" && exit /B 1
fastboot %* erase ddr
fastboot %* erase misc
fastboot %* erase apdp
fastboot %* flash cust %~dp0imagescust.img
fastboot %* reboot
pause
|
※Please make a backup of your device before installing or updating ROM