bmax121/APatch

Riru not detected

Datokina opened this issue · 2 comments

Please check before submitting an issue

  • I have searched the issues and haven't found anything relevant
  • If patch failed, root failed, or device unable to boot after flashing the new boot.img. Please goto KernelPatch
  • I will upload bugreport file in APatch Manager - Settings - Report log
  • My problem is fully stated in English, no reference to outside forums
  • I know how to reproduce the issue which may not be specific to my device

Describe the bug

Riru supported modules aren't working

To Reproduce

  1. Install riru
  2. Install riru supported module

Expected behavior

No response

Screenshots

Screenshot_20240118-201430_APatch

Logs

APatch_bugreport_2024-01-18_20_18.tar.gz

Device info

  • Device: SM-G975
  • OS Version: 13
  • APatch Version: 10450
  • Kernel Version: 4.14.316

Additional context

No response

Riru modules check whether Riru is installed in /.magisk/modules/riru-core/, but KitsuneMagisk's Riru for APatch is actually installed in /data/adb/modules/riru-core/.

You have two options:

  1. Unpack the module, fix the riru.sh, and repack it.
  2. Use the LSPosed Riru module provided by @Yervant7, which is available here.

Thank you