Custom kernel for Nothing Phone 2 (Pong) with root and hiding built in. (Built with workflow)
Find a file
2026-05-05 01:25:05 +02:00
.github/workflows Add additional KSU manual hook configurations 2026-05-05 01:19:35 +02:00
patches Moved selinux to patches_old 2026-05-05 01:25:05 +02:00
patches_old Moved selinux to patches_old 2026-05-05 01:25:05 +02:00
Scripts fix: update supported versions range to start with version 13 2026-03-04 14:14:04 +01:00
CHANGELOG.md chore: update changelog for v3.0.3 and v3.0.0 releases 2026-04-28 00:19:05 +02:00
README.md Update README for clarify use of branches and releases 2026-04-27 23:28:47 +02:00

NP2 Kernel

Custom kernel for Nothing Phone 2 (Pong) with root and hiding built in.

Based on LineageOS kernel (android13-5.10, sublevel 246). Integrates ReSukiSU for root and SuSFS for hiding.

Also the Releases could include builds for other kernels (e.g arter97), the workflow of them are based on the main one but with some changes, you can find them in the branches

Features

  • ReSukiSU: Kernel-level root (SukiSU-Ultra fork)
  • SUSFS: Hide root from banking apps, games, and safety checks

Install

  1. Download the AnyKernel3 zip from Releases
  2. Boot into recovery (TWRP / OrangeFox)
  3. Flash the zip → reboot
  4. Install ReSukiSU Manager to manage root (Under development but recommended), you could use other KSU-based manager but no guarantee

Backup your stock boot image first. Bootloader must be unlocked. Use at your own risk.

Build it yourself

  1. Fork this repo
  2. Go to ActionsBuild NP2 KernelRun workflow
  3. Download the zip from the completed run

Two variants are built automatically:

  • ReSukiSU-SUSFS - ReSukiSU + SUSFS (recommended)
  • ReSukiSU - ReSukiSU only
Workflow inputs
Input Default Description
kernel_repo LineageOS/android_kernel_nothing_sm8475 Kernel source repo URL
kernel_branch lineage-23.2 Branch to build
kernel_defconfig gki_defconfig Defconfig (relative to arch/arm64/configs/)
extra_configs vendor/waipio_GKI.config vendor/nothing/waipio_GKI.config vendor/debugfs.config Config fragments to merge

Credits