Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 918 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 918 Bytes

kernel installer

Inspired by AnyKernel, this tool allows kernels to be flashed to any ROM, regardless of the ramdisk used. This dramatically increases compatibility while decreasing size.

But, unlike AnyKernel, this kernel installer allows for the SELinux setting to be set at the time of install, based on the user's choice. For kernel developers this means only one zip has to be uploaded, instead of both a permissive and an enforcing variant. This also reduces user confusion, storage usage, and server load.

As of this README's last commit, the script is fully supported in TWRP. Cyanogen Recovery has issues printing the text correctly, however the script does run correctly. Thoroughly tested on the Z3 and Z3C.

This branch also features two simple zip scripts that pack and (optionally) sign the whole thing for you, making development that much easier.

Pull requests are, of course, appreciated.