rovo89 / XposedBridge

The Java part of the Xposed framework.
3.86k stars 1.1k forks source link

Xposed Version 90 beta 3 is installed but not active #263

Open Complexityyz opened 5 years ago

Complexityyz commented 5 years ago

I've been having issues with Xposed it keeps saying that its installed but its not active. I've tried fully uninstalling multiple times. Using the Magisk module for Xposed. I've tried removing magisk modules and messing with Xposed modules. I've narrowed it down to this error that appears constantly in the log and I don't know how to fix. I've googled around looking for Landroid and the error but I can't find anything simular. The Rest of the Log is attached below. Disabling all modules doesnt affect anything.

Device Info: Google Pixel XL (Verizon Version but bootloader unlocked) Rooted with Magisk 16.0 Running Pixel Dust r8 latest security patch Xposed Version 90 beta 3

I really don't know how to fix this and really would appreciate some help.

08-16 23:51:27.607 E/Xposed ( 1676): java.lang.NoSuchMethodError: No virtual method getPackageInfoNoCheck(Landroid/content/pm/ApplicationInfo;Landroid/content/res/CompatibilityInfo;)Landroid/app/LoadedApk; in class Landroid/app/ActivityThread; or its super classes (declaration of 'android.app.ActivityThread' appears in /system/framework/framework.jar) 08-16 23:51:27.607 E/Xposed ( 1676): at de.robv.android.xposed.XposedInit$2.beforeHookedMethod(XposedInit.java:125) 08-16 23:51:27.607 E/Xposed ( 1676): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:341) 08-16 23:51:27.607 E/Xposed ( 1676): at android.app.ActivityThread.handleBindApplication() 08-16 23:51:27.607 E/Xposed ( 1676): at android.app.ActivityThread.access$2000(ActivityThread.java:178) 08-16 23:51:27.607 E/Xposed ( 1676): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1667) 08-16 23:51:27.607 E/Xposed ( 1676): at android.os.Handler.dispatchMessage(Handler.java:106) 08-16 23:51:27.607 E/Xposed ( 1676): at android.os.Looper.loop(Looper.java:164) 08-16 23:51:27.607 E/Xposed ( 1676): at android.app.ActivityThread.main(ActivityThread.java:6524) 08-16 23:51:27.607 E/Xposed ( 1676): at java.lang.reflect.Method.invoke(Native Method) 08-16 23:51:27.607 E/Xposed ( 1676): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:460) 08-16 23:51:27.607 E/Xposed ( 1676): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807) 08-16 23:51:27.607 E/Xposed ( 1676): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:108)

FULL ERROR LOG Error Log 8.16.2018.log