Anybody noticed huge battery drain with new GooglePlay services 9.6.83.
Have incredible numbers of wakelock from "ContextManagerWakeLock" secondly with "net_scheduler".
I am on Discovery KitKat.
Cleaning data and cache doesn't work...
Any help?
ren7o said:
Anybody noticed huge battery drain with new GooglePlay services 9.6.83.
Have incredible numbers of wakelock from "ContextManagerWakeLock" secondly with "net_scheduler".
I am on Discovery KitKat.
Cleaning data and cache doesn't work...
Any help?
Click to expand...
Click to collapse
Same here. Seems to be a problem with that specific version. There are a few other posts, all very recent, from people complaining about it.
...
Glad I am not alone... If you find any fix post it here please.
ren7o said:
Glad I am not alone... If you find any fix post it here please.
Click to expand...
Click to collapse
The fix will have to come from Google. This has happened before, we just have to wait until they release a fix. I opted for using Amplify (an Xposed Framework module) to block the wakelock, but that's not a fix anyway.
Thank you Adrianrff!
I have blocked SchedulerReceiver and SchedulerInternalReceiver services in MyAndroidTools seams it helped...
Credits goes to denon480 see this post
I do not know if it has any impact on system or functionality of google apps.
I tried to install xposed 2.5.1 but after Amplify module installation I have many FC cant even get in system settings.
What version of xposed do you use?
ren7o said:
Thank you Adrianrff!
I have blocked SchedulerReceiver and SchedulerInternalReceiver services in MyAndroidTools seams it helped...
Credits goes to denon480 see this post
I do not know if it has any impact on system or functionality of google apps.
I tried to install xposed 2.5.1 but after Amplify module installation I have many FC cant even get in system settings.
What version of xposed do you use?
Click to expand...
Click to collapse
It says 3.0 alpha 4.
Thanks but how have you installed this version? Official installer shows latest 2.6.1 versiom for Kitkat but it is not working...
Related
Anyone help me..
Which is the best custom ROM for yureka for multitasking and have good sound output.
Anyone plz help me...
awesumahti said:
Anyone help me..
Which is the best custom ROM for yureka for multitasking and have good sound output.
Anyone plz help me...
Click to expand...
Click to collapse
It's too soon for such a request.
But since you asked, Blisspop and Ressurection Remix are good. [5.1.x]
http://forum.xda-developers.com/yureka/development/rom-blisspop-v3-1-yureka-t3086740
http://forum.xda-developers.com/yureka/development/rom-resurrection-remix-t3089550
Personally I'm happy with a modified version of stock CM12S [5.0.2]
id74em8 said:
It's too soon for such a request.
But since you asked, Blisspop and Ressuraction Remix are good. [5.1.x]
http://forum.xda-developers.com/yureka/development/rom-blisspop-v3-1-yureka-t3086740
http://forum.xda-developers.com/yureka/development/rom-resurrection-remix-t3089550
Personally I'm happy with a modified version of stock CM12S [5.0.2]
Click to expand...
Click to collapse
Well currently I'm also using stock with some mods but the main issue is battery drain so which ROM can I use to reduce battery drain..
I got an increase in battery life an amazing one that is by doing the privacy guard thingy that is mentioned in the forum. You switch off wake up autostart and keep awake in advance options in the advance tab under privacy guard which is in the privacy tab and the battery increase was insane. Search the forum for a better tutorial. It will surely help
sunny765 said:
I got an increase in battery life an amazing one that is by doing the privacy guard thingy that is mentioned in the forum. You switch off wake up autostart and keep awake in advance options in the advance tab under privacy guard which is in the privacy tab and the battery increase was insane. Search the forum for a better tutorial. It will surely help
Click to expand...
Click to collapse
Already did it bro still battery draining..!
awesumahti said:
Well currently I'm also using stock with some mods but the main issue is battery drain so which ROM can I use to reduce battery drain..
Click to expand...
Click to collapse
1- Do a Dalvik cache wipe.
2- Flash a custom kernel. [I'd suggest Sandy 1.3 CPUQuiet build]
3- Keep governor at interactive>>runnable [this is the default, optimized for more battery] or interactive>>load_stats [this should improve performance at higher loads]
4- Enable MSM Thermal [this should fix the heating problem]
5- use Greenify 2.6+ with Xposed, if you're not using it already [this should help in hibernation]
6- Use Recently [this should stop the infamous memory leak Lollipop is known for]
7- Use Amplify for controlling all device wakelocks [this should help maintaining the CPU activity]
8- You can access PrivacyGuard and close the wake up and keep awake switches for all apps you think are necessary [this should reduce the CPU idle usage]
^Do all these and I don't think you need to worry about your battery at all.
Also, can you tell me which app uses most of your battery?
id74em8 said:
1- Do a Dalvik cache wipe.
2- Flash a custom kernel. [I'd suggest Sandy 1.3 CPUQuiet build]
3- Keep governor at interactive>>runnable [this is the default, optimized for more battery] or interactive>>load_stats [this should improve performance at higher loads]
4- Enable MSM Thermal [this should fix the heating problem]
5- use Greenify 2.6+ with Xposed, if you're not using it already [this should help in hibernation]
6- Use Recently [this should stop the infamous memory leak Lollipop is known for]
7- Use Amplify for controlling all device wakelocks [this should help maintaining the CPU activity]
8- You can access PrivacyGuard and close the wake up and keep awake switches for all apps you think are necessary [this should reduce the CPU idle usage]
^Do all these and I don't think you need to worry about your battery at all.
Also, can you tell me which app uses most of your battery?
Click to expand...
Click to collapse
Thanks mate but I have few queries :-
1. MSM thermal where it can be found..??
2. I don't have xposed so where to download it from..??
3. Google play services and Android system and media server the most battery eating apps..
awesumahti said:
Thanks mate but I have few queries :-
1. MSM thermal where it can be found..??
2. I don't have xposed so where to download it from..??
3. Google play services and Android system and media server the most battery eating apps..
Click to expand...
Click to collapse
1- MSM Thermal is actually a kernel feature. You may use Device Control to activate it.
1- Also you can use Temperature Throttle from TricksterMod.
2- Xposed for our device is a pain in the butt.
Try to find an xposed sdk21 arm64 zip. Normal arm builds won't work because we have an arm64 CPU. The zip is unstable though. Flash it and reboot.
Then find an apk file xposed 3 alpha 3
If you can't find them I will provide the links soon.
Then use the modules you want.
3- classic. The PrivacyGuard thing should help in this.
I'm being curious, but what kind of mods have you originally applied on your phone?
id74em8 said:
1- MSM Thermal is actually a kernel feature. You may use Device Control to activate it.
1- Also you can use Temperature Throttle from TricksterMod.
2- Xposed for our device is a pain in the butt.
Try to find an xposed sdk21 arm64 zip. Normal arm builds won't work because we have an arm64 CPU. The zip is unstable though. Flash it and reboot.
Then find an apk file xposed 5 alpha 3
If you can't find them I will provide the links soon.
Then use the modules you want.
3- classic. The PrivacyGuard thing should help in this.
I'm being curious, but what kind of mods have you originally applied on your phone?
Click to expand...
Click to collapse
Firstly Thanks mate
Now answer to your question first I used coolify app then I flashed xccelerate kernel then I flashed stock again but now I'm on Sandy..
And bro please provide me link for xposed app..
awesumahti said:
Firstly Thanks mate
Now answer to your question first I used coolify app then I flashed xccelerate kernel then I flashed stock again but now I'm on Sandy..
And bro please provide me link for xposed app..
Click to expand...
Click to collapse
framework zip:
http://forum.xda-developers.com/xposed/xposed-android-5-1-successfully-t3074586
USE THE sdk21 VERSION ONLY
apk:
http://forum.xda-developers.com/showthread.php?t=3034811
id74em8 said:
framework zip:
http://forum.xda-developers.com/xposed/xposed-android-5-1-successfully-t3074586
USE THE sdk21 VERSION ONLY
apk:
http://forum.xda-developers.com/showthread.php?t=3034811
Click to expand...
Click to collapse
Thanks mate..
id74em8 said:
framework zip:
http://forum.xda-developers.com/xposed/xposed-android-5-1-successfully-t3074586
USE THE sdk21 VERSION ONLY
apk:
http://forum.xda-developers.com/showthread.php?t=3034811
Click to expand...
Click to collapse
Mate this happened..
awesumahti said:
Mate this happened..
Click to expand...
Click to collapse
Yeah it's okay. The framework is active. The app is still in alpha stage for 5.0.x and upwards.You can now install/uninstall modules normally, but you can't reboot through Xposed.
Thanks bro..
id74em8 said:
Yeah it's okay. The framework is active. The app is still in alpha stage for 5.0.x and upwards.You can now install/uninstall modules normally, but you can't reboot through Xposed.
Click to expand...
Click to collapse
Greenify not working for me mate what to do..??
awesumahti said:
Greenify not working for me mate what to do..??
Click to expand...
Click to collapse
Which version are you using?
Use v2.6.2 beta 3
id74em8 said:
Which version are you using?
Use v2.6.2 beta 3
Click to expand...
Click to collapse
See this mate..
awesumahti said:
See this mate..
Click to expand...
Click to collapse
So, what do you mean it's not working?
What error(s) are you getting?
id74em8 said:
So, what do you mean it's not working?
What error(s) are you getting?
Click to expand...
Click to collapse
Whenever I tap the green zzz button to hibernate the apps a message pops out saying failed to put in hibernation like this -
Hello,
I do not find which version of Xposed I should install on 2.2.0 to have access on app permission ?
My Google Play Service is pumping too much battery, and I would like to remove some permission, as "keep awake" ....
If someone could point me in right direction ?
Thanks
To avoid battery draining from Google Play services, I recommend getting the donator version of Amplify.
With Amplify you can block Wakelocks and Alerts for specific amout of times.
There is a huge thread about this here:
http://forum.xda-developers.com/android/general/guide-extreme-battery-life-t3095884
Xposed does not give you app permission access on its own - it is merely a framework. As far as which version of Xposed the OP2 uses, install SDK22 for the ARM64.
Once you have that, download, install, and activate Amplify in Xposed, then go read the topic linked by @GerRudi.
ChefChaudart said:
Hello,
I do not find which version of Xposed I should install on 2.2.0 to have access on app permission ?
My Google Play Service is pumping too much battery, and I would like to remove some permission, as "keep awake" ....
If someone could point me in right direction ?
Thanks
Click to expand...
Click to collapse
Doesn't the oxygen ROM itself can manage app permissions in the settings?!?
Sent from my ONE A2001 using Tapatalk
omidz said:
Doesn't the oxygen ROM itself can manage app permissions in the settings?!?
Click to expand...
Click to collapse
Yes, and fairly well. Xposed apps DO give more control, though. Amplify, for instance, will let you delay wakeups to every 15 minutes or so, instead of simply turning them on or off.
Ssayerr said:
Yes, and fairly well. Xposed apps DO give more control, though. Amplify, for instance, will let you delay wakeups to every 15 minutes or so, instead of simply turning them on or off.
Click to expand...
Click to collapse
I didn't know that, thanks! I have to give it a try
Sent from my ONE A2001 using Tapatalk
Hi folks,
I am on Imperium rom v16 and I am having delays in my stock dialer app especially when I dial USSD codes for credits check etc. I have 2 power saving apps running namely PowerNap and Greenify.
I disabled powernap but didnt fixed the issue but when I disable greenify the lag was gone
So please can anyone tell me exactly which option/setting in greenfy might be causing this problem?
P.S I am using greenify donation version with xposed and no system app is greenified whatsoever
Thanks in advance..
Can u get network signal after installing imperium lolirom v16.0.
I didnt get the network signal.modem and bootloader installation shows fail using odin.
rahulpr6661 said:
Can u get network signal after installing imperium lolirom v16.0.
I didnt get the network signal.modem and bootloader installation shows fail using odin.
Click to expand...
Click to collapse
yes I can, which ver of odin u using?
Sent from my Galaxy S4 using XDA Labs
ElIT3ShOOT3R said:
Hi folks,
I am on Imperium rom v16 and I am having delays in my stock dialer app especially when I dial USSD codes for credits check etc. I have 2 power saving apps running namely PowerNap and Greenify.
I disabled powernap but didnt fixed the issue but when I disable greenify the lag was gone
So please can anyone tell me exactly which option/setting in greenfy might be causing this problem?
P.S I am using greenify donation version with xposed and no system app is greenified whatsoever
Thanks in advance..
Click to expand...
Click to collapse
Greenify uses accessibility settings. Disable them and the lag will go away. Unfortunately Greenify won't work properly if at all, so you have to decide which is more important to you: no lag or battery life.
An article posted on the portal over the weekend talked about lag caused by accessibility settings. Greenify was featured.
Strephon Alkhalikoi said:
Greenify uses accessibility settings. Disable them and the lag will go away. Unfortunately Greenify won't work properly if at all, so you have to decide which is more important to you: no lag or battery life.
An article posted on the portal over the weekend talked about lag caused by accessibility settings. Greenify was featured.
Click to expand...
Click to collapse
Thanks for the info, I will check it out..
Sent from my Galaxy S4 using XDA Labs
This is Xposed installation/testing thread
This is new and unofficial version- can be unstable.
I am not responsible for bricks and loosing your data! ;P
My rom chinese kangvip b225
1. First make backup of your data with twrp
2.Install xposed instaler by dvdandroid
3Flash xposed 87 sdk24 by PurifyOS. .zip file with twrp
4.Install modules, activate them then reboot
Please write what firmware you are using and what modules work on yours phones.
If something goes wrong, first try to flash uninstaller and reboot before restoring data from nandroid
Thanks to great devs for bringing xposed to our phones!
Rovo89, for making Xposed
-Abforce, for update Xposed ti Nougat
-PurifyOS Team, for make possible the build zip with source by abforce
Original thread
What does xposed do for me?
Sent from my MHA-L29 using Tapatalk
First boot is longer than usual
Youtube, camera, play store isnt crashing anymore
I not observed system slowdowns yet
Module App Settings 1.13 is working for all apps
70challenger said:
What does xposed do for me?
Sent from my MHA-L29 using Tapatalk
Click to expand...
Click to collapse
"It lets you install apps/mods/tweak with system level functionality without having to flash them via custom recovery."
Try to search xposed modules or xposed framework on google
gahu777 said:
"It lets you install apps/mods/tweak with system level functionality without having to flash them via custom recovery."
Try to search xposed modules or xposed framework on google
Click to expand...
Click to collapse
Ok, thanks for your reply.
Sent from my MHA-L29 using Tapatalk
its great news! Will wait until it become more stable, but I missed xposed a lot.
Download link?
gahu777 said:
My rom chinese kangvip b225
Click to expand...
Click to collapse
where can I download Chinese Kangvip B225?
rbt001 said:
where can I download Chinese Kangvip B225?
Click to expand...
Click to collapse
Found only link from baidu, you can downliad it from mobile, but you must open site in desktop view http://pan.baidu.com/share/link?shareid=2152760768&uk=1528889538
Or download ephemera rom https://forum.xda-developers.com/mate-9/development/ephemeral-mate-9-b213-viper-kang-tools-t3627176
Thanks but...
Found only link from baidu, you can downliad it from mobile, but you must open site in desktop view http://pan.baidu.com/share/link?shareid=2152760768&uk=1528889538
Click to expand...
Click to collapse
Thanks, I had already found this link via Google but it seems you need to create an account in order to be able to download. And to create an account you need to do verification via Chinese mobile number
Hi
I have found web page with Xposed Framework For EMUI 5.0 And EMUI 5.1 :
http://www.themefoxx.com/2017/08/xposed-framework-emui-5-0-emui-5-1.html
not tested yet but i am going to
reg
repoman728 said:
Hi
I have found web page with Xposed Framework For EMUI 5.0 And EMUI 5.1 :
http://www.themefoxx.com/2017/08/xposed-framework-emui-5-0-emui-5-1.html
not tested yet but i am going to
reg
Click to expand...
Click to collapse
I had it working, but it was a little hit and miss. It would cause a few moderate issues like when I tap an app it would try to open and then just disappear. I would have to tap the app a good 3 or 4 times to get it to actually open.
Also was about 50/50 on which modules actually worked. I really wanted gravity box most, it didn't work. GB Nougat is still highly experimental though.
Thanks for update and reply I was just about to install , it is a pity, I will have to wait more
benjmiester said:
I had it working, but it was a little hit and miss. It would cause a few moderate issues like when I tap an app it would try to open and then just disappear. I would have to tap the app a good 3 or 4 times to get it to actually open.
Also was about 50/50 on which modules actually worked. I really wanted gravity box most, it didn't work. GB Nougat is still highly experimental though.
Click to expand...
Click to collapse
Gravitybox nougat works with xposed from my topic, about 80% of settings working fine ok kangvip b225
Xposed was released for Oreo! Been so long don't know where to start.
EDIT: (I was just being dumb)
Grab the systemless version. Easiest way is through Magisk. Just make sure your on 15.2 or grab it via the link below.
https://forum.xda-developers.com/xposed/unofficial-systemless-xposed-t3388268
I think the best method is using the systemless version for magisk, I just tried it and it works.
Simpy go into modules and you will see the sdk27 version at the very bottom: tap on it, you see there is an updated xposed manager apk made for the new magisk version.
Download the apk, install the module, reboot, install apk, reboot.
Works with no problems
Enjoy
https://forum.xda-developers.com/xposed/unofficial-systemless-xposed-t3388268
TENN3R said:
I think the best method is using the systemless version for magisk, I just tried it and it works.
Simpy go into modules and you will see the sdk27 version at the very bottom: tap on it, you see there is an updated xposed manager apk made for the new magisk version.
Download the apk, install the module, reboot, install apk, reboot.
Works with no problems
Click to expand...
Click to collapse
I feel dumb but I don't see xposed anywhere in the modules section of the Magisk Manager app.
Is there some other way I should be finding modules? I click on the hamburger menu and then downloads and there's about 30 or so listed.
---------- Post added at 07:34 PM ---------- Previous post was at 06:48 PM ----------
Never mind. I figured out I had to be on Magisk 15.2. I was on 14.5.
So anyway I downloaded the Xposed Installer that is linked in Magisk Manager and installed it. Then I installed Xposed inside of Magisk. The only problem is the Xposed Installer crashes every time I click on a module to download. Does anyone else have this issue?
daddylonglegs said:
... The only problem is the Xposed Installer crashes every time I click on a module to download. Does anyone else have this issue?
Click to expand...
Click to collapse
Yes, I confirm, I don't know if it's caused by Magisk or because it's just a beta...
Anyway there is a workaround, instead of downloading the module from xposed manager, download the apk of the module from internet (official repo website or from whatever you want), because when you are going to install and enable the modules there are no problems, and after a reboot they're working.
Updated op to reflect install options. Happy modding everyone!
Success! ?
.. now for that network speed in the status bar hehe
has anyone succeeded in using xprivacy? I tried, it said xprivacy is not enabled.
Uh for some reason my downloads tab of Xposed just constantly says pull down to refresh and offers no modules
KittyRgnarok said:
Uh for some reason my downloads tab of Xposed just constantly says pull down to refresh and offers no modules
Click to expand...
Click to collapse
Did you download the modded apk as well? That's what threw me off
bush911 said:
has anyone succeeded in using xprivacy? I tried, it said xprivacy is not enabled.
Click to expand...
Click to collapse
Don't know if it's supported. Of course you rebooted? I'm sure a lot of things will need slight tweaks to work on Oreo
pangolin.rollin said:
Did you download the modded apk as well? That's what threw me off
Click to expand...
Click to collapse
Yeah I did everything the same as the way you installed nougat Xposed systemlessly. Also the framework module caused a lot of choppiness on my phone so I uninstalled it anyways
Just a head's up that MinMinGuard causes my Pixel to start crashing like crazy
I have been thinking of installing this since last night, but with it still in beta and modules still needing fixed for 8.1 I just can't see any reason (other than something new for me to play with) that will benefit me enough to deal with the SafetyNet failure.
How is Xposed for 8.1 now? Any updates on this? Thanks! @sliding_billy
marsrolled said:
How is Xposed for 8.1 now? Any updates on this? Thanks! @sliding_billy
Click to expand...
Click to collapse
Not running it since it still doesn't offer a way to pass SafetyNet.
sliding_billy said:
Not running it since it still doesn't offer a way to pass SafetyNet.
Click to expand...
Click to collapse
Alrighty, thanks. I got a question for you senior member, of all the roms you've tested, which has the best battery life even if compromising a little performance? Thanks. Also, any interesting things going on for our og pixel?
marsrolled said:
Alrighty, thanks. I got a question for you senior member, of all the roms you've tested, which has the best battery life even if compromising a little performance? Thanks. Also, any interesting things going on for our og pixel?
Click to expand...
Click to collapse
I am happily enjoying the stock ROM on my XL and I keep the same installed on my wife's Pixel. I spent years swapping out custom ROMs on various devices and expected to do the same when I got the PIxels (very shortly after released almost 2 years ago). After the initial shortage of custom ROMs (due to the new OS engineering method) subsided and plenty came out, I realized there was nothing I was missing enough to deal with running custom and not being able to do a monthly update that takes me literally less than 10 minutes. Besides not missing anything, there is pretty much no bloat I need to get rid of, and the device still runs great even with a handful of "always on" apps. Probably best for you to look at the development sub-forum and do your research there and ask questions.
haven't used xposed in years. Is it still worth it with the recent android OS's?
nasedase said:
haven't used xposed in years. Is it still worth it with the recent android OS's?
Click to expand...
Click to collapse
That's like asking, "which tastes better, vanilla or chocolate?" Make a twrp backup, and give it a try, what you like, another may hate. For me, it's fun to add features when I'm using a rom that is lacking in that department.