Skip to content

KopsourcesORG/SimpleKernelInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Kernel Installer

Flash Android Kernel in Recovery/Magisk/KernelSU/APatch/KernelFlasher.
SKI Anywhere!

  • Keep It Simple Stupid.

  • Supported kernel/dtb format (sort by flashing order)
kernel
*Image*-dtb
*Image*
*dtb
(If the first one exists, the middle two will not be installed,
If the second one exists, the last two will not be installed)
  • Supported dtbo format:
*dtbo*.img

Usage:
  • Put your kernel (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 customize.sh
  • If you need to modify cmdline, modify the "cmdline Modify" in customize.sh: the cmdlines in cmdlineadd will be added into the cmdline, the cmdlines in cmdlineremove will be removed from the cmdline. If the cmdlineoverwrite is not empty, the cmdline will be overwritten with cmdlineoverwrite, but the cmdlineadd and cmdlineremove will be not applied.
  • 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)!

Credits:
  • Magisk: We used magiskboot and some functions from magisk.
  • Anykernel3: We used device check from Anykernel3.

About

Flash Android Kernel in Recovery/Magisk/KernelSU/APatch/KernelFlasher - SKI Anywhere!

Resources

Stars

Watchers

Forks

Contributors

Languages