DESCRIPTION
ROM Mobile Xiaomi Mi Mix 3 – ROM Android 9.0
ONLY Qualcomm SDM845
ROM Official Xiaomi Mi Mix 3 Global version : PKQ1.180729.001 – V10.3.3.0.PEEMIXM – perseus-user 9 PKQ1.180729.001
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: *perseus" || echo Missmatching image and device fastboot %* getvar product 2>&1 | findstr /r /c:"^product: *perseus" || 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 pakcage exit /B 1 ) fastboot %* erase boot || @echo "Erase boot error" && exit /B 1 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 fastboot %* flash xbl_ab %~dp0images\xbl.img || @echo "Flash xbl_ab error" && exit /B 1 fastboot %* flash xbl_config_ab %~dp0images\xbl_config.img || @echo "Flash xbl_config_ab error" && exit /B 1 fastboot %* flash abl_ab %~dp0images\abl.img || @echo "Flash abl_ab error" && exit /B 1 fastboot %* flash tz_ab %~dp0images\tz.img || @echo "Flash tz_ab error" && exit /B 1 fastboot %* flash hyp_ab %~dp0images\hyp.img || @echo "Flash hyp_ab error" && exit /B 1 fastboot %* flash devcfg_ab %~dp0images\devcfg.img || @echo "Flash devcfg_ab error" && exit /B 1 fastboot %* flash storsec_ab %~dp0images\storsec.img || @echo "Flash storsec_ab error" && exit /B 1 fastboot %* flash bluetooth %~dp0images\bluetooth.img || @echo "Flash bluetooth error" && exit /B 1 fastboot %* flash cmnlib_ab %~dp0images\cmnlib.img || @echo "Flash cmnlib_ab error" && exit /B 1 fastboot %* flash cmnlib64_ab %~dp0images\cmnlib64.img || @echo "Flash cmnlib64_ab error" && exit /B 1 fastboot %* flash modem %~dp0images\modem.img || @echo "Flash modem error" && exit /B 1 fastboot %* flash dsp %~dp0images\dsp.img || @echo "Flash dsp error" && exit /B 1 fastboot %* flash keymaster_ab %~dp0images\keymaster.img || @echo "Flash keymaster_ab error" && exit /B 1 fastboot %* flash logo %~dp0images\logo.img || @echo "Flash logo error" && exit /B 1 fastboot %* flash misc %~dp0images\misc.img || @echo "Flash misc error" && exit /B 1 fastboot %* flash aop_ab %~dp0images\aop.img || @echo "Flash aop_ab error" && exit /B 1 fastboot %* flash qupfw_ab %~dp0images\qupfw.img || @echo "Flash qupfw_ab error" && exit /B 1 fastboot %* flash ImageFv %~dp0images\imagefv.elf || @echo "Flash imagefv error" && exit /B 1 fastboot %* flash vendor %~dp0images\vendor.img || @echo "Flash vendor error" && exit /B 1 fastboot %* flash system %~dp0images\system.img || @echo "Flash system error" && exit /B 1 fastboot %* flash userdata %~dp0images\userdata.img || @echo "Flash userdata error" && exit /B 1 fastboot %* flash recovery %~dp0images\recovery.img || @echo "Flash recovery error" && exit /B 1 fastboot %* flash cache %~dp0images\cache.img || @echo "Flash cache error" && exit /B 1 fastboot %* erase sec || @echo "Erase sec error" && exit /B 1 fastboot %* flash cust %~dp0images\cust.img || @echo "Flash cust error" && exit /B 1 fastboot %* flash dtbo %~dp0images\dtbo.img || @echo "Flash dtbo error" && exit /B 1 fastboot %* flash vbmeta %~dp0images\vbmeta.img || @echo "Flash vbmeta error" && exit /B 1 fastboot %* flash boot %~dp0images\boot.img || @echo "Flash boot error" && exit /B 1 fastboot %* reboot || @echo "Reboot error" && exit /B 1
|
※Please make a backup of your device before installing or updating ROM