IMPORTANT DISCLAIMER
Caution
This software is provided for testing and educational purposes only. Use at your own risk. The developers are not responsible for any damage, data loss, or issues that may occur. Please ensure you have proper backups before installation.
Join the telegram here: https://t.me/WildKernelsTG
Features
- KernelSU-Next
- SUSFS v2.1.0
- Baseband Guard (BBG)
- DroidSpaces-OSS
- Networking Improvements
KernelSU-Next
A kernel-based root solution for Android devices.
Manager: https://github.com/KernelSU-Next/KernelSU-Next/actions/runs/25711320125
Important
For best compatiblity ensure your Manager Version and Kernel Version match eg. 30100 = 30100.
Version
30050
Tag
no-tag
Branch
dev
Commit
5a4a71874caaad06aa126f761c93391de1d32361
SUSFS v2.1.0
A KSU addon for hiding root using kernel patches and a userspace module!
Reccomended Module: susfs4ksu-module by sidex15
- SUS_PATH - Hide suspicious paths
- SUS_MOUNT - Hide mount points (no CLI support)
- SUS_KSTAT - Spoof kernel statistics
- SPOOF_UNAME - Kernel version spoofing
- SPOOF_CMDLINE - Boot parameter spoofing
- OPEN_REDIRECT - File access redirection
- SUS_MAP - Memory mapping protection
- AVC_SPOOF - Spoof procfs avc denial logs
gki-android12-5.10
86114db0c49f20fa7857b8b559f3ab87cbc2d00d
gki-android13-5.10
9101b676971fcb4dc1c4746cebd90d816de13524
gki-android13-5.15
e4bd49f708108cc829fe7ca079312ea8fefa89f8
gki-android14-5.15
4a427619566885eb70517ba76b3a7d742db18fc9
gki-android14-6.1
9bf72ec2c83d40f194b936cabbc64ce342e005bf
gki-android15-6.6
2df41de789026a6422521606402576507c687435
gki-android16-6.12
75a613850178234c6c7595d1db8211716a011a2e
Baseband Guard (BBG)
A lightweight LSM (Linux Security Module) for the Android kernel, designed to block unauthorized writes to critical partitions/device nodes at the system level.
DroidSpaces-OSS
A lightweight, LXC-inspired container runtime for Android and Linux. Run full Linux distributions natively with zero performance penalty.
Networking
- BBRv1 - Improved TCP congestion control
- Wireguard - Built-in VPN support
- IP Set & IPv6 NAT Support - Advanced firewall capabilities
- TTL Target Support - Network packet manipulation
Other Features
- TMPFS_XATTR - Extended attributes for tmpfs (Mountify support)
- TMPFS_POSIX_ACL - POSIX ACLs for tmpfs
Recommended Tools
- Recommended flashing utility
- Pixel phone flashing GUI utility with features.
Installation Instructions
Prerequisites
- Unlocked bootloader.
- Backup your current boot image.
- Have root access using Magisk / KernelSU / Apatch (Any forks).
Via Kernel Flasher
Download the correct AnyKernel3 ZIP for your device.
If you previously used another root method, clean it up first:
a. Magisk: perform a complete uninstall after flashing the AnyKernel3 ZIP.
b. KSU LKM (boot/init_boot/vendor_boot‑patched): Flash back the stock boot/init_boot/vendor_boot depending on what you patched.
c. KSU GKI: if you are 100% sure you already flashed stock init_boot/boot/vendor_boot, no action is needed; otherwise, follow the same steps as KSU LKM.
d. APatch: remove /data/adb contents to avoid leftover root conflicts after flashing the AnyKernel3 ZIP.
Flash the ZIP to the active slot using Kernel Flasher.
Install the KernelSU‑Next Manager APK, same version as mentioned in the release notes.
Open the KernelSU‑Next app.
Reboot the device if you performed any cleanup in step 2
Force Load Kernel Modules (Bypass) — flashing with Bypass-Image
Important
Most users do not need this. Try the Normal Image first. This option does not help bypass root-detection systems — it only replaces the kernel image used during flashing for compatibility workarounds.
How to enable:
- When flashing, the installer will ask the user what they want to flash,
NormalorBypass.
Behavior:
- If
Bypassis chosen it will moveBypass-Imageto replace the usualNormalImagefile prior to performing version checks and flashing. - If
Bypassis chosen andBypass-Imageis not found, the installer will abort with an error to avoid accidental forced flashing of an unintended image.
Why / When to use:
- Use this only when a
Normalflash fails to boot due to kernel module incompatibilities.