xposed framework installed but not active error - Xposed General

cant get xposed framework to work... i have the systemless framework installed but it shows "framework is installed but not active" also nothing in the logs
6.0.1 MM cm13 magisk v13.6
i installed magisk version of xposed framework
also have the latest version material xposed installer installed, not sure what the issue can be
i have been searching for 2 days i tried all solution i have found but no luck. i also looked into data/data/xposed for permissions, gave all permissions.
shows nothing in the logs section....
i had xposed installed working before but since i did a clean install of my rom, this issue appeared.

My phone is a Huawei Mate 9 with Unlocked Bootloader, Stock ROM. Magisk 13.3 installed Systemless Xposed
The xposed framwork always breaks "installed but not active" after the reboot when the xposed modules are enabled.
I deleted the folder "/data/data/de.robv.android.xposed.installer" and flash the framework again in twrp to get the systemless xposed to work. But I get the "installed but not active" error after the reboot after the xposed module or modules is/are enabled. The xposed framework won't hv this error if no xposed module is enabled.
---------- Post added at 11:59 AM ---------- Previous post was at 11:37 AM ----------
Below is the logcat when the Xposed said "Installed but not active".
I found that if it works back again if I changed the permission of the below files to 0777 from 0700.
/data/data/de.robv.android.xposed.installer/conf/modules.list
/data/data/de.robv.android.xposed.installer/conf/enabled_modules.list
However, the permission changed back to 0700 itself after reboot.
Change permission of both files then reboot > Works perfect > Reboot > "Installed but not active" Error again.
08-23 18:40:47.598 I/Magisk (355): PurifyXposed: constructing magic mount structure
08-23 18:40:47.655 I/Magisk (355): bind_mount: /system/xposed.prop
08-23 18:40:47.655 I/Magisk (355): bind_mount: /system/lib64/libxposed_art.so
08-23 18:40:47.670 I/Magisk (355): bind_mount: /system/lib/libxposed_art.so
08-23 18:40:47.683 I/Magisk (355): bind_mount: /system/framework/XposedBridge.jar
08-23 18:40:47.687 I/Magisk (355): bind_mount: /system/bin/app_process64_xposed
08-23 18:40:47.687 I/Magisk (355): bind_mount: /system/bin/app_process32_xposed
08-23 18:40:47.703 I/Magisk (355): PurifyXposed: exec [post-fs-data.sh]
08-23 18:40:47.743 I/Xposed (425): Mount: Bind mount start
08-23 18:40:47.760 I/Xposed (427): Mount: /magisk/PurifyXposed/system/bin/app_process32_xposed -> /system/bin/app_process32
08-23 18:40:47.774 I/Xposed (429): Mount: /magisk/PurifyXposed/system/bin/app_process64_xposed -> /system/bin/app_process64
08-23 18:40:47.839 I/Xposed (433): Mount: /magisk/PurifyXposed/system/bin/dex2oat -> /system/bin/dex2oat
08-23 18:40:47.852 I/Xposed (435): Mount: /magisk/PurifyXposed/system/bin/oatdump -> /system/bin/oatdump
08-23 18:40:47.865 I/Xposed (437): Mount: /magisk/PurifyXposed/system/bin/patchoat -> /system/bin/patchoat
08-23 18:40:47.878 I/Xposed (439): Mount: /magisk/PurifyXposed/system/lib/libart.so -> /system/lib/libart.so
08-23 18:40:47.891 I/Xposed (441): Mount: /magisk/PurifyXposed/system/lib/libart-compiler.so -> /system/lib/libart-compiler.so
08-23 18:40:47.905 I/Xposed (443): Mount: /magisk/PurifyXposed/system/lib/libsigchain.so -> /system/lib/libsigchain.so
08-23 18:40:47.918 I/Xposed (445): Mount: /magisk/PurifyXposed/system/lib64/libart.so -> /system/lib64/libart.so
08-23 18:40:47.931 I/Xposed (447): Mount: /magisk/PurifyXposed/system/lib64/libart-disassembler.so -> /system/lib64/libart-disassembler.so
08-23 18:40:47.944 I/Xposed (449): Mount: /magisk/PurifyXposed/system/lib64/libsigchain.so -> /system/lib64/libsigchain.so
08-23 18:40:48.596 I/Xposed (472): -----------------
08-23 18:40:48.596 I/Xposed (472): Starting Xposed version 87 (Xposed by PurifyOS), compiled for SDK 24
08-23 18:40:48.596 I/Xposed (472): Device: MHA-L29 (HUAWEI), Android version 7.0 (SDK 24)
08-23 18:40:48.596 I/Xposed (472): ROM: MHA-L29C636B183
08-23 18:40:48.596 I/Xposed (472): Build fingerprint: HUAWEI/MHA-L29/HWMHA:7.0/HUAWEIMHA-L29/C636B183:user/release-keys
08-23 18:40:48.596 I/Xposed (472): Platform: arm64-v8a, 64-bit binary, system server: yes
08-23 18:40:48.596 I/Xposed (472): SELinux enabled: yes, enforcing: yes
08-23 18:40:48.601 I/ServiceManager(698): Waiting for service user.xposed.system...
08-23 18:40:49.603 I/Xposed (472): -----------------
08-23 18:40:49.603 I/Xposed (472): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
08-23 18:40:49.997 I/Xposed (472): Detected ART runtime
08-23 18:40:50.013 I/Xposed (472): Found Xposed class 'de/robv/android/xposed/XposedBridge', now initializing
08-23 18:40:50.252 E/Xposed (472): Errors during Xposed initialization
08-23 18:40:50.252 E/Xposed (472): java.io.IOException: Permission denied while reading /data/data/de.robv.android.xposed.installer/conf/modules.list
08-23 18:40:50.252 E/Xposed (472): at de.robv.android.xposed.services.ZygoteService.readFile(Native Method)
08-23 18:40:50.252 E/Xposed (472): at de.robv.android.xposed.services.BaseService.getFileInputStream(BaseService.java:132)
08-23 18:40:50.252 E/Xposed (472): at de.robv.android.xposed.XposedInit.loadModules(XposedInit.java:397)
08-23 18:40:50.252 E/Xposed (472): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:91)
08-23 18:40:58.651 I/Xposed (473): -----------------
08-23 18:40:58.651 I/Xposed (473): Starting Xposed version 87 (Xposed by PurifyOS), compiled for SDK 24
08-23 18:40:58.651 I/Xposed (473): Device: MHA-L29 (HUAWEI), Android version 7.0 (SDK 24)
08-23 18:40:58.651 I/Xposed (473): ROM: MHA-L29C636B183
08-23 18:40:58.651 I/Xposed (473): Build fingerprint: HUAWEI/MHA-L29/HWMHA:7.0/HUAWEIMHA-L29/C636B183:user/release-keys
08-23 18:40:58.651 I/Xposed (473): Platform: arm64-v8a, 32-bit binary, system server: no
08-23 18:40:58.651 I/Xposed (473): SELinux enabled: yes, enforcing: yes
08-23 18:40:58.654 I/Xposed (473): -----------------
08-23 18:40:58.654 I/Xposed (473): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
08-23 18:40:59.032 I/Xposed (473): Detected ART runtime
08-23 18:40:59.041 I/Xposed (473): Found Xposed class 'de/robv/android/xposed/XposedBridge', now initializing
08-23 18:40:59.216 E/Xposed (473): Errors during Xposed initialization
08-23 18:40:59.216 E/Xposed (473): java.io.IOException: Permission denied while reading /data/data/de.robv.android.xposed.installer/conf/modules.list
08-23 18:40:59.216 E/Xposed (473): at de.robv.android.xposed.services.ZygoteService.readFile(Native Method)
08-23 18:40:59.216 E/Xposed (473): at de.robv.android.xposed.services.BaseService.getFileInputStream(BaseService.java:132)
08-23 18:40:59.216 E/Xposed (473): at de.robv.android.xposed.XposedInit.loadModules(XposedInit.java:397)
08-23 18:40:59.216 E/Xposed (473): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:91)
08-23 18:41:04.882 W/System.err(1343): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)

In miui 8 the same problem occurred help me out to fix it i tried all the methods but all failed help me out of it pleez
08-23 18:40:47.598 I/Magisk (355): PurifyXposed: constructing magic mount structure
08-23 18:40:47.655 I/Magisk (355): bind_mount: /system/xposed.prop
08-23 18:40:47.655 I/Magisk (355): bind_mount: /system/lib64/libxposed_art.so
08-23 18:40:47.670 I/Magisk (355): bind_mount: /system/lib/libxposed_art.so
08-23 18:40:47.683 I/Magisk (355): bind_mount: /system/framework/XposedBridge.jar
08-23 18:40:47.687 I/Magisk (355): bind_mount: /system/bin/app_process64_xposed
08-23 18:40:47.687 I/Magisk (355): bind_mount: /system/bin/app_process32_xposed
08-23 18:40:47.703 I/Magisk (355): PurifyXposed: exec [post-fs-data.sh]
08-23 18:40:47.743 I/Xposed (425): Mount: Bind mount start
08-23 18:40:47.760 I/Xposed (427): Mount: /magisk/PurifyXposed/system/bin/app_process32_xposed -> /system/bin/app_process32
08-23 18:40:47.774 I/Xposed (429): Mount: /magisk/PurifyXposed/system/bin/app_process64_xposed -> /system/bin/app_process64
08-23 18:40:47.839 I/Xposed (433): Mount: /magisk/PurifyXposed/system/bin/dex2oat -> /system/bin/dex2oat
08-23 18:40:47.852 I/Xposed (435): Mount: /magisk/PurifyXposed/system/bin/oatdump -> /system/bin/oatdump
08-23 18:40:47.865 I/Xposed (437): Mount: /magisk/PurifyXposed/system/bin/patchoat -> /system/bin/patchoat
08-23 18:40:47.878 I/Xposed (439): Mount: /magisk/PurifyXposed/system/lib/libart.so -> /system/lib/libart.so
08-23 18:40:47.891 I/Xposed (441): Mount: /magisk/PurifyXposed/system/lib/libart-compiler.so -> /system/lib/libart-compiler.so
08-23 18:40:47.905 I/Xposed (443): Mount: /magisk/PurifyXposed/system/lib/libsigchain.so -> /system/lib/libsigchain.so
08-23 18:40:47.918 I/Xposed (445): Mount: /magisk/PurifyXposed/system/lib64/libart.so -> /system/lib64/libart.so
08-23 18:40:47.931 I/Xposed (447): Mount: /magisk/PurifyXposed/system/lib64/libart-disassembler.so -> /system/lib64/libart-disassembler.so
08-23 18:40:47.944 I/Xposed (449): Mount: /magisk/PurifyXposed/system/lib64/libsigchain.so -> /system/lib64/libsigchain.so
08-23 18:40:48.596 I/Xposed (472): -----------------
08-23 18:40:48.596 I/Xposed (472): Starting Xposed version 87 (Xposed by PurifyOS), compiled for SDK 24
08-23 18:40:48.596 I/Xposed (472): Device: MHA-L29 (HUAWEI), Android version 7.0 (SDK 24)
08-23 18:40:48.596 I/Xposed (472): ROM: MHA-L29C636B183
08-23 18:40:48.596 I/Xposed (472): Build fingerprint: HUAWEI/MHA-L29/HWMHA:7.0/HUAWEIMHA-L29/C636B183:user/release-keys
08-23 18:40:48.596 I/Xposed (472): Platform: arm64-v8a, 64-bit binary, system server: yes
08-23 18:40:48.596 I/Xposed (472): SELinux enabled: yes, enforcing: yes
08-23 18:40:48.601 I/ServiceManager(698): Waiting for service user.xposed.system...
08-23 18:40:49.603 I/Xposed (472): -----------------
08-23 18:40:49.603 I/Xposed (472): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
08-23 18:40:49.997 I/Xposed (472): Detected ART runtime
08-23 18:40:50.013 I/Xposed (472): Found Xposed class 'de/robv/android/xposed/XposedBridge', now initializing
08-23 18:40:50.252 E/Xposed (472): Errors during Xposed initialization
08-23 18:40:50.252 E/Xposed (472): java.io.IOException: Permission denied while reading /data/data/de.robv.android.xposed.installer/conf/modules.list
08-23 18:40:50.252 E/Xposed (472): at de.robv.android.xposed.services.ZygoteService.readFile(Native Method)
08-23 18:40:50.252 E/Xposed (472): at de.robv.android.xposed.services.BaseService.getFileInputStream(BaseService.java:132)
08-23 18:40:50.252 E/Xposed (472): at de.robv.android.xposed.XposedInit.loadModules(XposedInit.java:397)
08-23 18:40:50.252 E/Xposed (472): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:91)
08-23 18:40:58.651 I/Xposed (473): -----------------
08-23 18:40:58.651 I/Xposed (473): Starting Xposed version 87 (Xposed by PurifyOS), compiled for SDK 24
08-23 18:40:58.651 I/Xposed (473): Device: MHA-L29 (HUAWEI), Android version 7.0 (SDK 24)
08-23 18:40:58.651 I/Xposed (473): ROM: MHA-L29C636B183
08-23 18:40:58.651 I/Xposed (473): Build fingerprint: HUAWEI/MHA-L29/HWMHA:7.0/HUAWEIMHA-L29/C636B183:user/release-keys
08-23 18:40:58.651 I/Xposed (473): Platform: arm64-v8a, 32-bit binary, system server: no
08-23 18:40:58.651 I/Xposed (473): SELinux enabled: yes, enforcing: yes
08-23 18:40:58.654 I/Xposed (473): -----------------
08-23 18:40:58.654 I/Xposed (473): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
08-23 18:40:59.032 I/Xposed (473): Detected ART runtime
08-23 18:40:59.041 I/Xposed (473): Found Xposed class 'de/robv/android/xposed/XposedBridge', now initializing
08-23 18:40:59.216 E/Xposed (473): Errors during Xposed initialization
08-23 18:40:59.216 E/Xposed (473): java.io.IOException: Permission denied while reading /data/data/de.robv.android.xposed.installer/conf/modules.list
08-23 18:40:59.216 E/Xposed (473): at de.robv.android.xposed.services.ZygoteService.readFile(Native Method)
08-23 18:40:59.216 E/Xposed (473): at de.robv.android.xposed.services.BaseService.getFileInputStream(BaseService.java:132)
08-23 18:40:59.216 E/Xposed (473): at de.robv.android.xposed.XposedInit.loadModules(XposedInit.java:397)
08-23 18:40:59.216 E/Xposed (473): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:91)
08-23 18:41:04.882 W/System.err(1343): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:102)[/QUOTE]

I find that full reboot will work for sometimes. I am not sure what makes full reboot to work. (Maybe the duration of startup
The only thing I can do is soft reboot If full reboot doesn't work

Mu.......
If I full reboot by pressing power button > reboot, xposed will not active
If I full reboot via xposed installer > menu > reboot (not soft reboot), xposed will active
I guess the method of full reboot will affect whether the xposed installer runs correctly.

Related

IOException: Invalid argument while reading ...

Hi guys! I'm really starting to love your community, as you 've helped me a lot tweaking my smartphones (Arc S - KK & SP - J).
I just flashed my SP to CM 12, Android 5.0.2 and I'm facing a problem with the Xposed Framework.
The thing is that it's working just fine until I'm checking the modules and rebooting. Its requesting me to reboot again, so the Xposed gets ativated.
I 've got the log here, as I'm not a developer or a programmer, I just google and follow instructions and things work like magic!
03-07 03:36:04.453 I/Xposed ( 518): -----------------
03-07 03:36:04.453 I/Xposed ( 518): Starting Xposed binary version 60, compiled for SDK 21
03-07 03:36:04.453 I/Xposed ( 518): Phone: Xperia SP (Sony), Android version 5.0.2 (SDK 21)
03-07 03:36:04.453 I/Xposed ( 518): ROM: cm_lbhuashan-userdebug 5.0.2 LRX22G d961795a75 test-keys
03-07 03:36:04.453 I/Xposed ( 518): Build fingerprint: Sony/C5303/C5303:4.3/12.1.A.1.207/Nvt_nw:user/release-keys
03-07 03:36:04.453 I/Xposed ( 518): Platform: armeabi-v7a, 32-bit binary, system server: yes
03-07 03:36:04.453 I/Xposed ( 518): SELinux enabled: yes, enforcing: yes
03-07 03:36:04.463 I/Xposed ( 518): -----------------
03-07 03:36:04.473 I/Xposed ( 518): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
03-07 03:36:05.253 I/Xposed ( 518): Detected ART runtime
03-07 03:36:05.313 I/Xposed ( 518): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
03-07 03:36:05.704 I/Xposed ( 518): Initializing XposedBridge version 61
03-07 03:36:05.924 I/Xposed ( 518): Errors during Xposed initialization
03-07 03:36:05.924 E/Xposed ( 518): java.io.IOException: Invalid argument while reading /data/data/de.robv.android.xposed.installer/conf/modules.list
03-07 03:36:05.924 E/Xposed ( 518): at de.robv.android.xposed.services.ZygoteService.readFile(Native Method)
03-07 03:36:05.924 E/Xposed ( 518): at de.robv.android.xposed.services.BaseService.getFileInputStream(BaseService.java:116)
03-07 03:36:05.924 E/Xposed ( 518): at de.robv.android.xposed.XposedBridge.loadModules(XposedBridge.java:414)
03-07 03:36:05.924 E/Xposed ( 518): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:105)
I also get same error message sometimes. Not sure what causes that. @rovo89 may give us advice.
https://github.com/rovo89/Xposed/issues/25

Help Required Please.

I have Yu Yureka running CM13. I get a message stating 'framework has been installed but is inactive. Please check logs.' I tried deleting the disable file at /data/data/de. Rovo../confi.. Yet it still persists. I tried dirty flashing also. Logs are attached below.
07-03 11:12:43.713 I/Xposed ( 326): -----------------
07-03 11:12:43.713 I/Xposed ( 326): Starting Xposed version 85, compiled for SDK 23
07-03 11:12:43.713 I/Xposed ( 326): Device: AO5510 (YU), Android version 6.0.1 (SDK 23)
07-03 11:12:43.713 I/Xposed ( 326): ROM: YUREKA-userdebug 6.0.1 MOB30M ab0088884a test-keys
07-03 11:12:43.713 I/Xposed ( 326): Build fingerprint: YU/YUREKA/YUREKA:5.1.1/LMY49J/YOG4PAS8A4:user/release-keys
07-03 11:12:43.713 I/Xposed ( 326): Platform: arm64-v8a, 64-bit binary, system server: yes
07-03 11:12:43.713 I/Xposed ( 326): SELinux enabled: yes, enforcing: yes
07-03 11:12:44.737 E/Xposed ( 326): Found /data/data/de.robv.android.xposed.installer/conf/disabled, not loading Xposed
07-03 11:12:44.852 I/Xposed ( 326): Forcing image recompilation because /data/dalvik-cache/arm64/[email protected]@boot.art is not compiled for the current Xposed version
07-03 11:12:53.861 I/Xposed ( 327): -----------------
07-03 11:12:53.861 I/Xposed ( 327): Starting Xposed version 85, compiled for SDK 23
07-03 11:12:53.861 I/Xposed ( 327): Device: AO5510 (YU), Android version 6.0.1 (SDK 23)
07-03 11:12:53.861 I/Xposed ( 327): ROM: YUREKA-userdebug 6.0.1 MOB30M ab0088884a test-keys
07-03 11:12:53.861 I/Xposed ( 327): Build fingerprint: YU/YUREKA/YUREKA:5.1.1/LMY49J/YOG4PAS8A4:user/release-keys
07-03 11:12:53.861 I/Xposed ( 327): Platform: arm64-v8a, 32-bit binary, system server: no
07-03 11:12:53.861 I/Xposed ( 327): SELinux enabled: yes, enforcing: yes
07-03 11:12:53.865 E/Xposed ( 327): Found /data/data/de.robv.android.xposed.installer/conf/disabled, not loading Xposed
07-03 11:12:53.952 I/Xposed ( 327): Forcing image recompilation because /data/dalvik-cache/arm/sy[email protected]@boot.art is not compiled for the current Xposed version
Have you tried reinstalling your rom?
Tītan
_Ghost said:
I have Yu Yureka running CM13. I get a message stating 'framework has been installed but is inactive. Please check logs.' I tried deleting the disable file at /data/data/de. Rovo../confi.. Yet it still persists. I tried dirty flashing also. Logs are attached below.
07-03 11:12:43.713 I/Xposed ( 326): -----------------
07-03 11:12:43.713 I/Xposed ( 326): Starting Xposed version 85, compiled for SDK 23
07-03 11:12:43.713 I/Xposed ( 326): Device: AO5510 (YU), Android version 6.0.1 (SDK 23)
07-03 11:12:43.713 I/Xposed ( 326): ROM: YUREKA-userdebug 6.0.1 MOB30M ab0088884a test-keys
07-03 11:12:43.713 I/Xposed ( 326): Build fingerprint: YU/YUREKA/YUREKA:5.1.1/LMY49J/YOG4PAS8A4:user/release-keys
07-03 11:12:43.713 I/Xposed ( 326): Platform: arm64-v8a, 64-bit binary, system server: yes
07-03 11:12:43.713 I/Xposed ( 326): SELinux enabled: yes, enforcing: yes
07-03 11:12:44.737 E/Xposed ( 326): Found /data/data/de.robv.android.xposed.installer/conf/disabled, not loading Xposed
07-03 11:12:44.852 I/Xposed ( 326): Forcing image recompilation because /data/dalvik-cache/arm64/[email protected]@boot.art is not compiled for the current Xposed version
07-03 11:12:53.861 I/Xposed ( 327): -----------------
07-03 11:12:53.861 I/Xposed ( 327): Starting Xposed version 85, compiled for SDK 23
07-03 11:12:53.861 I/Xposed ( 327): Device: AO5510 (YU), Android version 6.0.1 (SDK 23)
07-03 11:12:53.861 I/Xposed ( 327): ROM: YUREKA-userdebug 6.0.1 MOB30M ab0088884a test-keys
07-03 11:12:53.861 I/Xposed ( 327): Build fingerprint: YU/YUREKA/YUREKA:5.1.1/LMY49J/YOG4PAS8A4:user/release-keys
07-03 11:12:53.861 I/Xposed ( 327): Platform: arm64-v8a, 32-bit binary, system server: no
07-03 11:12:53.861 I/Xposed ( 327): SELinux enabled: yes, enforcing: yes
07-03 11:12:53.865 E/Xposed ( 327): Found /data/data/de.robv.android.xposed.installer/conf/disabled, not loading Xposed
07-03 11:12:53.952 I/Xposed ( 327): Forcing image recompilation because /data/dalvik-cache/arm/[email protected]@boot.art is not compiled for the current Xposed version
Click to expand...
Click to collapse
That's your issue.
Use a file explorer with root access and delete this file:
/data/data/de.robv.android.xposed.installer/conf/disabled
Portgas D. Ace said:
That's your issue.
Use a file explorer with root access and delete this file:
/data/data/de.robv.android.xposed.installer/conf/disabled
Click to expand...
Click to collapse
Thanks, I had done it already. A couple of reboots fixed the problem.

Xposed Modules Stopped Working [Clean install not fixing the issue]

I Installed Xposed (Flashed framework with TWRP and installed APK) and then installed the Mock Mock Location module.
I restarted, configured the module and everything was working 100%.
I went to bed and woke up the next morning and it stopped working..
I tried uninstalling the module, reinstalling, installed different modules that do the same thing etc but nothing worked.
I then did a clean uninstall by flashing the uninstall zip, uninstalling the apk and deleting all the leftover xposed files
After a clean install it still isn't working..
I am certain that the module isn't working. I wrote a basic app to check the state of the mock location setting in developer settings and I've verified it with other apps.
I can't find the xposed installer in my SU app either (not sure if it was there before)
08-22 18:14:39.110 I/Xposed ( 489): -----------------
08-22 18:14:39.110 I/Xposed ( 489): Starting Xposed version 86, compiled for SDK 23
08-22 18:14:39.110 I/Xposed ( 489): Device: Nexus 5X (LGE), Android version 6.0.1 (SDK 23)
08-22 18:14:39.111 I/Xposed ( 489): ROM: MTC20F
08-22 18:14:39.111 I/Xposed ( 489): Build fingerprint: google/bullhead/bullhead:6.0.1/MTC20F/3031278:user/release-keys
08-22 18:14:39.112 I/Xposed ( 489): Platform: arm64-v8a, 64-bit binary, system server: yes
08-22 18:14:39.112 I/Xposed ( 489): SELinux enabled: yes, enforcing: yes
08-22 18:14:39.129 I/Xposed ( 489): -----------------
08-22 18:14:39.130 I/Xposed ( 489): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
08-22 18:14:39.586 I/Xposed ( 489): Detected ART runtime
08-22 18:14:39.604 I/Xposed ( 489): Found Xposed class 'de/robv/android/xposed/XposedBridge', now initializing
08-22 18:14:40.023 I/Xposed ( 489): Loading modules from /data/app/com.brandonnalls.mockmocklocations-1/base.apk
08-22 18:14:40.183 I/Xposed ( 489): Loading class com.brandonnalls.mockmocklocations.OverrideSettingsSecure
08-22 18:14:49.258 I/Xposed ( 490): -----------------
08-22 18:14:49.259 I/Xposed ( 490): Starting Xposed version 86, compiled for SDK 23
08-22 18:14:49.259 I/Xposed ( 490): Device: Nexus 5X (LGE), Android version 6.0.1 (SDK 23)
08-22 18:14:49.260 I/Xposed ( 490): ROM: MTC20F
08-22 18:14:49.260 I/Xposed ( 490): Build fingerprint: google/bullhead/bullhead:6.0.1/MTC20F/3031278:user/release-keys
08-22 18:14:49.261 I/Xposed ( 490): Platform: arm64-v8a, 32-bit binary, system server: no
08-22 18:14:49.261 I/Xposed ( 490): SELinux enabled: yes, enforcing: yes
08-22 18:14:49.264 I/Xposed ( 490): -----------------
08-22 18:14:49.265 I/Xposed ( 490): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
08-22 18:14:49.696 I/Xposed ( 490): Detected ART runtime
08-22 18:14:49.708 I/Xposed ( 490): Found Xposed class 'de/robv/android/xposed/XposedBridge', now initializing
08-22 18:14:49.995 I/Xposed ( 490): Loading modules from /data/app/com.brandonnalls.mockmocklocations-1/base.apk
08-22 18:14:50.100 I/Xposed ( 490): Loading class com.brandonnalls.mockmocklocations.OverrideSettingsSecure
Nexus 5X
Android 6.0.1 Stock
APK Version 3.0 Alpha4
Framework: SDK23, arm64, v86

Why Xposed cannot load module?

I created an application in the android studio
launched it on the device
activated the module in the XposedInstaller
After rebooting I get such a log
Code:
04-01 13:27:46.115 I/Xposed ( 231): -----------------
04-01 13:27:46.115 I/Xposed ( 231): Starting Xposed version 87.3 (Systemless by topjohnwu), compiled for SDK 22
04-01 13:27:46.115 I/Xposed ( 231): Device: :), Android version 5.1.1 (SDK 22)
04-01 13:27:46.115 I/Xposed ( 231): ROM: LMY48T
04-01 13:27:46.115 I/Xposed ( 231): Build fingerprint: google/razor/flo:5.1.1/LMY48T/2237560:user/release-keys
04-01 13:27:46.115 I/Xposed ( 231): Platform: armeabi-v7a, 32-bit binary, system server: yes
04-01 13:27:46.115 I/Xposed ( 231): SELinux enabled: yes, enforcing: yes
04-01 13:27:46.122 I/Xposed ( 231): -----------------
04-01 13:27:46.123 I/Xposed ( 231): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
04-01 13:27:46.866 I/Xposed ( 231): Detected ART runtime
04-01 13:27:46.889 I/Xposed ( 231): Found Xposed class 'de/robv/android/xposed/XposedBridge', now initializing
04-01 13:27:47.445 I/Xposed ( 231): Loading modules from /data/app/daylemk.xposed.xbridge-1/base.apk
04-01 13:27:47.462 I/Xposed ( 231): Loading class daylemk.xposed.xbridge.XposedInit
04-01 13:27:47.486 I/Xposed ( 231): Loading modules from /data/app/hooker.admin.hooker_v02-2/base.apk
04-01 13:27:47.517 E/Xposed ( 231): Cannot load module:
04-01 13:27:47.517 E/Xposed ( 231): The Xposed API classes are compiled into the module's APK.
04-01 13:27:47.517 E/Xposed ( 231): This may cause strange issues and must be fixed by the module developer.
04-01 13:27:47.517 E/Xposed ( 231): For details, see: [you know what]
04-01 13:27:47.517 I/Xposed ( 231): Loading modules from /data/app/com.device.emulator-1/base.apk
04-01 13:27:47.551 I/Xposed ( 231): Loading class com.device.emulator.hook.Xposed
04-01 13:28:20.716 E/XposedInstaller( 2231): AdvancedInstallerFragment -> Unable to resolve host "raw.githubusercontent.com": No address associated with hostname
Prior to this, Xposed installer couldn't find the class from the file "xposed_init", but I disabled Instant Run.
xposed_init
Code:
hooker.admin.hooker_v02.XMain
XMain.java
Code:
package hooker.admin.hooker_v02;
import de.robv.android.xposed.IXposedHookInitPackageResources;
// ...
import de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam;
public class XMain implements IXposedHookInitPackageResources, IXposedHookLoadPackage, IXposedHookZygoteInit
{
// ...
}
In short, everything should be fine. I suspect that this is due to the fact that the SDK version ofdevice is 22, and target SDK of Gradle Build is 26. If I change target SDK to 22 in project structure (and Gradle Build files) then there are errors in building of apk. Can you help, because I'm new and have spent a lot of time and energy on this?
The thing is you are including Xposed API into your module which is not OK.
Yo have to configure the gradle for Xposed lib to be "provided" not "compiled".

(HELP) XPOSED Framework crashing APPS when Automating with Appium

Hello,
I haven't found any thread about this and it is a big issue for me.
Here is the info about the device and the XPOSED logs:
Device: S7 Edge G-935F
Android 8.0 Oreo (API 26)
Rooted with Magisk v17.1
XPOSED version 90-beta3
Using appium - mostly UIAutomator.
Logs:
03-27 17:39:16.908 I/Xposed ( 3214): -----------------
03-27 17:39:16.908 I/Xposed ( 3214): Starting Xposed version 90-beta3, compiled for SDK 26
03-27 17:39:16.908 I/Xposed ( 3214): Device: SM-G935F (samsung), Android version 8.0.0 (SDK 26)
03-27 17:39:16.908 I/Xposed ( 3214): ROM: R16NW.G935FXXS4ESC1
03-27 17:39:16.908 I/Xposed ( 3214): Build fingerprint: samsung/hero2ltexx/hero2lte:8.0.0/R16NW/G935FXXS4ESC1:user/release-keys
03-27 17:39:16.908 I/Xposed ( 3214): Platform: arm64-v8a, 64-bit binary, system server: yes
03-27 17:39:16.908 I/Xposed ( 3214): SELinux enabled: yes, enforcing: yes
03-27 17:39:16.942 I/Xposed ( 3214): -----------------
03-27 17:39:16.943 I/Xposed ( 3214): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
03-27 17:39:18.796 I/Xposed ( 3214): Detected ART runtime
03-27 17:39:18.798 I/Xposed ( 3214): Found Xposed class 'de/robv/android/xposed/XposedBridge', now initializing
03-27 17:39:19.097 E/Xposed ( 3214): Cannot load any modules because /data/user_de/0/de.robv.android.xposed.installer/conf/modules.list was not found
03-27 17:39:26.999 I/Xposed ( 3215): -----------------
03-27 17:39:26.999 I/Xposed ( 3215): Starting Xposed version 90-beta3, compiled for SDK 26
03-27 17:39:26.999 I/Xposed ( 3215): Device: SM-G935F (samsung), Android version 8.0.0 (SDK 26)
03-27 17:39:26.999 I/Xposed ( 3215): ROM: R16NW.G935FXXS4ESC1
03-27 17:39:26.999 I/Xposed ( 3215): Build fingerprint: samsung/hero2ltexx/hero2lte:8.0.0/R16NW/G935FXXS4ESC1:user/release-keys
03-27 17:39:26.999 I/Xposed ( 3215): Platform: arm64-v8a, 32-bit binary, system server: no
03-27 17:39:26.999 I/Xposed ( 3215): SELinux enabled: yes, enforcing: yes
03-27 17:39:27.005 I/Xposed ( 3215): -----------------
03-27 17:39:27.005 I/Xposed ( 3215): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
03-27 17:39:28.650 I/Xposed ( 3215): Detected ART runtime
03-27 17:39:28.652 I/Xposed ( 3215): Found Xposed class 'de/robv/android/xposed/XposedBridge', now initializing
03-27 17:39:28.857 E/Xposed ( 3215): Cannot load any modules because /data/user_de/0/de.robv.android.xposed.installer/conf/modules.list was not found
03-27 17:40:08.859 W/Xposed ( 7977): Failed to load Xposed info for /system/framework/oat/arm64/android.test.runner.odex: Unable to open '/data/local/tmp/dalvik-cache/arm64/[email protected]@[email protected]@[email protected]' : No such file or directory
03-27 17:40:08.861 W/Xposed ( 7977): Failed to load Xposed info for /system/framework/oat/arm64/uiautomator.odex: Unable to open '/data/local/tmp/dalvik-cache/arm64/[email protected]@[email protected]@[email protected]' : No such file or directory
03-27 17:40:29.374 W/Xposed ( 9638): Failed to load Xposed info for /system/framework/oat/arm64/android.test.runner.odex: Unable to open '/data/local/tmp/dalvik-cache/arm64/[email protected]@[email protected]@[email protected]' : No such file or directory
03-27 17:40:29.381 W/Xposed ( 9638): Failed to load Xposed info for /system/framework/oat/arm64/uiautomator.odex: Unable to open '/data/local/tmp/dalvik-cache/arm64/[email protected]@[email protected]@[email protected]' : No such file or directory
Click to expand...
Click to collapse
Everytime I try to launch the app it launches and then minimizes and this is duo to XPOSED.
Solutions I have tried:
Re-installed XPOSED - Several times
Set permissions to /Data as Allow all
Re-rooted my device (just in case)
I have tried to install Systemless XPOSED
Please help any help would be deeply appreciated
Does anyone know what else I can try

Categories

Resources