-
Notifications
You must be signed in to change notification settings - Fork 663
Description
Steps to reproduce/复现步骤
- Flash zygisk next
- Reboot
- Now zygisk next will be working fine
- Flash lsposed (any version) jingmatrix here
- Reboot
- Now after reboot zygisk next will be crashed
Expected behaviour/预期行为
Sometimes bootloop 1 or 2 times, or zygisk next crashes, zygisk won't work
Actual behaviour/实际行为
Check these logs pls.. my zygisk next also crashes after flashing lsposed. Every versions of lsposed.
I asked ai and all.. most says it's not kernel problem. Lsposed is not updated to latest android 16 qpr2 . I will paste below:
CONFIG_STRICT_MEMORY_RWX is not set — that's not the issue then.
The SEGV_ACCERR on write to a specific address in zygote64 is lsplant trying to patch ART methods in memory that's mapped read-only by the ART runtime itself, not the kernel. This is an ART version mismatch issue between lsplant and Android 16 QPR2's ART.
This is not fixable from the kernel side. JingMatrix's v1.11.0 claims Android 16 support but the lsplant version bundled in it may not match the exact ART build in Evolution X Android 16 QPR2.
Check the syscall 142 issue separately — that's fixable:
grep "CONFIG_SECCOMP\b" arch/arm64/configs/cupida_defconfigFor LSPosed — your options are:
-
Wait for JingMatrix to push a build specifically tested against Evolution X Android 16 QPR2. The beta support in v1.11.0 was tested against AOSP Android 16 Beta 3, not Evolution X which may have different ART patches.
-
Report the crash to JingMatrix's GitHub issues with your logcat — they actively fix these.
-
Use root without LSPosed for now — Tricky Store + integrity modules cover most detection bypass needs without LSPosed.
The kernel itself is not the problem here. LSPosed simply hasn't caught up with Evolution X's specific Android 16 ART build.
Xposed Module List/Xposed 模块列表
NothingRoot implementation/Root 方案
Sukisu ultra
System Module List/系统模块列表
Zygisk next, lsposed jingmatrixLSPosed version/LSPosed 版本
Lsposed v1.11.0
Android version/Android 版本
Android 16 qpr2
Version requirement/版本要求
- I am using the latest debug build from GitHub Actions./我正在使用 GitHub Actions 中最新的调试版本。