bmax121 / APatch

The patching of Android kernel and Android system
GNU General Public License v3.0
4.75k stars 356 forks source link

Riru not detected #162

Closed Datokina closed 10 months ago

Datokina commented 10 months ago

Please check before submitting an issue

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

Additional context

No response

alex193a commented 10 months ago

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.
Datokina commented 10 months ago

Thank you