You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspeckage 2.4 is broken and doesn't work, it crashes on launch even xposed is installed and module is activated. I'm using Nox emulator running 4.4.4 because my phone doesn't support Xposed. Only nox can connect directly to localhost using adb
Using Inspeckage 2.3 works
09-28 16:53:49.155 I/ActivityManager(478): Start proc mobi.acpm.inspeckage for activity mobi.acpm.inspeckage/.ui.SplashActivity: pid=2367 uid=10036 gids={50036, 3003, 1028, 1015, 1023}
09-28 16:53:49.165 I/qtaguid (673): Untagging socket 70 failed errno=-13
09-28 16:53:49.165 W/NetworkManagementSocketTagger(673): untagSocket(70) failed with errno -13
09-28 16:53:49.165 I/qtaguid (673): Tagging socket 70 with tag 49e2824000000000(1239581248) for uid -1 failed errno=-13
09-28 16:53:49.165 I/NetworkManagementSocketTagger(673): tagSocketFd(70, 1239581248, -1) failed with errno-13
09-28 16:53:49.185 D/SurfaceFlinger(175): setOrientation, mFbdev=0xb89c8de0, mFbDev->setOrientation=0xb6952d70, orientation=3
09-28 16:53:49.185 I/gralloc_nox(175): setOrientation: orientation=3
09-28 16:53:49.185 D/PhoneStatusBar(538): mSettingsPanelGravity = 55
09-28 16:53:49.185 I/ActivityManager(478): Config changes=480 {1.0 238mcc2mnc en_DK ldltr sw480dp w480dp h828dp 240dpi lrg long port finger qwerty/v/v dpad/v s.14}
09-28 16:53:49.185 D/Sensors (478): Client connection accepted (178)
09-28 16:53:49.215 I/InputReader(478): Reconfiguring input devices. changes=0x00000004
09-28 16:53:49.215 I/InputReader(478): Device reconfigured: id=1, name='seamless mouse', size 1280x720, orientation 3, mode 1, display id 0
09-28 16:53:49.215 I/InputReader(478): Device reconfigured: id=3, name='Android Input', size 1280x720, orientation 3, mode 1, display id 0
09-28 16:53:49.215 I/InputReader(478): Device reconfigured: id=8, name='VirtualBox USB Tablet', size 1280x720, orientation 3, mode 1, display id 0
09-28 16:53:49.235 W/NetworkManagementSocketTagger(478): setKernelCountSet(10036, 1) failed with errno -13
09-28 16:53:49.235 D/dalvikvm(538): GC_FOR_ALLOC freed 7105K, 60% free 6873K/16960K, paused 3ms, total 11ms
09-28 16:53:49.235 I/dalvikvm-heap(538): Grow heap (frag case) to 15.593MB for 6553612-byte allocation
09-28 16:53:49.235 D/Tinker.DefaultAppLike(673): onConfigurationChanged:{1.0 238mcc2mnc en_DK ldltr sw480dp w480dp h828dp 240dpi lrg long port finger qwerty/v/v dpad/v s.14}
09-28 16:53:49.235 D/yeshen (673): launcher onstop
09-28 16:53:49.235 D/dalvikvm(538): GC_FOR_ALLOC freed 8K, 22% free 13264K/16960K, paused 3ms, total 3ms
09-28 16:53:49.255 D/dalvikvm(538): GC_CONCURRENT freed <1K, 22% free 13265K/16960K, paused 0ms+0ms, total 3ms
09-28 16:53:49.255 I/dalvikvm(2367): ignoring registerObject request in thread=1
09-28 16:53:49.255 I/dalvikvm(2367): ignoring registerObject request in thread=1
09-28 16:53:49.255 W/DebugConnManager(673): getNetworkInfo() on networkType 1
09-28 16:53:49.255 D/AndroidRuntime(2367): Shutting down VM
09-28 16:53:49.255 W/dalvikvm(2367): threadid=1: thread exiting with uncaught exception (group=0x94c4cb20)
09-28 16:53:49.255 E/AndroidRuntime(2367): FATAL EXCEPTION: main
09-28 16:53:49.255 E/AndroidRuntime(2367): Process: mobi.acpm.inspeckage, PID: 2367
09-28 16:53:49.255 E/AndroidRuntime(2367): java.lang.RuntimeException: Unable to get provider com.google.firebase.provider.FirebaseInitProvider: java.lang.ClassNotFoundException: Didn't find class "com.google.firebase.provider.FirebaseInitProvider" on path: DexPathList[[zip file "/data/app/mobi.acpm.inspeckage-1.apk"],nativeLibraryDirectories=[/data/app-lib/mobi.acpm.inspeckage-1, /system/lib]]
09-28 16:53:49.255 E/AndroidRuntime(2367): at android.app.ActivityThread.installProvider(ActivityThread.java:4795)
09-28 16:53:49.255 E/AndroidRuntime(2367): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4387)
09-28 16:53:49.255 E/AndroidRuntime(2367): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4327)
09-28 16:53:49.255 E/AndroidRuntime(2367): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
09-28 16:53:49.255 E/AndroidRuntime(2367): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:631)
09-28 16:53:49.255 E/AndroidRuntime(2367): at android.app.ActivityThread.handleBindApplication(Native Method)
09-28 16:53:49.255 E/AndroidRuntime(2367): at android.app.ActivityThread.access$1500(ActivityThread.java:135)
09-28 16:53:49.255 E/AndroidRuntime(2367): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
09-28 16:53:49.255 E/AndroidRuntime(2367): at android.os.Handler.dispatchMessage(Handler.java:102)
09-28 16:53:49.255 E/AndroidRuntime(2367): at android.os.Looper.loop(Looper.java:136)
09-28 16:53:49.255 E/AndroidRuntime(2367): at android.app.ActivityThread.main(ActivityThread.java:5019)
09-28 16:53:49.255 E/AndroidRuntime(2367): at java.lang.reflect.Method.invokeNative(Native Method)
09-28 16:53:49.255 E/AndroidRuntime(2367): at java.lang.reflect.Method.invoke(Method.java:515)
09-28 16:53:49.255 E/AndroidRuntime(2367): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
09-28 16:53:49.255 E/AndroidRuntime(2367): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
09-28 16:53:49.255 E/AndroidRuntime(2367): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
09-28 16:53:49.255 E/AndroidRuntime(2367): at dalvik.system.NativeStart.main(Native Method)
09-28 16:53:49.255 E/AndroidRuntime(2367): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.google.firebase.provider.FirebaseInitProvider" on path: DexPathList[[zip file "/data/app/mobi.acpm.inspeckage-1.apk"],nativeLibraryDirectories=[/data/app-lib/mobi.acpm.inspeckage-1, /system/lib]]
09-28 16:53:49.255 E/AndroidRuntime(2367): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
09-28 16:53:49.255 E/AndroidRuntime(2367): at java.lang.ClassLoader.loadClass(ClassLoader.java:497)
09-28 16:53:49.255 E/AndroidRuntime(2367): at java.lang.ClassLoader.loadClass(ClassLoader.java:457)
09-28 16:53:49.255 E/AndroidRuntime(2367): at android.app.ActivityThread.installProvider(ActivityThread.java:4780)
09-28 16:53:49.255 E/AndroidRuntime(2367): ... 16 more
09-28 16:53:49.255 W/ActivityManager(478): Force finishing activity mobi.acpm.inspeckage/.ui.SplashActivity
The text was updated successfully, but these errors were encountered:
Inspeckage 2.4 is broken and doesn't work, it crashes on launch even xposed is installed and module is activated. I'm using Nox emulator running 4.4.4 because my phone doesn't support Xposed. Only nox can connect directly to localhost using adb
Using Inspeckage 2.3 works
The text was updated successfully, but these errors were encountered: