Flashing instructions

Flashing instructions


Flashing instructions for custom roms:


1) Download all the 3 images(boot, dtbo and vendor_boot) from the website.

1.1) Reboot to bootloader

1.2) flash all the 3 images by using the following commands:

fastboot flash boot <drag and drop your file in prompt>

fastboot flash vendor_boot <drag and drop your file in prompt>

fastboot flash dtbo <drag and drop your file in prompt>


2) After all images get flashed successfully. Boot your phone to Recovery from Bootloader with "fastboot reboot recovery" command.


3) Format data from the recovery.


4) Now go to Apply update -> Apply via ADB and then use the command:

adb sideload path/to/file.zip or adb sideload <drag and drop your file in prompt>


Note: If the status stops at 47% don't panic since that's normal

- After sideload completes, if the cmd window shows xfer:1.00x, that means the rom is flashed completely.


Done! reboot the system and enjoy :)

Report Page