DESCRIPTION
ROM Phone POCOPHONE M3 Pro Engineering – ROM Android 11
ONLY MT6833
ROM POCOPHONE M3 Pro Engineering version : AN3516_762_MIdev_MP_patchbuild_20210625140701_factorySign_DCC – camellia-userdebug 10
Gapps not include – No Rooted
Language support: EN/CN
ROM Install :
- Unpack FlashTools, and Click on Flash_tool.exe
- Select "scatter-Loading" and search MT6833_Android_scatter.txt in ROM
- Wait file to be added into Flash Tool
- Select "Download Only" or if upgrade "Firmware upgrade"
- Turn off your phone, remove the battery (if the battery is removable) and replace it after some seconds (and don't turn on the phone).
- Press “Download” button to start
- and connect your phone into the computer via USB data cable.
- The process will start and a red progress bar will appear after color purple, yellow.
- And green circles display
- Finish !
- You can now safely disconnect your phone and turn it on.
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: *camellia" || @echo "error : Missmatching image and device" && 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 "error : current device antirollback version is greater than this package"
exit /B 1
)
fastboot %* erase boot || @echo "Erase boot error" && exit /B 1
fastboot %* erase metadata || @echo "Erase metadata error" && exit /B 1
fastboot %* flash preloader %~dp0\images\preloader_camellia.bin || @echo "Flash preloader error" && exit /B 1
::fastboot %* flash efuse %~dp0\images\efuse.img || @echo "Flash efuse error" && exit /B 1
fastboot %* flash logo %~dp0\images\logo.bin || @echo "Flash logo error" && exit /B 1
fastboot %* flash tee_a %~dp0\images\tee.img || @echo "Flash tee_a error" && exit /B 1
fastboot %* flash tee_b %~dp0\images\tee.img || @echo "Flash tee_b error" && exit /B 1
fastboot %* flash scp_a %~dp0\images\scp.img || @echo "Flash scp_a error" && exit /B 1
fastboot %* flash scp_b %~dp0\images\scp.img || @echo "Flash scp_b error" && exit /B 1
fastboot %* flash sspm_a %~dp0\images\sspm.img || @echo "Flash sspm_a error" && exit /B 1
fastboot %* flash sspm_b %~dp0\images\sspm.img || @echo "Flash sspm_b error" && exit /B 1
fastboot %* flash lk_a %~dp0\images\lk.img || @echo "Flash lk_a error" && exit /B 1
fastboot %* flash lk_b %~dp0\images\lk.img || @echo "Flash lk_b error" && exit /B 1
fastboot %* flash super %~dp0\images\super.img || @echo "Flash super error" && exit /B 1
fastboot %* flash boot_a %~dp0\images\boot.img || @echo "Flash boot_a error" && exit /B 1
fastboot %* flash boot_b %~dp0\images\boot.img || @echo "Flash boot_b error" && exit /B 1
fastboot %* flash dtbo_a %~dp0\images\dtbo.img || @echo "Flash dtbo_a error" && exit /B 1
fastboot %* flash dtbo_b %~dp0\images\dtbo.img || @echo "Flash dtbo_b error" && exit /B 1
fastboot %* flash rescue %~dp0\images\rescue.img || @echo "Flash rescue error" && exit /B 1
fastboot %* flash vbmeta_a %~dp0\images\vbmeta.img || @echo "Flash vbmeta_a error" && exit /B 1
fastboot %* flash vbmeta_b %~dp0\images\vbmeta.img || @echo "Flash vbmeta_b error" && exit /B 1
fastboot %* flash spmfw_a %~dp0\images\spmfw.img || @echo "Flash spmfw_a error" && exit /B 1
fastboot %* flash spmfw_b %~dp0\images\spmfw.img || @echo "Flash spmfw_b error" && exit /B 1
fastboot %* flash pi_img_a %~dp0\images\pi_img.img || @echo "Flash pi_img_a error" && exit /B 1
fastboot %* flash pi_img_b %~dp0\images\pi_img.img || @echo "Flash pi_img_b error" && exit /B 1
fastboot %* flash dpm_a %~dp0\images\dpm.img || @echo "Flash dpm_a error" && exit /B 1
fastboot %* flash dpm_b %~dp0\images\dpm.img || @echo "Flash dpm_b error" && exit /B 1
fastboot %* flash mcupm_a %~dp0\images\mcupm.img || @echo "Flash mcupm_a error" && exit /B 1
fastboot %* flash mcupm_b %~dp0\images\mcupm.img || @echo "Flash mcupm_b error" && exit /B 1
fastboot %* flash gz_a %~dp0\images\gz.img || @echo "Flash gz_a error" && exit /B 1
fastboot %* flash gz_b %~dp0\images\gz.img || @echo "Flash gz_b error" && exit /B 1
fastboot %* flash md1img_a %~dp0\images\md1img.img || @echo "Flash md1img_a error" && exit /B 1
fastboot %* flash md1img_b %~dp0\images\md1img.img || @echo "Flash md1img_b error" && exit /B 1
fastboot %* flash vbmeta_system_a %~dp0\images\vbmeta_system.img || @echo "Flash vbmeta_system_a error" && exit /B 1
fastboot %* flash vbmeta_vendor_a %~dp0\images\vbmeta_vendor.img || @echo "Flash vbmeta_vendor_a error" && exit /B 1
fastboot %* flash vbmeta_system_b %~dp0\images\vbmeta_system.img || @echo "Flash vbmeta_system_b error" && exit /B 1
fastboot %* flash vbmeta_vendor_b %~dp0\images\vbmeta_vendor.img || @echo "Flash vbmeta_vendor_b error" && exit /B 1
fastboot %* flash cust %~dp0\images\cust.img || @echo "Flash cust error" && exit /B 1 error" && exit /B 1
fastboot %* flash userdata %~dp0\images\userdata.img || @echo "Flash userdata error" && exit /B 1
fastboot %* set_active a || @echo "boot from slot a" && exit /B 1
fastboot %* reboot || @echo "Reboot error" && exit /B 1
|
※Please make a backup of your device before installing or updating ROM