- Installed latest version of stock HyperOS
- Unlocked bootloader
- Installed platform tools (adb & fastboot) on your computer
- Compatible
boot.imgfile - ROM installation ZIP
-
Do not try to flash the device using the "dirty" method!!
-
Flash device, only from the stock firmware (see num.1 in prerequisites)
- Power off your device.
- Hold the appropriate key combination (typically Volume Down + Power) to enter Fastboot mode.
Connect your device to the computer via USB and run the following command:
fastboot flash boot boot.imgWait for the process to complete, then reboot into recovery mode manually or using the following command:
fastboot reboot recoveryIn the recovery menu: Select Apply update -> Choose Apply from ADB
Then on your computer, sideload the ROM ZIP package using:
adb sideload <rom-filename>.zip
After the sideload completes, the recovery will prompt you to reboot. Select Yes to reboot back into recovery.
Once the device reboots into recovery again: Select Factory Reset -> Choose Format Data
After formatting, you can flash GApps if you wish.
After formatting or flashing GApps, return to the main recovery menu and select Reboot to system.
Your device will now boot into system. The first boot may take several minutes.