Possible fix for unexplained Play Services drain since last update - Nexus 5 General

Settings > Storage > cached data. Clear it and reboot.
Went from 5% drain with 45mins awake time, back to not registering as a drain with minimal awake time.
Let me know if it works for you.
Edit: The Google Play service was called ApiService in Settings>Apps>Running and hasn't returned.
Sent from my Nexus 5 using Tapatalk

bblzd said:
Settings > Storage > cached data. Clear it and reboot.
Went from 5% drain with 45mins awake time, back to not registering as a drain with minimal awake time.
Let me know if it works for you.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Had a strange one last night with a Google+ linked website asking me to log in. I was already logged in to Google+. Meanwhile the little white LED blinked all night. Battery showed Google Services gobbled up 60% of the charge.

I have it updated, no drain, didn't do anything special apart from already having Google Play Services' location Services disabled in the "Disable Service" app.

bblzd said:
Settings > Storage > cached data. Clear it and reboot.
Went from 5% drain with 45mins awake time, back to not registering as a drain with minimal awake time.
Let me know if it works for you.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
If you have a rooted phone use greenify and greenify donation package
Sent from my SM-N9005 using XDA Premium 4 mobile app

Letharqy said:
I have it updated, no drain, didn't do anything special apart from already having Google Play Services' location Services disabled in the "Disable Service" app.
Click to expand...
Click to collapse
You might not realize it's there if you have other Google Play Services being used. Overall it drained about 3%-5% of my battery with 30-40mins of awake time.
The service was called ApiService under one of the Google Play Services found in Settings > Apps > Running. Since doing this it hasn't come back. Also clearing this data cache doesn't cause you to lose any settings.
Updating the original post with a screen shot.

It worked for me !
I think clearing cache will be a new thing to do when I will have issues in the future. I lost this habit when I decided to stay stock!

Rufufu said:
It worked for me !
I think clearing cache will be a new thing to do when I will have issues in the future. I lost this habit when I decided to stay stock!
Click to expand...
Click to collapse
Tried to clear the cached and it did get rid of the api services, but I still have the other play services running all the time. The pictures show the three services and the services inside the three main ones. I watched a 3 minute video on uTube and my battery went from 100 to 98 after.

baySF said:
Tried to clear the cached and it did get rid of the api services, but I still have the other play services running all the time. The pictures show the three services and the services inside the three main ones. I watched a 3 minute video on uTube and my battery went from 100 to 98 after.
Click to expand...
Click to collapse
Those will always be there even with Locations off. The ApiService is the unexplained drain, good to see it got rid of it for you also.

My personal fix is to revert Google Search to 3.3.11.x
And then Google Play services stopped going haywire.
Also, turn Location Reporting off.
Sent from my Nexus 5 using Tapatalk

Exchange Services seemed to be draining the battery - it usually doesn't show up when I look under Settings > Battery to see what's running, now that I got a few settings tweated related to Google Play Services and Android OS - down 20% in a few hours after a full charge isn't the "usual" for my usage pattern.

Related

NlpWakeLock and NlpCollectorWakeLock Discussion

Firstly, this is not another thread to complain about your horrible battery life due to Google Play Services. I'm tired of those (mostly on Reddit, but some here too. Either way, none of that here ). This is instead to try and find a root cause for it. "It's Google's fault" is not good enough for me, and if you truly care about your battery life it shouldn't be for you either. If all you're after is an easy way out to get your battery life back, then this thread is not for you. We're here to reach a solution where you can get location services and good battery life. I've done if before, on my Galaxy Nexus on 4.3, but it seems that something is wrong in KitKat. Let this be a place where we all dig deeper into this issue, perform tests, gather results, and then share and discuss them. Here's what I've got so far:
The wakelocks that cause this battery drain are NlpWakeLock and NlpCollectorWakeLock. Nlp stands for network location provider. As you may know, Android provides developers with two ways of gathering location information. One is through the GPS_PROVIDER, which uses the GPS, and the other is through NETWORK_PROVIDER, which uses cell towers and WiFi APs to get your position. According to their developer website[1] , NETWORK_PROVIDER uses less battery, is faster, but is less accurate. GPS uses more battery, takes longer, but is good if you want an accurate location. I'm assuming this particular wakelock uses NETWORK_PROVIDER.
I also did some digging using ROM Toolbox Pro's autostart manager. My guess was that Google Play Services must be triggered every time a certain intent is broadcasted, since nothing obvious is telling it to run. Turns out there are quite a few. 30, to be exact. However, many of them have to do with GCM and we don't really care about those. One of particular interest is one called com.google.android.location.internal.NlpNetworkProviderSettingsUpdateReceiver. It listens for the intent android.location.PROVIDERS_CHANGED. The LocationManager API's documentation[2] tells us this:
Broadcast intent action when the configured location providers change. For use with isProviderEnabled(String). If you're interacting with the LOCATION_MODE API, use MODE_CHANGED_ACTION instead.
Click to expand...
Click to collapse
I'd assume that this means when you change your location providers, such as enabling/disabling data, WiFi, GPS, etc.
However, location reporting only seems to use network location. If you're on KitKat, go to the location settings and choose device only. Then choose battery saving. It asks you to accept location reporting. Same thing when you choose high accuracy. What do both of those have in common? Network location. You can switch between those two as much as you want and it won't ask you to accept again. However, once you switch to device only and back it will ask you. This shows that it only uses network location.
I find that Google (Play) Services has 5% (+/- 1%) keep awake. Tested on both Nexus 5 running KRT16M and Galaxy Nexus running JWR66V. Both use a certain time of GPS, although that number is never increasing. I assume this is some sort of initial one-time lock. It can be disregarded.
One more thing I noticed is that this Google Play Services issue is much more prominent on KitKat. While they have happened before, often times a simple Play Store update would fix it. This time it seems to be location based. Guess what changed in KitKat? The way you deal with location settings. It may be that the way location settings are grouped in KitKat cause that intent to keep firing, and that in turn triggers something that eventually ends up being what you see as NlpWakeLock.
What I'm going to try next is disabling that intent receiver and then monitor that wakelock as well as if location reporting still works. Feel free to play around, and be sure to share your results.
To those who are suffering from these wakelocks, could you please share your settings? Such as what type of location mode you have (high accuracy, battery saving, device only), WiFi on or off, data on or off, signal strength, WiFi always scanning, Play Store and Play Services version, what device you have, Android build number, and what ROM/kernel you're using if you are using one? Any other info such as screenshots of battery screen, betterbatterystats, wakelock detectors, etc. will all be welcomed.
Here is the Reddit thread I created discussing the same issue: http://www.reddit.com/r/Android/comments/1rvmlr/nlpwakelock_and_nlpcollectorwakelock_discussion/
I don't have this device, nor do I know if I'll be getting it, but I must say that I applaud your method.
Bravo!
I just turn location reporting off then select 'battery saving' setting & accept the request for reporting when it pops up. This allows you to use network location without logging. Google now & maps work fine although not quite as accurate. I just turn on gps if i need navigation. Never get more than 2% usage from play services & it's giving me a total kept awake time of about 28mins out of 12hrs of use with 3hrs screen on time.
Sent from my Nexus 5 using Tapatalk
If I disable the wifi and 3g, leave my phone on battery saving location, google location set to on, it is using wifi always scanning only and it didnt consume 1% battery in a whole night
stumpy352 said:
I just turn location reporting off then select 'battery saving' setting & accept the request for reporting when it pops up. This allows you to use network location without logging. Google now & maps work fine although not quite as accurate. I just turn on gps if i need navigation. Never get more than 2% usage from play services & it's giving me a total kept awake time of about 28mins out of 12hrs of use with 3hrs screen on time.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
That is working for me right now.
Sent from my Nexus 5 using Tapatalk 2
ickboblikescheese said:
To those who are suffering from these wakelocks, could you please share your settings? Such as what type of location mode you have (high accuracy, battery saving, device only), WiFi on or off, data on or off, signal strength, WiFi always scanning, Play Store and Play Services version, what device you have, Android build number, and what ROM/kernel you're using if you are using one? Any other info such as screenshots of battery screen, betterbatterystats, wakelock detectors, etc. will all be welcomed.
Click to expand...
Click to collapse
I am experiencing this issue on my Nexus 5, as confirmed by betterbatterystats (NlpCollectorWakelock 5.5% awake time)
ROM: CyanogenMod 11 alpha
Build Number: KRT16S
Location Mode: High accuracy
Location Reporting: Off
WiFi On: Sometimes
Play Store Version: 4.4.22
Play Services Version: 4.0.34
This issue first appeared for me the other day. I noticed that my device was not appearing in the online Android Device Manager, nor the desktop version of the Play Store. To fix the ADM issue, I disabled remote wipe, cleared data for Play Services, reenabled remote wipe, and rebooted. To fix my device not appearing in the Play Store, I cleared data for the Play Store app. Both issues were thereafter resolved, but now I am experiencing the Network Location battery drain.
Is it possible the problem is related to requests from Android Device Manager? I was under the impression that location for that purpose was 'on demand' instead of logged, but what do I know.
Thanks for doing this! Others, please feel free to use my comment as a template, and post your own data.
So I was playing around with autostart, and I accidentally caused a bunch of FCs for Play Services. Ended up freezing/defrosting and then uninstalling updates then let it update itself, and I noticed this (may or may not have anything to do with what I did): Even though it wakelocks, it barely uses up any batter. I was in an area of 2-3 bar HSPA+, with sync on, location reporting on at high accuracy, etc. and it drained 1% per hour. Still kept phone awake ~5% of the time, but battery usage was significantly better over what I recorded to be 4.8%/hour from last Friday.
EDIT: The only other change I can think of making is temporarily freezing Cerberus. I'll have to look more into that. However, check which apps are requesting your location. The new location settings in KitKat make this simple enough. For me it's only Google Now and Google Play Services, and whatever app that happens to require GPS such as camera (geotagging) and maps.
ickboblikescheese said:
So I was playing around with autostart, and I accidentally caused a bunch of FCs for Play Services. Ended up freezing/defrosting and then uninstalling updates then let it update itself, and I noticed this (may or may not have anything to do with what I did): Even though it wakelocks, it barely uses up any batter. I was in an area of 2-3 bar HSPA+, with sync on, location reporting on at high accuracy, etc. and it drained 1% per hour. Still kept phone awake ~5% of the time, but battery usage was significantly better over what I recorded to be 4.8%/hour from last Friday.
Click to expand...
Click to collapse
So, how should I replicate this? I'm using the Xposed Module that dev posted in your Reddit post.
stumpy352 said:
I just turn location reporting off then select 'battery saving' setting & accept the request for reporting when it pops up. This allows you to use network location without logging. Google now & maps work fine although not quite as accurate. I just turn on gps if i need navigation. Never get more than 2% usage from play services & it's giving me a total kept awake time of about 28mins out of 12hrs of use with 3hrs screen on time.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
How do you do this exactly? If I turn location reporting off, then I can't select the battery saving method because it's greyed out. This also causes location based cards to stop working on Google Now and Maps can't locate me either.
---------- Post added at 11:24 PM ---------- Previous post was at 11:19 PM ----------
natezire71 said:
So, how should I replicate this? I'm using the Xposed Module that dev posted in your Reddit post.
Click to expand...
Click to collapse
Use Titanium Backup to FIRST backup Google Play Services. Then use it to uninstall GooglePlay Services. Then open Google Now or Maps, they will ask you install Google Play Services and take you to the app store.
If anything goes wrong, use Titanium to restore.
You need location toggled on. Go down to location services & click on Google Location Reporting. Select off for both settings. Then go back out & select battery saving mode & accept the terms.
Sent from my Nexus 5 using Tapatalk
stumpy352 said:
You need location toggled on. Go down to location services & click on Google Location Reporting. Select off for both settings. Then go back out & select battery saving mode & accept the terms.
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
Turns out that's exactly how I had set up after all, doh! Thank you.
I have actually been getting really decent battery life, noticeably better than my HTC One, with exactly similar usage patterns and same apps installed etc.
Also, Play Services is not the only app that uses this NlpWakeLock. Facebook also uses it & in my case has the highest time kept awake. I turned off location in chat & noticed that it is much better.
Sent from my Nexus 5 using Tapatalk
That's what I thought too. That could explain why some people have this issue more than others.
Sent from my Nexus 5
ickboblikescheese said:
That's what I thought too. That could explain why some people have this issue more than others.
Sent from my Nexus 5
Click to expand...
Click to collapse
Have you tried the Xposed module that filters wake locks? I've been using it and the NLP counts have drastically dropped
No, not using xposed. I understand that wake locks must occur for accurate location services (otherwise what is doing the reporting). What shouldn't be there is the incredible battery drain. Wake locks don't necessarily mean battery drain. You could have a 1h wake lock and drain 1% battery, or a 5 min wake lock that keeps CPU on high frequency causing a 10% battery drain. I don't mind wake locks as long as battery isn't affected too much.
Sent from my Nexus 5
ickboblikescheese said:
No, not using xposed. I understand that wake locks must occur for accurate location services (otherwise what is doing the reporting). What shouldn't be there is the incredible battery drain. Wake locks don't necessarily mean battery drain. You could have a 1h wake lock and drain 1% battery, or a 5 min wake lock that keeps CPU on high frequency causing a 10% battery drain. I don't mind wake locks as long as battery isn't affected too much.
Sent from my Nexus 5
Click to expand...
Click to collapse
That was the point of this module. https://play.google.com/store/apps/details?id=in.andro.wlt. Take a look and read the description. From my understanding, the location stuff still works--which for me has been the case. However, it stops the unnecessary wakelocks. I would like to believe my battery has improved.
Nice thread!!
I've changed my location settings and I'll report if it works!!!
Thanks!!!
natezire71 said:
That was the point of this module. https://play.google.com/store/apps/details?id=in.andro.wlt. Take a look and read the description. From my understanding, the location stuff still works--which for me has been the case. However, it stops the unnecessary wakelocks. I would like to believe my battery has improved.
Click to expand...
Click to collapse
Please keep us posted on this works out for you, it looks really promising!
the7thson said:
Please keep us posted on this works out for you, it looks really promising!
Click to expand...
Click to collapse
I think it's working.
natezire71 said:
I think it's working.
Click to expand...
Click to collapse
Can you tell us which apps you disabled wake locks for?
Sent from my Nexus 7 using Tapatalk 4

Battery life Moto X 2014

Trying to get the most out of the battery. Tried turning as much as I could off. Any suggestions for optimal settings while not cutting all the good out. Currently running 5.1 pure. Rooted greenify everything that says running NFC off BT off location set battery saving. Google now cards off. Still getting extremely high Google services percent. Phone currently at 30%
Also under security and apps with usage access what is this MotoCarelnt.
What SOT are you getting?
OK here is today's still at 64% but barely used the phone and google services still seems high considering I've tried to basically disable everything possible. Also SOT yesterday was about 2hrs.
Sent from my XT1095 using XDA Free mobile app
Here's today's still getting high Google services
Is it just normal or what
I having the same issue. battery draining like mad since I installed 5.1 leak rom. I'm on pure version, not rooted.
Post pics of battery info is your Google services really high
Sent from my XT1095 using XDA Free mobile app
I've been having the same issue the past couple weeks. Phone seems to be staying awake (reported under Android OS). I've tried uninstalling a bunch of apps, turning off BT and location services, etc. Doesn't seem to be doing any good. I used to go to bed with about 50% battery. Now I'm lucky if I have 10% left. Maybe 2 hrs SOT with 50% brightness.
Ok I found this from another thread from another site but I think this might finally be fixed. So go settings->app->all-> then scroll down to google play services. Select uninstall updates and then clear dalvik cache and regular cache and bam! Google services no longer killing battery. Also turn off all the location reporting from Google and anything else you can find and turn off syncing that isn't needed. 2hrs sot at 69% not too bad and also turn LTE preferred to H+ still plenty fast and saves more battery.
so here's the stats after these settings
Definitely better but Google services seem to come creeping back later in the day.(which was said may happen). SOT still pretty dam good but will be interesting to see tomorrow. Obviously there's some little bug going on but I can live with it. Maybe one day someone will actually figure it out. Still an awesome phone. 5hrs SOT at 10% can't complain to much but would be nice to get through a day
I have exactly the same problem! But this didn't happen before. As you can see on my screen. Everything was OK, than I used my phone for a little while and from that point it started draining the battery like crazy. And I din't touch it most of the time! ...
matt1515 said:
Ok I found this from another thread from another site but I think this might finally be fixed. So go settings->app->all-> then scroll down to google play services. Select uninstall updates and then clear dalvik cache and regular cache and bam! Google services no longer killing battery. Also turn off all the location reporting from Google and anything else you can find and turn off syncing that isn't needed. 2hrs sot at 69% not too bad and also turn LTE preferred to H+ still plenty fast and saves more battery.
Click to expand...
Click to collapse
gonna try this method, its seems a real improvement.
and I have a question, does playing music from a usb otg drain battery?
How do you clear cache and dalvik on unrooted moto x
pagep said:
I have exactly the same problem! But this didn't happen before. As you can see on my screen. Everything was OK, than I used my phone for a little while and from that point it started draining the battery like crazy. And I din't touch it most of the time! ...
Click to expand...
Click to collapse
I have also noticed that this insane battery drain happens only when I have gps enabled.
justpastfinish said:
How do you clear cache and dalvik on unrooted moto x
Click to expand...
Click to collapse
https://motorola-global-portal.cust...prod_answer_detail/a_id/101078/p/30,6720,9197
glarepate said:
https://motorola-global-portal.cust...prod_answer_detail/a_id/101078/p/30,6720,9197
Click to expand...
Click to collapse
Thanks
matt1515 said:
Ok I found this from another thread from another site but I think this might finally be fixed. So go settings->app->all-> then scroll down to google play services. Select uninstall updates and then clear dalvik cache and regular cache and bam! Google services no longer killing battery. Also turn off all the location reporting from Google and anything else you can find and turn off syncing that isn't needed. 2hrs sot at 69% not too bad and also turn LTE preferred to H+ still plenty fast and saves more battery.
Click to expand...
Click to collapse
Hey did you update google services after this? Or you are using old version?

[Q] Battery settings in 23.5.A.1.191

I've noticed that the battery life got worse with the latest 23.5.A.1.191 update. With previous version I could leave the phone on desk overnight and the battery did not drop at all (flat line in the battery usage graph). Now with the Stamina comeback I can see a 10 to 15% drop overnight. Can you please share your ideas what settings I should look into to fix it? Thanks
Have u check your wakelock? Play services often do this idiot bug.
Yes, Play services was the app draining the battery, but I remembered that I installed Google Fit in the meantime. Additionally something got messed up with the location after the last update, so I did not see a detailed route but just a large circle on the map in Fit (maybe permissions for gps location?).
However uninstalling Google Fit fixed it. I woke up today and saw a flat line in the battery usage.
I leave data usage over night and , since I have this phone, my battery draining from Google Play services is abnormal. I only synd gmail, no other service, no other permission. I've used Gservicefix without any result. Does anybody know why?
SoulFury said:
I leave data usage over night and , since I have this phone, my battery draining from Google Play services is abnormal. I only synd gmail, no other service, no other permission. I've used Gservicefix without any result. Does anybody know why?
Click to expand...
Click to collapse
There are lots of reasons why Google Play Services are eating your battery, try a few fixes yourself, check which version of Play Services you have installed , anything older than 9.4.52 needs replacing.
Remove your google account, wipe data for Play Services and Download manager, restart to recovery, wipe cache/dalvik. Restart phone, add account again.
There seems to be issues with fitness trackers and bluetooth, if you have bluetooth on all the time, see what happens if you turn it off?
I can recomend Greenify app that can make a difference in putting apps to sleep, it also helps you see which apps are awake and on.
Check in settings/developer options/running services to see what's on and using most memory, you might be surprised at what you find. To enable developer options go to settings/about phone - press on build 8 times, then you get a message that develper options are availabe in the settings menu.
SoulFury said:
I leave data usage over night and , since I have this phone, my battery draining from Google Play services is abnormal. I only synd gmail, no other service, no other permission. I've used Gservicefix without any result. Does anybody know why?
Click to expand...
Click to collapse
the first couple of days after an update or a factory reset, google play services collects a lot of information. It should go back to normal after some days. Anyway, I can give you some suggestion to limit the battery drain:
- new Stamina is a rebrand of the normal battery saver. Don't keep it always on.
- if you want something reminding the old stamina, download Greenify, follow instruction for adb command to enable Aggressive Doze and enable Doze on the go. Take away optimization from battery advanced setting for apps you need push notification from (e.g. whatsapp)
- disable wifi scanning when wifi is off (search in settings wifi scanning, though the search button. If your language is different from English (US) and you don't find the setting, switch to English (US) to find it)
- restrict google play services background data when not in wifi
- in account/google disable the sync for whatever you don't strictly need (play newstands, g+, ...)
With this settings, I can get 5 hours sot in a couple of day of usage, and almost no battery drain over night.
Well, my daily use consist on:
- Traffic data always on
- watch clock when needed
- +-45min WhatsApp
- Some random search.
- Some rare use of torch
- Sync with Gmail(ONLY Gmail)
I only use wifi for updates and don't have any gps or bluetooth use...Battery last above 48h this way and google services hast half of time with radio antena on.

Help,Google Play Services drain my battery

Hi guys
I don't know what to do anymore with these problem due to Google play services that consume my battery very fast.
So far I tried:
-uninstall updates and reinstall again Google play services via google play store
-freze some Google applications
-disable locations
-disable sync
-uninstall Google chrome and reinstall
-boot in the recovery and perform clear cache
-4 full resets of the phone
-flash again the stock firmware via Odin
After a few days this problem comes again and I Don t know what to do anymore.Is the first time when I have this problem,before note 8 I had S8 and the battery was awsome.
Sometimes if I restated the phone the problem goes away for a few hours...
What else should I try to fix this Google play services issue?
Are you sure it's the play store that draining your battery? Maybe It's one of your apps that causing the play store go haywire?
Google Play Services is the first battery drain.Every night,before to sleep I have to power off the phone for about 3min and after that on again and for about 24 hours no issue with play services...but now this trick is not working anymore....
Remove Google account, then clear data/cache on all the Google apps, then re-add the google account
Disable auto update of apps when connected to WiFi.
Sent from my SM-N950U using Tapatalk
I've tried all the advices and the problem haven't gone.
In the last 4 days I flashed another stock firmware via Odin with the same results..Google play services starts to consume the battery as soon as I start the Wi-Fi or mobile data.Right now I don't have installed any applications in my phone,just the stock ones and this **** Google play services is the first drain battery.I put my phone in Safe Mode and again,there is the first consumer,runs all the time and my phone is getting very hot due to this ****...
In setting>connection>data usage, find google play service and check if background data showing huge amount of mb. If so, maybe it's constantly running in background which draining the battery. Then in the same page, try to turn off 'allow background data usage'
This only effect when you're using mobile data. To make it effect when using wifi, check 'restrict network' and turn off the wifi network there. This should prevent google play service consume date in background.
Not sure if its work but worth a try.
Thanks for this advice.Yesterday I flashed again another firmware with Odin and the problem is still here but only when I use Wi-Fi Google play services starts to run all the time and to stop it I have to power of Wi-Fi and restart the phone and use only data mobile.So far,this is my fix for this problem...will see in the next days
I was getting the same annoying message about google play draining battery. I deleted the last 3 apps that I recently installed.. i restarted the phone and never got the error message again.. the apps were magicjack, hopper and zelle. cant tell exactly which one was the culprit. good luck
catchafaya said:
I was getting the same annoying message about google play draining battery. I deleted the last 3 apps that I recently installed.. i restarted the phone and never got the error message again.. the apps were magicjack, hopper and zelle. cant tell exactly which one was the culprit. good luck
Click to expand...
Click to collapse
No doubt Magic Jack. Are they still around? LOL. Even their USB dongle those years ago lagged my PC down like a ton of lead.
Sent from my SM-N950U using Tapatalk
Facebook and all its crapp, along with gps location and carrier specific bloat, drain batt like hell, I turn gps location only when I need it, I do not know if they rely on google play services

Question Google play services is at it again

Hi all,
Is anyone facing an issue with google play services draining the battery...I get so angry when I see that damn app draining my battery...the battery stats says it's running in the background...why, I don't know! It's recent phenomenon and has been running since the past 20hrs or so...how do I solve this? I'm not sure cleaning the data/ cache would be ideal as this would only lead to more drain since play services will try to download all the info that it has previously....any help will be greatly appreciated!
So 1% battery loss from a system service running for 20 hours in the background is a big problem...?
I'm a bit confused here...
NippleSauce said:
So 1% battery loss from a system service running for 20 hours in the background is a big problem...?
I'm a bit confused here...
Click to expand...
Click to collapse
Actually, it's a bit more than 1%...more like 23% over the past 6 days or so...here's the screenshot...I don't know if this apt battery usage or if google play services need to be given a knock on its head...
amirage said:
Actually, it's a bit more than 1%...more like 23% over the past 6 days or so...here's the screenshot...I don't know if this apt battery usage or if google play services need to be given a knock on its head...
Click to expand...
Click to collapse
Ah, so 0.16% battery per hour. So a bit more than normal. What version of the phone do you have (which processor) and what apps do you have installed that weren't listed?
Also, how do you keep charging your phone so slightly as shown in the picture?
Oh yes, GPlayS will eat up the battery...
Download Karma Firewall and block Google Play Services. It may be shown by it's UID, on my 10+ it's 10044.
You can unblock it as needed like for Gmail or Playstore (block Playstore as well*).
Block Android Services as well, UID 1000.
It's pretty useless but polls the internet 2 times every minute, GPlayS is 4 times a minute.
On Pie Karma's logging feature works so I can see what each apk is doing or not... Q and up sucks.
*disable if you have a package blocker except when needed. A reboot is required and GPS must be unblocked too for Playstore.
Clear Google Play Services, Backup Transport and Framework data as well. Best to disable the latter two. Someone told the latter two aren't present in Q... I can't verify that either way.
NippleSauce said:
Ah, so 0.15972% battery per hour. So a bit more than normal. What version of the phone do you have and what apps do you have installed that weren't listed?
Also, how do you keep charging your phone so slightly as shown in the picture?
Click to expand...
Click to collapse
Hi, I have the 21Ultra 12/256. The funny thing is that play services started acting up only lately...I have been using the phone for 1 week+ and this app starting going berserk just 20 hours ago! It's very likely a rogue update could have caused this issue and I'm sure if I uninstall the update all should be fine...let me do that and see how it performs...
amirage said:
Hi, I have the 21Ultra 12/256. The funny thing is that play services started acting up only lately...I have been using the phone for 1 week+ and this app starting going berserk just 20 hours ago! It's very likely a rogue update could have caused this issue and I'm sure if I uninstall the update all should be fine...let me do that and see how it performs...
Click to expand...
Click to collapse
My AT&T Note 10+ did the same thing and it wasn't an update that triggered it.
Power management was part of the problem.
I run now with all power management disabled except for fast charging and Optimized screen/cpu setting.
When I turn this phone off it goes into deep sleep...
blackhawk said:
My AT&T Note 10+ did the same thing and it wasn't an update that triggered it.
Power management was part of the problem.
I run now with all power management disabled except for fast charging and Optimized screen/cpu setting.
When I turn this phone off it goes into deep sleep...
Click to expand...
Click to collapse
Power management, you refer to the ones that show in the battery settings right? But I don't know how the battery power management settings relate to google play services drain...I have betterbatterystats and it shows that google play is the top most draining app...why I can't understand...
I have a feeling it's the feb update that's messing with the battery settings..Jan update was cool...is there a way to roll back to update before AUB6?
Here's an update...I uninstalled the updates to google play services and cleared the cache. Rebooted...and all's going well so far.

			
				
Definitely try out the suggestions made by @destz0r in the video that he left. I guess that I don't ever experience the same problem as I always leave location services disabled unless I'm directly using them for navigation. But I never would've guessed that GPS occasionally leads to more GPlay Service specific battery consumption (as I had thought that GPlay Services were primarily for inner-Google app data communication)...
NippleSauce said:
Definitely try out the suggestions made by @destz0r in the video that he left. I guess that I don't ever experience the same problem as I always leave location services disabled unless I'm directly using them for navigation. But I never would've guessed that GPS occasionally leads to more GPlay Service specific battery consumption (as I had thought that GPlay Services were primarily for inner-Google app data communication)...
Click to expand...
Click to collapse
I already had all those suggestions in place right at the time of setting up the device initially..but yes, uninstalling the play services update cleared the issue...for the moment...
amirage said:
Power management, you refer to the ones that show in the battery settings right? But I don't know how the battery power management settings relate to google play services drain...I have betterbatterystats and it shows that google play is the top most draining app...why I can't understand...
Click to expand...
Click to collapse
Power management seems to create conflicts after a few days running. GooglePS includes Backup Transport and Framework. Even when turned off they continue to run in the background on my device.
Play with it, see what you find but don't ignore and let this trashware toast your battery.

Categories

Resources