Hi, I have problem with wakelocks which keep my tab awake all te time. Better battery stats shows 12 hrs wakelock form power manager service but in parital wakelocks there is only ca 1hr wakelock from entry refresh wakelock (google search). Im using official CM and leanKernel, kitkat. Does anyone know how to soove the problem?
Thanks in advice.
Sent from my Nexus 7 using xda app-developers app
Have the exact same problem and i cannot figue out whats causing it.
I will now greenify each app one by one althoug i have the feeling it in the kernel itself.
twped said:
Have the exact same problem and i cannot figue out whats causing it.
I will now greenify each app one by one althoug i have the feeling it in the kernel itself.
Click to expand...
Click to collapse
I think I have figured out. My guess is that it was google now, because i disabled it in launcher settings (long tap on wallpaper) and now the tablet sleeps, only wakelock was/is wlan, but its because my wifi is turned on all the time. I guess that because google now was listening for "ok google" (at least mine) all the time it was at min cpu state and maybe it didn't show up at partial wakelock because it was only connecting to web over some time.
Sent from my Nexus 7 using xda app-developers app
I'm seeing it on my old ICS HTC phone. It's killing it, my Nexus 7 is having issues now too but nothing like my phone.
An answer but not the answer you're hoping for
I know this is months old but I couldn't find an answer on the xda forums from a quick search but the wakelock detector website and thought I'd post it for anyone else:
The PowerManagerService wakelock
This wakelock shows as a sum of the partial wakelocks on many phones. If this wakelock is #1 go to the Partial Wakelocks to find out more.
Click to expand...
Click to collapse
So, you should go the the partial wake locks tab and look at what's going on there.
is that still true for the Android 8?
lineageos 17 (lineage-17.1-20211110-UNOFFICIAL-a3y17lte.zip)
the new rom started out great...
but for like a couple of days now i have a drop in battery endurance.
the battery drain is like 6% per hour.
i installed betterbatterystats and see that "awake with screen off" is usually over 90%.
the partial wakelocks show nothing above 0%.
so i have no clue where this comes from.
i also cleared the cache for google service but no change.
Related
Anyone else having this problem? All the sudden Android OS is taking a ton of battery, killed half my battery overnight while the screen was off. Anyone have any of these problems?
Android OS is too general to say what is causing the wakelock. Use an app that can see which process is causing the wakelock directly and you will know what the problem is.
waltthizzney said:
Anyone else having this problem? All the sudden Android OS is taking a ton of battery, killed half my battery overnight while the screen was off. Anyone have any of these problems?
Click to expand...
Click to collapse
My android os consumes 70% of my battery. Tried better battery stats, but I don't see any wake locks
Sent from my Nexus 4 using XDA Premium HD app
for what it is worth, it lasts forever in airplane mode...
waltthizzney said:
for what it is worth, it lasts forever in airplane mode...
Click to expand...
Click to collapse
Then you definitley have an app or two that is causing it. Try CPU Spy (let's you know if you get deep sleep or not) and see if that helps any. I hate battery drain so best of luck in solving your battery drain issue.
Since I've upgraded to 4.2 roms on all my devices I've noticed this too. Normally, Maps is the culprit causing a "normal" wakelock. Google +, Latitude, Google Now, etc. This is just the way Google operates now & the biggest difference between 4.1 & 4.2. I've taken to disabling Location unless I'm needing GPS service. It checks your location every couple minutes it seems.
I've had a situation you describe a few times caused by media storage. It keeps scanning the SD card. Sometimes a reboot helps but mostly I've just changed roms instead of chasing it. Better Batt Stats should show it somewhere. Keep looking, look in "alarms". Also you might try GSam Battery Monitor. That app has come a long way lately & also helps finding battery sucking sources.
Sent from my Nexus 10 using Tapatalk 2
For me it was Viber. After deleting it I get almost no battery drain over night. Maybe 1% in 8 hours...
So, yesterday I noticed a sudden battery drain on my nexus 4. After checking battery it showed that AndroidOS takes over about 50% of the battery usage. It also showed that time awake was pretty much the same as the amount of time since I unplugged the phone, even though I kept my phone in sleep mode for the most of the day. After some research I downloaded better battery stats and it showed that from the moment I turn the screen off a process called suspend_backoff runs pretty much the entire time. Eventually I got it down to wifi. If I turn off wifi there are no processes running after the screen is turned off (or if there are they are 30 seconds tops), but the moment I turn wifi on suspend_backoff runs pretty much the entire time screen is off. I tried removing all of my apps, as well as doing factory reset but nothing helps. The moment I turn wifi ON this suspend_backoff consumes pretty much all the time during screen off period. Is anyone experiencing anything like this ? I have 4.2.2 on the phone and I havent' seen this extreme drain until just yesterday.
I experience the samething. Android OS would drain as much as the screen time.
I narrowed it down to the suspend_backoff. But the weird thing is that when i'm at home on my home wifi, suspend_backoff doesn't seem to drain anything at all. But when I'm at school, suspend_backoff kicks in.
Anyone help?
hihihoho said:
I experience the samething. Android OS would drain as much as the screen time.
I narrowed it down to the suspend_backoff. But the weird thing is that when i'm at home on my home wifi, suspend_backoff doesn't seem to drain anything at all. But when I'm at school, suspend_backoff kicks in.
Anyone help?
Click to expand...
Click to collapse
how did you narrow it down? Im having the same problem!
This is caused by a kernel wakelock. A bad mobile connection make battery drain worse... using WLAN nearly fixes this problem.
Thought this problem has got fixed in 4.2.2, at least battery life got improved and the wakelock reduced.
If it is appearing since yesterday, it is triggered by a app often waking the phone up using mobile data (that's why fixed with WLAN) and prevent the phone from getting into deep sleep as fast as it should.
hope i could help.
I use Greenify to hibernate every single user installed apps, then I release them one by one to see which one cause suspend backoff. But suspend backoff still occurs. So I think it's the kernel itself.
AW: Battery drain on nexus 4 since yesterday
hihihoho said:
I use Greenify to hibernate every single user installed apps, then I release them one by one to see which one cause suspend backoff. But suspend backoff still occurs. So I think it's the kernel itself.
Click to expand...
Click to collapse
as i said before, an app needs data, so it starts callung the kernel wakelock... this one causes tje drain, not the app itself
Sent from my Nexus 7 using xda app-developers app
hihihoho said:
I use Greenify to hibernate every single user installed apps, then I release them one by one to see which one cause suspend backoff. But suspend backoff still occurs. So I think it's the kernel itself.
Click to expand...
Click to collapse
Yeah, definitely not user apps. I did full reset on the phone to factory settings, no user apps. Even tried disabling Google Play and Google store after the reset. Still the same. The only thing that gets rid of it is disabling WiFi.
hihihoho said:
I experience the samething. Android OS would drain as much as the screen time.
I narrowed it down to the suspend_backoff. But the weird thing is that when i'm at home on my home wifi, suspend_backoff doesn't seem to drain anything at all. But when I'm at school, suspend_backoff kicks in.
Anyone help?
Click to expand...
Click to collapse
When did you start noticing this ? Has it been for a while or just recently ? I first noticed it yesterday (had the phone for a bit over a month now, didn't see any issues until just yesterday)
hihihoho said:
I use Greenify to hibernate every single user installed apps, then I release them one by one to see which one cause suspend backoff. But suspend backoff still occurs. So I think it's the kernel itself.
Click to expand...
Click to collapse
What is the difference between greenify and limit background apps in developers options?
AW: Battery drain on nexus 4 since yesterday
stop discussing, use search instead... http://forum.xda-developers.com/showthread.php?t=1999368
like i told you 3times now.... it's the wakelock
Sent from my Nexus 7 using xda app-developers app
indoh said:
stop discussing, use search instead... http://forum.xda-developers.com/showthread.php?t=1999368
like i told you 3times now.... it's the wakelock
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Yeah, it's clear that it's the wakelock. What's not clear is why. Also it's not the msm_hsic_host that the forum link you sent refers to. I don't have a problem with msm_hsic, that one barely takes any time during the day (maybe 30 seconds during several hours of standby). The wakelock causing this particular issue is "suspend_backoff" wakelock which supposedly happens when there is a sequence of sleep/wake calls too close together so the system decides to keep it awake. I was unable to find what exactly is causing the issue, even after restoring to the factory settings I kept seeing the same problem.
Anyway, I was able to "resolve" it by installing JuiceGuard app and setting it so it disables wifi when the screen is off. wakelock is gone now and my battery usage is back to normal.
I only get the suspend backoff wake lock when I'm connected to the university Wifi. When I'm at home, everything is fine, no suspend backoff. So my guess is that the Wifi encryption at university is different and causing a succession of close "awake" and cause wake lock.
I did factory reset like 3 times and it still there.
I'll try disable Wifi on Monday and see how it goes.
Same here, when wifi disabled the wakelock doesn't occur.
I have tried almost all of the kernels and non of them seem to help.
hihihoho said:
I only get the suspend backoff wake lock when I'm connected to the university Wifi. When I'm at home, everything is fine, no suspend backoff. So my guess is that the Wifi encryption at university is different and causing a succession of close "awake" and cause wake lock.
I did factory reset like 3 times and it still there.
I'll try disable Wifi on Monday and see how it goes.
Click to expand...
Click to collapse
Interesting... Maybe it is encryption. One thing with my Wifi is that it doesn't use password, but MAC list instead. It may indeed be an issue with different wifi encryption types.
OP do you have maps 6.14 on your phone? Mine kept switching on location reporting for a while and it woke my phone 344 times last night. I've been struggling with the same wake lock issues. I'm going to recharge (again) with maps disabled and see if that helps.
Sent from my Nexus 4 using Tapatalk 2
Check your Google account sync settings... In settings
The clowns may have left you a lovely gift there without telling you or asking any kind of permission.
The latest Maps was giving me horrible battery drain, on WiFi. I'd sleep for six hours with a fully charged phone and wake up with 10% left. it even enabled itself when. I disabled it in settings. I converted it to a user app by moving it to /data/app and greenified it. Seemed to have solved all of my issues with the suspend back off wake lock.
Download greenify
Sent from my Nexus 7 using Tapatalk 2
For some weird reason, I was also having serious battery drain suddenly since yesterday.
Turned out it was maps, and disabling Google network locations hugely increased battery life
Sent from my Nexus 4
I recently started to get a problem on my nexus 4. After some days of uptime my phone refuses to go to deep sleep.
BBS report PowerManagerService.wakelocks using 98-99% of battery.
I have tried to turn off data, change from 3G to 2G, turn on flight mode, disable nfc, close all running apps and so on but the wakelock remains. Nothing but a reboot seems to help. Does anyone have an idea why this is happen? I'm on stock 4.3 unrooted.
jocke_lulle said:
I recently started to get a problem on my nexus 4. After some days of uptime my phone refuses to go to deep sleep.
BBS report PowerManagerService.wakelocks using 98-99% of battery.
I have tried to turn off data, change from 3G to 2G, turn on flight mode, disable nfc, close all running apps and so on but the wakelock remains. Nothing but a reboot seems to help. Does anyone have an idea why this is happen? I'm on stock 4.3 unrooted.
Click to expand...
Click to collapse
I think this thread is already discussing this:
http://forum.xda-developers.com/showthread.php?t=2392155
mils69 said:
I think this thread is already discussing this:
http://forum.xda-developers.com/showthread.php?t=2392155
Click to expand...
Click to collapse
PowerManagerService.wakelocks is just a placeholder for the partial wakelocks.
Check in the Partial wakelocks tab to find out whats causing this problem!
It probably is something related to AudioOut_x , which is caused by touch sounds or vibrations.
mumaster20 said:
PowerManagerService.wakelocks is just a placeholder for the partial wakelocks.
Check in the Partial wakelocks tab to find out whats causing this problem!
It probably is something related to AudioOut_x , which is caused by touch sounds or vibrations.
Click to expand...
Click to collapse
No, partial wakelocks doesn't show anything unusual. The link that was posted above was spot on. Both my and my girlfriend's n4 has recently started to show this"bug" :/
Skickat från min Nexus 4 med Tapatalk 4
I experience this issue with my Nexus 5 and is an Audio In partial wakelock credited to Google Quick Search. Otherwise NOW!
Hello all.
First off, bear with me if this has been discussed before, I have searched on google and in previous threads here (including the amazing 58.5 hr standby and 6 hr. usage thread) but I cannot find the culprit of the huge Android OS drain.
The battery lasts about 4.5 hrs of screen on time , which is pretty neat but nowhere near what other people are reporting. I know the battery needs to go through a few cycles before reaching its full potential, but the Android OS drain is what bothers me. Please note that I am unrooted due to warranty issues and an unreliable rootchecker.
I have done the following:
Disabled bloatware
Disabled LG MIT (P.S Do you recommend me to change other settings from the hidden menu?)
Disabled auto sync and backup in the settings menu.
Disabled Google Location services from Google Settings, although I kept the location settings in the settings menu due to widget.
I installed Lux to prolong battery life and it only operates upon waking the device.
Installed BBS and Wakelock detector
BBS shows 154 partial wakelocks in just 3 hours of standby from WifiOffDelayIfNotUsed and NetworkLocationLocator 191 partial wakelocks.
Wakelock detector shows a fair amount of Facebook wakelocks (86 in 3 hours - could that be the culprit?) and Viber with 21 wakelocks. This makes me miss Greenify - damn!
To round this off, can anybody please give me advice on how to solve this drain? As previously mentioned I am not willing to root it just yet. Feel free to include perfomance boosting tips as well if you have any
Thanks in advance.
vPro97 said:
Hello all.
First off, bear with me if this has been discussed before, I have searched on google and in previous threads here (including the amazing 58.5 hr standby and 6 hr. usage thread) but I cannot find the culprit of the huge Android OS drain.
The battery lasts about 4.5 hrs of screen on time , which is pretty neat but nowhere near what other people are reporting. I know the battery needs to go through a few cycles before reaching its full potential, but the Android OS drain is what bothers me. Please note that I am unrooted due to warranty issues and an unreliable rootchecker.
I have done the following:
Disabled bloatware
Disabled LG MIT (P.S Do you recommend me to change other settings from the hidden menu?)
Disabled auto sync and backup in the settings menu.
Disabled Google Location services from Google Settings, although I kept the location settings in the settings menu due to widget.
I installed Lux to prolong battery life and it only operates upon waking the device.
Installed BBS and Wakelock detector
BBS shows 154 partial wakelocks in just 3 hours of standby from WifiOffDelayIfNotUsed and NetworkLocationLocator 191 partial wakelocks.
Wakelock detector shows a fair amount of Facebook wakelocks (86 in 3 hours - could that be the culprit?) and Viber with 21 wakelocks. This makes me miss Greenify - damn!
To round this off, can anybody please give me advice on how to solve this drain? As previously mentioned I am not willing to root it just yet. Feel free to include perfomance boosting tips as well if you have any
Thanks in advance.
Click to expand...
Click to collapse
I don't know how to solve the problem, but I can tell you this regarding root: Flashing a KDZ file after doing a full factory reset makes the roottripper reset too, including a showing of UNROOTED in the download mode.
Awesome news! Makes me reconsider rooting my device. I would still want to know what I can do without rooting. Thanks a lot for the info ?
Sent from my LG-D802 using xda app-developers app
Use Better Battery Stats to see exactly what is causing wakelocks and GSam Battery Monitor to see what's using other things.
"A huge amount of battery" is meaningless without context. If it says "50%" but that's .5%/hr, it means NOTHING else was doing anything really.
Disable KnockON, then Android OS will shrink to a few percents in your statistics.
I have tested it out, KnockON is causing the most part of Android OS.
Via LG G2
Wifioffdelayifnotused can be caused by going in and out of service. Disable optimizing in Wi-Fi, disable disconnect on low signal, set sleep policy to never.
vPro97 said:
Awesome news! Makes me reconsider rooting my device. I would still want to know what I can do without rooting. Thanks a lot for the info ?
Sent from my LG-D802 using xda app-developers app
Click to expand...
Click to collapse
khaytsus said:
Use Better Battery Stats to see exactly what is causing wakelocks and GSam Battery Monitor to see what's using other things.
"A huge amount of battery" is meaningless without context. If it says "50%" but that's .5%/hr, it means NOTHING else was doing anything really.
Click to expand...
Click to collapse
well. As stated in OP I am using BBS but I will try out Gsam battery.
You've got a point there, but I'm not seeing 24 hours of standby, which annoys me. A side note- if there was no' something' draining my battery wouldn't it show as "device is idle" rather than android os?
Fir3blade said:
Disable KnockON, then Android OS will shrink to a few percents in your statistics.
I have tested it out, KnockON is causing the most part of Android OS.
Via LG G2
Click to expand...
Click to collapse
Thanks for the tip. I am well aware that knock on uses up some battery but I don't recall the people getting 6 hrs of usage and 50 hrs of standby disabling this feature. Anyway I wouldn't disable this feature even if it would give me am extra hour of usage (unless in dire need) ??
And to the last post (which I forgot to quote) WiFi is set enabled in standby and the other option is disabled. The only thing I have checked in the advanced WiFi settings is lower battery consumption when device is using WiFi. Thanks for clarifying though.
It seems like. Android os is a mystery ?
Sent from my LG-D802 using xda app-developers app
Delete.
The cpu power consumption is the biggest problem~
I had read a Chinese thread that CPU quality is the major problem causing this huge battery drain. Qualcom classified 7 quality levels. Slow, nominal, fast, very fast, ultra fast,....from class 0 to 6.(higher is better). the higher class quality means that cpu can use lower voltage to reach higher frequencies. The difference between C 6 and 0 is about 0.15V,,, :crying:
PS: [email protected](0.95V Max)/ [email protected](1.1V Max)
There has been some improvement but the phone was awake for 42 minutes more than screen on time . I posted some screenshots.
Sent from my LG-D802 using xda app-developers app
Steamer86 said:
Wifioffdelayifnotused can be caused by going in and out of service. Disable optimizing in Wi-Fi, disable disconnect on low signal, set sleep policy to never.
Click to expand...
Click to collapse
I'd say leave wifi optimization, set sleep policy to any other than never, and turn off the feature that turns wifi off if the access point you're connect doesn't have internet access. Or try aosp
Sent from my LG-D802 using XDA Premium 4 mobile app
If you're connected to more Wi-Fi than cell signal, leaving this on will do nothing to increase battery usage, more so increase it. Counterintuitive, but it is what it is. This is Google software itself, not hardware. Learn before you post BS. The phone uses more battery searching and refreshing for 4G data signal than it ever will on Wi-Fi. Do what this guy says if you spend most the day in Wi-Fi, and watch those counts hit the roof. If your of Wi-Fi most the day, just turn it off until you are, all good. Why waste battery when unneeded.
Battery life on this phone is amazing under use, but only average on standby, which is the only negative thing I could say about G2. I routinely lose 2%-3% battery over night, it was the same on JB and now on KK.
I've been checking the wake locks and it is our old friend Google Services and its NlpCollectorWakeLock that keeps the phone awake about 10 minutes a day, since Google likes checking our location 1000 times a day. Turning location off doesn't help at all.
What are your experiences and how have you been dealing with this on G2 specifically? Don't just say install Wakelock Terminator, if you used it also share your experiences with it. Does Greenifying make a difference and what did you hibernate? Did you have any issues afterwards with apps that use location?
And most importantly, did it have any effect on battery life in standby?
Can't remember whether Knock On/Off feature has anything to do with the NCWL but just disable it and see what happens.
Also, down 2-3% overnite seems normal to me.
votinh said:
Also, down 2-3% overnite seems normal to me.
Click to expand...
Click to collapse
Normal but we had 0% even on ICS 4.2.2, and on 4.1.2 my previous phones did managed to spend 0% overnight
laserburn said:
Turning location off doesn't help at all.
Click to expand...
Click to collapse
Yeah, constantly running Location Services bugs me off too.
Maybe you could find solution in that http://forum.xda-developers.com/google-nexus-5/general/nlpwakelock-nlpcollectorwakelock-t2551846 topic, I didn't read it
Location services disable location reporting and history ... That helps decrease it (only do this if you don't use Google now location based features)... Also you can set location to device only if you want ... And greenify the Google maps app ...
... did you actually just complain about a 3% battery drain in 6-7 hours of idling or whatever you define 'night' as?...
Getting back to the topic, one of the bigger things you could do to reduce NlpCollectorWakeLock is disable Google Now. I personally don't find it very useful in my country so I never keep it on. Thus, I get that 3% battery drain overnight with WiFi on.
Turn off wifi assist in location services just set it to device only and it will be gone
Sent from my LG-D800 using xda app-developers app
iamtha1 said:
Turn off wifi assist in location services just set it to device only and it will be gone
Sent from my LG-D800 using xda app-developers app
Click to expand...
Click to collapse
Just turn off "Google Now", you'll be amazed how long your battery will last.....
Cheers
Or install this app
https://play.google.com/store/apps/details?id=cn.wq.disableservice
Sent from my LG-D803 using xda app-developers app
I think I discovered a fix to some hard to track wakelocks by the android services.
What I did:
-settings > share & connect > menu button > dlna feature > menu button > settings > uncheck share options.
Let me know! First post!