This repository contains a community-supported kernel for the Galaxy Note 10 Lite, compatible with KernelSU-Next.
Back up all previous modules (they will be permanently deleted once you install KernelSU-Next)
Download the latest boot.img
Flash it through TWRP/Odin/heimdall/...
recommended: clear cache and dalvik art
Download the KernelSU-Next Manager from github to manage your root access
Enjoy!
- SuSfs is enabled for production builds
Clone the repo using the "--recurse-submodules" flag
git clone --recurse-submodules https://github.com/bavalucket/android_kernel_samsung_n770f.git
and then CD into the directory & run the automated 'build_kernel.sh'
bash build_kernel.sh
-
No patch history - not yet added
-
"setup_repos.sh" might fail due to an HTTP/2 error, in which case you should rerun the script
./setup_repos.sh
-
(DEV) get_cred_rcu() is bypassed rather than ported
-
MUST disable RKP, Uh, and KDP, Otherwise known as "Scamsung's b.s."
-
Keep in mind overlayfs is unstable
-
After successful compilation do the following:
-
Copy the Image from arch/arm64/boot/Image
-
Paste it into Android Image Kitchen
-
Boot!
In case of a bug feel free to publish a bug report on this repo.
If you want to request an additional feature or publish a Pull Request feel free to do so.
- kernel-assisted-superuser: the KernelSU idea.
- Magisk: the powerful root tool.
- genuine: apk v2 signature validation.
- Diamorphine: some rootkit skills.
- KernelSU: thanks to tiann, or else KernelSU Next wouldn't even exist.
- Magic Mount Port: 💜 5ec1cff for saving KernelSU!