Skip to content

jonjeexe/KernelSU_Patches

Repository files navigation

KernelSU Patches Tutorial

Kernelsu patches for non-GKI kernel to work all functionalitys.


  1. Choosing the Right Version for Your Build
    Depending on your stability needs, you can append a specific tag to the command

KernelSU

curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s v0.9.5

  1. Your defconfig should contain the following string.

Edit defconfig

nano arch/arm64/configs/codename_defconfig

add this properties

# KernelSU
CONFIG_KSU=y
CONFIG_KSU_MANUAL_HOOK=y

ㅤㅤㅤ

  1. Then clone kernelSU patches repo into your Kernel tree.
git clone https://github.com/Jonjeexe/Ksu_Patches.git Patches
curl -O https://raw.githubusercontent.com/jonjeexe/KernelSU_Patches/refs/heads/non-GKI/Patch.sh

  1. Start Patch by this cmd
bash Patch.sh

About

KernelSU patches for non gki kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages