Custom kernel for xaga(in) / xagapro(in). Supports AOSP and HyperOS.
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
Older builds (v2.4 and earlier) used:
ESK-Project/gki_kernel_builder
- Kernel source is in the
android_kernel_xiaomi_mt6895repo. - When reporting issues, include device, ROM + Android version, build tag, and logs (dmesg/last_kmsg).