Install | HyperOS

Beta

Flashing Instructions

This is a raw system.img. It must be flashed via Fastboot. Make sure to back up your data and follow the steps carefully.

Downloads

Requirements

Steps

Follow these steps to flash your device:

# Reboot to Recovery
./adb reboot bootloader

# Once in Recovery reboot to FastBootD

# Erase partitions
./fastboot erase system
./fastboot delete-logical-partition product
./fastboot delete-logical-partition system_ext

# Flash system image
./fastboot flash system /Path/To/system.img

# Reboot to recovery
./fastboot reboot recovery

# Erase and factory reset in wipe then type "yes"
      

After flashing, proceed with the following: