[MOD][XPOSED] WiFi Filter - Xposed Framework Modules

Based on concept by Miroslav Vitula.
Quick and easy WiFi networks filtering when you are in crowded area. You can switch to see all, just saved or open networks.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Limitations:
Requires Android 4.1+. Works best on AOSP ROMs, but it should also work fine on Touchwiz, Sense, LG UI,...
Pull request is appreciated.
Get it from Xposed repo: http://repo.xposed.info/module/com.datanasov.wififilter
Let me know what do you think
btw, checkout my other apps:
Awesome Pop-up Video
Memo Reminders
XDA:DevDB Information
WiFi Filter, Xposed for all devices (see above for details)
Contributors
drashko
Source Code: https://github.com/drashmk/WiFi-Filter
Xposed Package Name:
Version Information
Status: Stable
Current Stable Version: 1.0.1
Created 2015-10-08
Last Updated 2015-10-09

Reserved
---Version 1.0.1
Added support for Android 4.1+. Non AOSP ROMs like Touchwiz, LG UI,... should work.
Added Slovak translation thanks to @pyler
Added German translation thanks to @MartelKombat

Seems really cool. I would definitely use it.
Too bad it isn't compatible with KitKat (yet?)

Works great on Euphoria-OS!

Really cool, thanks!

Doesn't work on stock LG G3 running Lollipop 5.0.1 (VS985 24B).

Vagelis1608 said:
Seems really cool. I would definitely use it.
Too bad it isn't compatible with KitKat (yet?)
Click to expand...
Click to collapse
It is really handy on places flooded with wifi networks and you want to find just the open ones. I should be able to port it for older versions, just need more time.
joshua70448 said:
Doesn't work on stock LG G3 running Lollipop 5.0.1 (VS985 24B).
Click to expand...
Click to collapse
Are you running stock rom? Can you check the Xposed log?

drashko said:
Are you running stock rom? Can you check the Xposed log?
Click to expand...
Click to collapse
Yes, I'm running plain old stock ROM. I found these two exceptions in my Xposed log:
Code:
10-08 15:37:11.739 E/Xposed ( 3590): de.robv.android.xposed.XposedHelpers$ClassNotFoundError: java.lang.ClassNotFoundException: com.android.settings.widget.SwitchBar
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:54)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.XposedHelpers.findAndHookConstructor(XposedHelpers.java:427)
10-08 15:37:11.739 E/Xposed ( 3590): at com.datanasov.wififilter.Mod.initHook(Mod.java:72)
10-08 15:37:11.739 E/Xposed ( 3590): at com.datanasov.wififilter.Mod.handleLoadPackage(Mod.java:68)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.IXposedHookLoadPackage$Wrapper.handleLoadPackage(IXposedHookLoadPackage.java:20)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.callbacks.XC_LoadPackage.call(XC_LoadPackage.java:34)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.XposedBridge$1.beforeHookedMethod(XposedBridge.java:174)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:648)
10-08 15:37:11.739 E/Xposed ( 3590): at android.app.ActivityThread.handleBindApplication(<Xposed>)
10-08 15:37:11.739 E/Xposed ( 3590): at android.app.ActivityThread.access$1500(ActivityThread.java:149)
10-08 15:37:11.739 E/Xposed ( 3590): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1345)
10-08 15:37:11.739 E/Xposed ( 3590): at android.os.Handler.dispatchMessage(Handler.java:102)
10-08 15:37:11.739 E/Xposed ( 3590): at android.os.Looper.loop(Looper.java:135)
10-08 15:37:11.739 E/Xposed ( 3590): at android.app.ActivityThread.main(ActivityThread.java:5297)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.reflect.Method.invoke(Native Method)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.reflect.Method.invoke(Method.java:372)
10-08 15:37:11.739 E/Xposed ( 3590): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:908)
10-08 15:37:11.739 E/Xposed ( 3590): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:703)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
10-08 15:37:11.739 E/Xposed ( 3590): Caused by: java.lang.ClassNotFoundException: com.android.settings.widget.SwitchBar
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.Class.classForName(Native Method)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.Class.forName(Class.java:308)
10-08 15:37:11.739 E/Xposed ( 3590): at external.org.apache.commons.lang3.ClassUtils.getClass(ClassUtils.java:823)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:52)
10-08 15:37:11.739 E/Xposed ( 3590): ... 19 more
10-08 15:37:11.739 E/Xposed ( 3590): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.settings.widget.SwitchBar" on path: DexPathList[[zip file "/system/framework/qcrilhook.jar", zip file "/system/framework/com.lge.sui.widget/com.lge.sui.widget.apk", zip file "/system/framework/lgsvcitems.jar", zip file "/system/framework/com.lge.bluetooth.jar", zip file "/system/framework/com.lge.mdm.jar", zip file "/system/framework/cneapiclient.jar", zip file "/system/framework/com.google.android.maps.jar", zip file "/system/priv-app/LGSettings/LGSettings.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
10-08 15:37:11.739 E/Xposed ( 3590): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
10-08 15:37:11.739 E/Xposed ( 3590): ... 23 more
10-08 15:37:11.739 E/Xposed ( 3590): Suppressed: java.lang.ClassNotFoundException: com.android.settings.widget.SwitchBar
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.Class.classForName(Native Method)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
10-08 15:37:11.739 E/Xposed ( 3590): ... 24 more
10-08 15:37:11.739 E/Xposed ( 3590): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
10-08 15:39:24.096 E/Xposed (11262): android.content.res.Resources$NotFoundException: Unable to find resource ID #0x7f030000
10-08 15:39:24.096 E/Xposed (11262): at android.content.res.Resources.getResourceName(Resources.java:2067)
10-08 15:39:24.096 E/Xposed (11262): at android.content.res.XResources.getFakeResId(XResources.java:954)
10-08 15:39:24.096 E/Xposed (11262): at android.content.res.XResources.addResource(XResources.java:958)
10-08 15:39:24.096 E/Xposed (11262): at com.datanasov.wififilter.Mod.handleInitPackageResources(Mod.java:225)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.IXposedHookInitPackageResources$Wrapper.handleInitPackageResources(IXposedHookInitPackageResources.java:20)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.callbacks.XC_InitPackageResources.call(XC_InitPackageResources.java:28)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.XposedBridge$7.afterHookedMethod(XposedBridge.java:350)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:682)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ResourcesManager.getTopLevelResources(<Xposed>)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:1631)
10-08 15:39:24.096 E/Xposed (11262): at android.app.LoadedApk.getResources(LoadedApk.java:535)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ContextImpl.<init>(ContextImpl.java:2391)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ContextImpl.createAppContext(ContextImpl.java:2349)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4402)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:668)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ActivityThread.handleBindApplication(<Xposed>)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ActivityThread.access$1500(ActivityThread.java:149)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1345)
10-08 15:39:24.096 E/Xposed (11262): at android.os.Handler.dispatchMessage(Handler.java:102)
10-08 15:39:24.096 E/Xposed (11262): at android.os.Looper.loop(Looper.java:135)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ActivityThread.main(ActivityThread.java:5297)
10-08 15:39:24.096 E/Xposed (11262): at java.lang.reflect.Method.invoke(Native Method)
10-08 15:39:24.096 E/Xposed (11262): at java.lang.reflect.Method.invoke(Method.java:372)
10-08 15:39:24.096 E/Xposed (11262): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:908)
10-08 15:39:24.096 E/Xposed (11262): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:703)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
Here's what my Wifi settings page looks like, if that helps any:

joshua70448 said:
Yes, I'm running plain old stock ROM. I found these two exceptions in my Xposed log:
Code:
10-08 15:37:11.739 E/Xposed ( 3590): de.robv.android.xposed.XposedHelpers$ClassNotFoundError: java.lang.ClassNotFoundException: com.android.settings.widget.SwitchBar
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:54)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.XposedHelpers.findAndHookConstructor(XposedHelpers.java:427)
10-08 15:37:11.739 E/Xposed ( 3590): at com.datanasov.wififilter.Mod.initHook(Mod.java:72)
10-08 15:37:11.739 E/Xposed ( 3590): at com.datanasov.wififilter.Mod.handleLoadPackage(Mod.java:68)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.IXposedHookLoadPackage$Wrapper.handleLoadPackage(IXposedHookLoadPackage.java:20)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.callbacks.XC_LoadPackage.call(XC_LoadPackage.java:34)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.XposedBridge$1.beforeHookedMethod(XposedBridge.java:174)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:648)
10-08 15:37:11.739 E/Xposed ( 3590): at android.app.ActivityThread.handleBindApplication(<Xposed>)
10-08 15:37:11.739 E/Xposed ( 3590): at android.app.ActivityThread.access$1500(ActivityThread.java:149)
10-08 15:37:11.739 E/Xposed ( 3590): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1345)
10-08 15:37:11.739 E/Xposed ( 3590): at android.os.Handler.dispatchMessage(Handler.java:102)
10-08 15:37:11.739 E/Xposed ( 3590): at android.os.Looper.loop(Looper.java:135)
10-08 15:37:11.739 E/Xposed ( 3590): at android.app.ActivityThread.main(ActivityThread.java:5297)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.reflect.Method.invoke(Native Method)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.reflect.Method.invoke(Method.java:372)
10-08 15:37:11.739 E/Xposed ( 3590): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:908)
10-08 15:37:11.739 E/Xposed ( 3590): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:703)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
10-08 15:37:11.739 E/Xposed ( 3590): Caused by: java.lang.ClassNotFoundException: com.android.settings.widget.SwitchBar
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.Class.classForName(Native Method)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.Class.forName(Class.java:308)
10-08 15:37:11.739 E/Xposed ( 3590): at external.org.apache.commons.lang3.ClassUtils.getClass(ClassUtils.java:823)
10-08 15:37:11.739 E/Xposed ( 3590): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:52)
10-08 15:37:11.739 E/Xposed ( 3590): ... 19 more
10-08 15:37:11.739 E/Xposed ( 3590): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.settings.widget.SwitchBar" on path: DexPathList[[zip file "/system/framework/qcrilhook.jar", zip file "/system/framework/com.lge.sui.widget/com.lge.sui.widget.apk", zip file "/system/framework/lgsvcitems.jar", zip file "/system/framework/com.lge.bluetooth.jar", zip file "/system/framework/com.lge.mdm.jar", zip file "/system/framework/cneapiclient.jar", zip file "/system/framework/com.google.android.maps.jar", zip file "/system/priv-app/LGSettings/LGSettings.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
10-08 15:37:11.739 E/Xposed ( 3590): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
10-08 15:37:11.739 E/Xposed ( 3590): ... 23 more
10-08 15:37:11.739 E/Xposed ( 3590): Suppressed: java.lang.ClassNotFoundException: com.android.settings.widget.SwitchBar
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.Class.classForName(Native Method)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
10-08 15:37:11.739 E/Xposed ( 3590): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
10-08 15:37:11.739 E/Xposed ( 3590): ... 24 more
10-08 15:37:11.739 E/Xposed ( 3590): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
10-08 15:39:24.096 E/Xposed (11262): android.content.res.Resources$NotFoundException: Unable to find resource ID #0x7f030000
10-08 15:39:24.096 E/Xposed (11262): at android.content.res.Resources.getResourceName(Resources.java:2067)
10-08 15:39:24.096 E/Xposed (11262): at android.content.res.XResources.getFakeResId(XResources.java:954)
10-08 15:39:24.096 E/Xposed (11262): at android.content.res.XResources.addResource(XResources.java:958)
10-08 15:39:24.096 E/Xposed (11262): at com.datanasov.wififilter.Mod.handleInitPackageResources(Mod.java:225)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.IXposedHookInitPackageResources$Wrapper.handleInitPackageResources(IXposedHookInitPackageResources.java:20)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.callbacks.XC_InitPackageResources.call(XC_InitPackageResources.java:28)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.XposedBridge$7.afterHookedMethod(XposedBridge.java:350)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:682)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ResourcesManager.getTopLevelResources(<Xposed>)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ActivityThread.getTopLevelResources(ActivityThread.java:1631)
10-08 15:39:24.096 E/Xposed (11262): at android.app.LoadedApk.getResources(LoadedApk.java:535)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ContextImpl.<init>(ContextImpl.java:2391)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ContextImpl.createAppContext(ContextImpl.java:2349)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4402)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:668)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ActivityThread.handleBindApplication(<Xposed>)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ActivityThread.access$1500(ActivityThread.java:149)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1345)
10-08 15:39:24.096 E/Xposed (11262): at android.os.Handler.dispatchMessage(Handler.java:102)
10-08 15:39:24.096 E/Xposed (11262): at android.os.Looper.loop(Looper.java:135)
10-08 15:39:24.096 E/Xposed (11262): at android.app.ActivityThread.main(ActivityThread.java:5297)
10-08 15:39:24.096 E/Xposed (11262): at java.lang.reflect.Method.invoke(Native Method)
10-08 15:39:24.096 E/Xposed (11262): at java.lang.reflect.Method.invoke(Method.java:372)
10-08 15:39:24.096 E/Xposed (11262): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:908)
10-08 15:39:24.096 E/Xposed (11262): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:703)
10-08 15:39:24.096 E/Xposed (11262): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
Here's what my Wifi settings page looks like, if that helps any:
Click to expand...
Click to collapse
The module currently works on AOSP rom. LG has modified the code in Settings app and they did not added that switch bar like on stock android..
Can you send me Settings.apk? You can find it in /system/priv-app folder on your mobile.

Thanks! I can help to translate this simple awesome module to my language?

rodrigoswz said:
Thanks! I can help to translate this simple awesome module to my language?
Click to expand...
Click to collapse
Sure, you can find code here: https://github.com/drashmk/WiFi-Filter and send me Pull request.
Or just translate these:
Show all
Show saved networks
Show open networks
Thanks.

drashko said:
The module currently works on AOSP rom. LG has modified the code in Settings app and they did not added that switch bar like on stock android..
Can you send me Settings.apk? You can find it in /system/priv-app folder on your mobile.
Click to expand...
Click to collapse
If I attach the Settings.apk here, will you able to do this to for the G4 as well?
Real awesome work by the way. Should be included in Android to begin with.

drashko said:
The module currently works on AOSP rom. LG has modified the code in Settings app and they did not added that switch bar like on stock android..
Can you send me Settings.apk? You can find it in /system/priv-app folder on your mobile.
Click to expand...
Click to collapse
I couldn't find Settings.apk or a Settings folder, but I did find LGSettings. I've posted the LGSettings.apk file from that folder at http://jfsoftware.com/images/LGSettings.apk.

joshua70448 said:
I couldn't find Settings.apk or a Settings folder, but I did find LGSettings. I've posted the LGSettings.apk file from that folder at http://jfsoftware.com/images/LGSettings.apk.
Click to expand...
Click to collapse
oreo27 said:
If I attach the Settings.apk here, will you able to do this to for the G4 as well?
Real awesome work by the way. Should be included in Android to begin with.
Click to expand...
Click to collapse
Just updated the app, please check it and let me know if it will work.

drashko said:
Just updated the app, please check it and let me know if it will work.
Click to expand...
Click to collapse
Looks like you've got it working, I can use the dropdown and it's filtering the networks correctly. Just a few minor cosmetic tweak requests:
When in portrait mode, the dropdown overlaps my wifi on-off toggle. I'd make the dropdown a little bit narrower (maybe reduce the font size?) I'm running at 534 DPI on a 1440x2560 screen if that helps any.
Get rid of the border color on the dropdown
Change the dropdown color (everything else up there is white)
Thanks for your work, looks great!

drashko said:
Sure, you can find code here: https://github.com/drashmk/WiFi-Filter and send me Pull request.
Or just translate these:
Show all
Show saved networks
Show open networks
Thanks.
Click to expand...
Click to collapse
Done, a send a pull request, the module is updated to 1.0.1 but without my translation to pt-BR

rodrigoswz said:
Done, a send a pull request, the module is updated to 1.0.1 but without my translation to pt-BR
Click to expand...
Click to collapse
Thanks, but instead of translating the english strings, please add your translations in separate strings.xml in values-pt folder.
joshua70448 said:
Looks like you've got it working, I can use the dropdown and it's filtering the networks correctly. Just a few minor cosmetic tweak requests:
When in portrait mode, the dropdown overlaps my wifi on-off toggle. I'd make the dropdown a little bit narrower (maybe reduce the font size?) I'm running at 534 DPI on a 1440x2560 screen if that helps any.
Get rid of the border color on the dropdown
Change the dropdown color (everything else up there is white)
Thanks for your work, looks great!
Click to expand...
Click to collapse
I see, I have the same issue with the colors on Touchwiz. I'll try to fix.

Good mudule bro

drashko said:
Just updated the app, please check it and let me know if it will work.
Click to expand...
Click to collapse
Seems a bit strange but I can't seem to get it from the repo:
1. Tried manually searching for it.
2. Tried accessing it from a Google search:

The drop down menu is showing for me, but it doesn't apply the filter if I select one. I attatched a screenshot and the xposed error log

Related

4/21 - [D6633][Xposed] Z3 Dual - Hide Sim Icons from Status Bar - MM update

Come on Sony, do we really need to know the left signal bar is sim 1 and the right signal bar is sim 2? Those icons are so big too!
Now you can reclaim your status bar. Works with both KK and LP and with both one or two sims inserted. Module will hide the icons and also modify the layout a bit so there's no ugly gap between the wifi and mobile indicators. There are no settings. Just install, enable, and restart.
This is my first xposed module. It was lots of fun going under the hood of android. Hope you guys like. Source is attached too.
Please Note: I no longer have access to a Z3. So my ability to help troubleshoot is very limited.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Changelog:
1.0 - initial release
1.1 - hides sim icon when sim is disabled
1.2 - added support for 5.1.1 (23.4.A.0.546)
1.3 - added support for 6.0.1 (23.5.A.0.570)
^ Thanks ast11, I was looking for something like this for quite some time!
HI thanks for this mod
One request
I want original systemUi.apk and arm folder contains, for D6633
Thanks again
bahmanup said:
HI thanks for this mod
One request
I want original systemUi.apk and arm folder contains, for D6633
Thanks again
Click to expand...
Click to collapse
Here you go.
Works great on KK. Thanks so much!
I can confirm this mod works 100% perfect. Been using this since last night on the latest Lollipop 5.02.
Thanks so much to the op for getting rid of the ugly sim icons were forced to see...
After recently reflashing Lollipop 5.02, the hide sim icons doesn't work anymore despite trying several times, any ideas?
As normal, I installed the .apk, and enabled the mod through Xposed and restarted, the sim icon is still visible...
kanej2006 said:
After recently reflashing Lollipop 5.02, the hide sim icons doesn't work anymore despite trying several times, any ideas?
As normal, I installed the .apk, and enabled the mod through Xposed and restarted, the sim icon is still visible...
Click to expand...
Click to collapse
What's the log output in xposed? Do your other mods work? Try enabling only hidesimicon. Upload a screenshot of your status bar if you can.
ast11 said:
What's the log output in xposed? Do your other mods work? Try enabling only hidesimicon. Upload a screenshot of your status bar if you can.
Click to expand...
Click to collapse
I have three other mods, all working accept for VOLUMESTEPS+
I've attached a screenshot of mods in use as well as the latest Xposed log.
Thanks for the reply.
kanej2006 said:
I have three other mods, all working accept for VOLUMESTEPS+
I've attached a screenshot of mods in use as well as the latest Xposed log.
Thanks for the reply.
Click to expand...
Click to collapse
I see an exception in the log. Can you copy and paste the whole thing.
Also did you try with only hidesimicon enabled?
ast11 said:
I see an exception in the log. Can you copy and paste the whole thing.
Also did you try with only hidesimicon enabled?
Click to expand...
Click to collapse
I tried enabling hidesimicon only, rebooted and it still shows the sim icon.
I did a log copy, where do I find it in the sc card?
kanej2006 said:
I tried enabling hidesimicon only, rebooted and it still shows the sim icon.
I did a log copy, where do I find it in the sc card?
Click to expand...
Click to collapse
In the sdcard/android/data/de.xposed folder
ast11 said:
In the sdcard/android/data/de.xposed folder
Click to expand...
Click to collapse
Found it, thanks.
Here is the log file:
05-16 19:01:06.743 I/Xposed ( 584): -----------------
05-16 19:01:06.743 I/Xposed ( 584): Starting Xposed binary version 61, compiled for SDK 21
05-16 19:01:06.743 I/Xposed ( 584): Device: D6633 (Sony), Android version 5.0.2 (SDK 21)
05-16 19:01:06.743 I/Xposed ( 584): ROM: 23.1.1.E.0.1
05-16 19:01:06.743 I/Xposed ( 584): Build fingerprint: Sony/D6633/D6633:5.0.2/23.1.1.E.0.1/937646546:user/release-keys
05-16 19:01:06.743 I/Xposed ( 584): Platform: armeabi-v7a, 32-bit binary, system server: yes
05-16 19:01:06.743 I/Xposed ( 584): SELinux enabled: yes, enforcing: yes
05-16 19:01:06.757 I/Xposed ( 584): -----------------
05-16 19:01:06.757 I/Xposed ( 584): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
05-16 19:01:06.951 I/Xposed ( 584): Detected ART runtime
05-16 19:01:06.987 I/Xposed ( 584): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
05-16 19:01:07.127 I/Xposed ( 584): Initializing XposedBridge version 62
05-16 19:01:07.297 I/Xposed ( 584): Loading modules from /data/app/com.p1ngu1n.volumesteps-1/base.apk
05-16 19:01:07.462 I/Xposed ( 584): Loading class com.p1ngu1n.volumesteps.AudioMod
05-16 19:01:07.484 I/Xposed ( 584): Loading modules from /data/app/org.ast11.hidesimicons-1/base.apk
05-16 19:01:07.523 I/Xposed ( 584): Loading class org.ast11.hidesimicons.HideSimIcons
05-16 19:01:07.534 I/Xposed ( 584): Loading modules from /data/app/com.oasisfeng.greenify-1/base.apk
05-16 19:01:07.593 I/Xposed ( 584): Loading class com.oasisfeng.greenify.pro.FrameworkPatch
05-16 19:01:07.612 I/Xposed ( 584): Loading class com.oasisfeng.greenify.pro.SettingsPatch
05-16 19:01:07.613 I/Xposed ( 584): Loading modules from /data/app/com.ceco.lollipop.gravitybox-2/base.apk
05-16 19:01:07.716 I/Xposed ( 584): Loading class com.ceco.lollipop.gravitybox.GravityBox
05-16 19:01:07.735 I/Xposed ( 584): GB:Hardware: qcom
05-16 19:01:07.735 I/Xposed ( 584): GBroduct: D6633
05-16 19:01:07.735 I/Xposed ( 584): GBevice manufacturer: Sony
05-16 19:01:07.735 I/Xposed ( 584): GBevice brand: Sony
05-16 19:01:07.735 I/Xposed ( 584): GBevice model: D6633
05-16 19:01:07.739 I/Xposed ( 584): GBevice type: phone
05-16 19:01:07.739 I/Xposed ( 584): GB:Is MTK device: false
05-16 19:01:07.740 I/Xposed ( 584): GB:Is Xperia device: true
05-16 19:01:07.740 I/Xposed ( 584): GB:Is Moto XT device: false
05-16 19:01:07.740 I/Xposed ( 584): GB:Has Lenovo custom UI: false
05-16 19:01:07.740 I/Xposed ( 584): GB:Has telephony support: true
05-16 19:01:07.743 I/Xposed ( 584): GB:Has Gemini support: false
05-16 19:01:07.743 I/Xposed ( 584): GB:Android SDK: 21
05-16 19:01:07.743 I/Xposed ( 584): GB:Android Release: 5.0.2
05-16 19:01:07.743 I/Xposed ( 584): GB:ROM: 23.1.1.E.0.1
05-16 19:01:07.846 I/Xposed ( 584): GB:ModExpandedDesktop: could not find canHideNavigationBar method
05-16 19:01:20.698 I/Xposed ( 1607): NoSimIcon: Detected LP 5.0, changing margin
05-16 19:01:24.432 I/Xposed ( 1607): GB:StatusbarSignalCluster: Error hooking apply() method: com.android.systemui.statusbar.SignalClusterView#apply(int)#exact
05-16 19:01:24.462 E/Xposed ( 1607): java.lang.NoSuchMethodError: com.android.systemui.statusbar.SignalClusterView#apply(java.lang.Integer)#bestmatch
05-16 19:01:24.462 E/Xposed ( 1607): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:271)
05-16 19:01:24.462 E/Xposed ( 1607): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:284)
05-16 19:01:24.462 E/Xposed ( 1607): at de.robv.android.xposed.XposedHelpers.callMethod(XposedHelpers.java:947)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.update(StatusbarSignalClusterMsim.java:194)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.StatusbarSignalCluster.onIconManagerStatusChanged(StatusbarSignalCluster.java:539)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.onIconManagerStatusChanged(StatusbarSignalClusterMsim.java:284)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.managers.StatusBarIconManager.registerListener(StatusBarIconManager.java:201)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.StatusbarSignalCluster.<init>(StatusbarSignalCluster.java:246)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.<init>(StatusbarSignalClusterMsim.java:54)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.StatusbarSignalCluster.create(StatusbarSignalCluster.java:213)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.ModStatusBar.prepareSignalCluster(ModStatusBar.java:438)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.ModStatusBar.access$42(ModStatusBar.java:414)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.ModStatusBar$7.afterHookedMethod(ModStatusBar.java:629)
05-16 19:01:24.462 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:670)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(Unknown Source)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:3494)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:3490)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:542)
05-16 19:01:24.462 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
05-16 19:01:24.462 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:656)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.BaseStatusBar.start(Unknown Source)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:732)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.SystemBars.createStatusBarFromConfig(SystemBars.java:106)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.SystemBars.onNoService(SystemBars.java:58)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.ServiceMonitor.startService(ServiceMonitor.java:228)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.ServiceMonitor.access$000(ServiceMonitor.java:49)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.ServiceMonitor$1.handleMessage(ServiceMonitor.java:73)
05-16 19:01:24.462 E/Xposed ( 1607): at android.os.Handler.dispatchMessage(Handler.java:102)
05-16 19:01:24.462 E/Xposed ( 1607): at android.os.Looper.loop(Looper.java:211)
05-16 19:01:24.462 E/Xposed ( 1607): at android.app.ActivityThread.main(ActivityThread.java:5319)
05-16 19:01:24.462 E/Xposed ( 1607): at java.lang.reflect.Method.invoke(Native Method)
05-16 19:01:24.462 E/Xposed ( 1607): at java.lang.reflect.Method.invoke(Method.java:372)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1016)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:811)
05-16 19:01:24.462 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:117)
05-16 19:01:24.469 E/Xposed ( 1607): java.lang.NoSuchMethodError: com.android.systemui.statusbar.policy.NetworkControllerImpl#addNetworkSignalChangedCallback($Proxy1,java.lang.Integer)#bestmatch
05-16 19:01:24.469 E/Xposed ( 1607): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:271)
05-16 19:01:24.469 E/Xposed ( 1607): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:284)
05-16 19:01:24.469 E/Xposed ( 1607): at de.robv.android.xposed.XposedHelpers.callMethod(XposedHelpers.java:947)
05-16 19:01:24.469 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.setNetworkController(StatusbarSignalClusterMsim.java:149)
05-16 19:01:24.469 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.ModStatusBar.prepareSignalCluster(ModStatusBar.java:439)
05-16 19:01:24.469 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.ModStatusBar.access$42(ModStatusBar.java:414)
05-16 19:01:24.469 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.ModStatusBar$7.afterHookedMethod(ModStatusBar.java:629)
05-16 19:01:24.469 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:670)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(Unknown Source)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:3494)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:3490)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:542)
05-16 19:01:24.469 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
05-16 19:01:24.469 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:656)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.BaseStatusBar.start(Unknown Source)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:732)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.SystemBars.createStatusBarFromConfig(SystemBars.java:106)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.SystemBars.onNoService(SystemBars.java:58)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.ServiceMonitor.startService(ServiceMonitor.java:228)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.ServiceMonitor.access$000(ServiceMonitor.java:49)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.ServiceMonitor$1.handleMessage(ServiceMonitor.java:73)
05-16 19:01:24.469 E/Xposed ( 1607): at android.os.Handler.dispatchMessage(Handler.java:102)
05-16 19:01:24.469 E/Xposed ( 1607): at android.os.Looper.loop(Looper.java:211)
05-16 19:01:24.469 E/Xposed ( 1607): at android.app.ActivityThread.main(ActivityThread.java:5319)
05-16 19:01:24.469 E/Xposed ( 1607): at java.lang.reflect.Method.invoke(Native Method)
05-16 19:01:24.469 E/Xposed ( 1607): at java.lang.reflect.Method.invoke(Method.java:372)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1016)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:811)
05-16 19:01:24.469 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:117)
05-16 19:02:00.978 I/Xposed ( 5169): NoSimIcon: Detected LP 5.0, changing margin
05-16 19:02:02.988 I/Xposed ( 5169): GB:StatusbarSignalCluster: Error hooking apply() method: com.android.systemui.statusbar.SignalClusterView#apply(int)#exact
05-16 19:02:03.031 E/Xposed ( 5169): java.lang.NoSuchMethodError: com.android.systemui.statusbar.SignalClusterView#apply(java.lang.Integer)#bestmatch
05-16 19:02:03.031 E/Xposed ( 5169): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:271)
05-16 19:02:03.031 E/Xposed ( 5169): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:284)
05-16 19:02:03.031 E/Xposed ( 5169): at de.robv.android.xposed.XposedHelpers.callMethod(XposedHelpers.java:947)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.update(StatusbarSignalClusterMsim.java:194)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.StatusbarSignalCluster.onIconManagerStatusChanged(StatusbarSignalCluster.java:539)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.onIconManagerStatusChanged(StatusbarSignalClusterMsim.java:284)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.managers.StatusBarIconManager.registerListener(StatusBarIconManager.java:201)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.StatusbarSignalCluster.<init>(StatusbarSignalCluster.java:246)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.<init>(StatusbarSignalClusterMsim.java:54)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.StatusbarSignalCluster.create(StatusbarSignalCluster.java:213)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.ModStatusBar.prepareSignalCluster(ModStatusBar.java:438)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.ModStatusBar.access$42(ModStatusBar.java:414)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.ModStatusBar$7.afterHookedMethod(ModStatusBar.java:629)
05-16 19:02:03.031 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:670)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(Unknown Source)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:3494)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:3490)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:542)
05-16 19:02:03.031 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
05-16 19:02:03.031 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:656)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.BaseStatusBar.start(Unknown Source)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:732)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.SystemBars.createStatusBarFromConfig(SystemBars.java:106)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.SystemBars.onNoService(SystemBars.java:58)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.ServiceMonitor.startService(ServiceMonitor.java:228)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.ServiceMonitor.access$000(ServiceMonitor.java:49)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.ServiceMonitor$1.handleMessage(ServiceMonitor.java:73)
05-16 19:02:03.031 E/Xposed ( 5169): at android.os.Handler.dispatchMessage(Handler.java:102)
05-16 19:02:03.031 E/Xposed ( 5169): at android.os.Looper.loop(Looper.java:211)
05-16 19:02:03.031 E/Xposed ( 5169): at android.app.ActivityThread.main(ActivityThread.java:5319)
05-16 19:02:03.031 E/Xposed ( 5169): at java.lang.reflect.Method.invoke(Native Method)
05-16 19:02:03.031 E/Xposed ( 5169): at java.lang.reflect.Method.invoke(Method.java:372)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1016)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:811)
05-16 19:02:03.031 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:117)
05-16 19:02:03.041 E/Xposed ( 5169): java.lang.NoSuchMethodError: com.android.systemui.statusbar.policy.NetworkControllerImpl#addNetworkSignalChangedCallback($Proxy1,java.lang.Integer)#bestmatch
05-16 19:02:03.041 E/Xposed ( 5169): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:271)
05-16 19:02:03.041 E/Xposed ( 5169): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:284)
05-16 19:02:03.041 E/Xposed ( 5169): at de.robv.android.xposed.XposedHelpers.callMethod(XposedHelpers.java:947)
05-16 19:02:03.041 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.setNetworkController(StatusbarSignalClusterMsim.java:149)
05-16 19:02:03.041 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.ModStatusBar.prepareSignalCluster(ModStatusBar.java:439)
05-16 19:02:03.041 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.ModStatusBar.access$42(ModStatusBar.java:414)
05-16 19:02:03.041 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.ModStatusBar$7.afterHookedMethod(ModStatusBar.java:629)
05-16 19:02:03.041 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:670)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(Unknown Source)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:3494)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:3490)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:542)
05-16 19:02:03.041 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
05-16 19:02:03.041 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:656)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.BaseStatusBar.start(Unknown Source)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:732)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.SystemBars.createStatusBarFromConfig(SystemBars.java:106)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.SystemBars.onNoService(SystemBars.java:58)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.ServiceMonitor.startService(ServiceMonitor.java:228)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.ServiceMonitor.access$000(ServiceMonitor.java:49)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.ServiceMonitor$1.handleMessage(ServiceMonitor.java:73)
05-16 19:02:03.041 E/Xposed ( 5169): at android.os.Handler.dispatchMessage(Handler.java:102)
05-16 19:02:03.041 E/Xposed ( 5169): at android.os.Looper.loop(Looper.java:211)
05-16 19:02:03.041 E/Xposed ( 5169): at android.app.ActivityThread.main(ActivityThread.java:5319)
05-16 19:02:03.041 E/Xposed ( 5169): at java.lang.reflect.Method.invoke(Native Method)
05-16 19:02:03.041 E/Xposed ( 5169): at java.lang.reflect.Method.invoke(Method.java:372)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1016)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:811)
05-16 19:02:03.041 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:117)
05-16 19:03:17.933 I/Xposed ( 1141): NoSimIcon: Detected LP 5.0, ch
kanej2006 said:
Found it, thanks.
Here is the log file:
05-16 19:01:06.743 I/Xposed ( 584): -----------------
05-16 19:01:06.743 I/Xposed ( 584): Starting Xposed binary version 61, compiled for SDK 21
05-16 19:01:06.743 I/Xposed ( 584): Device: D6633 (Sony), Android version 5.0.2 (SDK 21)
05-16 19:01:06.743 I/Xposed ( 584): ROM: 23.1.1.E.0.1
05-16 19:01:06.743 I/Xposed ( 584): Build fingerprint: Sony/D6633/D6633:5.0.2/23.1.1.E.0.1/937646546:user/release-keys
05-16 19:01:06.743 I/Xposed ( 584): Platform: armeabi-v7a, 32-bit binary, system server: yes
05-16 19:01:06.743 I/Xposed ( 584): SELinux enabled: yes, enforcing: yes
05-16 19:01:06.757 I/Xposed ( 584): -----------------
05-16 19:01:06.757 I/Xposed ( 584): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
05-16 19:01:06.951 I/Xposed ( 584): Detected ART runtime
05-16 19:01:06.987 I/Xposed ( 584): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
05-16 19:01:07.127 I/Xposed ( 584): Initializing XposedBridge version 62
05-16 19:01:07.297 I/Xposed ( 584): Loading modules from /data/app/com.p1ngu1n.volumesteps-1/base.apk
05-16 19:01:07.462 I/Xposed ( 584): Loading class com.p1ngu1n.volumesteps.AudioMod
05-16 19:01:07.484 I/Xposed ( 584): Loading modules from /data/app/org.ast11.hidesimicons-1/base.apk
05-16 19:01:07.523 I/Xposed ( 584): Loading class org.ast11.hidesimicons.HideSimIcons
05-16 19:01:07.534 I/Xposed ( 584): Loading modules from /data/app/com.oasisfeng.greenify-1/base.apk
05-16 19:01:07.593 I/Xposed ( 584): Loading class com.oasisfeng.greenify.pro.FrameworkPatch
05-16 19:01:07.612 I/Xposed ( 584): Loading class com.oasisfeng.greenify.pro.SettingsPatch
05-16 19:01:07.613 I/Xposed ( 584): Loading modules from /data/app/com.ceco.lollipop.gravitybox-2/base.apk
05-16 19:01:07.716 I/Xposed ( 584): Loading class com.ceco.lollipop.gravitybox.GravityBox
05-16 19:01:07.735 I/Xposed ( 584): GB:Hardware: qcom
05-16 19:01:07.735 I/Xposed ( 584): GBroduct: D6633
05-16 19:01:07.735 I/Xposed ( 584): GBevice manufacturer: Sony
05-16 19:01:07.735 I/Xposed ( 584): GBevice brand: Sony
05-16 19:01:07.735 I/Xposed ( 584): GBevice model: D6633
05-16 19:01:07.739 I/Xposed ( 584): GBevice type: phone
05-16 19:01:07.739 I/Xposed ( 584): GB:Is MTK device: false
05-16 19:01:07.740 I/Xposed ( 584): GB:Is Xperia device: true
05-16 19:01:07.740 I/Xposed ( 584): GB:Is Moto XT device: false
05-16 19:01:07.740 I/Xposed ( 584): GB:Has Lenovo custom UI: false
05-16 19:01:07.740 I/Xposed ( 584): GB:Has telephony support: true
05-16 19:01:07.743 I/Xposed ( 584): GB:Has Gemini support: false
05-16 19:01:07.743 I/Xposed ( 584): GB:Android SDK: 21
05-16 19:01:07.743 I/Xposed ( 584): GB:Android Release: 5.0.2
05-16 19:01:07.743 I/Xposed ( 584): GB:ROM: 23.1.1.E.0.1
05-16 19:01:07.846 I/Xposed ( 584): GB:ModExpandedDesktop: could not find canHideNavigationBar method
05-16 19:01:20.698 I/Xposed ( 1607): NoSimIcon: Detected LP 5.0, changing margin
05-16 19:01:24.432 I/Xposed ( 1607): GB:StatusbarSignalCluster: Error hooking apply() method: com.android.systemui.statusbar.SignalClusterView#apply(int)#exact
05-16 19:01:24.462 E/Xposed ( 1607): java.lang.NoSuchMethodError: com.android.systemui.statusbar.SignalClusterView#apply(java.lang.Integer)#bestmatch
05-16 19:01:24.462 E/Xposed ( 1607): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:271)
05-16 19:01:24.462 E/Xposed ( 1607): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:284)
05-16 19:01:24.462 E/Xposed ( 1607): at de.robv.android.xposed.XposedHelpers.callMethod(XposedHelpers.java:947)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.update(StatusbarSignalClusterMsim.java:194)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.StatusbarSignalCluster.onIconManagerStatusChanged(StatusbarSignalCluster.java:539)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.onIconManagerStatusChanged(StatusbarSignalClusterMsim.java:284)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.managers.StatusBarIconManager.registerListener(StatusBarIconManager.java:201)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.StatusbarSignalCluster.<init>(StatusbarSignalCluster.java:246)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.<init>(StatusbarSignalClusterMsim.java:54)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.StatusbarSignalCluster.create(StatusbarSignalCluster.java:213)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.ModStatusBar.prepareSignalCluster(ModStatusBar.java:438)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.ModStatusBar.access$42(ModStatusBar.java:414)
05-16 19:01:24.462 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.ModStatusBar$7.afterHookedMethod(ModStatusBar.java:629)
05-16 19:01:24.462 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:670)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(Unknown Source)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:3494)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:3490)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:542)
05-16 19:01:24.462 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
05-16 19:01:24.462 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:656)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.BaseStatusBar.start(Unknown Source)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:732)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.SystemBars.createStatusBarFromConfig(SystemBars.java:106)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.SystemBars.onNoService(SystemBars.java:58)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.ServiceMonitor.startService(ServiceMonitor.java:228)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.ServiceMonitor.access$000(ServiceMonitor.java:49)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.systemui.statusbar.ServiceMonitor$1.handleMessage(ServiceMonitor.java:73)
05-16 19:01:24.462 E/Xposed ( 1607): at android.os.Handler.dispatchMessage(Handler.java:102)
05-16 19:01:24.462 E/Xposed ( 1607): at android.os.Looper.loop(Looper.java:211)
05-16 19:01:24.462 E/Xposed ( 1607): at android.app.ActivityThread.main(ActivityThread.java:5319)
05-16 19:01:24.462 E/Xposed ( 1607): at java.lang.reflect.Method.invoke(Native Method)
05-16 19:01:24.462 E/Xposed ( 1607): at java.lang.reflect.Method.invoke(Method.java:372)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1016)
05-16 19:01:24.462 E/Xposed ( 1607): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:811)
05-16 19:01:24.462 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:117)
05-16 19:01:24.469 E/Xposed ( 1607): java.lang.NoSuchMethodError: com.android.systemui.statusbar.policy.NetworkControllerImpl#addNetworkSignalChangedCallback($Proxy1,java.lang.Integer)#bestmatch
05-16 19:01:24.469 E/Xposed ( 1607): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:271)
05-16 19:01:24.469 E/Xposed ( 1607): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:284)
05-16 19:01:24.469 E/Xposed ( 1607): at de.robv.android.xposed.XposedHelpers.callMethod(XposedHelpers.java:947)
05-16 19:01:24.469 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.setNetworkController(StatusbarSignalClusterMsim.java:149)
05-16 19:01:24.469 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.ModStatusBar.prepareSignalCluster(ModStatusBar.java:439)
05-16 19:01:24.469 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.ModStatusBar.access$42(ModStatusBar.java:414)
05-16 19:01:24.469 E/Xposed ( 1607): at com.ceco.lollipop.gravitybox.ModStatusBar$7.afterHookedMethod(ModStatusBar.java:629)
05-16 19:01:24.469 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:670)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(Unknown Source)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:3494)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:3490)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:542)
05-16 19:01:24.469 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
05-16 19:01:24.469 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:656)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.BaseStatusBar.start(Unknown Source)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:732)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.SystemBars.createStatusBarFromConfig(SystemBars.java:106)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.SystemBars.onNoService(SystemBars.java:58)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.ServiceMonitor.startService(ServiceMonitor.java:228)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.ServiceMonitor.access$000(ServiceMonitor.java:49)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.systemui.statusbar.ServiceMonitor$1.handleMessage(ServiceMonitor.java:73)
05-16 19:01:24.469 E/Xposed ( 1607): at android.os.Handler.dispatchMessage(Handler.java:102)
05-16 19:01:24.469 E/Xposed ( 1607): at android.os.Looper.loop(Looper.java:211)
05-16 19:01:24.469 E/Xposed ( 1607): at android.app.ActivityThread.main(ActivityThread.java:5319)
05-16 19:01:24.469 E/Xposed ( 1607): at java.lang.reflect.Method.invoke(Native Method)
05-16 19:01:24.469 E/Xposed ( 1607): at java.lang.reflect.Method.invoke(Method.java:372)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1016)
05-16 19:01:24.469 E/Xposed ( 1607): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:811)
05-16 19:01:24.469 E/Xposed ( 1607): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:117)
05-16 19:02:00.978 I/Xposed ( 5169): NoSimIcon: Detected LP 5.0, changing margin
05-16 19:02:02.988 I/Xposed ( 5169): GB:StatusbarSignalCluster: Error hooking apply() method: com.android.systemui.statusbar.SignalClusterView#apply(int)#exact
05-16 19:02:03.031 E/Xposed ( 5169): java.lang.NoSuchMethodError: com.android.systemui.statusbar.SignalClusterView#apply(java.lang.Integer)#bestmatch
05-16 19:02:03.031 E/Xposed ( 5169): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:271)
05-16 19:02:03.031 E/Xposed ( 5169): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:284)
05-16 19:02:03.031 E/Xposed ( 5169): at de.robv.android.xposed.XposedHelpers.callMethod(XposedHelpers.java:947)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.update(StatusbarSignalClusterMsim.java:194)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.StatusbarSignalCluster.onIconManagerStatusChanged(StatusbarSignalCluster.java:539)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.onIconManagerStatusChanged(StatusbarSignalClusterMsim.java:284)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.managers.StatusBarIconManager.registerListener(StatusBarIconManager.java:201)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.StatusbarSignalCluster.<init>(StatusbarSignalCluster.java:246)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.<init>(StatusbarSignalClusterMsim.java:54)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.StatusbarSignalCluster.create(StatusbarSignalCluster.java:213)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.ModStatusBar.prepareSignalCluster(ModStatusBar.java:438)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.ModStatusBar.access$42(ModStatusBar.java:414)
05-16 19:02:03.031 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.ModStatusBar$7.afterHookedMethod(ModStatusBar.java:629)
05-16 19:02:03.031 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:670)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(Unknown Source)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:3494)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:3490)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:542)
05-16 19:02:03.031 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
05-16 19:02:03.031 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:656)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.BaseStatusBar.start(Unknown Source)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:732)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.SystemBars.createStatusBarFromConfig(SystemBars.java:106)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.SystemBars.onNoService(SystemBars.java:58)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.ServiceMonitor.startService(ServiceMonitor.java:228)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.ServiceMonitor.access$000(ServiceMonitor.java:49)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.systemui.statusbar.ServiceMonitor$1.handleMessage(ServiceMonitor.java:73)
05-16 19:02:03.031 E/Xposed ( 5169): at android.os.Handler.dispatchMessage(Handler.java:102)
05-16 19:02:03.031 E/Xposed ( 5169): at android.os.Looper.loop(Looper.java:211)
05-16 19:02:03.031 E/Xposed ( 5169): at android.app.ActivityThread.main(ActivityThread.java:5319)
05-16 19:02:03.031 E/Xposed ( 5169): at java.lang.reflect.Method.invoke(Native Method)
05-16 19:02:03.031 E/Xposed ( 5169): at java.lang.reflect.Method.invoke(Method.java:372)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1016)
05-16 19:02:03.031 E/Xposed ( 5169): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:811)
05-16 19:02:03.031 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:117)
05-16 19:02:03.041 E/Xposed ( 5169): java.lang.NoSuchMethodError: com.android.systemui.statusbar.policy.NetworkControllerImpl#addNetworkSignalChangedCallback($Proxy1,java.lang.Integer)#bestmatch
05-16 19:02:03.041 E/Xposed ( 5169): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:271)
05-16 19:02:03.041 E/Xposed ( 5169): at de.robv.android.xposed.XposedHelpers.findMethodBestMatch(XposedHelpers.java:284)
05-16 19:02:03.041 E/Xposed ( 5169): at de.robv.android.xposed.XposedHelpers.callMethod(XposedHelpers.java:947)
05-16 19:02:03.041 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.StatusbarSignalClusterMsim.setNetworkController(StatusbarSignalClusterMsim.java:149)
05-16 19:02:03.041 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.ModStatusBar.prepareSignalCluster(ModStatusBar.java:439)
05-16 19:02:03.041 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.ModStatusBar.access$42(ModStatusBar.java:414)
05-16 19:02:03.041 E/Xposed ( 5169): at com.ceco.lollipop.gravitybox.ModStatusBar$7.afterHookedMethod(ModStatusBar.java:629)
05-16 19:02:03.041 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:670)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(Unknown Source)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:3494)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:3490)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:542)
05-16 19:02:03.041 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
05-16 19:02:03.041 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:656)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.BaseStatusBar.start(Unknown Source)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:732)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.SystemBars.createStatusBarFromConfig(SystemBars.java:106)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.SystemBars.onNoService(SystemBars.java:58)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.ServiceMonitor.startService(ServiceMonitor.java:228)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.ServiceMonitor.access$000(ServiceMonitor.java:49)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.systemui.statusbar.ServiceMonitor$1.handleMessage(ServiceMonitor.java:73)
05-16 19:02:03.041 E/Xposed ( 5169): at android.os.Handler.dispatchMessage(Handler.java:102)
05-16 19:02:03.041 E/Xposed ( 5169): at android.os.Looper.loop(Looper.java:211)
05-16 19:02:03.041 E/Xposed ( 5169): at android.app.ActivityThread.main(ActivityThread.java:5319)
05-16 19:02:03.041 E/Xposed ( 5169): at java.lang.reflect.Method.invoke(Native Method)
05-16 19:02:03.041 E/Xposed ( 5169): at java.lang.reflect.Method.invoke(Method.java:372)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1016)
05-16 19:02:03.041 E/Xposed ( 5169): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:811)
05-16 19:02:03.041 E/Xposed ( 5169): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:117)
05-16 19:03:17.933 I/Xposed ( 1141): NoSimIcon: Detected LP 5.0, ch
Click to expand...
Click to collapse
Well those exceptions are for gravitybox, not for my mod.
I'm at a loss as to what happened. Did you use a custom rom or anything like that? Or is this stock?
Maybe try flashing again? It worked fine for you before. Maybe bad/dirty flash?
ast11 said:
Well those exceptions are for gravitybox, not for my mod.
I'm at a loss as to what happened. Did you use a custom rom or anything like that? Or is this stock?
Maybe try flashing again? It worked fine for you before. Maybe bad/dirty flash?
Click to expand...
Click to collapse
I'm using the pre rooted 5.02 lollipop rom with custom recovery. I will flash shortly and try again
I will try installing and enabling the mod before Gravity box or anything else. That way it may work.
Xposed
Somebody can tell me, how can I install the Xposed to D6633?
landor said:
Somebody can tell me, how can I install the Xposed to D6633?
Click to expand...
Click to collapse
Maybe you can do it here:
http://forum.xda-developers.com/showthread.php?t=3034811
---------- Post added at 06:58 PM ---------- Previous post was at 06:56 PM ----------
Thank you, I have removed those two ugly icons that take up space.
regards
Tavinsky said:
Maybe you can do it here:
http://forum.xda-developers.com/showthread.php?t=3034811
---------- Post added at 06:58 PM ---------- Previous post was at 06:56 PM ----------
Thank you, I have removed those two ugly icons that take up space.
regards
Click to expand...
Click to collapse
Thank you for the "help".
Thread Closed
Need help guys.. How did you installed xposed on the dual sim Z3.. I tried but my phone went into bootloop.. Kindly help..
kanej2006 said:
I can confirm this mod works 100% perfect. Been using this since last night on the latest Lollipop 5.02.
Thanks so much to the op for getting rid of the ugly sim icons were forced to see...
Click to expand...
Click to collapse
Hey buddy, I'm not able to install xposed on my dual sim Z3.. Could you please help.. Thanks..

Xposed on LeTV x600 BootLoop (with logs)

Hello guys. Xposed not working on this phone. I'm using these files:
XposedInstaller_3.0_alpha4.apk
xposed-v66-sdk21-arm64.zip
xposed-uninstaller-arm64.zip
First, it bootlooped, the log showed:
Cannot load any modules because /data/data/de.robv.android.xposed.installer/conf/modules.list was not found
So i thought installing Gravitybox for Lollipop, would fill that file. But it gave me the same error, so i manually wrote Gravitybox's apk file location on modules.list And now it shows:
07-10 23:22:19.842 I/Xposed ( 4353): -----------------
07-10 23:22:19.842 I/Xposed ( 4353): Starting Xposed version 66, compiled for SDK 21
07-10 23:22:19.842 I/Xposed ( 4353): Device: X600 (Letv), Android version 5.0.2 (SDK 21)
07-10 23:22:19.842 I/Xposed ( 4353): ROM: ABXCNOP5000306151S release-keys
07-10 23:22:19.842 I/Xposed ( 4353): Build fingerprint: Letv/乐视超级手机1/x600:5.0.2/ABXCNOP5000306151S/48:user/release-keys
07-10 23:22:19.842 I/Xposed ( 4353): Platform: arm64-v8a, 64-bit binary, system server: yes
07-10 23:22:19.842 I/Xposed ( 4353): SELinux enabled: yes, enforcing: yes
07-10 23:22:20.853 I/Xposed ( 4353): -----------------
07-10 23:22:20.853 I/Xposed ( 4353): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
07-10 23:22:21.011 I/Xposed ( 4353): Detected ART runtime
07-10 23:22:21.013 I/Xposed ( 4353): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
07-10 23:22:21.122 I/Xposed ( 4353): Loading modules from /data/app/com.ceco.lollipop.gravitybox-1/base.apk
07-10 23:22:21.276 I/Xposed ( 4353): Loading class com.ceco.lollipop.gravitybox.GravityBox
07-10 23:22:21.287 I/Xposed ( 4353): GB:Hardware: mt6795
07-10 23:22:21.287 I/Xposed ( 4353): GBroduct: 乐视超级手机1
07-10 23:22:21.287 I/Xposed ( 4353): GBevice manufacturer: Letv
07-10 23:22:21.287 I/Xposed ( 4353): GBevice brand: Letv
07-10 23:22:21.287 I/Xposed ( 4353): GBevice model: X600
07-10 23:22:21.290 I/Xposed ( 4353): GBevice type: phone
07-10 23:22:21.290 I/Xposed ( 4353): GB:Is MTK device: true
07-10 23:22:21.290 I/Xposed ( 4353): GB:Is Xperia device: false
07-10 23:22:21.290 I/Xposed ( 4353): GB:Is Moto XT device: false
07-10 23:22:21.291 I/Xposed ( 4353): GB:Has Lenovo custom UI: false
07-10 23:22:21.291 I/Xposed ( 4353): GB:Has telephony support: true
07-10 23:22:21.294 I/Xposed ( 4353): GB:Has Gemini support: true
07-10 23:22:21.294 I/Xposed ( 4353): GB:Android SDK: 21
07-10 23:22:21.294 I/Xposed ( 4353): GB:Android Release: 5.0.2
07-10 23:22:21.294 I/Xposed ( 4353): GB:ROM: ABXCNOP5000306151S release-keys
07-10 23:22:21.329 E/Xposed ( 4353): java.lang.NoSuchMethodError: com.android.internal.telephony.uicc.UiccController#setNotification(int)#exact
07-10 23:22:21.329 E/Xposed ( 4353): at de.robv.android.xposed.XposedHelpers.findMethodExact(XposedHelpers.java:181)
07-10 23:22:21.329 E/Xposed ( 4353): at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:131)
07-10 23:22:21.329 E/Xposed ( 4353): at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:138)
07-10 23:22:21.329 E/Xposed ( 4353): at com.ceco.lollipop.gravitybox.PhoneWrapper.initZygote(PhoneWrapper.java:180)
07-10 23:22:21.329 E/Xposed ( 4353): at com.ceco.lollipop.gravitybox.GravityBox.initZygote(GravityBox.java:63)
07-10 23:22:21.329 E/Xposed ( 4353): at de.robv.android.xposed.XposedBridge.loadModule(XposedBridge.java:464)
07-10 23:22:21.329 E/Xposed ( 4353): at de.robv.android.xposed.XposedBridge.loadModules(XposedBridge.java:413)
07-10 23:22:21.329 E/Xposed ( 4353): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:103)
07-10 23:22:21.385 E/Xposed ( 4353): de.robv.android.xposed.XposedHelpers$ClassNotFoundError: java.lang.ClassNotFoundException: com.mediatek.op.telephony.ServiceStateExt
07-10 23:22:21.385 E/Xposed ( 4353): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:54)
07-10 23:22:21.385 E/Xposed ( 4353): at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:138)
07-10 23:22:21.385 E/Xposed ( 4353): at com.ceco.lollipop.gravitybox.ModTelephony.initZygote(ModTelephony.java:80)
07-10 23:22:21.385 E/Xposed ( 4353): at com.ceco.lollipop.gravitybox.GravityBox.initZygote(GravityBox.java:67)
07-10 23:22:21.385 E/Xposed ( 4353): at de.robv.android.xposed.XposedBridge.loadModule(XposedBridge.java:464)
07-10 23:22:21.385 E/Xposed ( 4353): at de.robv.android.xposed.XposedBridge.loadModules(XposedBridge.java:413)
07-10 23:22:21.385 E/Xposed ( 4353): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:103)
07-10 23:22:21.385 E/Xposed ( 4353): Caused by: java.lang.ClassNotFoundException: com.mediatek.op.telephony.ServiceStateExt
07-10 23:22:21.385 E/Xposed ( 4353): at java.lang.Class.classForName(Native Method)
07-10 23:22:21.385 E/Xposed ( 4353): at java.lang.Class.forName(Class.java:308)
07-10 23:22:21.385 E/Xposed ( 4353): at external.org.apache.commons.lang3.ClassUtils.getClass(ClassUtils.java:823)
07-10 23:22:21.385 E/Xposed ( 4353): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:52)
07-10 23:22:21.385 E/Xposed ( 4353): ... 6 more
07-10 23:22:21.385 E/Xposed ( 4353): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mediatek.op.telephony.ServiceStateExt" on path: DexPathList[[zip file "/system/framework/XposedBridge.jar"],nativeLibraryDirectories=[/vendor/lib64, /system/lib64]]
07-10 23:22:21.385 E/Xposed ( 4353): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
07-10 23:22:21.385 E/Xposed ( 4353): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
07-10 23:22:21.385 E/Xposed ( 4353): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
07-10 23:22:21.385 E/Xposed ( 4353): ... 10 more
07-10 23:22:21.385 E/Xposed ( 4353): Suppressed: java.lang.ClassNotFoundException: com.mediatek.op.telephony.ServiceStateExt
07-10 23:22:21.385 E/Xposed ( 4353): at java.lang.Class.classForName(Native Method)
07-10 23:22:21.385 E/Xposed ( 4353): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
07-10 23:22:21.385 E/Xposed ( 4353): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
07-10 23:22:21.385 E/Xposed ( 4353): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
07-10 23:22:21.385 E/Xposed ( 4353): ... 11 more
07-10 23:22:21.385 E/Xposed ( 4353): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
This phone is running EUI, a custom UI from LeTV, but i do not think it's heavily customized, but what do i know?... Will xposed only work if this ROM is deodex or something? Anything more i can do to debug/troubleshoot this?

DEPRECATED---- [MOD][4.1+] Soundcloud CacheFix [6/15/16]

Hey everyone, I've created a handy little Xposed tweak that removes the offline cache limit that Soundcloud has implemented for users in the US, France, UK, and Germany.
Read more about it here: https://www.soundcloudcommunity.com...the-size-of-the-mobile-audio-cache-on-android
Credit for the idea and method behind this mod goes to lohan+ and his post here. Take a look at his blog, it's awesome.
Download from repo: here.
Enjoy and let me know if it works or not for you
Oh, btw, forgot to mention...
If you want to increase the cache size to whatever you want, all you need to do is decompile the apk and edit line 51 of CacheFix$1.smali
change "1f400000" to whatever you want, just remember to put the number in hexadecimal format
Easy money
How Do i Check Cache size used?
Hello, thanks for the great work, much data saved! Would this be possible to do this trick for MyCloudPlayer too?
clement462 said:
Hello, thanks for the great work, much data saved! Would this be possible to do this trick for MyCloudPlayer too?
Click to expand...
Click to collapse
I honestly have no idea lol, or if it's even needed for McCloud player in the first place.
Sent from my HTC 10 using Tapatalk
Does this still work as it should? Cause I'm getting errors with this enabled
Code:
05-12 07:50:14.807 E/Xposed ( 5175): de.robv.android.xposed.XposedHelpers$ClassNotFoundError: java.lang.ClassNotFoundException: com.soundcloud.android.playback.CacheConfig
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:54)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:138)
05-12 07:50:14.807 E/Xposed ( 5175): at com.soundcloud.cachefix.CacheFix.handleLoadPackage(CacheFix.java:21)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.IXposedHookLoadPackage$Wrapper.handleLoadPackage(IXposedHookLoadPackage.java:20)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.callbacks.XC_LoadPackage.call(XC_LoadPackage.java:34)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.XposedBridge$1.beforeHookedMethod(XposedBridge.java:179)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:653)
05-12 07:50:14.807 E/Xposed ( 5175): at android.app.ActivityThread.handleBindApplication(<Xposed>)
05-12 07:50:14.807 E/Xposed ( 5175): at android.app.ActivityThread.access$1600(ActivityThread.java)
05-12 07:50:14.807 E/Xposed ( 5175): at android.app.ActivityThread$H.handleMessage(ActivityThread.java)
05-12 07:50:14.807 E/Xposed ( 5175): at android.os.Handler.dispatchMessage(Handler.java)
05-12 07:50:14.807 E/Xposed ( 5175): at android.os.Looper.loop(Looper.java)
05-12 07:50:14.807 E/Xposed ( 5175): at android.app.ActivityThread.main(ActivityThread.java)
05-12 07:50:14.807 E/Xposed ( 5175): at java.lang.reflect.Method.invoke(Native Method)
05-12 07:50:14.807 E/Xposed ( 5175): at java.lang.reflect.Method.invoke(Method.java:372)
05-12 07:50:14.807 E/Xposed ( 5175): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
05-12 07:50:14.807 E/Xposed ( 5175): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
05-12 07:50:14.807 E/Xposed ( 5175): Caused by: java.lang.ClassNotFoundException: com.soundcloud.android.playback.CacheConfig
05-12 07:50:14.807 E/Xposed ( 5175): at java.lang.Class.classForName(Native Method)
05-12 07:50:14.807 E/Xposed ( 5175): at java.lang.Class.forName(Class.java:308)
05-12 07:50:14.807 E/Xposed ( 5175): at external.org.apache.commons.lang3.ClassUtils.getClass(ClassUtils.java:823)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:52)
05-12 07:50:14.807 E/Xposed ( 5175): ... 18 more
Spodi2290 said:
Does this still work as it should? Cause I'm getting errors with this enabled
Code:
05-12 07:50:14.807 E/Xposed ( 5175): de.robv.android.xposed.XposedHelpers$ClassNotFoundError: java.lang.ClassNotFoundException: com.soundcloud.android.playback.CacheConfig
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:54)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:138)
05-12 07:50:14.807 E/Xposed ( 5175): at com.soundcloud.cachefix.CacheFix.handleLoadPackage(CacheFix.java:21)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.IXposedHookLoadPackage$Wrapper.handleLoadPackage(IXposedHookLoadPackage.java:20)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.callbacks.XC_LoadPackage.call(XC_LoadPackage.java:34)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.XposedBridge$1.beforeHookedMethod(XposedBridge.java:179)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:653)
05-12 07:50:14.807 E/Xposed ( 5175): at android.app.ActivityThread.handleBindApplication()
05-12 07:50:14.807 E/Xposed ( 5175): at android.app.ActivityThread.access$1600(ActivityThread.java)
05-12 07:50:14.807 E/Xposed ( 5175): at android.app.ActivityThread$H.handleMessage(ActivityThread.java)
05-12 07:50:14.807 E/Xposed ( 5175): at android.os.Handler.dispatchMessage(Handler.java)
05-12 07:50:14.807 E/Xposed ( 5175): at android.os.Looper.loop(Looper.java)
05-12 07:50:14.807 E/Xposed ( 5175): at android.app.ActivityThread.main(ActivityThread.java)
05-12 07:50:14.807 E/Xposed ( 5175): at java.lang.reflect.Method.invoke(Native Method)
05-12 07:50:14.807 E/Xposed ( 5175): at java.lang.reflect.Method.invoke(Method.java:372)
05-12 07:50:14.807 E/Xposed ( 5175): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
05-12 07:50:14.807 E/Xposed ( 5175): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
05-12 07:50:14.807 E/Xposed ( 5175): Caused by: java.lang.ClassNotFoundException: com.soundcloud.android.playback.CacheConfig
05-12 07:50:14.807 E/Xposed ( 5175): at java.lang.Class.classForName(Native Method)
05-12 07:50:14.807 E/Xposed ( 5175): at java.lang.Class.forName(Class.java:308)
05-12 07:50:14.807 E/Xposed ( 5175): at external.org.apache.commons.lang3.ClassUtils.getClass(ClassUtils.java:823)
05-12 07:50:14.807 E/Xposed ( 5175): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:52)
05-12 07:50:14.807 E/Xposed ( 5175): ... 18 more
Click to expand...
Click to collapse
I guess not haha I don't even use it anymore I just assumed it didn't work cuz soundcloud has been updated so much. This weekend tho I'll take a look and see if the MOD can be fixed or if it's even still needed
Sent from my HTC 10 using Tapatalk
Guess it is still working or soundcloud reimplemented something like cache. I played a song with an Internet connection and cut the connection. It was still playing and even played the next song in the list
ssojyeti2 said:
I honestly have no idea lol, or if it's even needed for McCloud player in the first place.
Click to expand...
Click to collapse
Mycloudplayer no longer has the ability to cache songs nativey. If something like this could be done for MCP I would be eternally grateful. SC UI is trash but I like the ability to cache stuff for long drives etc
Can anyone confirm if this module is still working for them?
Sent from my Nexus 6P using XDA-Developers mobile app
The_Fuzz22 said:
Can anyone confirm if this module is still working for them?
Sent from my Nexus 6P using XDA-Developers mobile app
Click to expand...
Click to collapse
it no longer works, but i've found the method that controls it again. ill fix tomorrow
module updated!! works on soundcloud version 2016.05.30-release, as far as i can tell
The_Fuzz22 said:
Can anyone confirm if this module is still working for them?
Click to expand...
Click to collapse
Works, version 2016.05.30
ssojyeti2 said:
module updated!! works on soundcloud version 2016.05.30-release, as far as i can tell
Click to expand...
Click to collapse
You are doing god's work.
Sent from my Nexus 6P using XDA-Developers mobile app
So you don't need SoundCloud premium for this to cache properly, right?
Karajama said:
So you don't need SoundCloud premium for this to cache properly, right?
Click to expand...
Click to collapse
I don't think so
Also, if anyone wants to test a new version for me with new features, send me a PM
Sent from my HTC 10 using Tapatalk
ssojyeti2 said:
I don't think so
Also, if anyone wants to test a new version for me with new features, send me a PM
Sent from my HTC 10 using Tapatalk
Click to expand...
Click to collapse
So, guys, I installed this, rebooted and went to the app settings but found nothing different. Is this normal? How can I check if this is active and configure it? Would it be hard for the dev to implement a nice menu with config settings on the xposed menu?
Ev0luti0n_ said:
So, guys, I installed this, rebooted and went to the app settings but found nothing different. Is this normal? How can I check if this is active and configure it? Would it be hard for the dev to implement a nice menu with config settings on the xposed menu?
Click to expand...
Click to collapse
I'm gonna be 100% honest with u, I have no idea if this module even works. I'm pretty new to coding (super new actually), and I'm only basing the module's success off of the fact that xposed returns no errors for it in the log. If anyone actually knows how I can test it, let me know haha. And if any actual dev can give the module's code a look to see if it makes sense, that'd be awesome too
Sent from my HTC 10 using Tapatalk
Well, then wouldn't it be easier to just get a version that works with it, make a bundle and then tell people to use it, along with the patch?
Sent from my XT1563 using Tapatalk
Ev0luti0n_ said:
Well, then wouldn't it be easier to just get a version that works with it, make a bundle and then tell people to use it, along with the patch?
Sent from my XT1563 using Tapatalk
Click to expand...
Click to collapse
What? I'm confused
Sent from my HTC 10 using Tapatalk

[MOD][XPOSED][5.0+][LP][MM][N][O][P] Resolver Activity Tweaks 3.2

Yes, it works on Pie with EdXposed! ™
Requirements
Lollipop 5.0 or higher. Works on Lollipop, Marshmallow, Nougat, Oreo and Pie.
Xposed or EdXposed.
An AOSPish ROM, if your Resolver dialog does not look like the one shown in the pictures below, it's not likely to work.
Description
Since I've upgraded to Lollipop, I've been missing Complete Action Plus.
This is a minimal reimplementation for Lollipop.
This module changes the look and behavior of the dialog shown when picking an activity (app) to open a URL or document (intent).
On Lollipop, by default, you get a list of apps the very first time a given document type is opened.
Then, for the subsequent times, the last app is shown at the top, with an "Always" and a "Once" buttons, and the other apps are pushed down another header.
This is the default dialog for the latter case:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
With this module, you can pretty much remove some of the space wasted by all the headers and buttons by:
Always using the "first time" menu, where the Always and Once buttons are shown at the bottom.
Also hiding the Always and Once buttons too. In this case a single tap on the App name will launch the activity, and you won't be able to mark an app to "Always" launch any more.
In all cases, the last picked app will show up on the top.
This is what the app looks like:
Device Status
Working on:
5.5.1 LMY48M / Xposed v74 on Nexus 4 (mako) (reported by Fif_)
5.5.1 LMY48M / Xposed v74 on Nexus 5 (hammerhead) (reported by Fif_)
5.5.1 LMY48M / Xposed v74 on Nexus 10 (mantaray) (reported by Fif_)
6.0.1 MMB29U (OmniROM) / Xposed v80 on Nexus 4 (mako) (reported by Fif_)
7.1 / Xposed v88 on OnePlus 5 running OOS 4.5.10 (reported by Fif_)
8.1 / Xposed v90 beta 3 on Nexus 5X running LineageOS 15.1 (reported by Fif_)
Not working on:
TouchWiz in general
lg g3 lion rom 5.5 lollipop with xposed v74 (reported by Curious Boy)
Note Edge 915G with TouchWiz (reported by @arbit12)
Changelog
The Changelog is maintained on GitHub.
Download
Stable version: https://dl-xda.xposed.info/modules/com.fifsource.android.resolveractivitytweaks_v12_8e89d6.apk (on Xposed Module repository)
XDA:DevDB Information
Resolver Activity Tweaks, Xposed for all devices (see above for details)
Contributors
Fif_
Source Code: https://github.com/F-i-f/ResolverActivityTweaks
Xposed Package Name:
Version Information
Status: Stable
Current Stable Version: 3.2
Stable Release Date: 2019-09-01
Current Beta Version: 3.2
Beta Release Date: 2019-08-30
Created 2015-10-03
Last Updated 2019-09-01
I can not download it from xposed installer and can't install apk from repo.
Curious Boy said:
I can not download it from xposed installer and can't install apk from repo.
Click to expand...
Click to collapse
What error does the Xposed installer gives you? Maybe a screenshot?
If you download the APK directly, what error do you get in the installer screen.
What's your Android and Xposed versions? This module is for Stock/AOSP Lollipop only.
I use lg g3 lion rom 5.5 lollipop with xposed v74.
Edit: now i sees your app's minsdkver is 22( android 5.1).
Curious Boy said:
now i sees your app's minsdkver is 22( android 5.1).
Click to expand...
Click to collapse
Crap, my bad.
It should work on 5.0 as well.
I'll post a new APK tomorrow.
Hi. error cm12.1
Code:
01-05 02:04:08.924 I/Xposed ( 263): -----------------
01-05 02:04:08.924 I/Xposed ( 263): Starting Xposed version 74, compiled for SDK 22
01-05 02:04:08.924 I/Xposed ( 263): Device: SM-T320 (samsung), Android version 5.1.1 (SDK 22)
01-05 02:04:08.924 I/Xposed ( 263): ROM: cm_mondrianwifi-userdebug 5.1.1 LVY48F 17048e4dc3 test-keys
01-05 02:04:08.924 I/Xposed ( 263): Build fingerprint: samsung/mondrianwifixx/mondrianwifi:4.4.2/KOT49H/T320XXU1ANAI:user/release-keys
01-05 02:04:08.924 I/Xposed ( 263): Platform: armeabi-v7a, 32-bit binary, system server: yes
01-05 02:04:08.924 I/Xposed ( 263): SELinux enabled: yes, enforcing: yes
10-03 10:55:04.015 I/Xposed ( 263): -----------------
10-03 10:55:04.353 I/Xposed ( 263): Detected ART runtime
10-03 10:55:04.373 I/Xposed ( 263): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
10-03 10:55:04.578 I/Xposed ( 263): Loading modules from /data/app/com.smartmadsoft.xposed.disablesuindicator-1/base.apk
10-03 10:55:04.720 I/Xposed ( 263): Loading class com.smartmadsoft.xposed.disablesuindicator.Toor
10-03 10:55:04.722 I/Xposed ( 263): Loading modules from /data/app/com.fifsource.android.resolveractivitytweaks-1/base.apk
10-03 10:55:04.739 I/Xposed ( 263): Loading class com.fifsource.android.resolveractivitytweaks.XposedModule
10-03 10:55:04.749 I/Xposed ( 263): Loading modules from /data/app/de.robv.android.xposed.mods.appsettings-1/base.apk
10-03 10:55:04.766 I/Xposed ( 263): Loading class de.robv.android.xposed.mods.appsettings.XposedMod
10-03 10:55:04.801 I/Xposed ( 263): Loading modules from /data/app/com.android.vending.billing.InAppBillingService.LUCK-2/base.apk
10-03 10:55:04.901 I/Xposed ( 263): Loading class com.chelpus.XSupport
10-03 10:55:04.950 I/Xposed ( 263): Loading modules from /data/app/ma.wanam.youtubeadaway-1/base.apk
10-03 10:55:05.019 I/Xposed ( 263): Loading class ma.wanam.youtubeadaway.Xposed
10-03 10:58:39.253 E/Xposed ( 4226): java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setVisibility(int)' on a null object reference
10-03 10:58:39.253 E/Xposed ( 4226): at com.fifsource.android.resolveractivitytweaks.XposedModule$3.afterHookedMethod(XposedModule.java:97)
10-03 10:58:39.253 E/Xposed ( 4226): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:682)
10-03 10:58:39.253 E/Xposed ( 4226): at com.android.internal.app.ResolverActivity.onCreate(<Xposed>)
10-03 10:58:39.253 E/Xposed ( 4226): at com.android.internal.app.ChooserActivity.onCreate(ChooserActivity.java:74)
10-03 10:58:39.253 E/Xposed ( 4226): at android.app.Activity.performCreate(Activity.java:5990)
10-03 10:58:39.253 E/Xposed ( 4226): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
10-03 10:58:39.253 E/Xposed ( 4226): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2311)
10-03 10:58:39.253 E/Xposed ( 4226): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2420)
10-03 10:58:39.253 E/Xposed ( 4226): at android.app.ActivityThread.access$900(ActivityThread.java:154)
10-03 10:58:39.253 E/Xposed ( 4226): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
10-03 10:58:39.253 E/Xposed ( 4226): at android.os.Handler.dispatchMessage(Handler.java:102)
10-03 10:58:39.253 E/Xposed ( 4226): at android.os.Looper.loop(Looper.java:135)
10-03 10:58:39.253 E/Xposed ( 4226): at android.app.ActivityThread.main(ActivityThread.java:5294)
10-03 10:58:39.253 E/Xposed ( 4226): at java.lang.reflect.Method.invoke(Native Method)
10-03 10:58:39.253 E/Xposed ( 4226): at java.lang.reflect.Method.invoke(Method.java:372)
10-03 10:58:39.253 E/Xposed ( 4226): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
10-03 10:58:39.253 E/Xposed ( 4226): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
10-03 10:58:39.253 E/Xposed ( 4226): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
10-03 10:58:57.166 E/Xposed ( 4226): java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setVisibility(int)' on a null object reference
10-03 10:58:57.166 E/Xposed ( 4226): at com.fifsource.android.resolveractivitytweaks.XposedModule$3.afterHookedMethod(XposedModule.java:97)
10-03 10:58:57.166 E/Xposed ( 4226): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:682)
10-03 10:58:57.166 E/Xposed ( 4226): at com.android.internal.app.ResolverActivity.onCreate(<Xposed>)
10-03 10:58:57.166 E/Xposed ( 4226): at com.android.internal.app.ChooserActivity.onCreate(ChooserActivity.java:74)
10-03 10:58:57.166 E/Xposed ( 4226): at android.app.Activity.performCreate(Activity.java:5990)
10-03 10:58:57.166 E/Xposed ( 4226): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
10-03 10:58:57.166 E/Xposed ( 4226): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2311)
10-03 10:58:57.166 E/Xposed ( 4226): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2420)
10-03 10:58:57.166 E/Xposed ( 4226): at android.app.ActivityThread.access$900(ActivityThread.java:154)
10-03 10:58:57.166 E/Xposed ( 4226): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
10-03 10:58:57.166 E/Xposed ( 4226): at android.os.Handler.dispatchMessage(Handler.java:102)
10-03 10:58:57.166 E/Xposed ( 4226): at android.os.Looper.loop(Looper.java:135)
10-03 10:58:57.166 E/Xposed ( 4226): at android.app.ActivityThread.main(ActivityThread.java:5294)
10-03 10:58:57.166 E/Xposed ( 4226): at java.lang.reflect.Method.invoke(Native Method)
10-03 10:58:57.166 E/Xposed ( 4226): at java.lang.reflect.Method.invoke(Method.java:372)
10-03 10:58:57.166 E/Xposed ( 4226): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
10-03 10:58:57.166 E/Xposed ( 4226): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
10-03 10:58:57.166 E/Xposed ( 4226): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
10-03 10:59:15.637 E/Xposed ( 4226): java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setVisibility(int)' on a null object reference
10-03 10:59:15.637 E/Xposed ( 4226): at com.fifsource.android.resolveractivitytweaks.XposedModule$3.afterHookedMethod(XposedModule.java:97)
10-03 10:59:15.637 E/Xposed ( 4226): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:682)
10-03 10:59:15.637 E/Xposed ( 4226): at com.android.internal.app.ResolverActivity.onCreate(<Xposed>)
10-03 10:59:15.637 E/Xposed ( 4226): at com.android.internal.app.ChooserActivity.onCreate(ChooserActivity.java:74)
10-03 10:59:15.637 E/Xposed ( 4226): at android.app.Activity.performCreate(Activity.java:5990)
10-03 10:59:15.637 E/Xposed ( 4226): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
10-03 10:59:15.637 E/Xposed ( 4226): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2311)
10-03 10:59:15.637 E/Xposed ( 4226): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2420)
10-03 10:59:15.637 E/Xposed ( 4226): at android.app.ActivityThread.access$900(ActivityThread.java:154)
10-03 10:59:15.637 E/Xposed ( 4226): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
10-03 10:59:15.637 E/Xposed ( 4226): at android.os.Handler.dispatchMessage(Handler.java:102)
10-03 10:59:15.637 E/Xposed ( 4226): at android.os.Looper.loop(Looper.java:135)
10-03 10:59:15.637 E/Xposed ( 4226): at android.app.ActivityThread.main(ActivityThread.java:5294)
10-03 10:59:15.637 E/Xposed ( 4226): at java.lang.reflect.Method.invoke(Native Method)
10-03 10:59:15.637 E/Xposed ( 4226): at java.lang.reflect.Method.invoke(Method.java:372)
10-03 10:59:15.637 E/Xposed ( 4226): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
10-03 10:59:15.637 E/Xposed ( 4226): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
10-03 10:59:15.637 E/Xposed ( 4226): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
10-03 10:59:57.196 I/XposedInstaller( 5177): updating modules.list
Fif_ said:
Curious Boy said:
now i sees your app's minsdkver is 22( android 5.1).
Click to expand...
Click to collapse
Crap, my bad.
It should work on 5.0 as well.
I'll post a new APK tomorrow.
Click to expand...
Click to collapse
Thanks for that tip again. The newly released 0.2 should work on 5.0.
Alexey71 said:
Hi. error cm12.1
Code:
10-03 10:58:39.253 E/Xposed ( 4226): java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Button.setVisibility(int)' on a null object reference
10-03 10:58:39.253 E/Xposed ( 4226): at com.fifsource.android.resolveractivitytweaks.XposedModule$3.afterHookedMethod(XposedModule.java:97)
Click to expand...
Click to collapse
Mmm, that's odd. The CM ResolverActivity.java seems to be the same as AOSP.
However it's heavily subclassed everywhere, so it could be that the subclasses are messing things up for my module.
Do you remember how you launched the crashing dialog?
Does it happen on every pick?
Does it happen if you allow Always/Once button to show?
Does it still happen if you turn off "Enable" in "Resolver Activity Tweaks" (without disabling in Xposed)?
Anyhow, give a shot to v0.2 fresh & hot off the presses. I've hardened the logic a little bit and it may work.
Sadly nothing change after reboot and setting. Seem my rom has something different. Many module like Power menu +, screen off animation,... Confirm work on lollipop but not on mine.
Curious Boy said:
Sadly nothing change after reboot and setting. Seem my rom has something different. Many module like Power menu +, screen off animation,... Confirm work on lollipop but not on mine.
Click to expand...
Click to collapse
Do you have any stack traces or logcat to share by chance?
What behaviors do you observe?
Neither of the module's two options (Enable and Hide Always/Show) have any effect for you?
I was also sorely missing Complete Action Plus on Lollipop. I hope you'll add some more customizations in the future.
One thing I personally don't like is that pop up dialogues appear in kind of minimised form at the bottom. I liked the centralised & maximised implementation in previous Android versions.
I'm just hopping that somebody will bring it back albeit with current material design.
Fif_ said:
Do you have any stack traces or logcat to share by chance?
What behaviors do you observe?
Neither of the module's two options (Enable and Hide Always/Show) have any effect for you?
Click to expand...
Click to collapse
Here is log and my systemui: https://goo.gl/6SDXME
Hope this help!
Diljinder said:
I was also sorely missing Complete Action Plus on Lollipop. I hope you'll add some more customizations in the future.
One thing I personally don't like is that pop up dialogues appear in kind of minimised form at the bottom. I liked the centralised & maximised implementation in previous Android versions.
I'm just hopping that somebody will bring it back albeit with current material design.
Click to expand...
Click to collapse
@Diljinder: There is a mondule (by me) for this
I think you're talking about "Custom Share". I already tried it & in fact, bought the Donate version, but I'm unsatisfied with your implementation.
Your implementation is actually not centralised. "Open with" dialogues appear at the top, though "Share with" dialogues look better simply because there are substantially high number of entries.
I've attached some screenshots for comparison.
defim said:
@Diljinder: There is a mondule (by me) for this
Click to expand...
Click to collapse
Please refer to my previous post.
@Diljinder: Both should look the same if Android implementation is used. But apps could replace it with its own. Or even manufacturer could change it. The default implementation is used by test buttons in the app
defim said:
@Diljinder: Both should look the same if Android implementation is used. But apps could replace it with its own. Or even manufacturer could change it. The default implementation is used by test buttons in the app
Click to expand...
Click to collapse
I'm using Nexus 7 2013 & OnePlus one, both of which run Stock (AOSP) unadulterated ROMs. So manufacturer doing any modifications is out of equation.
Just FYI, I compared "Open with" menu of your app (which is unmodified in terms of look) with that of another app called "App picker classic" that uses previous pre lollipop Android implementation which I like in terms of functionality but no so much in terms of looks.
Your app, when "Expanded dialogs" option is used, moves the dialogs from the bottom of the screen (as in default) to the top of the screen instead of in the center.
Hence I'm looking for best compromise. Material Design & centered dialogs.
Am I clear?
Curious Boy said:
Here is log and my systemui: https://goo.gl/6SDXME
Hope this help!
Click to expand...
Click to collapse
The module hooks into this class: com.android.internal.app.ResolverActivity.
http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/5.1.1_r1/com/android/internal/app/ResolverActivity.java
Unfortunately that was not in the System UI apk you sent.
Diljinder said:
I think you're talking about "Custom Share". I already tried it & in fact, bought the Donate version, but I'm unsatisfied with your implementation.
Your implementation is actually not centralised. "Open with" dialogues appear at the top, though "Share with" dialogues look better simply because there are substantially high number of entries.
I've attached some screenshots for comparison.
Click to expand...
Click to collapse
I was not aware of CustomShare... I just gave it a test ride.
CustomShare only replaces the share with menu and does not mess with the open with menu.
Resolver Activity Tweaks does not touch the share with menu, it just changes very slightly the existing, stock aosp, open with menu.
Fif_ said:
I was not aware of CustomShare... I just gave it a test ride.
CustomShare only replaces the share with menu and does not mess with the open with menu.
Resolver Activity Tweaks does not touch the share with menu, it just changes very slightly the existing, stock aosp, open with menu.
Click to expand...
Click to collapse
Is it okay to talk about this here further?? I did not mention the name to prevent this.. CS should handle both open and share menues. But every app could override it
defim said:
Is it okay to talk about this here further?? I did not mention the name to prevent this.. CS should handle both open and share menues. But every app could override it
Click to expand...
Click to collapse
I personally don't mind. Now it may be bad etiquette by some standards
As I mentioned, when I tried CS I couldn't get it to activate on Open, but I did see it in action on Share.

Broken Xposed framework

Ok, first of all.. I'm a major idiot who tried to be smart and understand the inner workings of android.. Long story short.. I deleted the base.apk under data/app for xposed.. I thought if I just got the apk of the same version I have, it would just be replaced, but xposed won't launch.. Base.apk doesn't appear anymore.. I noticed the apk I downloaded from the guide i used to root from dolooper for newbies was a different package name, but the same version.. so I ended up installing the apk (from in android and not flash.. I forgot that's how it has to be installed.. Duh.) Anyway, I was hoping not to be having to post this.. I feel like a real ass, but I'm desperate now after looking hours myself for a fix, and need help from someone who knows what they're doing and can hopefully save me.. I rely a lot on this device, and I hope I haven't ruined it.
So where I am at now.. It's strange, but playstore still works.. So I guess xdxposed is fine, but I also use greenify which not surprisingly, doesn't. So it's had some ramifications, but seemingly fixable.. I'm just scared that when I'll have to inevitably restart the device it'll go into a boot loop or something.. Also, under apps manager it says it's not even technically installed.. It's icon is default android and it says the apk is 0 bytes.. It shows up everywhere else as installed though.. But like I said.. Just won't launch when I press the icon. I have a feeling that maybe it actually does just need a reboot, but like I said nervous to try.. Anyway.. I think that's it.. Hoping someone can help me.. Thanks.
P.S. I grabbed this from the log.. Hopefully it can help and she'd some light on the issue to someone who understands it.
03-11 00:48:02.881 E/Xposed (26241): de.robv.android.xposed.XposedHelpers$ClassNotFoundError: java.lang.ClassNotFoundException: de.robv.android.xposed.installer.XposedApp
03-11 00:48:02.881 E/Xposed (26241): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:54)
03-11 00:48:02.881 E/Xposed (26241): at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:138)
03-11 00:48:02.881 E/Xposed (26241): at de.robv.android.xposed.XposedBridge.hookXposedInstaller(XposedBridge.java:411)
03-11 00:48:02.881 E/Xposed (26241): at de.robv.android.xposed.XposedBridge.access$500(XposedBridge.java:55)
03-11 00:48:02.881 E/Xposed (26241): at de.robv.android.xposed.XposedBridge$1.beforeHookedMethod(XposedBridge.java:177)
03-11 00:48:02.881 E/Xposed (26241): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:648)
03-11 00:48:02.881 E/Xposed (26241): at android.app.ActivityThread.handleBindApplication()
03-11 00:48:02.881 E/Xposed (26241): at android.app.ActivityThread.access$1500(ActivityThread.java:161)
03-11 00:48:02.881 E/Xposed (26241): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1382)
03-11 00:48:02.881 E/Xposed (26241): at android.os.Handler.dispatchMessage(Handler.java:102)
03-11 00:48:02.881 E/Xposed (26241): at android.os.Looper.loop(Looper.java:135)
03-11 00:48:02.881 E/Xposed (26241): at android.app.ActivityThread.main(ActivityThread.java:5458)
03-11 00:48:02.881 E/Xposed (26241): at java.lang.reflect.Method.invoke(Native Method)
03-11 00:48:02.881 E/Xposed (26241): at java.lang.reflect.Method.invoke(Method.java:372)
03-11 00:48:02.881 E/Xposed (26241): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:950)
03-11 00:48:02.881 E/Xposed (26241): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:745)
03-11 00:48:02.881 E/Xposed (26241): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
03-11 00:48:02.881 E/Xposed (26241): Caused by: java.lang.ClassNotFoundException: de.robv.android.xposed.installer.XposedApp
03-11 00:48:02.881 E/Xposed (26241): at java.lang.Class.classForName(Native Method)
03-11 00:48:02.881 E/Xposed (26241): at java.lang.Class.forName(Class.java:306)
03-11 00:48:02.881 E/Xposed (26241): at external.org.apache.commons.lang3.ClassUtils.getClass(ClassUtils.java:823)
03-11 00:48:02.881 E/Xposed (26241): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:52)
03-11 00:48:02.881 E/Xposed (26241): ... 16 more
03-11 00:48:02.881 E/Xposed (26241): Caused by: java.lang.ClassNotFoundException: Didn't find class "de.robv.android.xposed.installer.XposedApp" on path: DexPathList[[zip file "/system/priv-app/MetricsApi/MetricsApi.apk", zip file "/system/priv-app/com.amazon.dp.logger/com.amazon.dp.logger.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
03-11 00:48:02.881 E/Xposed (26241): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
03-11 00:48:02.881 E/Xposed (26241): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
03-11 00:48:02.881 E/Xposed (26241): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
03-11 00:48:02.881 E/Xposed (26241): ... 20 more
03-11 00:48:02.881 E/Xposed (26241): Suppressed: java.lang.ClassNotFoundException: de.robv.android.xposed.installer.XposedApp
03-11 00:48:02.881 E/Xposed (26241): at java.lang.Class.classForName(Native Method)
03-11 00:48:02.881 E/Xposed (26241): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
03-11 00:48:02.881 E/Xposed (26241): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
03-11 00:48:02.881 E/Xposed (26241): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
03-11 00:48:02.881 E/Xposed (26241): ... 21 more
03-11 00:48:02.881 E/Xposed (26241): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
03-11 02:07:47.421 E/Xposed (11268): de.robv.android.xposed.XposedHelpers$ClassNotFoundError: java.lang.ClassNotFoundException: de.robv.android.xposed.installer.XposedApp
03-11 02:07:47.421 E/Xposed (11268): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:54)
03-11 02:07:47.421 E/Xposed (11268): at de.robv.android.xposed.XposedHelpers.findAndHookMethod(XposedHelpers.java:138)
03-11 02:07:47.421 E/Xposed (11268): at de.robv.android.xposed.XposedBridge.hookXposedInstaller(XposedBridge.java:411)
03-11 02:07:47.421 E/Xposed (11268): at de.robv.android.xposed.XposedBridge.access$500(XposedBridge.java:55)
03-11 02:07:47.421 E/Xposed (11268): at de.robv.android.xposed.XposedBridge$1.beforeHookedMethod(XposedBridge.java:177)
03-11 02:07:47.421 E/Xposed (11268): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:648)
03-11 02:07:47.421 E/Xposed (11268): at android.app.ActivityThread.handleBindApplication()
03-11 02:07:47.421 E/Xposed (11268): at android.app.ActivityThread.access$1500(ActivityThread.java:161)
03-11 02:07:47.421 E/Xposed (11268): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1382)
03-11 02:07:47.421 E/Xposed (11268): at android.os.Handler.dispatchMessage(Handler.java:102)
03-11 02:07:47.421 E/Xposed (11268): at android.os.Looper.loop(Looper.java:135)
03-11 02:07:47.421 E/Xposed (11268): at android.app.ActivityThread.main(ActivityThread.java:5458)
03-11 02:07:47.421 E/Xposed (11268): at java.lang.reflect.Method.invoke(Native Method)
03-11 02:07:47.421 E/Xposed (11268): at java.lang.reflect.Method.invoke(Method.java:372)
03-11 02:07:47.421 E/Xposed (11268): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:950)
03-11 02:07:47.421 E/Xposed (11268): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:745)
03-11 02:07:47.421 E/Xposed (11268): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
03-11 02:07:47.421 E/Xposed (11268): Caused by: java.lang.ClassNotFoundException: de.robv.android.xposed.installer.XposedApp
03-11 02:07:47.421 E/Xposed (11268): at java.lang.Class.classForName(Native Method)
03-11 02:07:47.421 E/Xposed (11268): at java.lang.Class.forName(Class.java:306)
03-11 02:07:47.421 E/Xposed (11268): at external.org.apache.commons.lang3.ClassUtils.getClass(ClassUtils.java:823)
03-11 02:07:47.421 E/Xposed (11268): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:52)
03-11 02:07:47.421 E/Xposed (11268): ... 16 more
03-11 02:07:47.421 E/Xposed (11268): Caused by: java.lang.ClassNotFoundException: Didn't find class "de.robv.android.xposed.installer.XposedApp" on path: DexPathList[[zip file "/system/priv-app/MetricsApi/MetricsApi.apk", zip file "/system/priv-app/com.amazon.dp.logger/com.amazon.dp.logger.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
03-11 02:07:47.421 E/Xposed (11268): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
03-11 02:07:47.421 E/Xposed (11268): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
03-11 02:07:47.421 E/Xposed (11268): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
03-11 02:07:47.421 E/Xposed (11268): ... 20 more
03-11 02:07:47.421 E/Xposed (11268): Suppressed: java.lang.ClassNotFoundException: de.robv.android.xposed.installer.XposedApp
03-11 02:07:47.421 E/Xposed (11268): at java.lang.Class.classForName(Native Method)
03-11 02:07:47.421 E/Xposed (11268): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
03-11 02:07:47.421 E/Xposed (11268): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
03-11 02:07:47.421 E/Xposed (11268): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
03-11 02:07:47.421 E/Xposed (11268): ... 21 more
03-11 02:07:47.421 E/Xposed (11268): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
Whew.. Well, I solved it.. Took me all night and all morning, but looks like I'm in the clear. It was all my doing of course, got a little too interested in system apps and trying to optimize.I didn't even need to reboot during the reinstalling xposed/readding modules / restoring system apps process, which surprised me considering how much they all say too reboot. (for good reason) but I was still nervous of the boot loop. I've rebooted since though and no boot loop, so I think I lucked out thankfully.
Annyway, I guess I'll just leave this thread here to look back on in shame and embarresment. Thanks again for helping me root my device. I appreciate this community for all its helped me learn (which I enjoy) and help out a guy strapped for cash using a budget tablet even better.
Take it easy.
gamerlamer said:
Whew.. Well, I solved it.. Took me all night and all morning, but looks like I'm in the clear. It was all my doing of course, got a little too interested in system apps and trying to optimize.I didn't even need to reboot during the reinstalling xposed/readding modules / restoring system apps process, which surprised me considering how much they all say too reboot. (for good reason) but I was still nervous of the boot loop. I've rebooted since though and no boot loop, so I think I lucked out thankfully.
Annyway, I guess I'll just leave this thread here to look back on in shame and embarresment. Thanks again for helping me root my device. I appreciate this community for all its helped me learn (which I enjoy) and help out a guy strapped for cash using a budget tablet even better.
Click to expand...
Click to collapse
Glad it worked out! No need to feel embarrassed, I think. Many of us are here to push the limits, hopefully stopping short of irrecoverable disaster, as you did!
I highly recommend gatesjunior's Debloater tool, here on xda, for testing result of turning system apps off before actually deleting. Check it out!

Categories

Resources