Skip to content

Zygisk next crashes after flashing and rebooting lsposed #559

@xCaptaiN09

Description

@xCaptaiN09

Steps to reproduce/复现步骤

  1. Flash zygisk next
  2. Reboot
  3. Now zygisk next will be working fine
  4. Flash lsposed (any version) jingmatrix here
  5. Reboot
  6. 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_defconfig

For LSPosed — your options are:

  1. 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.

  2. Report the crash to JingMatrix's GitHub issues with your logcat — they actively fix these.

  3. 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 模块列表

Nothing

Root implementation/Root 方案

Sukisu ultra

System Module List/系统模块列表

Zygisk next, lsposed jingmatrix

LSPosed version/LSPosed 版本

Lsposed v1.11.0

Android version/Android 版本

Android 16 qpr2

Version requirement/版本要求

Logs/日志

log.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions