android-hacker / VirtualXposed

A simple app to use Xposed without root, unlock the bootloader or modify system image, etc.
https://vxp.app
GNU General Public License v3.0
15.36k stars 2.48k forks source link

Xposed app shows errors in log at enabling/disabling modules #1031

Closed sn-o-w closed 3 years ago

sn-o-w commented 3 years ago

Describe the bug For some reason, the Xposed app doesn't work as expected and shows errors in the log.

I have a feeling that modules don't work, because despite I manually enabled a module, in the log I can still see "I/ExposedBridge(30820): module:/data/user/0/io.va.exposed64/virtual/data/app/xpsd.Scrayil.noplayserviceswarning/base.apk is disabled, ignore"

Smartphone (please complete the following information):

Additional context

Log in Xposed, click here to expand it ``` 08-09 19:05:40.143 I/XposedInstaller( 1801): updating modules.list 08-09 19:05:40.145 E/XposedInstaller( 1801): cannot write /data/user_de/0/de.robv.android.xposed.installer/conf/modules.list 08-09 19:05:40.145 E/XposedInstaller( 1801): java.io.FileNotFoundException: /data/user_de/0/de.robv.android.xposed.installer/conf/modules.list: open failed: ENOENT (No such file or directory) 08-09 19:05:40.145 E/XposedInstaller( 1801): at libcore.io.IoBridge.open(IoBridge.java:492) 08-09 19:05:40.145 E/XposedInstaller( 1801): at java.io.FileOutputStream.(FileOutputStream.java:236) 08-09 19:05:40.145 E/XposedInstaller( 1801): at java.io.FileOutputStream.(FileOutputStream.java:125) 08-09 19:05:40.145 E/XposedInstaller( 1801): at java.io.PrintWriter.(PrintWriter.java:184) 08-09 19:05:40.145 E/XposedInstaller( 1801): at de.robv.android.xposed.installer.util.ModuleUtil.updateModulesList$1385ff(ModuleUtil.java:204) 08-09 19:05:40.145 E/XposedInstaller( 1801): at de.robv.android.xposed.installer.ModulesFragment$ModuleAdapter$1.onCheckedChanged(ModulesFragment.java:514) 08-09 19:05:40.145 E/XposedInstaller( 1801): at android.widget.CompoundButton.setChecked(CompoundButton.java:218) 08-09 19:05:40.145 E/XposedInstaller( 1801): at android.widget.CompoundButton.toggle(CompoundButton.java:137) 08-09 19:05:40.145 E/XposedInstaller( 1801): at android.widget.CompoundButton.performClick(CompoundButton.java:142) 08-09 19:05:40.145 E/XposedInstaller( 1801): at android.view.View.performClickInternal(View.java:7525) 08-09 19:05:40.145 E/XposedInstaller( 1801): at android.view.View.access$3900(View.java:836) 08-09 19:05:40.145 E/XposedInstaller( 1801): at android.view.View$PerformClick.run(View.java:28680) 08-09 19:05:40.145 E/XposedInstaller( 1801): at android.os.Handler.handleCallback(Handler.java:938) 08-09 19:05:40.145 E/XposedInstaller( 1801): at android.os.Handler.dispatchMessage(Handler.java:99) 08-09 19:05:40.145 E/XposedInstaller( 1801): at android.os.Looper.loop(Looper.java:263) 08-09 19:05:40.145 E/XposedInstaller( 1801): at android.app.ActivityThread.main(ActivityThread.java:8246) 08-09 19:05:40.145 E/XposedInstaller( 1801): at java.lang.reflect.Method.invoke(Native Method) 08-09 19:05:40.145 E/XposedInstaller( 1801): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:612) 08-09 19:05:40.145 E/XposedInstaller( 1801): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1006) 08-09 19:05:40.145 E/XposedInstaller( 1801): Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory) 08-09 19:05:40.145 E/XposedInstaller( 1801): at libcore.io.Linux.open(Native Method) 08-09 19:05:40.145 E/XposedInstaller( 1801): at libcore.io.ForwardingOs.open(ForwardingOs.java:166) 08-09 19:05:40.145 E/XposedInstaller( 1801): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:254) 08-09 19:05:40.145 E/XposedInstaller( 1801): at java.lang.reflect.Method.invoke(Native Method) 08-09 19:05:40.145 E/XposedInstaller( 1801): at com.lody.virtual.client.hook.base.MethodInvocationStub$HookInvocationHandler.invoke(MethodInvocationStub.java:189) 08-09 19:05:40.145 E/XposedInstaller( 1801): at java.lang.reflect.Proxy.invoke(Proxy.java:1006) 08-09 19:05:40.145 E/XposedInstaller( 1801): at $Proxy3.open(Unknown Source) 08-09 19:05:40.145 E/XposedInstaller( 1801): at libcore.io.IoBridge.open(IoBridge.java:478) 08-09 19:05:40.145 E/XposedInstaller( 1801): ... 18 more ```
close-issue-app[bot] commented 3 years ago

This issue is closed because it does not meet our issue template/为方便解决问题,请使用 issue 模版提交问题。