Flashing Instructions
Flashing the kernel
Section titled “Flashing the kernel”AnyKernel3
Section titled “AnyKernel3”From Android (kernel flasher apps):
- Kernel Flasher (fork)
- Horizon Kernel Flasher
- Franco Kernel Manager
- Or any other compatible tool
Or by using recovery:
- Reboot the device into recovery mode.
- Flash the package using ADB sideload or through flasher in custom recovery.
Boot image
Section titled “Boot image”- Reboot the device into fastboot mode.
- Flash the package:
fastboot flash boot <boot image>If fastboot can’t determine the slot, or fastboot flash boot ... does not work, check the active slot and flash the matching one:
fastboot flash boot_a boot.img # if slot is afastboot flash boot_b boot.img # if slot is b