An custom android12-5.10 Generic Kernel Image
Get the latest AnyKernel3 package or boot image here:
Flash directly from Android using any of these kernel flasher apps:
- Franco Kernel Manager (FKM)
- Kernel Flasher
- Horizon Kernel Flasher
- Or any other compatible tool
- Reboot your device into recovery mode.
- Flash the package using ADB sideload or through flasher in custom recovery.
- Reboot your device into fastboot mode.
- Flash the package:
fastboot flash boot <boot image>Note
If fastboot can’t determine the slot (or fastboot flash boot ... doesn’t work), check the active slot and flash to the matching one:
fastboot flash boot_a boot.img # if slot is a
fastboot flash boot_b boot.img # if slot is bAll builds are automatically produced by:
ESK-Project/esk_builder@gki
- Kernel source is in the
android12-5.10-ltsrepo. - When reporting issues, include device, ROM + Android version, build tag, and logs (dmesg/last_kmsg).