- Keep It Simple Stupid.
- Supported kernel/dtb format (sort by flashing order)
*Image*-dtb
*Image*
*.dtb
(If the first one exists, the last two will not be installed)
- Supported dtbo format:
*dtbo*.img
- Put your kernel (Image-dtb or Image) into this package.
- Put your dtb (*.dtb) into this package (if you have).
- Put your dtbo (dtbo.img) into this package (if you have).
- Change The Kernel Name and Devicename in config.conf
- Flash it in Recovery(3rd-party recoverys only), Magisk(as a module), KernelSU(as a module), APatch(as a apm module) or KernelFlasher(as a AK3 package)!
- Magisk: We used magiskboot and some functions from magisk.
- Anykernel3: We used device check from Anykernel3.