RikkaApps / Riru

Inject into zygote process
4.79k stars 572 forks source link

Riru Manager app does not install #215

Closed stupidanon closed 3 years ago

stupidanon commented 3 years ago

Please report bugs of Riru itself. Always use the latest debug version of Riru, and make sure any other modules are disabled.

Reports not meet the requirements will be immediately closed.

Information:

Logs:

In the log of installing the riru through magisk, it says the app is not installed despite me creating the folder that you specified (/data/adb/modules/riru-core/allow_install_app )

Describe the bug:

The module installation fails installing the riru manager app.

Additional context:

I haven't provided logs because I do not know how to.

RikkaW commented 3 years ago

Save the module installation log from Magisk.

stupidanon commented 3 years ago

image Is this what you needed?

RikkaW commented 3 years ago

Actually what I want is the log from the save button, but it's enough for this case.

In the log of installing the riru through magisk, it says the app is not installed despite me creating the folder that you specified (/data/adb/modules/riru-core/allow_install_app )

To allow the module install the app, create a file named /data/adb/modules/riru-core/allow_install_app.

Create a file rather than a folder

stupidanon commented 3 years ago

Actually what I want is the log from the save button, but it's enough for this case.

In the log of installing the riru through magisk, it says the app is not installed despite me creating the folder that you specified (/data/adb/modules/riru-core/allow_install_app )

To allow the module install the app, create a file named /data/adb/modules/riru-core/allow_install_app.

Create a file rather than a folder

How am I meant to create a file? I used mkdir in adb

RikkaW commented 3 years ago

touch /data/adb/modules/riru-core/allow_install_app (rm your folder first

stupidanon commented 3 years ago

magisk_install_log_2021-04-11T19_14_33Z.log

Did as you said, still didn't install app.

RikkaW commented 3 years ago

stat /data/adb/modules/riru-core/allow_install_app

I guess you haven't remove the existing folder create by you before using touch.

stupidanon commented 3 years ago

Thank you, I don't know how but I guess I must have messed it up the first time.