Flash All Except Data Storage

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

fastboot %* getvar product 2>&1 | findstr /r /c:"^product: LCSH6795_LWT_L" ||

fastboot getvar product 2>&1 | findstr /r /c:"^product: hermes" || @echo


Missmatching image and device error

fastboot %* flash system %~dp0images\system.img


fastboot %* flash cache %~dp0images\cache.img
fastboot %* flash recovery %~dp0images\recovery.img
fastboot %* flash boot %~dp0images\boot.img
fastboot %* flash secro %~dp0images\secro.img
fastboot %* flash lk %~dp0images\lk.bin
fastboot %* flash logo %~dp0images\logo.bin
fastboot %* reboot

You might also like