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

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

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..

[MOD][XPOSED] WiFi Filter

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

[MOD][XPOSED][4.4+] Callnect - Alerts when an outgoing call gets answered

Have you ever called someone and found yourself staring at the phone screen?
This app will alert you when the other person answers your phone.
Alert modes: vibrate, audio through earpiece or audio through speaker.
Vibration time can be adjusted.
Requirements:
- Xposed Framework ( API 30+)
- Android 4.4+ (KitKat / Lollipop / Marshmallow)
How to Install:
- Install Xposed Installer App
- Install Xposed framework through Xposed Installer
- Install Callnect App
- Open Xposed Installer App and enable Callnect on the modules list
- Reboot
Download.
Or from here.
Bug reports:
- Make sure Xposed framework is installed, Callnect module enabled and logging level is Verbose (in Callnect settings)
- What's your Callnect and Xposed framework version (saying the latest one does NOT help)
- Upload your Xposed logs (you can get them from the Xposed installer)
Notes:
- This application is NOT a Dialer app.
Changelog:
Code:
v1.1.2:
- Added Android Marshmallow support.
- Bug fixes.
v1.1.1:
- Added more values to the 'Vibrate Time' setting.
v1.1.0:
- Fixed a bug when putting an outgoing call on speaker before it got answer.
- Added 'Custom Audio File' setting for audio alert modes (in-app donation).
- Added 'Briefly boost media volume' setting for audio alert modes (in-app donation).
- Rearranged and cleaned the main screen.
v1.0.1:
- Added 'Vibration + Audio (Speaker)' alert mode.
Thanks: to @rovo89 for his work on Xposed framework.
XDA:DevDB Information
Callnect - Alerts when an outgoing call gets answered, Xposed for all devices (see above for details)
Contributors
yairh
Xposed Package Name: com.yairh.callnect
Version Information
Status: Stable
Current Stable Version: 1.1.2
Stable Release Date: 2015-12-26
Created 2015-10-24
Last Updated 2015-12-27
What does default or quiet logging means ?
App is working fine with 5.0.2 and Sense 7 on HTC
Thanks
Nice idea
CrazyCypher said:
What does default or quiet logging means ?
App is working fine with 5.0.2 and Sense 7 on HTC
Thanks
Click to expand...
Click to collapse
Quiet means no Xposed logs at all.
Default means a minimal writing to the logs
yairh said:
Quiet means no Xposed logs at all.
Default means a minimal writing to the logs
Click to expand...
Click to collapse
Thanks!
It's working on Sense 7
Not working on LG G4. V 1.0.1 I would like to have the feature so much.
Code:
10-27 19:07:00.536 I/Xposed ( 499): -----------------
10-27 19:07:00.536 I/Xposed ( 499): Starting Xposed version 75, compiled for SDK 22
10-27 19:07:00.536 I/Xposed ( 499): Device: LG-H811 (LGE), Android version 5.1 (SDK 22)
10-27 19:07:00.536 I/Xposed ( 499): ROM: LMY47D
10-27 19:07:00.536 I/Xposed ( 499): Build fingerprint: lge/p1_tmo_us/p1:5.1/LMY47D/15229154978c9:user/release-keys
10-27 19:07:00.536 I/Xposed ( 499): Platform: arm64-v8a, 64-bit binary, system server: yes
10-27 19:07:00.536 I/Xposed ( 499): SELinux enabled: yes, enforcing: yes
10-27 19:07:01.586 I/Xposed ( 499): -----------------
10-27 19:07:01.586 I/Xposed ( 499): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
10-27 19:07:02.206 I/Xposed ( 499): Detected ART runtime
10-27 19:07:02.236 I/Xposed ( 499): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
10-27 19:07:02.476 I/Xposed ( 499): Loading modules from /data/app/com.germainz.stopswitchdelay-1/base.apk
10-27 19:07:02.596 I/Xposed ( 499): Loading class com.germainz.stopswitchdelay.XposedMod
10-27 19:07:02.596 I/Xposed ( 499): Loading modules from /data/app/com.yairh.callnect-1/base.apk
10-27 19:07:02.626 I/Xposed ( 499): Loading class com.yairh.callnect.Main
10-27 19:07:02.646 I/Xposed ( 499): Loading modules from /data/app/com.ryansteckler.nlpunbounce-1/base.apk
10-27 19:07:02.676 I/Xposed ( 499): Loading class com.ryansteckler.nlpunbounce.hooks.Wakelocks
10-27 19:07:02.706 I/Xposed ( 499): Loading modules from /data/app/com.ceco.lollipop.gravitybox-1/base.apk
10-27 19:07:02.996 I/Xposed ( 499): Loading class com.ceco.lollipop.gravitybox.GravityBox
10-27 19:07:03.036 I/Xposed ( 499): GB:Hardware: p1
10-27 19:07:03.036 I/Xposed ( 499): GB:Product: p1_tmo_us
10-27 19:07:03.036 I/Xposed ( 499): GB:Device manufacturer: LGE
10-27 19:07:03.036 I/Xposed ( 499): GB:Device brand: lge
10-27 19:07:03.036 I/Xposed ( 499): GB:Device model: LG-H811
10-27 19:07:03.036 I/Xposed ( 499): GB:Device type: phone
10-27 19:07:03.036 I/Xposed ( 499): GB:Is MTK device: false
10-27 19:07:03.036 I/Xposed ( 499): GB:Is Xperia device: false
10-27 19:07:03.036 I/Xposed ( 499): GB:Is Moto XT device: false
10-27 19:07:03.036 I/Xposed ( 499): GB:Has Lenovo custom UI: false
10-27 19:07:03.036 I/Xposed ( 499): GB:Has telephony support: true
10-27 19:07:03.036 I/Xposed ( 499): GB:Has Gemini support: false
10-27 19:07:03.036 I/Xposed ( 499): GB:Android SDK: 22
10-27 19:07:03.036 I/Xposed ( 499): GB:Android Release: 5.1
10-27 19:07:03.036 I/Xposed ( 499): GB:ROM: LMY47D
10-27 19:07:03.186 I/Xposed ( 499): Loading modules from /data/app/it.matsca09.xposedmod.directapkinstall-1/base.apk
10-27 19:07:03.196 I/Xposed ( 499): Loading class it.matsca09.xposedmod.directapkinstall.DirectInstallMod
10-27 19:07:03.206 I/Xposed ( 499): Loading modules from /data/app/com.oasisfeng.greenify-1/base.apk
10-27 19:07:03.246 I/Xposed ( 499): Loading class com.oasisfeng.greenify.pro.FrameworkPatch
10-27 19:07:03.266 I/Xposed ( 499): Loading class com.oasisfeng.greenify.pro.SettingsPatch
10-27 19:07:03.266 I/Xposed ( 499): Loading modules from /data/app/com.pyler.xinstaller-1/base.apk
10-27 19:07:03.276 I/Xposed ( 499): Loading class com.pyler.xinstaller.XInstaller
10-27 19:07:09.916 I/Xposed ( 500): -----------------
10-27 19:07:09.916 I/Xposed ( 500): Starting Xposed version 75, compiled for SDK 22
10-27 19:07:09.916 I/Xposed ( 500): Device: LG-H811 (LGE), Android version 5.1 (SDK 22)
10-27 19:07:09.916 I/Xposed ( 500): ROM: LMY47D
10-27 19:07:09.916 I/Xposed ( 500): Build fingerprint: lge/p1_tmo_us/p1:5.1/LMY47D/15229154978c9:user/release-keys
10-27 19:07:09.916 I/Xposed ( 500): Platform: arm64-v8a, 32-bit binary, system server: no
10-27 19:07:09.916 I/Xposed ( 500): SELinux enabled: yes, enforcing: yes
10-27 19:07:09.916 I/Xposed ( 500): -----------------
10-27 19:07:09.916 I/Xposed ( 500): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
10-27 19:07:10.266 I/Xposed ( 500): Detected ART runtime
10-27 19:07:10.286 I/Xposed ( 500): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
10-27 19:07:10.446 I/Xposed ( 500): Loading modules from /data/app/com.germainz.stopswitchdelay-1/base.apk
10-27 19:07:10.546 I/Xposed ( 500): Loading class com.germainz.stopswitchdelay.XposedMod
10-27 19:07:10.546 I/Xposed ( 500): Loading modules from /data/app/com.yairh.callnect-1/base.apk
10-27 19:07:10.566 I/Xposed ( 500): Loading class com.yairh.callnect.Main
10-27 19:07:10.576 I/Xposed ( 500): Loading modules from /data/app/com.ryansteckler.nlpunbounce-1/base.apk
10-27 19:07:10.596 I/Xposed ( 500): Loading class com.ryansteckler.nlpunbounce.hooks.Wakelocks
10-27 19:07:10.616 I/Xposed ( 500): Loading modules from /data/app/com.ceco.lollipop.gravitybox-1/base.apk
10-27 19:07:10.816 I/Xposed ( 500): Loading class com.ceco.lollipop.gravitybox.GravityBox
10-27 19:07:10.836 I/Xposed ( 500): Loading modules from /data/app/it.matsca09.xposedmod.directapkinstall-1/base.apk
10-27 19:07:10.836 I/Xposed ( 500): Loading class it.matsca09.xposedmod.directapkinstall.DirectInstallMod
10-27 19:07:10.846 I/Xposed ( 500): Loading modules from /data/app/com.oasisfeng.greenify-1/base.apk
10-27 19:07:10.886 I/Xposed ( 500): Loading class com.oasisfeng.greenify.pro.FrameworkPatch
10-27 19:07:10.906 I/Xposed ( 500): Loading class com.oasisfeng.greenify.pro.SettingsPatch
10-27 19:07:10.916 I/Xposed ( 500): Loading modules from /data/app/com.pyler.xinstaller-1/base.apk
10-27 19:07:10.916 I/Xposed ( 500): Loading class com.pyler.xinstaller.XInstaller
10-27 19:07:12.276 I/Xposed ( 1206): Callnect: Version 1.0.1
10-27 19:07:31.676 E/Xposed ( 6264): de.robv.android.xposed.XposedHelpers$ClassNotFoundError: java.lang.ClassNotFoundException: com.android.server.telecom.AsyncRingtonePlayer
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:54)
10-27 19:07:31.676 E/Xposed ( 6264): at com.ceco.lollipop.gravitybox.ModRinger.init(ModRinger.java:91)
10-27 19:07:31.676 E/Xposed ( 6264): at com.ceco.lollipop.gravitybox.GravityBox.handleLoadPackage(GravityBox.java:206)
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.IXposedHookLoadPackage$Wrapper.handleLoadPackage(IXposedHookLoadPackage.java:20)
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.callbacks.XC_LoadPackage.call(XC_LoadPackage.java:34)
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.XposedBridge$1.beforeHookedMethod(XposedBridge.java:174)
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:648)
10-27 19:07:31.676 E/Xposed ( 6264): at android.app.ActivityThread.handleBindApplication(<Xposed>)
10-27 19:07:31.676 E/Xposed ( 6264): at android.app.ActivityThread.access$1500(ActivityThread.java:162)
10-27 19:07:31.676 E/Xposed ( 6264): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1410)
10-27 19:07:31.676 E/Xposed ( 6264): at android.os.Handler.dispatchMessage(Handler.java:102)
10-27 19:07:31.676 E/Xposed ( 6264): at android.os.Looper.loop(Looper.java:135)
10-27 19:07:31.676 E/Xposed ( 6264): at android.app.ActivityThread.main(ActivityThread.java:5430)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.reflect.Method.invoke(Native Method)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.reflect.Method.invoke(Method.java:372)
10-27 19:07:31.676 E/Xposed ( 6264): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:913)
10-27 19:07:31.676 E/Xposed ( 6264): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:706)
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
10-27 19:07:31.676 E/Xposed ( 6264): Caused by: java.lang.ClassNotFoundException: com.android.server.telecom.AsyncRingtonePlayer
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.Class.classForName(Native Method)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.Class.forName(Class.java:309)
10-27 19:07:31.676 E/Xposed ( 6264): at external.org.apache.commons.lang3.ClassUtils.getClass(ClassUtils.java:823)
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:52)
10-27 19:07:31.676 E/Xposed ( 6264): ... 18 more
10-27 19:07:31.676 E/Xposed ( 6264): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.server.telecom.AsyncRingtonePlayer" on path: DexPathList[[zip file "/system/priv-app/LGTelecom/LGTelecom.apk"],nativeLibraryDirectories=[/vendor/lib64, /system/lib64]]
10-27 19:07:31.676 E/Xposed ( 6264): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
10-27 19:07:31.676 E/Xposed ( 6264): ... 22 more
10-27 19:07:31.676 E/Xposed ( 6264): Suppressed: java.lang.ClassNotFoundException: com.android.server.telecom.AsyncRingtonePlayer
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.Class.classForName(Native Method)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
10-27 19:07:31.676 E/Xposed ( 6264): ... 23 more
10-27 19:07:31.676 E/Xposed ( 6264): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
10-27 19:07:32.696 I/Xposed ( 5325): GB:StatusbarBattery: Error backing up original colors: com.lge.systemui.widget.LGBatteryMeterView#mColors
10-27 19:07:32.696 I/Xposed ( 5325): GB:StatusbarBattery: Error setting colors: com.lge.systemui.widget.LGBatteryMeterView#mColors
10-27 19:07:32.696 I/Xposed ( 5325): GB:StatusbarBattery: Error backing up original colors: com.lge.systemui.widget.LGBatteryMeterView#mColors
10-27 19:07:32.696 I/Xposed ( 5325): GB:StatusbarBattery: Error setting colors: com.lge.systemui.widget.LGBatteryMeterView#mColors
10-27 19:07:32.696 I/Xposed ( 5325): GB:StatusbarBattery: Error backing up original colors: com.lge.systemui.widget.LGBatteryMeterView#mColors
10-27 19:07:32.696 I/Xposed ( 5325): GB:StatusbarBattery: Error setting colors: com.lge.systemui.widget.LGBatteryMeterView#mColors
This has always been there on xposed : http://forum.xda-developers.com/xposed/modules/mod-android-phone-vibrator-t2417965
Works great on LP (5.1.1)
jobella said:
Not working on LG G4. V 1.0.1 I would like to have the feature so much.
Code:
10-27 19:07:00.536 I/Xposed ( 499): -----------------
10-27 19:07:00.536 I/Xposed ( 499): Starting Xposed version 75, compiled for SDK 22
10-27 19:07:00.536 I/Xposed ( 499): Device: LG-H811 (LGE), Android version 5.1 (SDK 22)
10-27 19:07:00.536 I/Xposed ( 499): ROM: LMY47D
10-27 19:07:00.536 I/Xposed ( 499): Build fingerprint: lge/p1_tmo_us/p1:5.1/LMY47D/15229154978c9:user/release-keys
10-27 19:07:00.536 I/Xposed ( 499): Platform: arm64-v8a, 64-bit binary, system server: yes
10-27 19:07:00.536 I/Xposed ( 499): SELinux enabled: yes, enforcing: yes
10-27 19:07:01.586 I/Xposed ( 499): -----------------
10-27 19:07:01.586 I/Xposed ( 499): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
10-27 19:07:02.206 I/Xposed ( 499): Detected ART runtime
10-27 19:07:02.236 I/Xposed ( 499): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
10-27 19:07:02.476 I/Xposed ( 499): Loading modules from /data/app/com.germainz.stopswitchdelay-1/base.apk
10-27 19:07:02.596 I/Xposed ( 499): Loading class com.germainz.stopswitchdelay.XposedMod
10-27 19:07:02.596 I/Xposed ( 499): Loading modules from /data/app/com.yairh.callnect-1/base.apk
10-27 19:07:02.626 I/Xposed ( 499): Loading class com.yairh.callnect.Main
10-27 19:07:02.646 I/Xposed ( 499): Loading modules from /data/app/com.ryansteckler.nlpunbounce-1/base.apk
10-27 19:07:02.676 I/Xposed ( 499): Loading class com.ryansteckler.nlpunbounce.hooks.Wakelocks
10-27 19:07:02.706 I/Xposed ( 499): Loading modules from /data/app/com.ceco.lollipop.gravitybox-1/base.apk
10-27 19:07:02.996 I/Xposed ( 499): Loading class com.ceco.lollipop.gravitybox.GravityBox
10-27 19:07:03.036 I/Xposed ( 499): GB:Hardware: p1
10-27 19:07:03.036 I/Xposed ( 499): GB:Product: p1_tmo_us
10-27 19:07:03.036 I/Xposed ( 499): GB:Device manufacturer: LGE
10-27 19:07:03.036 I/Xposed ( 499): GB:Device brand: lge
10-27 19:07:03.036 I/Xposed ( 499): GB:Device model: LG-H811
10-27 19:07:03.036 I/Xposed ( 499): GB:Device type: phone
10-27 19:07:03.036 I/Xposed ( 499): GB:Is MTK device: false
10-27 19:07:03.036 I/Xposed ( 499): GB:Is Xperia device: false
10-27 19:07:03.036 I/Xposed ( 499): GB:Is Moto XT device: false
10-27 19:07:03.036 I/Xposed ( 499): GB:Has Lenovo custom UI: false
10-27 19:07:03.036 I/Xposed ( 499): GB:Has telephony support: true
10-27 19:07:03.036 I/Xposed ( 499): GB:Has Gemini support: false
10-27 19:07:03.036 I/Xposed ( 499): GB:Android SDK: 22
10-27 19:07:03.036 I/Xposed ( 499): GB:Android Release: 5.1
10-27 19:07:03.036 I/Xposed ( 499): GB:ROM: LMY47D
10-27 19:07:03.186 I/Xposed ( 499): Loading modules from /data/app/it.matsca09.xposedmod.directapkinstall-1/base.apk
10-27 19:07:03.196 I/Xposed ( 499): Loading class it.matsca09.xposedmod.directapkinstall.DirectInstallMod
10-27 19:07:03.206 I/Xposed ( 499): Loading modules from /data/app/com.oasisfeng.greenify-1/base.apk
10-27 19:07:03.246 I/Xposed ( 499): Loading class com.oasisfeng.greenify.pro.FrameworkPatch
10-27 19:07:03.266 I/Xposed ( 499): Loading class com.oasisfeng.greenify.pro.SettingsPatch
10-27 19:07:03.266 I/Xposed ( 499): Loading modules from /data/app/com.pyler.xinstaller-1/base.apk
10-27 19:07:03.276 I/Xposed ( 499): Loading class com.pyler.xinstaller.XInstaller
10-27 19:07:09.916 I/Xposed ( 500): -----------------
10-27 19:07:09.916 I/Xposed ( 500): Starting Xposed version 75, compiled for SDK 22
10-27 19:07:09.916 I/Xposed ( 500): Device: LG-H811 (LGE), Android version 5.1 (SDK 22)
10-27 19:07:09.916 I/Xposed ( 500): ROM: LMY47D
10-27 19:07:09.916 I/Xposed ( 500): Build fingerprint: lge/p1_tmo_us/p1:5.1/LMY47D/15229154978c9:user/release-keys
10-27 19:07:09.916 I/Xposed ( 500): Platform: arm64-v8a, 32-bit binary, system server: no
10-27 19:07:09.916 I/Xposed ( 500): SELinux enabled: yes, enforcing: yes
10-27 19:07:09.916 I/Xposed ( 500): -----------------
10-27 19:07:09.916 I/Xposed ( 500): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
10-27 19:07:10.266 I/Xposed ( 500): Detected ART runtime
10-27 19:07:10.286 I/Xposed ( 500): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
10-27 19:07:10.446 I/Xposed ( 500): Loading modules from /data/app/com.germainz.stopswitchdelay-1/base.apk
10-27 19:07:10.546 I/Xposed ( 500): Loading class com.germainz.stopswitchdelay.XposedMod
10-27 19:07:10.546 I/Xposed ( 500): Loading modules from /data/app/com.yairh.callnect-1/base.apk
10-27 19:07:10.566 I/Xposed ( 500): Loading class com.yairh.callnect.Main
10-27 19:07:10.576 I/Xposed ( 500): Loading modules from /data/app/com.ryansteckler.nlpunbounce-1/base.apk
10-27 19:07:10.596 I/Xposed ( 500): Loading class com.ryansteckler.nlpunbounce.hooks.Wakelocks
10-27 19:07:10.616 I/Xposed ( 500): Loading modules from /data/app/com.ceco.lollipop.gravitybox-1/base.apk
10-27 19:07:10.816 I/Xposed ( 500): Loading class com.ceco.lollipop.gravitybox.GravityBox
10-27 19:07:10.836 I/Xposed ( 500): Loading modules from /data/app/it.matsca09.xposedmod.directapkinstall-1/base.apk
10-27 19:07:10.836 I/Xposed ( 500): Loading class it.matsca09.xposedmod.directapkinstall.DirectInstallMod
10-27 19:07:10.846 I/Xposed ( 500): Loading modules from /data/app/com.oasisfeng.greenify-1/base.apk
10-27 19:07:10.886 I/Xposed ( 500): Loading class com.oasisfeng.greenify.pro.FrameworkPatch
10-27 19:07:10.906 I/Xposed ( 500): Loading class com.oasisfeng.greenify.pro.SettingsPatch
10-27 19:07:10.916 I/Xposed ( 500): Loading modules from /data/app/com.pyler.xinstaller-1/base.apk
10-27 19:07:10.916 I/Xposed ( 500): Loading class com.pyler.xinstaller.XInstaller
10-27 19:07:12.276 I/Xposed ( 1206): Callnect: Version 1.0.1
10-27 19:07:31.676 E/Xposed ( 6264): de.robv.android.xposed.XposedHelpers$ClassNotFoundError: java.lang.ClassNotFoundException: com.android.server.telecom.AsyncRingtonePlayer
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:54)
10-27 19:07:31.676 E/Xposed ( 6264): at com.ceco.lollipop.gravitybox.ModRinger.init(ModRinger.java:91)
10-27 19:07:31.676 E/Xposed ( 6264): at com.ceco.lollipop.gravitybox.GravityBox.handleLoadPackage(GravityBox.java:206)
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.IXposedHookLoadPackage$Wrapper.handleLoadPackage(IXposedHookLoadPackage.java:20)
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.callbacks.XC_LoadPackage.call(XC_LoadPackage.java:34)
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.XposedBridge$1.beforeHookedMethod(XposedBridge.java:174)
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:648)
10-27 19:07:31.676 E/Xposed ( 6264): at android.app.ActivityThread.handleBindApplication(<Xposed>)
10-27 19:07:31.676 E/Xposed ( 6264): at android.app.ActivityThread.access$1500(ActivityThread.java:162)
10-27 19:07:31.676 E/Xposed ( 6264): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1410)
10-27 19:07:31.676 E/Xposed ( 6264): at android.os.Handler.dispatchMessage(Handler.java:102)
10-27 19:07:31.676 E/Xposed ( 6264): at android.os.Looper.loop(Looper.java:135)
10-27 19:07:31.676 E/Xposed ( 6264): at android.app.ActivityThread.main(ActivityThread.java:5430)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.reflect.Method.invoke(Native Method)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.reflect.Method.invoke(Method.java:372)
10-27 19:07:31.676 E/Xposed ( 6264): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:913)
10-27 19:07:31.676 E/Xposed ( 6264): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:706)
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:115)
10-27 19:07:31.676 E/Xposed ( 6264): Caused by: java.lang.ClassNotFoundException: com.android.server.telecom.AsyncRingtonePlayer
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.Class.classForName(Native Method)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.Class.forName(Class.java:309)
10-27 19:07:31.676 E/Xposed ( 6264): at external.org.apache.commons.lang3.ClassUtils.getClass(ClassUtils.java:823)
10-27 19:07:31.676 E/Xposed ( 6264): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:52)
10-27 19:07:31.676 E/Xposed ( 6264): ... 18 more
10-27 19:07:31.676 E/Xposed ( 6264): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.server.telecom.AsyncRingtonePlayer" on path: DexPathList[[zip file "/system/priv-app/LGTelecom/LGTelecom.apk"],nativeLibraryDirectories=[/vendor/lib64, /system/lib64]]
10-27 19:07:31.676 E/Xposed ( 6264): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
10-27 19:07:31.676 E/Xposed ( 6264): ... 22 more
10-27 19:07:31.676 E/Xposed ( 6264): Suppressed: java.lang.ClassNotFoundException: com.android.server.telecom.AsyncRingtonePlayer
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.Class.classForName(Native Method)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
10-27 19:07:31.676 E/Xposed ( 6264): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
10-27 19:07:31.676 E/Xposed ( 6264): ... 23 more
10-27 19:07:31.676 E/Xposed ( 6264): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
10-27 19:07:32.696 I/Xposed ( 5325): GB:StatusbarBattery: Error backing up original colors: com.lge.systemui.widget.LGBatteryMeterView#mColors
10-27 19:07:32.696 I/Xposed ( 5325): GB:StatusbarBattery: Error setting colors: com.lge.systemui.widget.LGBatteryMeterView#mColors
10-27 19:07:32.696 I/Xposed ( 5325): GB:StatusbarBattery: Error backing up original colors: com.lge.systemui.widget.LGBatteryMeterView#mColors
10-27 19:07:32.696 I/Xposed ( 5325): GB:StatusbarBattery: Error setting colors: com.lge.systemui.widget.LGBatteryMeterView#mColors
10-27 19:07:32.696 I/Xposed ( 5325): GB:StatusbarBattery: Error backing up original colors: com.lge.systemui.widget.LGBatteryMeterView#mColors
10-27 19:07:32.696 I/Xposed ( 5325): GB:StatusbarBattery: Error setting colors: com.lge.systemui.widget.LGBatteryMeterView#mColors
Click to expand...
Click to collapse
The errors in your Xposed log are related to GravityBox.
Was your Callnect logging level on Verbose?
What ROM do you use?
Also, released version 1.0.1.
Changelog:
Code:
Added 'Vibration + Audio (Speaker)' alert mode.
karangupta said:
This has always been there on xposed : http://forum.xda-developers.com/xposed/modules/mod-android-phone-vibrator-t2417965
Works great on LP (5.1.1)
Click to expand...
Click to collapse
This does not work for me on 5.1. LG G4 stock rooted rom.
---------- Post added at 01:19 PM ---------- Previous post was at 01:16 PM ----------
yairh said:
The errors in your Xposed log are related to GravityBox.
Was your Callnect logging level on Verbose?
What ROM do you use?
Also, released version 1.0.1.
Changelog:
Click to expand...
Click to collapse
I use stock rooted 5.1 rom from LG. Yes, I am on Verbose with Callnect. Yes, I have a lot of GravityBox errors. GB is not fully compatible with my rom but enough works for me.
jobella said:
This does not work for me on 5.1. LG G4 stock rooted rom.
---------- Post added at 01:19 PM ---------- Previous post was at 01:16 PM ----------
I use stock rooted 5.1 rom from LG. Yes, I am on Verbose with Callnect. Yes, I have a lot of GravityBox errors. GB is not fully compatible with my rom but enough works for me.
Click to expand...
Click to collapse
I'm sorry but it seems LG has made more than 'a few' modifications to their stock call app.
That is why Callnect can't even hook its functions - the code is very different
yairh said:
I'm sorry but it seems LG has made more than 'a few' modifications to their stock call app.
That is why Callnect can't even hook its functions - the code is very different
Click to expand...
Click to collapse
Thank you for trying. I appreciate it.
There's only one app I found that works but it breaks WiFi calling so I don't use it.
Version 1.1.0
Released version 1.1.0
Changelog:
Code:
- Fixed a bug when putting an outgoing call on speaker before it got answer.
- Added 'Custom Audio File' setting for audio alert modes (in-app donation).
- Added 'Briefly boost media volume' setting for audio alert modes (in-app donation).
- Rearranged and cleaned the main screen.
Released version 1.1.1
Changelog:
Code:
- Added more values to the 'Vibrate Time' setting.
Very nice app ! Thanks for your work ! Seems to work well with Oneplus X and OxygenOS.
Is it possible that the phone also vibrate at the end of a call ?
Thanks
not working with Samsung j5 stock 5.1.1
please consider fixing it, i'm really missing this feature since kitkat (my old device). GravityBox and other similarities dont work.
neopbm said:
Very nice app ! Thanks for your work ! Seems to work well with Oneplus X and OxygenOS.
Is it possible that the phone also vibrate at the end of a call ?
Thanks
Click to expand...
Click to collapse
Will consider this for future versions
bugggmenot said:
not working with Samsung j5 stock 5.1.1
please consider fixing it, i'm really missing this feature since kitkat (my old device). GravityBox and other similarities dont work.
Click to expand...
Click to collapse
I'm sorry that you are having problems with the app.
Can you please attach your log after enabling 'Verbose' logging level in Callnect Settings?
Thanks in advance :good:
Also, released version 1.1.2.
Changelog:
Code:
- Added Android Marshmallow support.
- Bug fixes.
Dear yairh,
your module is really handy, so thank you for your development. I would just like to inform you, that on stock Marshallov ROM 6.0.1, the vibrate alert does not work. I'm using a Nexus 5 phone.
Best regards.
zk_eu said:
Dear yairh,
your module is really handy, so thank you for your development. I would just like to inform you, that on stock Marshallov ROM 6.0.1, the vibrate alert does not work. I'm using a Nexus 5 phone.
Best regards.
Click to expand...
Click to collapse
Thanks for your feedback.
Can you please set Callnect to Verbose logging level and attach your xposed log (remove any sensitive data from it)?
Do you have vibration for other functions of your Nexus 5? (e.g. calls, sms, etc..)
Version 1.1.3
Changelog:
Code:
- Fixed a bug where Callnect still alerts with audio even though not selected.
This module not working for me at all. here is log with verbos logging enabled:

[MOD][XPOSED][6.0] Use USB for Marshmallow V 1.2 [22/12/2015]

Set MTP or PTP as Default USB Connection on Marshmallow with this app.
There is no settings for this app, Just enable this app in the Xposed Installer and Reboot.
Once you connect the phone to the computer and select the USB option from the notification and selected option will be retained for every reconnect your phone to computer.
For example if you select the USB file transfer option, This app will retain that file transfer option for every reconnect your phone to computer.
Install Instructions★Install Xposed Installer
★Install Xposed Framework
★Install this app
★Activate the module in Xposed Installer app
★Reboot the phone
★Connect your phone to computer via USB
★Select the USB option from the notification​Get Use USB for Marshmallow on play store for automatic update
If you find any bugs please report here.
I will support u ASAP.
XDA:DevDB Information
Use USB for Marshmallow, Xposed for all devices (see above for details)
Contributors
FemBlack
Xposed Package Name: rayyan.black.fem.ind.runner
Version Information
Status: Stable
Created 2015-12-16
Last Updated 2015-12-21
Reserved
Reserved
I am looking for tasters who has nexus 5x and 6p..interested people let me know in the comments
Sent from my Nexus 6 using Tapatalk
Source Code?
Source Code?
Glasses8 said:
Source Code?
Click to expand...
Click to collapse
Sorry usually I don't release my source code but I will think about it...
Sent from my Nexus 6 using Tapatalk
Don't work on XT1097 6.0 Stock.
The module is on but nothing happens.
Don't work
Don't work on Cyanogen mod 13
Junior Passos said:
Don't work on XT1097 6.0 Stock.
The module is on but nothing happens.
Click to expand...
Click to collapse
exinaut28 said:
Don't work on Cyanogen mod 13
Click to expand...
Click to collapse
pls share the xposed log file i will check the issue...
Junior Passos said:
Don't work on XT1097 6.0 Stock.
The module is on but nothing happens.
Click to expand...
Click to collapse
exinaut28 said:
Don't work on Cyanogen mod 13
Click to expand...
Click to collapse
pls explain what you have done after you installed the module.
did u guys fallow these instructions
★Activate the module in Xposed Installer app
★Reboot the phone
★Connect your phone to computer via USB
★Select the USB option from the notification
FemBlack said:
I am looking for tasters who has nexus 5x and 6p..interested people let me know in the comments
Click to expand...
Click to collapse
I haven't any new Nexus phone, but I tested it on my N7II where it doesn't work. Selected USB mode is not persistent for me as it was in MM without this app/module.
Code:
12-17 11:51:08.135 I/Xposed ( 233): -----------------
12-17 11:51:08.135 I/Xposed ( 233): Starting Xposed version 78, compiled for SDK 23
12-17 11:51:08.135 I/Xposed ( 233): Device: Nexus 7 (asus), Android version 6.0 (SDK 23)
12-17 11:51:08.135 I/Xposed ( 233): ROM: MRA58V
12-17 11:51:08.135 I/Xposed ( 233): Build fingerprint: google/razor/flo:6.0/MRA58V/2324235:user/release-keys
12-17 11:51:08.135 I/Xposed ( 233): Platform: armeabi-v7a, 32-bit binary, system server: yes
12-17 11:51:08.135 I/Xposed ( 233): SELinux enabled: yes, enforcing: yes
12-17 11:51:08.145 I/Xposed ( 233): -----------------
12-17 11:51:08.146 I/Xposed ( 233): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
12-17 11:51:08.672 I/Xposed ( 233): Detected ART runtime
12-17 11:51:08.731 I/Xposed ( 233): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
12-17 11:51:09.180 I/Xposed ( 233): Loading modules from /data/app/com.ceco.marshmallow.gravitybox-2/base.apk
12-17 11:51:09.477 I/Xposed ( 233): Loading class com.ceco.marshmallow.gravitybox.GravityBox
12-17 11:51:09.517 I/Xposed ( 233): GB:Hardware: flo
12-17 11:51:09.518 I/Xposed ( 233): GB:Product: razor
12-17 11:51:09.518 I/Xposed ( 233): GB:Device manufacturer: asus
12-17 11:51:09.518 I/Xposed ( 233): GB:Device brand: google
12-17 11:51:09.519 I/Xposed ( 233): GB:Device model: Nexus 7
12-17 11:51:09.531 I/Xposed ( 233): GB:Device type: tablet
12-17 11:51:09.533 I/Xposed ( 233): GB:Is MTK device: false
12-17 11:51:09.533 I/Xposed ( 233): GB:Is Xperia device: false
12-17 11:51:09.533 I/Xposed ( 233): GB:Is Moto XT device: false
12-17 11:51:09.536 I/Xposed ( 233): GB:Has Lenovo custom UI: false
12-17 11:51:09.540 I/Xposed ( 233): GB:Has telephony support: false
12-17 11:51:09.540 I/Xposed ( 233): GB:Has Gemini support: false
12-17 11:51:09.540 I/Xposed ( 233): GB:Android SDK: 23
12-17 11:51:09.540 I/Xposed ( 233): GB:Android Release: 6.0
12-17 11:51:09.540 I/Xposed ( 233): GB:ROM: MRA58V
12-17 11:51:09.616 I/Xposed ( 233): Loading modules from /data/app/ma.wanam.youtubeadaway-2/base.apk
12-17 11:51:09.639 I/Xposed ( 233): Loading class ma.wanam.youtubeadaway.Xposed
12-17 11:51:09.641 I/Xposed ( 233): Loading modules from /data/app/com.germainz.activityforcenewtask-1/base.apk
12-17 11:51:09.676 I/Xposed ( 233): Loading class com.germainz.activityforcenewtask.XposedMod
12-17 11:51:09.691 I/Xposed ( 233): Loading modules from /data/app/rayyan.black.fem.ind.runner-1/base.apk
12-17 11:51:09.803 I/Xposed ( 233): Loading class rayyan.black.fem.ind.runner.UUSBF
12-17 11:51:09.841 I/Xposed ( 233): Loading modules from /data/app/de.robv.android.xposed.mods.appsettings-1/base.apk
12-17 11:51:09.877 I/Xposed ( 233): Loading class de.robv.android.xposed.mods.appsettings.XposedMod
12-17 11:51:09.898 I/Xposed ( 233): Loading modules from /data/app/com.germainz.crappalinks-1/base.apk
12-17 11:51:09.924 I/Xposed ( 233): Loading class com.germainz.crappalinks.CrappaLinks
12-17 11:51:09.935 I/Xposed ( 233): Loading modules from /data/app/de.theknut.xposedgelsettings-1/base.apk
12-17 11:51:10.033 I/Xposed ( 233): Loading class de.theknut.xposedgelsettings.hooks.ResourceReplacements
12-17 11:51:10.069 I/Xposed ( 233): Loading class de.theknut.xposedgelsettings.hooks.GELSettings
12-17 11:51:10.084 I/Xposed ( 233): Loading modules from /data/app/com.p1ngu1n.playstorechangelog-1/base.apk
12-17 11:51:10.115 I/Xposed ( 233): Loading class com.p1ngu1n.playstorechangelog.PlayStoreChangelog
12-17 11:51:36.506 E/Xposed ( 1013): de.robv.android.xposed.XposedHelpers$ClassNotFoundError: java.lang.ClassNotFoundException: com.android.settings.deviceinfo.UsbBackend
12-17 11:51:36.506 E/Xposed ( 1013): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:54)
12-17 11:51:36.506 E/Xposed ( 1013): at rayyan.black.fem.ind.runner.UUSBF.handleLoadPackage(UUSBF.java:157)
12-17 11:51:36.506 E/Xposed ( 1013): at de.robv.android.xposed.IXposedHookLoadPackage$Wrapper.handleLoadPackage(IXposedHookLoadPackage.java:20)
12-17 11:51:36.506 E/Xposed ( 1013): at de.robv.android.xposed.callbacks.XC_LoadPackage.call(XC_LoadPackage.java:34)
12-17 11:51:36.506 E/Xposed ( 1013): at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
12-17 11:51:36.506 E/Xposed ( 1013): at de.robv.android.xposed.XposedBridge$1.beforeHookedMethod(XposedBridge.java:173)
12-17 11:51:36.506 E/Xposed ( 1013): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:655)
12-17 11:51:36.506 E/Xposed ( 1013): at android.app.ActivityThread.handleBindApplication(<Xposed>)
12-17 11:51:36.506 E/Xposed ( 1013): at android.app.ActivityThread.-wrap1(ActivityThread.java)
12-17 11:51:36.506 E/Xposed ( 1013): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1405)
12-17 11:51:36.506 E/Xposed ( 1013): at android.os.Handler.dispatchMessage(Handler.java:102)
12-17 11:51:36.506 E/Xposed ( 1013): at android.os.Looper.loop(Looper.java:148)
12-17 11:51:36.506 E/Xposed ( 1013): at android.app.ActivityThread.main(ActivityThread.java:5417)
12-17 11:51:36.506 E/Xposed ( 1013): at java.lang.reflect.Method.invoke(Native Method)
12-17 11:51:36.506 E/Xposed ( 1013): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
12-17 11:51:36.506 E/Xposed ( 1013): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
12-17 11:51:36.506 E/Xposed ( 1013): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:114)
12-17 11:51:36.506 E/Xposed ( 1013): Caused by: java.lang.ClassNotFoundException: com.android.settings.deviceinfo.UsbBackend
12-17 11:51:36.506 E/Xposed ( 1013): at java.lang.Class.classForName(Native Method)
12-17 11:51:36.506 E/Xposed ( 1013): at java.lang.Class.forName(Class.java:324)
12-17 11:51:36.506 E/Xposed ( 1013): at external.org.apache.commons.lang3.ClassUtils.getClass(ClassUtils.java:823)
12-17 11:51:36.506 E/Xposed ( 1013): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:52)
12-17 11:51:36.506 E/Xposed ( 1013): ... 16 more
12-17 11:51:36.506 E/Xposed ( 1013): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.settings.deviceinfo.UsbBackend" on path: DexPathList[[zip file "/system/priv-app/Settings/Settings.apk"],nativeLibraryDirectories=[/system/priv-app/Settings/lib/arm, /system/priv-app/Settings/Settings.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]
12-17 11:51:36.506 E/Xposed ( 1013): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
12-17 11:51:36.506 E/Xposed ( 1013): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
12-17 11:51:36.506 E/Xposed ( 1013): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
12-17 11:51:36.506 E/Xposed ( 1013): ... 20 more
12-17 11:51:36.506 E/Xposed ( 1013): Suppressed: java.lang.ClassNotFoundException: com.android.settings.deviceinfo.UsbBackend
12-17 11:51:36.506 E/Xposed ( 1013): at java.lang.Class.classForName(Native Method)
12-17 11:51:36.506 E/Xposed ( 1013): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
12-17 11:51:36.506 E/Xposed ( 1013): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
12-17 11:51:36.506 E/Xposed ( 1013): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
12-17 11:51:36.506 E/Xposed ( 1013): ... 21 more
12-17 11:51:36.506 E/Xposed ( 1013): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available
12-17 11:52:23.708 E/Xposed ( 4299): de.robv.android.xposed.XposedHelpers$ClassNotFoundError: java.lang.ClassNotFoundException: com.android.settings.deviceinfo.UsbBackend
12-17 11:52:23.708 E/Xposed ( 4299): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:54)
12-17 11:52:23.708 E/Xposed ( 4299): at rayyan.black.fem.ind.runner.UUSBF.handleLoadPackage(UUSBF.java:157)
12-17 11:52:23.708 E/Xposed ( 4299): at de.robv.android.xposed.IXposedHookLoadPackage$Wrapper.handleLoadPackage(IXposedHookLoadPackage.java:20)
12-17 11:52:23.708 E/Xposed ( 4299): at de.robv.android.xposed.callbacks.XC_LoadPackage.call(XC_LoadPackage.java:34)
12-17 11:52:23.708 E/Xposed ( 4299): at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
12-17 11:52:23.708 E/Xposed ( 4299): at de.robv.android.xposed.XposedBridge$1.beforeHookedMethod(XposedBridge.java:173)
12-17 11:52:23.708 E/Xposed ( 4299): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:655)
12-17 11:52:23.708 E/Xposed ( 4299): at android.app.ActivityThread.handleBindApplication(<Xposed>)
12-17 11:52:23.708 E/Xposed ( 4299): at android.app.ActivityThread.-wrap1(ActivityThread.java)
12-17 11:52:23.708 E/Xposed ( 4299): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1405)
12-17 11:52:23.708 E/Xposed ( 4299): at android.os.Handler.dispatchMessage(Handler.java:102)
12-17 11:52:23.708 E/Xposed ( 4299): at android.os.Looper.loop(Looper.java:148)
12-17 11:52:23.708 E/Xposed ( 4299): at android.app.ActivityThread.main(ActivityThread.java:5417)
12-17 11:52:23.708 E/Xposed ( 4299): at java.lang.reflect.Method.invoke(Native Method)
12-17 11:52:23.708 E/Xposed ( 4299): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
12-17 11:52:23.708 E/Xposed ( 4299): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
12-17 11:52:23.708 E/Xposed ( 4299): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:114)
12-17 11:52:23.708 E/Xposed ( 4299): Caused by: java.lang.ClassNotFoundException: com.android.settings.deviceinfo.UsbBackend
12-17 11:52:23.708 E/Xposed ( 4299): at java.lang.Class.classForName(Native Method)
12-17 11:52:23.708 E/Xposed ( 4299): at java.lang.Class.forName(Class.java:324)
12-17 11:52:23.708 E/Xposed ( 4299): at external.org.apache.commons.lang3.ClassUtils.getClass(ClassUtils.java:823)
12-17 11:52:23.708 E/Xposed ( 4299): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:52)
12-17 11:52:23.708 E/Xposed ( 4299): ... 16 more
12-17 11:52:23.708 E/Xposed ( 4299): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.settings.deviceinfo.UsbBackend" on path: DexPathList[[zip file "/system/priv-app/Settings/Settings.apk"],nativeLibraryDirectories=[/system/priv-app/Settings/lib/arm, /system/priv-app/Settings/Settings.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]
12-17 11:52:23.708 E/Xposed ( 4299): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
12-17 11:52:23.708 E/Xposed ( 4299): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
12-17 11:52:23.708 E/Xposed ( 4299): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
12-17 11:52:23.708 E/Xposed ( 4299): ... 20 more
12-17 11:52:23.708 E/Xposed ( 4299): Suppressed: java.lang.ClassNotFoundException: com.android.settings.deviceinfo.UsbBackend
12-17 11:52:23.708 E/Xposed ( 4299): at java.lang.Class.classForName(Native Method)
12-17 11:52:23.708 E/Xposed ( 4299): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
12-17 11:52:23.708 E/Xposed ( 4299): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
12-17 11:52:23.708 E/Xposed ( 4299): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
12-17 11:52:23.708 E/Xposed ( 4299): ... 21 more
12-17 11:52:23.708 E/Xposed ( 4299): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available
12-17 11:53:12.011 E/Xposed ( 4955): de.robv.android.xposed.XposedHelpers$ClassNotFoundError: java.lang.ClassNotFoundException: com.android.settings.deviceinfo.UsbBackend
12-17 11:53:12.011 E/Xposed ( 4955): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:54)
12-17 11:53:12.011 E/Xposed ( 4955): at rayyan.black.fem.ind.runner.UUSBF.handleLoadPackage(UUSBF.java:157)
12-17 11:53:12.011 E/Xposed ( 4955): at de.robv.android.xposed.IXposedHookLoadPackage$Wrapper.handleLoadPackage(IXposedHookLoadPackage.java:20)
12-17 11:53:12.011 E/Xposed ( 4955): at de.robv.android.xposed.callbacks.XC_LoadPackage.call(XC_LoadPackage.java:34)
12-17 11:53:12.011 E/Xposed ( 4955): at de.robv.android.xposed.callbacks.XCallback.callAll(XCallback.java:70)
12-17 11:53:12.011 E/Xposed ( 4955): at de.robv.android.xposed.XposedBridge$1.beforeHookedMethod(XposedBridge.java:173)
12-17 11:53:12.011 E/Xposed ( 4955): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:655)
12-17 11:53:12.011 E/Xposed ( 4955): at android.app.ActivityThread.handleBindApplication(<Xposed>)
12-17 11:53:12.011 E/Xposed ( 4955): at android.app.ActivityThread.-wrap1(ActivityThread.java)
12-17 11:53:12.011 E/Xposed ( 4955): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1405)
12-17 11:53:12.011 E/Xposed ( 4955): at android.os.Handler.dispatchMessage(Handler.java:102)
12-17 11:53:12.011 E/Xposed ( 4955): at android.os.Looper.loop(Looper.java:148)
12-17 11:53:12.011 E/Xposed ( 4955): at android.app.ActivityThread.main(ActivityThread.java:5417)
12-17 11:53:12.011 E/Xposed ( 4955): at java.lang.reflect.Method.invoke(Native Method)
12-17 11:53:12.011 E/Xposed ( 4955): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
12-17 11:53:12.011 E/Xposed ( 4955): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
12-17 11:53:12.011 E/Xposed ( 4955): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:114)
12-17 11:53:12.011 E/Xposed ( 4955): Caused by: java.lang.ClassNotFoundException: com.android.settings.deviceinfo.UsbBackend
12-17 11:53:12.011 E/Xposed ( 4955): at java.lang.Class.classForName(Native Method)
12-17 11:53:12.011 E/Xposed ( 4955): at java.lang.Class.forName(Class.java:324)
12-17 11:53:12.011 E/Xposed ( 4955): at external.org.apache.commons.lang3.ClassUtils.getClass(ClassUtils.java:823)
12-17 11:53:12.011 E/Xposed ( 4955): at de.robv.android.xposed.XposedHelpers.findClass(XposedHelpers.java:52)
12-17 11:53:12.011 E/Xposed ( 4955): ... 16 more
12-17 11:53:12.011 E/Xposed ( 4955): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.settings.deviceinfo.UsbBackend" on path: DexPathList[[zip file "/system/priv-app/Settings/Settings.apk"],nativeLibraryDirectories=[/system/priv-app/Settings/lib/arm, /system/priv-app/Settings/Settings.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]
12-17 11:53:12.011 E/Xposed ( 4955): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
12-17 11:53:12.011 E/Xposed ( 4955): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
12-17 11:53:12.011 E/Xposed ( 4955): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
12-17 11:53:12.011 E/Xposed ( 4955): ... 20 more
12-17 11:53:12.011 E/Xposed ( 4955): Suppressed: java.lang.ClassNotFoundException: com.android.settings.deviceinfo.UsbBackend
12-17 11:53:12.011 E/Xposed ( 4955): at java.lang.Class.classForName(Native Method)
12-17 11:53:12.011 E/Xposed ( 4955): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
12-17 11:53:12.011 E/Xposed ( 4955): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
12-17 11:53:12.011 E/Xposed ( 4955): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
12-17 11:53:12.011 E/Xposed ( 4955): ... 21 more
12-17 11:53:12.011 E/Xposed ( 4955): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available
_jis_ said:
I haven't any new Nexus phone, but I tested it on my N7II where it doesn't work. Selected USB mode is not persistent for me as it was in MM without this app/module.
Click to expand...
Click to collapse
Thanks for the log..
I have written the code based on the AOSP, u r using nexus it should work ..
can u share your /system/priv-app/Settings/Settings.apk... so that i can check what is the problem.
FemBlack said:
can u share your /system/priv-app/Settings/Settings.apk... so that i can check what is the problem.
Click to expand...
Click to collapse
Sure, here it is: http://uloz.to/xwEeQe2D/settings-7z
Just tell me after you have download it, I'll delete it from the cloud.
FemBlack said:
pls share the xposed log file i will check the issue...
Click to expand...
Click to collapse
OK.
_jis_ said:
Sure, here it is: http://uloz.to/xwEeQe2D/settings-7z
Just tell me after you have download it, I'll delete it from the cloud.
Click to expand...
Click to collapse
Junior Passos said:
OK.
Click to expand...
Click to collapse
Pls test this test apk and let me know if it works or not....
if not working pls share xposed the log file
FemBlack said:
Pls test this test apk and let me know if it works or not....
if not working pls share xposed the log file
Click to expand...
Click to collapse
Still don't work. Thanks.
Selected USB mode is still not persistent for me, but error.log is more clean now. I connected N7II to PC, selected MTP mode, opened appropriate folder on PC, disconnected, connected again, but now I have only USB charging. MTP selection is forgotten as in plain MM.
Code:
12-17 16:43:58.401 I/Xposed ( 231): -----------------
12-17 16:43:58.401 I/Xposed ( 231): Starting Xposed version 78, compiled for SDK 23
12-17 16:43:58.401 I/Xposed ( 231): Device: Nexus 7 (asus), Android version 6.0 (SDK 23)
12-17 16:43:58.401 I/Xposed ( 231): ROM: MRA58V
12-17 16:43:58.401 I/Xposed ( 231): Build fingerprint: google/razor/flo:6.0/MRA58V/2324235:user/release-keys
12-17 16:43:58.401 I/Xposed ( 231): Platform: armeabi-v7a, 32-bit binary, system server: yes
12-17 16:43:58.401 I/Xposed ( 231): SELinux enabled: yes, enforcing: yes
12-17 16:43:58.410 I/Xposed ( 231): -----------------
12-17 16:43:58.411 I/Xposed ( 231): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
12-17 16:43:58.957 I/Xposed ( 231): Detected ART runtime
12-17 16:43:59.014 I/Xposed ( 231): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
12-17 16:43:59.457 I/Xposed ( 231): Loading modules from /data/app/com.ceco.marshmallow.gravitybox-2/base.apk
12-17 16:43:59.798 I/Xposed ( 231): Loading class com.ceco.marshmallow.gravitybox.GravityBox
12-17 16:43:59.832 I/Xposed ( 231): GB:Hardware: flo
12-17 16:43:59.832 I/Xposed ( 231): GB:Product: razor
12-17 16:43:59.832 I/Xposed ( 231): GB:Device manufacturer: asus
12-17 16:43:59.832 I/Xposed ( 231): GB:Device brand: google
12-17 16:43:59.832 I/Xposed ( 231): GB:Device model: Nexus 7
12-17 16:43:59.844 I/Xposed ( 231): GB:Device type: tablet
12-17 16:43:59.845 I/Xposed ( 231): GB:Is MTK device: false
12-17 16:43:59.845 I/Xposed ( 231): GB:Is Xperia device: false
12-17 16:43:59.845 I/Xposed ( 231): GB:Is Moto XT device: false
12-17 16:43:59.847 I/Xposed ( 231): GB:Has Lenovo custom UI: false
12-17 16:43:59.851 I/Xposed ( 231): GB:Has telephony support: false
12-17 16:43:59.851 I/Xposed ( 231): GB:Has Gemini support: false
12-17 16:43:59.851 I/Xposed ( 231): GB:Android SDK: 23
12-17 16:43:59.851 I/Xposed ( 231): GB:Android Release: 6.0
12-17 16:43:59.851 I/Xposed ( 231): GB:ROM: MRA58V
12-17 16:43:59.917 I/Xposed ( 231): Loading modules from /data/app/ma.wanam.youtubeadaway-2/base.apk
12-17 16:43:59.936 I/Xposed ( 231): Loading class ma.wanam.youtubeadaway.Xposed
12-17 16:43:59.938 I/Xposed ( 231): Loading modules from /data/app/com.germainz.activityforcenewtask-1/base.apk
12-17 16:43:59.970 I/Xposed ( 231): Loading class com.germainz.activityforcenewtask.XposedMod
12-17 16:43:59.986 I/Xposed ( 231): Loading modules from /data/app/rayyan.black.fem.ind.runner-2/base.apk
12-17 16:44:00.085 I/Xposed ( 231): Loading class rayyan.black.fem.ind.runner.UUSBF
12-17 16:44:00.126 I/Xposed ( 231): Loading modules from /data/app/de.robv.android.xposed.mods.appsettings-1/base.apk
12-17 16:44:00.162 I/Xposed ( 231): Loading class de.robv.android.xposed.mods.appsettings.XposedMod
12-17 16:44:00.183 I/Xposed ( 231): Loading modules from /data/app/com.germainz.crappalinks-1/base.apk
12-17 16:44:00.209 I/Xposed ( 231): Loading class com.germainz.crappalinks.CrappaLinks
12-17 16:44:00.221 I/Xposed ( 231): Loading modules from /data/app/de.theknut.xposedgelsettings-1/base.apk
12-17 16:44:00.331 I/Xposed ( 231): Loading class de.theknut.xposedgelsettings.hooks.ResourceReplacements
12-17 16:44:00.361 I/Xposed ( 231): Loading class de.theknut.xposedgelsettings.hooks.GELSettings
12-17 16:44:00.376 I/Xposed ( 231): Loading modules from /data/app/com.p1ngu1n.playstorechangelog-1/base.apk
12-17 16:44:00.396 I/Xposed ( 231): Loading class com.p1ngu1n.playstorechangelog.PlayStoreChangelog
12-17 16:44:25.984 I/Xposed ( 1005): UUSBF: com.android.settings.deviceinfo.UsbBackend is not available
12-17 16:45:13.209 I/Xposed ( 4641): UUSBF: com.android.settings.deviceinfo.UsbBackend is not available
12-17 16:45:55.225 I/Xposed ( 5416): UUSBF: com.android.settings.deviceinfo.UsbBackend is not available
12-17 16:45:55.340 I/Xposed ( 5416): UUSBF: getCurrentFunction>>>>>[email protected]
12-17 16:45:57.324 I/Xposed ( 5416): UUSBF: setCurrent[email protected]8811247
12-17 16:45:57.325 I/Xposed ( 5416): UUSBF: value=1
FemBlack said:
I am looking for tasters who has nexus 5x and 6p..interested people let me know in the comments
Click to expand...
Click to collapse
I don't own a 5x or a 6p but a nexus 5 and your module is perfectly working with MM 6.0.1
Followed your instructions. Selected "File Transfer", and now when I plug the cable back in it mounts. Works fine on nexus 6p. The effect even persists after reboot.
There is a potential security risk though. The phone will now mount the internal storage even after you lock the screen. Normal Android behavior is that the contents of the phone do not display in your file explorer on the computer until you unlock the phone.
If I may suggest it, the ideal solution is one that mounts storage directly from plugging the phone in, but only until the lockscreen is disabled or the passcode is entered. Best of both worlds.
Junior Passos said:
Still don't work. Thanks.
Click to expand...
Click to collapse
_jis_ said:
Selected USB mode is still not persistent for me, but error.log is more clean now. I connected N7II to PC, selected MTP mode, opened appropriate folder on PC, disconnected, connected again, but now I have only USB charging. MTP selection is forgotten as in plain MM.
Code:
12-17 16:43:58.401 I/Xposed ( 231): -----------------
12-17 16:43:58.401 I/Xposed ( 231): Starting Xposed version 78, compiled for SDK 23
12-17 16:43:58.401 I/Xposed ( 231): Device: Nexus 7 (asus), Android version 6.0 (SDK 23)
12-17 16:43:58.401 I/Xposed ( 231): ROM: MRA58V
12-17 16:43:58.401 I/Xposed ( 231): Build fingerprint: google/razor/flo:6.0/MRA58V/2324235:user/release-keys
12-17 16:43:58.401 I/Xposed ( 231): Platform: armeabi-v7a, 32-bit binary, system server: yes
12-17 16:43:58.401 I/Xposed ( 231): SELinux enabled: yes, enforcing: yes
12-17 16:43:58.410 I/Xposed ( 231): -----------------
12-17 16:43:58.411 I/Xposed ( 231): Added Xposed (/system/framework/XposedBridge.jar) to CLASSPATH
12-17 16:43:58.957 I/Xposed ( 231): Detected ART runtime
12-17 16:43:59.014 I/Xposed ( 231): Found Xposed class de/robv/android/xposed/XposedBridge, now initializing
12-17 16:43:59.457 I/Xposed ( 231): Loading modules from /data/app/com.ceco.marshmallow.gravitybox-2/base.apk
12-17 16:43:59.798 I/Xposed ( 231): Loading class com.ceco.marshmallow.gravitybox.GravityBox
12-17 16:43:59.832 I/Xposed ( 231): GB:Hardware: flo
12-17 16:43:59.832 I/Xposed ( 231): GB:Product: razor
12-17 16:43:59.832 I/Xposed ( 231): GB:Device manufacturer: asus
12-17 16:43:59.832 I/Xposed ( 231): GB:Device brand: google
12-17 16:43:59.832 I/Xposed ( 231): GB:Device model: Nexus 7
12-17 16:43:59.844 I/Xposed ( 231): GB:Device type: tablet
12-17 16:43:59.845 I/Xposed ( 231): GB:Is MTK device: false
12-17 16:43:59.845 I/Xposed ( 231): GB:Is Xperia device: false
12-17 16:43:59.845 I/Xposed ( 231): GB:Is Moto XT device: false
12-17 16:43:59.847 I/Xposed ( 231): GB:Has Lenovo custom UI: false
12-17 16:43:59.851 I/Xposed ( 231): GB:Has telephony support: false
12-17 16:43:59.851 I/Xposed ( 231): GB:Has Gemini support: false
12-17 16:43:59.851 I/Xposed ( 231): GB:Android SDK: 23
12-17 16:43:59.851 I/Xposed ( 231): GB:Android Release: 6.0
12-17 16:43:59.851 I/Xposed ( 231): GB:ROM: MRA58V
12-17 16:43:59.917 I/Xposed ( 231): Loading modules from /data/app/ma.wanam.youtubeadaway-2/base.apk
12-17 16:43:59.936 I/Xposed ( 231): Loading class ma.wanam.youtubeadaway.Xposed
12-17 16:43:59.938 I/Xposed ( 231): Loading modules from /data/app/com.germainz.activityforcenewtask-1/base.apk
12-17 16:43:59.970 I/Xposed ( 231): Loading class com.germainz.activityforcenewtask.XposedMod
12-17 16:43:59.986 I/Xposed ( 231): Loading modules from /data/app/rayyan.black.fem.ind.runner-2/base.apk
12-17 16:44:00.085 I/Xposed ( 231): Loading class rayyan.black.fem.ind.runner.UUSBF
12-17 16:44:00.126 I/Xposed ( 231): Loading modules from /data/app/de.robv.android.xposed.mods.appsettings-1/base.apk
12-17 16:44:00.162 I/Xposed ( 231): Loading class de.robv.android.xposed.mods.appsettings.XposedMod
12-17 16:44:00.183 I/Xposed ( 231): Loading modules from /data/app/com.germainz.crappalinks-1/base.apk
12-17 16:44:00.209 I/Xposed ( 231): Loading class com.germainz.crappalinks.CrappaLinks
12-17 16:44:00.221 I/Xposed ( 231): Loading modules from /data/app/de.theknut.xposedgelsettings-1/base.apk
12-17 16:44:00.331 I/Xposed ( 231): Loading class de.theknut.xposedgelsettings.hooks.ResourceReplacements
12-17 16:44:00.361 I/Xposed ( 231): Loading class de.theknut.xposedgelsettings.hooks.GELSettings
12-17 16:44:00.376 I/Xposed ( 231): Loading modules from /data/app/com.p1ngu1n.playstorechangelog-1/base.apk
12-17 16:44:00.396 I/Xposed ( 231): Loading class com.p1ngu1n.playstorechangelog.PlayStoreChangelog
12-17 16:44:25.984 I/Xposed ( 1005): UUSBF: com.android.settings.deviceinfo.UsbBackend is not available
12-17 16:45:13.209 I/Xposed ( 4641): UUSBF: com.android.settings.deviceinfo.UsbBackend is not available
12-17 16:45:55.225 I/Xposed ( 5416): UUSBF: com.android.settings.deviceinfo.UsbBackend is not available
12-17 16:45:55.340 I/Xposed ( 5416): UUSBF: getCurrentFunction>>>>>[email protected]
12-17 16:45:57.324 I/Xposed ( 5416): UUSBF: setCurrent[email protected]8811247
12-17 16:45:57.325 I/Xposed ( 5416): UUSBF: value=1
Click to expand...
Click to collapse
do u know the the source code of your ROM if s pls share the github path

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