Right way to patch a GKI 2.0 device kernel with kernelSU?

Wait 5 sec.

Hello, I'm a novice trying to learn some android kernel patching for installing kernelSU correctly to my device.From what I understood, there are two ways of installing KernelSU: LKM mode and GKI mode.- LKM mode: You only need the init_boot.img of your device. The manager app patches it automatically by adding the patches as kernel modules (afaik), and then you flash it back to the device. Simple and clean, so far so good.- GKI mode. You need to patch the boot.img of your device...Read more