Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 874 Bytes

Instruction.md

File metadata and controls

20 lines (17 loc) · 874 Bytes

Install Instructions

(Sideload)

  1. Make sure your Bootloader is unlocked and You are coming from latest stock firmware.
  2. Connect phone to pc and boot to bootloader.
  3. Type fastboot -w in cmd prompt/terminal(Not required if you are dirty flashing).
  4. Download provided rom.zip, boot.img and vendor_boot.img from release
  5. flash vendor_boot.img (fastboot flash vendor_boot vendor_boot.img)
  6. flash boot.img (fastboot flash boot boot.img)
  7. Boot to recovery.
  8. Navigate to Apply Update option and press Apply update from adb.
  9. Now from pc type adb sideload rom.zip.
  10. After sideloading is complete, format storage(Not required if you are dirty flashing) and reboot to system.

(Fastboot)

  1. Boot to bootloader
  2. Connect to pc and from cmd prompt do fastboot -w
  3. then fastboot update fastbootrom.zip

(Always flash vendor_boot.img and boot.img before flashing)