An automated kernel builder for Nothing Phone 2 (Pong) that supports multiple KernelSU variants including SukiSU Ultra, KernelSU Next, MKSU, and official KernelSU. This project provides both GitHub Actions workflows for cloud building and local build scripts for manual compilation.
Kernel: hellboy017_kernel_pong (A CLO based kernel from HELLBOY017)
- ποΈ Automated Building: GitHub Actions workflow for continuous integration
- π§ Multiple KSU Support: SukiSU Ultra, KernelSU Next, MKSU, and official KernelSU
- π‘οΈ SUSFS Integration: Built-in SUSFS (Kernel SU File System) support for enhanced root hiding
- β‘ KPM Support: Kernel Patch Manager support for SukiSU Ultra
- π― Local Building: Standalone build scripts for local compilation
- π¦ AnyKernel3 Packaging: Ready-to-flash zip packages
- π ccache Optimization: Fast incremental builds with ccache support
-
Building:
-
Cloud Building: Use GitHub Actions workflow by triggering the build action
-
Local Building: Run
build_kernel_pong_local.shfor standard builds.β οΈ Strongly Recommended: Use Podman/Docker containers or virtual machines for environment isolation to avoid potential conflicts with your host system dependencies.
-
-
Flashing: Use the generated AnyKernel3 zip with your preferred recovery or kernel flasher.
This project is licensed under the MIT License.
However, strictly speaking: This project and its contributors are not responsible for any negative outcomes, including but not limited to: Earth explosion, nuclear war, data loss, or startup failure.
Special thanks (in no particular order):
| Git Address | Description |
|---|---|
| https://github.com/MiguVT/Meteoric_KernelSU_SUSFS | workflow |
| https://github.com/cctv18/oppo_oplus_realme_sm8650 | workflow |
| https://github.com/cctv18/oneplus_sm8650_toolchain | Toolchain |
| https://github.com/HELLBOY017/kernel_nothing_sm8475 | CLO based kernel |
| https://github.com/WildKernels/AnyKernel3.git | AnyKernel3 |
| https://gitlab.com/simonpunk/susfs4ksu.git | susfs4ksu (gitlab) |
| https://github.com/ShirkNeko/susfs4ksu.git | susfs4ksu (github) |
| https://github.com/ShirkNeko/SukiSU_patch.git | SukiSU_patch |
| https://github.com/ShirkNeko/SukiSU-Ultra | SukiSU-Ultra |
| https://github.com/pershoot/KernelSU-Next | KernelSU-Next |
| https://github.com/WildKernels/kernel_patches | WildKSU_patches |