Virtual AB Flash Guide

Virtual AB Flash Guide

Hana

Install by recovery

CLEAN FLASH

- Download ROM zip, boot.img, vendor_boot.img, dtbo.img.

- Reboot into Fastboot mode.

- Flash boot : fastboot flash boot_ab <path to your boot.img>

- Then vendor_boot : fastboot flash vendor_boot_ab <path to your vendor_boot.img>

- Finally dtbo: fastboot flash dtbo <path to your dtbo.img>

- Reboot to recovery.

- After boot into the recovery. Format userdata.

- Click Apply Update, then click Apply from ADBwith this command: adb sideload <ROM zip file>

- Reboot and enjoy.

DIRTY FLASH

- Download ROM zip

- Enter Recovery

- Click Apply Update , then select Apply from ADB

- Sideload the ROM using: adb sideload <ROM zip file>

Install by fastboot

  1. Download package marked as "fastboot" package ( Maybe called like derp_renoir-img-eng.private.zip )
  2. Reboot your phone to bootloader by: adb reboot bootloader
  3. Go to your terminal and perform: fastboot update <your fastboot package>
  4. If you want to format data: fastboot -w
  5. Reboot and enjoy it~

Report Page