This release builds on the previous v2.0.0 update (which merged KSUN‑Next v1.0.8 for LineageOS 22.2 and added support for the Realme 9‑series “Oscar” devices alongside the 10 Pro “Luigi”). In v3.0.0 we integrate the latest KernelSU‑Next changes and disable the custom Realme UI fingerprint spoofing used in earlier builds. Now the hardware‑backed “Yuri” keybox, lets Google’s Integrity API (including Strong attestation) succeed on stock devices and eliminates the Luna kernel fingerprint mismatch issue.
Key changes and user improvements:
- Bootloader fingerprint spoofing disabled
Removed the hard‑coded RMX3661 fingerprint override. Devices now use their true build fingerprint on boot, fixing the Luna “custom \ farm kernel fingerprint” error. - Yuri Keybox support enabled
Updated kernel config to enable the hardware keymaster (“Yuri”), allowing genuine hardware-backed attestation for Play Integrity and SafetyNet passes. - KernelSU‑Next v1.0.9 merged
Integrated the latest root‑management patches. No new device support beyond Luigi/Oscar. - Miscellaneous build‑script tweaks
Adjusted scripts to accommodate the above changes; existing IMEI and connectivity fixes remain.
Device Verification
| Device (Codename) | Android | Kernel | Notes |
|---|---|---|---|
| Realme 10 Pro Luigi (RMX3661, 3660, 3663) |
15 | 5.4.292 | ✅ Strong Integrity pass; Luna clean. |
| Realme 9 Pro Oscar (RMX3471, 3472) |
15 | 5.4.292 | ✅ Strong Integrity pass; Luna clean. |
| Realme 9 5G Oscar (RMX3474) |
15 | 5.4.292 | ✅ Strong Integrity pass; Luna clean. |
| Realme Q5 Oscar (RMX3478) |
15 | 5.4.292 | ✅ Strong Integrity pass; Luna clean. |
Each ✅ indicates successful verification (no Play Integrity or SafetyNet errors) on LineageOS 22.2 (Android 15).
Full Commit Message
fix(build): disable Realme UI bootloader fingerprint spoofing and enable Yuri Keybox support
- Remove the hard-coded RMX3661 (Realme 10 Pro) fingerprint override in the build scripts.
The kernel will now use the actual device fingerprint on boot, resolving the Luna kernel “custom/farm fingerprint” error.
- Devices can now pass Play Integrity/SafetyNet checks.
- Merge KernelSU-Next v1.0.9 updates to incorporate the latest root management patches.
- **Result:** Banking and Google apps pass integrity checks, and Realme 10 Pro & 9-series devices show clean integrity reports after update.
Warranty & Liability Disclaimer
I am not responsible if you brick your device, erase data, kill your SD card, install malware, burn the battery, trigger thermonuclear war, or get fired because an alarm app failed.
You must be the rightful owner of the device you are modifying and have the legal right to alter its software.
All guides, binaries, and source code are provided “AS IS,” without any express or implied warranty. You apply them at your own risk. If you blame me for messing up your device, I will laugh at you.
For the full terms, see our Legal Notice.
This software is distributed under the GNU General Public License v2 (GPL-2.0), modifications licensed by Pawel Potacki. See LICENSE.md for full terms.
Changes since 2.0.0
Full Changelog: v2.0.0...v3.0