Obsolete
Status Update
Comments
km...@gmail.com <km...@gmail.com> #2
Red
vm...@gmail.com <vm...@gmail.com> #3
I am using the OnePlus One, and I have recently gotten the OTA update to Lollipop.
Since the update, I have encountered the same problem, my battery life seems to have gotten to waste because of "Mobile radio active" in every single app that uses internet
I really hope someone is looking at this, and we are going to get some help
Since the update, I have encountered the same problem, my battery life seems to have gotten to waste because of "Mobile radio active" in every single app that uses internet
I really hope someone is looking at this, and we are going to get some help
oa...@gmail.com <oa...@gmail.com> #4
Nexus 7 LTE 5.1
Mobile data is on all the time with no SIM and mobile data turned off. The only way to disable it is to go into airplane mode (that's what the gap is in the attached image).
Wifi will stay on all the time even when set to only be on while plugged in.
Mobile data is on all the time with no SIM and mobile data turned off. The only way to disable it is to go into airplane mode (that's what the gap is in the attached image).
Wifi will stay on all the time even when set to only be on while plugged in.
al...@gmail.com <al...@gmail.com> #5
Same problem here... there is no solution at the moment.
Why thre Priority is only small? I think this is a very annoing problem for the user experiencing it.
Why thre Priority is only small? I think this is a very annoing problem for the user experiencing it.
ir...@gmail.com <ir...@gmail.com> #6
I have the oneplus one and I am experiencing this issue. It is absolutely hammering the battery on the cm12s 5.0.2 update.
fa...@gmail.com <fa...@gmail.com> #7
I am also having this problem on a Sony Xperia Z3 after 'upgrading' to 5.0.2 yesterday.
Apps that like to stay on and use a lot of battery for me are: Android OS, Facebook Messenger, Opera, Cell standby.
Please find a fix for this, it has ruined one of the best features of my phone, its battery life.
Apps that like to stay on and use a lot of battery for me are: Android OS, Facebook Messenger, Opera, Cell standby.
Please find a fix for this, it has ruined one of the best features of my phone, its battery life.
wa...@googlemail.com <wa...@googlemail.com> #8
same Problem.
se...@gmail.com <se...@gmail.com> #9
[Comment deleted]
jd...@gmail.com <jd...@gmail.com> #10
This is a very real problem. Under kitkat, my OnePlus had phenomenal battery life, now the battery life is poor. Please fix.
tw...@gmail.com <tw...@gmail.com> #11
Biggest issue right now. This could solve a lot of battery issues and annoyances
km...@gmail.com <km...@gmail.com> #12
I found an old report from June 27 of 2014, when Android L was in "preview":
http://forum.xda-developers.com/showpost.php?p=53720841&postcount=8
>>
Chrome is using ALOT of battery. It seems to be keeping the mobile radio active in the background or something.
<<
If anyone from Google is reading this, how the hell do you ship an OS with this not fixed?
---
In my app, I tried using the new (5.0+) ConnectivityManager APIs:
registerNetworkCallback before doing networking
unregisterNetworkCallback when done using networking (my socket connections stay open past this time, for next network sync, but not used until then)
Didn't make any difference whatsoever.
>>
Chrome is using ALOT of battery. It seems to be keeping the mobile radio active in the background or something.
<<
If anyone from Google is reading this, how the hell do you ship an OS with this not fixed?
---
In my app, I tried using the new (5.0+) ConnectivityManager APIs:
registerNetworkCallback before doing networking
unregisterNetworkCallback when done using networking (my socket connections stay open past this time, for next network sync, but not used until then)
Didn't make any difference whatsoever.
bo...@gmail.com <bo...@gmail.com> #13
I got this also on my Nexus4. I've tried clean flashing, factory resetting, custom roms, custom kernels, shutting down permissions with app ops. Nothing seems to help and my N4 doesn't last the day. I've got this issue with most apps that require internet (including apps like Gmail, Chrome etc.). On Wi-Fi everything seems normal.
ry...@gmail.com <ry...@gmail.com> #14
same issues here on Nexus 6 on 5.1.0 (LMY47I)
ru...@gmail.com <ru...@gmail.com> #15
Same issue on Nexus 5 with 5.1 (LMY47D). "Mobile radio active" constantly drains battery even when the phone is idle. Please fix!
th...@gmail.com <th...@gmail.com> #16
[Comment deleted]
th...@gmail.com <th...@gmail.com> #17
Same exact issue on my OnePlus One, I've tried several (official) 5.0.2 ROM and also several (unofficial) 5.1.1 ROM: the bug is always there.
Can't believe this is tagged as a small priority bug, it's so annoying as it drastically reduces the battery life of our devices!
If someone finds a way to fix, please share it!
Can't believe this is tagged as a small priority bug, it's so annoying as it drastically reduces the battery life of our devices!
If someone finds a way to fix, please share it!
jd...@gmail.com <jd...@gmail.com> #18
I am also having this problem on Nexus 4 with 5.0,5.0.1.5.0.2 and still in 5.1! this is ruining my device and means i can barely open any app on 3g without taking a serious chunk out of battery life! that is not a 'small priority' bug to me!
km...@gmail.com <km...@gmail.com> #19
Being a developer whose app is affected, I tried another workaround:
Closing all my TCP/IP connections as soon as I'm done with them, so they don't stay open for longer than a few (dozen) seconds.
The issue is still there, "mobile radio active" still vastly greater than the "wake lock" time.
With all my connections closed, there is absolutely no reason for Android to keep the radio in high power state because of my app *or* to attribute it to my app. And yet it does.
Closing all my TCP/IP connections as soon as I'm done with them, so they don't stay open for longer than a few (dozen) seconds.
The issue is still there, "mobile radio active" still vastly greater than the "wake lock" time.
With all my connections closed, there is absolutely no reason for Android to keep the radio in high power state because of my app *or* to attribute it to my app. And yet it does.
ir...@gmail.com <ir...@gmail.com> #20
Why is the priority small? This is a major issue affecting all devices!!
km...@gmail.com <km...@gmail.com> #21
I created a small test app which shows the issue quite clearly.
Tested on a Samsung S6, Android 5.0.2, but at this point it's quite obvious that the issue exists in 5.1 and on Nexus devices with "barebones" Android as well. The S6 is where I actually have a SIM card.
Source code (also attached here):
https://github.com/kmansoft/tests/tree/master/MobileRadioTest
What it does:
Every 15 minutes, it wakes up, establishes a connection toimap.gmail.com:993 , runs a couple of commands, and closes the connection.
Each cycle takes a few second, and, to reiterate, the network connection (there is only one at a time) is closed at the end of each cycle.
The test was run over ~7.5 hours, mostly in LTE mode, total wake lock time in this app was about 2 minutes, and yet "total connection time" was an insane 2 hours 23 minutes.
Assuming each network use causes the cell modem to stay in a high power state for some longer time, let's work out how long that is:
Since the app runs every 15 minutes, and the test ran for 7.5 hours, there were 30 cycles of wake up / use network / close connections / release wake lock.
Dividing 2 hours 23 minutes by 30 we get almost 5 minutes of cell modem staying in a high power state after each time it's used.
That just seems way out of proportion (in last year's Google I/O talk on Project Volta, they were talking about 30 seconds or so of the cell modem staying in a high power state after each use).
At the same time, same pattern was observed in Google Services: "stay awake" at 1.5 minutes, and "total connection time" at almost 2 hours. A screenshot for that is attached as well.
I'm not sure if the issue is just with wrong numbers being reported, or with the modem being kept in a high power state way longer than it needs to be. Judging by widespread complaints about poor battery performance in 5.*, I'd say it's the latter, an actual low-level modem management bug.
Tested on a Samsung S6, Android 5.0.2, but at this point it's quite obvious that the issue exists in 5.1 and on Nexus devices with "barebones" Android as well. The S6 is where I actually have a SIM card.
Source code (also attached here):
What it does:
Every 15 minutes, it wakes up, establishes a connection to
Each cycle takes a few second, and, to reiterate, the network connection (there is only one at a time) is closed at the end of each cycle.
The test was run over ~7.5 hours, mostly in LTE mode, total wake lock time in this app was about 2 minutes, and yet "total connection time" was an insane 2 hours 23 minutes.
Assuming each network use causes the cell modem to stay in a high power state for some longer time, let's work out how long that is:
Since the app runs every 15 minutes, and the test ran for 7.5 hours, there were 30 cycles of wake up / use network / close connections / release wake lock.
Dividing 2 hours 23 minutes by 30 we get almost 5 minutes of cell modem staying in a high power state after each time it's used.
That just seems way out of proportion (in last year's Google I/O talk on Project Volta, they were talking about 30 seconds or so of the cell modem staying in a high power state after each use).
At the same time, same pattern was observed in Google Services: "stay awake" at 1.5 minutes, and "total connection time" at almost 2 hours. A screenshot for that is attached as well.
I'm not sure if the issue is just with wrong numbers being reported, or with the modem being kept in a high power state way longer than it needs to be. Judging by widespread complaints about poor battery performance in 5.*, I'd say it's the latter, an actual low-level modem management bug.
ca...@gmail.com <ca...@gmail.com> #22
Same bug for me. OnePlus One 5.0.2/5.1/5.1.1
di...@gmail.com <di...@gmail.com> #23
I have the same problem running lollipop 5.02. Wish they could patch up a solution in the next update
di...@gmail.com <di...@gmail.com> #24
[Comment deleted]
[Deleted User] <[Deleted User]> #25
Seriously how is this a small bug??
er...@debeertjes.com <er...@debeertjes.com> #26
Lollipop 5.1.1 and still not fixed. Google come on!!!!!!
al...@gmail.com <al...@gmail.com> #27
Yeah, I wonder who set the priority to Small?
er...@gmail.com <er...@gmail.com> #28
I have the same problem on my moto g with lollipop 5.02. It is really annoying considering i have to use mobile data most of time. And this is a major issue, not a small priority bug.
sa...@gmail.com <sa...@gmail.com> #29
this is killing my battery on the oneplus one.
ra...@gmail.com <ra...@gmail.com> #30
This is a serious issue. It's going to be fixed anytime?
da...@gmail.com <da...@gmail.com> #31
Same for me. It drains alot.
vt...@gmail.com <vt...@gmail.com> #32
Huge problem starting with official OTA update of android 5.0.2. Fast battery drain AND a big extra cost, as the mobile data is charged differently than the 'data usage' shown in the settings. Approximately 10x more data is charged by my mobile provider than what's calculated in the 'data usage' screen. More than a 100MB per day - while doing nothing of consequence - only background tasks.
I tried a factory reset (+ dalvik cache clean), and it worked fine for a couple of days (1-3MB per day of background mobile data and a battery lasting almost 2 days), until the phone updated all the default apps. Then the problem reappeared.
I tried a factory reset (+ dalvik cache clean), and it worked fine for a couple of days (1-3MB per day of background mobile data and a battery lasting almost 2 days), until the phone updated all the default apps. Then the problem reappeared.
yo...@gmail.com <yo...@gmail.com> #33
Mobile radio active killing the battery :(
jj...@gmail.com <jj...@gmail.com> #34
Same problem here.when I am on WiFi there is no battery drain but when I connect to mobile data this mobile radio active bug starts to drain battery.suddenly android OS becomes number 1 battery drainer followed by all apps that use data connection .Every app shows high mobile radio active time.I tried 3 different 5.1.1 ROM but all have same bug.This sud be high priority problem.Pls do something Google.
km...@gmail.com <km...@gmail.com> #35
Made another test run today and collected the output of "adb dumpsys" and "adb bugreport", attached.
My test app's debug log is attached too -- 55 cycles over the test's time period, as before, lasting about a second each, and "mobile radio active" at 2 hours 25 minutes.
Google Play Services is right up there as well, with same issue.
Hope this is useful to someone at Google.
My test app's debug log is attached too -- 55 cycles over the test's time period, as before, lasting about a second each, and "mobile radio active" at 2 hours 25 minutes.
Google Play Services is right up there as well, with same issue.
Hope this is useful to someone at Google.
al...@gmail.com <al...@gmail.com> #36
I can confirm that this bug is not only an error on displaying the time of mobile radio active. When i'im under WiFi I reach 2 day of use and 6 hours of SOT. Under 3G I can reach 3/4h of SOT
ma...@gmail.com <ma...@gmail.com> #37
Same here with OnePlus One on CM12S (Android 5.0.2) , heavy battery drain caused by mobile radio active. When i'im under WiFi no problem, i can go up to 2 days without recharging but under 3G I can barely reach 5h. Same issue on Android 5.1/5.1.1 . Also Google Play Services drain my battery (known issue on CM ,i tried to solve disabling 'Wake up' and 'Keep awake' permission to Google Play Services).
how could it be cassified as "Small" priority bug?!
how could it be cassified as "Small" priority bug?!
va...@gmail.com <va...@gmail.com> #38
Same problem here, Android 5.0.2 on a Oneplus One.
ar...@gmail.com <ar...@gmail.com> #39
Same problemen here on my Oneplus One, roughly 6 hours of SoT and 5 days of standby when on Wifi. 2,5 hours SoT and 2 days of standby when not connected to WiFi but to 3g.
sy...@gmail.com <sy...@gmail.com> #40
Same problem with my Android 5.0.2.
do...@gmail.com <do...@gmail.com> #41
I have the exact same issue with my Nexus 4. From 5.0 stock, to countless custom roms I tried and tested all exhibit this behaviour.
what #20 suggests, "in last year's Google I/O talk on Project Volta, they were talking about 30 seconds or so of the cell modem staying in a high power state after each use" may well be the culprit. Why? Google Play Services keeps reporting/syncing/updating location/GCMing all the time so that essentially mobile radio never goes to sleep.
Is there any way to reduce this 30 secs to let's say 3 secs or so?
what #20 suggests, "in last year's Google I/O talk on Project Volta, they were talking about 30 seconds or so of the cell modem staying in a high power state after each use" may well be the culprit. Why? Google Play Services keeps reporting/syncing/updating location/GCMing all the time so that essentially mobile radio never goes to sleep.
Is there any way to reduce this 30 secs to let's say 3 secs or so?
zw...@gmail.com <zw...@gmail.com> #42
I have the same problem.
do...@gmail.com <do...@gmail.com> #43
I reread #20 and I think you are right... It's not 30 secs but more like few minutes of mobile radio on high power mode every time 3g/LTE is used... why oh why...
ri...@googlemail.com <ri...@googlemail.com> #44
Same problem here, Android 5.0.2 on a Oneplus One. needs to be fixed
ma...@gmail.com <ma...@gmail.com> #45
Unfortunately, same problem with radio active here in my mi3. Please is a very big problem that drains my battery. Fix it soon please!!!!!
ze...@gmail.com <ze...@gmail.com> #46
Moto Maxx (aka Droid Turbo). Brazilian 4G. My phone has a 3900 mAh battery and doesn't survive a day on heavy usage. I can pretty much use all day long on Wi-Fi. The difference is enormous.
Also, I don't know if that's due to the brazilian heat, but my phone is always warm on 4G, opposing to Wi-Fi.
Also, I don't know if that's due to the brazilian heat, but my phone is always warm on 4G, opposing to Wi-Fi.
ba...@gmail.com <ba...@gmail.com> #47
I have the same issue.. This needs to be fixed!
ma...@gmail.com <ma...@gmail.com> #48
Same issue, OnePlus One on CM12. On bad days I only get 1 hour of SOT. My Android phone is useless now.
qu...@googlemail.com <qu...@googlemail.com> #49
Same issue here. Oneplus One on CM12.1.
4 hours of SOT with a runtime of about 18 hours.
Comparison to Kitkat: 4 hours SOT and 36 hours runtime.
4 hours of SOT with a runtime of about 18 hours.
Comparison to Kitkat: 4 hours SOT and 36 hours runtime.
be...@gmail.com <be...@gmail.com> #50
Oneplus One on wifi = 2.5 days
Oneplus One on 3G = 1 day
Oneplus One on 3G = 1 day
mi...@gmail.com <mi...@gmail.com> #51
I have the same problem on the oneplus. So the good news is we're not alone but the bad news is that Google isn't all that likely to push a fix if this is mostly impacting oneplus users. We should probably focus some effort on oneplus and cyanogen to see if they will do something.
And given that cyanogen isn't an official partner anymore I don't think they will put much effort into this. Worse, oneplus is pushing their oxygen OS so it doesn't seem very likely they're going to be too motivated to fix this.
Frankly I think we're out of luck. I'm back now to the battery life I used to get on my nex 4 which is pretty disappointing. It may just be the price we pay for getting a device from a new hardware maker that is still finding it's feet.
And given that cyanogen isn't an official partner anymore I don't think they will put much effort into this. Worse, oneplus is pushing their oxygen OS so it doesn't seem very likely they're going to be too motivated to fix this.
Frankly I think we're out of luck. I'm back now to the battery life I used to get on my nex 4 which is pretty disappointing. It may just be the price we pay for getting a device from a new hardware maker that is still finding it's feet.
pi...@gmail.com <pi...@gmail.com> #52
OPO CM 12 stock. Same issue.
da...@gmail.com <da...@gmail.com> #53
Same issue here on CM12S. I have to switch-off the 3G/4G connection to keep the phone alive for more than 8-10 hours...
on CM11S (KitKat) the battery was perfect.
on CM11S (KitKat) the battery was perfect.
km...@gmail.com <km...@gmail.com> #54
Just wanted to reiterate that the issue isn't specific to OnePlus One or Cyanogen.
I'm seeing it on a Samsung S6 and Sony Xperia Z3 Compact (both with 5.0.2).
And there are discussions on the Internet about it happening on Nexus devices with 5.1.
I'm seeing it on a Samsung S6 and Sony Xperia Z3 Compact (both with 5.0.2).
And there are discussions on the Internet about it happening on Nexus devices with 5.1.
ad...@gmail.com <ad...@gmail.com> #55
Having this problem too. It's not ROM specific, I had it on Stock 5.1 (the issue seemed to come with that update), had it after downgrading to 5.0.1, had it on CM12.1 and have it on Chroma. Drains only while on mobile data and there's little one can do about it.
si...@gmail.com <si...@gmail.com> #56
Having exactly the same issue.
As soon as mobile data is active, battery life tumbles.
As soon as mobile data is active, battery life tumbles.
et...@gmail.com <et...@gmail.com> #57
What the literal F*%K google
lu...@gmail.com <lu...@gmail.com> #58
I have the same issue, running 5.0.2 on my OnePlus One.
va...@gmail.com <va...@gmail.com> #60
Same problem on my one plus one.
Is there a fix on the way?
Is there a fix on the way?
ad...@gmail.com <ad...@gmail.com> #61
This is not specific of the OnePlus One or Cynogenmod. I also have this problem in my Nexus 5 in every ROM I've tried (Stock, CM12.1, Chroma and most recently Cataclysm.)I have seen it in Motorola devices as well.
et...@gmail.com <et...@gmail.com> #62
I know, have it on my nexus 5 as well. I just linked the cm jira because it is well documented on there, if anyone can linknother device forums feel free.
lc...@gmail.com <lc...@gmail.com> #63
Experiencing the same issue on stock Nexus 6. 5.1.0 build LMY47D.
jo...@gmail.com <jo...@gmail.com> #64
Nexus 4, CM12
ma...@gmail.com <ma...@gmail.com> #65
Have the same issue on an S6. Trashes battery life.
bo...@gmail.com <bo...@gmail.com> #66
Same problem that I had on my HTC One M7 and now it's on my Samsung Galaxy S6 edge, both had 5.0.2 .
da...@gmail.com <da...@gmail.com> #67
Same reason I'm still on KitKat. I like lollipop but mobile radio active kills battery. Please fix this issue Google.
ch...@gmail.com <ch...@gmail.com> #68
same issue
st...@gmail.com <st...@gmail.com> #69
[Comment deleted]
dc...@gmail.com <dc...@gmail.com> #70
While I appreciate lollipop, battery drains like this should not exist. Please fix this asap
Nexus 5
Nexus 5
da...@gmail.com <da...@gmail.com> #71
Same issue on the N4. Hangouts and GPServices always hog the mobile data and come out on top of the battery usage list.
ar...@gmail.com <ar...@gmail.com> #72
Same issue on samsung devices.
si...@gmail.com <si...@gmail.com> #73
Same here, Oneplus One. Flashed back a KitKat ROM, because of this LP terrible battery drain.
cr...@gmail.com <cr...@gmail.com> #74
Same issue on LG G3. This issue is the only thing keeping me away from aosp custom roms.
bo...@gmail.com <bo...@gmail.com> #75
You can add my Moto X 2014 to this list as well.
vm...@gmail.com <vm...@gmail.com> #76
I've just received an e-mail from OnePlus tech support, they sad it's a known problem on Lollipop, and that Google has to take care of it first, before they can send an update
fi...@gmail.com <fi...@gmail.com> #77
Same with 5.1 on the 2014 Moto X. Apps seem not to stop using mobile radio even after they are closed. I have to force close them in order to stop the drain. On 4.4 that problem did nor happen.
ad...@gmail.com <ad...@gmail.com> #78
How do you stop the drain from Google Services? You can't force stop it, can you?
ta...@gmail.com <ta...@gmail.com> #79
In the data usage section you can restrict background data for all apps or choose specific apps.
ad...@gmail.com <ad...@gmail.com> #80
That doesn't work for GPServices and makes no sense to do it for messaging apps.
ta...@gmail.com <ta...@gmail.com> #81
I agree.
Just a temporary solution.
Just a temporary solution.
da...@gmail.com <da...@gmail.com> #82
This needs to be addressed.
li...@gmail.com <li...@gmail.com> #83
Same issue, stock Nexus 6, 5.1
mr...@gmail.com <mr...@gmail.com> #84
Same issue here. Stock Galaxy S6. 5.0.2 Some attached screenshots
su...@gmail.com <su...@gmail.com> #85
[Comment deleted]
sa...@gmail.com <sa...@gmail.com> #86
Some more screenshots of the issue. This is crazy, why doesn't Google care??
ss...@boozt.com <ss...@boozt.com> #87
Please fix it google, i used to lose 1-2% of battery during night, now its close to 15%!
its ridiculous, battery life is probably THE most important for many.
its ridiculous, battery life is probably THE most important for many.
wt...@gmail.com <wt...@gmail.com> #88
[Comment deleted]
jo...@gmail.com <jo...@gmail.com> #89
Issue present on 5.1.1 OneplusOne
Custom rom Blisspop
Custom rom Blisspop
ro...@gmail.com <ro...@gmail.com> #90
Same issue, stock OnePlus One 😬
an...@gmail.com <an...@gmail.com> #91
[Comment deleted]
an...@gmail.com <an...@gmail.com> #92
Moto G 2014, 5.0.2 stock, exact same issue as presented here by other users.
ng...@gmail.com <ng...@gmail.com> #93
Affecting Note 4 on official 5.0.1 as well. Internet apps have insanely long "Total Connection Time" as soon as 4g is used instead of wifi. Fixed it please!
sh...@gmail.com <sh...@gmail.com> #94
Note 4 N910C same. LG G Pro2 and HTC M7 unaffected.
mo...@gmail.com <mo...@gmail.com> #95
Same issue, stock OnePlus One with lollipop OTA
se...@gmail.com <se...@gmail.com> #96
Same issue here. Oneplus One lollipop. 4 hour screentime instead of 7 to 10 hours.
jm...@gmail.com <jm...@gmail.com> #97
same issue, Moto G 2nd gen 4G android 5.0.2
On Wifi there is no problem.
But once on mobile data, the battery is draining abnormally fast and the highest consumption comes from 'Mobile radio' that remains active.
On Wifi there is no problem.
But once on mobile data, the battery is draining abnormally fast and the highest consumption comes from 'Mobile radio' that remains active.
ss...@boozt.com <ss...@boozt.com> #98
I can confirm that wi fi is ok, only when on mobile it drains, btw, went into dev option and selected no background processes and no activities, maybe that helps... will let know...
ma...@gmail.com <ma...@gmail.com> #99
So how long before google decides to fix this? Its a huge bug. How long does it usually take for them to notice and fix those bugs?
ir...@gmail.com <ir...@gmail.com> #100
Just here to say that I'm on a Moto G 2nd Gen with 5.0.2 as well and I'm getting the problem. Mine's mostly noticeable through whatever browser I have. I'll use my browser to check Facebook and the Mobile Radio Active is constantly on and draining power.
As others have said before, THIS IS A MAJOR PROBLEM and they should treat it as such. This has gone on since Lollipop launched and for such a problem to persist, despite numerous complaints across the internet for months, goes to show that it's obviously not being addressed. PLEASE FIX THIS!!
As others have said before, THIS IS A MAJOR PROBLEM and they should treat it as such. This has gone on since Lollipop launched and for such a problem to persist, despite numerous complaints across the internet for months, goes to show that it's obviously not being addressed. PLEASE FIX THIS!!
gb...@gmail.com <gb...@gmail.com> #101
I'm on OnePlus One CM12 Lollipop 5.0, most of the common apps (e.g. whatsapp, facebook, mail, chrome, etc...) report an insane figures on "Mobile radio signal" more than 1h 30' continously active! It leads to a full discharge of the battery in less than 8-10 hours...
Please see atached screenshot.
Don't think it is any more acceptable, the device has become unusable.
Please fix the problem and at least let us know if someone is currently looking at it to solve it.
Thx.
Please see atached screenshot.
Don't think it is any more acceptable, the device has become unusable.
Please fix the problem and at least let us know if someone is currently looking at it to solve it.
Thx.
in...@acslegal.nl <in...@acslegal.nl> #102
[Comment deleted]
am...@gmail.com <am...@gmail.com> #103
Having the same issue on my Z3 on 5.0.2, was getting 2-3 days on kitkat now 1-1.5 days..Google Services is the culprit. Have disabled Location services and disabled Google Now & Auto Sync to see if it helps.
sc...@gmail.com <sc...@gmail.com> #104
same problems and issues with play service in Note 3 lollipop
gu...@gmail.com <gu...@gmail.com> #105
Play services 7.3 is causing this problem, I believe. Did not have this issue with 5.0 and a previous version of play services. I updated to 5.1, which also gave me an update warning for play services and then it started to become very prevalent. Reduces my battery life with at least 1 to 1,5 hours. This is unacceptable in term of battery life. Google please fix the bug and update play services.
ma...@gmail.com <ma...@gmail.com> #106
Wake up Google!
sc...@gmail.com <sc...@gmail.com> #107
I have the same issue on a stock Moto G (2nd Gen) with 5.0.2. Please fix this, I have a hard time getting a day use out of it now.
jo...@gmail.com <jo...@gmail.com> #108
This is happening on my Nexus 5 as well... really killing my battery.
mg...@gmail.com <mg...@gmail.com> #109
Same here, waiting for a fix!
fe...@gmail.com <fe...@gmail.com> #110
Same...
fa...@gmail.com <fa...@gmail.com> #111
Same issue on Nexus 5
ma...@gmail.com <ma...@gmail.com> #112
Same here, LG G2 D802.
al...@gmail.com <al...@gmail.com> #113
Same issue. OnePlus One!!!!!!
sa...@gmail.com <sa...@gmail.com> #114
Same here, waiting for a fix!
I think it's a BIG bug!
I think it's a BIG bug!
ca...@gmail.com <ca...@gmail.com> #115
Waiting for fix
ma...@gmail.com <ma...@gmail.com> #116
And.. the same here!!
si...@gmail.com <si...@gmail.com> #117
Waiting for fix.........
ju...@gmail.com <ju...@gmail.com> #118
Same problem, OnePlus One with any Lollipop Rom. Fix it please, I don't want to flash kitkat just for this...
jg...@gmail.com <jg...@gmail.com> #119
Also on my Nexus 5 with 5.1
il...@gmail.com <il...@gmail.com> #120
Here the same issue!
OnePlus One and and latests CM12.1 Nighty Build.
Please Fix Google Play Services battery draim!
OnePlus One and and latests CM12.1 Nighty Build.
Please Fix Google Play Services battery draim!
ra...@gmail.com <ra...@gmail.com> #121
Ples Fix Google Play Service battery drain!
za...@gmail.com <za...@gmail.com> #122
Make a fix! I loved ANDROID but now I hate it!
th...@libero.it <th...@libero.it> #123
[Comment deleted]
th...@libero.it <th...@libero.it> #124
Same problem on Nexus 5 (Android 5.1)
al...@gmail.com <al...@gmail.com> #125
What you waiting for... Christmas?! C'mon guys.....
we...@gmail.com <we...@gmail.com> #126
same here on my Note 4 with 5.0.1
fi...@gmail.com <fi...@gmail.com> #127
Same problem since month, on N5 and Oneplus One
ta...@gmail.com <ta...@gmail.com> #128
Same problem here, with a oneplus one and 5.0.1
ch...@gmail.com <ch...@gmail.com> #129
Same on nexus5 5.1
th...@gmail.com <th...@gmail.com> #130
Same here, phone is unusable.
Nexus 4 5.1 freshly factory reset.
Nexus 4 5.1 freshly factory reset.
gb...@gmail.com <gb...@gmail.com> #131
Same here - began to experience significant drain with the update to 5.1
fr...@gmail.com <fr...@gmail.com> #132
same problem on nexus 5 with lollipop 5.1 and google play services 7.3.29
sh...@gmail.com <sh...@gmail.com> #133
Same here, waiting for a fix!
xe...@gmail.com <xe...@gmail.com> #134
Same bug for me. OnePlus One 5.0.2/5.1/5.1.1
io...@gmail.com <io...@gmail.com> #135
[Comment deleted]
io...@gmail.com <io...@gmail.com> #136
Cell in standby for me is the major cause of the battery drain on my Nexus 6. This issue there was with Android 5.0 and is still here with 5.1.0.
gr...@gmail.com <gr...@gmail.com> #137
Google play serveice 50% of my battery. Oneplus one whit cm12s... fix it
ca...@gmail.com <ca...@gmail.com> #138
Dame problema on Nexus 5.. Firs i thought t was the battery slowly loosing power. But now i realized that this is a problema coming with android 5.1 and the lateat release of google play services.
To google: why aren'tyou interested in problems of users? Google apps are essential but they are the worst app ever in terme of optimization, smoothness and weugjt. Please fix this issue.
Windows 10 is coming and has double the battery life on dame hw. That's annoying.
To google: why aren'tyou interested in problems of users? Google apps are essential but they are the worst app ever in terme of optimization, smoothness and weugjt. Please fix this issue.
Windows 10 is coming and has double the battery life on dame hw. That's annoying.
do...@gmail.com <do...@gmail.com> #139
Also on My Nexus 5 with L 5.1 I have the same issue
ph...@gmail.com <ph...@gmail.com> #140
Same issue since OTA update to L on S5
je...@gmail.com <je...@gmail.com> #141
Same issue on Nexus 5 running 5.1
an...@gmail.com <an...@gmail.com> #142
Same issue with Oneplus One runninh cyanogen 12 and lollipop.
er...@gmail.com <er...@gmail.com> #143
The WI FI is always on even I turned it off and I kept the wi fi during sleep off !! What is the problem??????
ed...@gmail.com <ed...@gmail.com> #144
[Comment deleted]
th...@gmail.com <th...@gmail.com> #145
Also, Priority-Small
Seriously ?
Seriously ?
ri...@gmail.com <ri...@gmail.com> #146
I have the opo and it is simply not possible that this huge 3100mah battery is drain that quickly. Please solve it
ra...@gmail.com <ra...@gmail.com> #147
This is a huge bug. Affecting all phones and all roms and apps.
Prioritise it please!
Prioritise it please!
te...@gmail.com <te...@gmail.com> #148
Same issue. Nexus 5. Android 5.1
I can't seem to charge my phone enough because of this issue... It's always on a charger instead of with me. Which is kinda the point of a cell phone...
I can't seem to charge my phone enough because of this issue... It's always on a charger instead of with me. Which is kinda the point of a cell phone...
al...@gmail.com <al...@gmail.com> #149
Wifi is on also when I swith it to off.
Knock,knock...google!
Knock,knock...google!
lt...@gmail.com <lt...@gmail.com> #150
Same here, Nexus 5. Before Lollipop battery runtime was up to three days with light use, now about 24 hours.
ma...@gmail.com <ma...@gmail.com> #151
Same issue, Nexus 5, CyanogenMod 12.1
lu...@gmail.com <lu...@gmail.com> #152
Same issue, Oneplus One, CyanogenMod 12.1 and Cyanogen 12s. Please fix it
si...@gmail.com <si...@gmail.com> #153
[Comment deleted]
en...@gmail.com <en...@gmail.com> #154
My smartphone moto g 2014 has a low. autonomy with lollipop
fa...@gmail.com <fa...@gmail.com> #155
May be it gets fixed in 2017. MAY BE.
dp...@gmail.com <dp...@gmail.com> #156
With over 154 comments and quite obviously a bug affecting all users, roms, and apps, it's ridiculous that this still has a low priority. This bug is crippling all the devices, Google. Get your shit together.
mo...@gmail.com <mo...@gmail.com> #157
good god every single system upgrade breaks something. i can fix bloatware with root no problem. i can fix shitty audio with viper4android. i can't fix crappy camera because dipshit sony won't include camera2 api because fuck me why would they?? but hey, at least i have great battery life right? yeah, thanks to your incompetence now my battery sucks too. FOR FUCKS SAKE GOOGLE FOR ONCE FIX YOUR GODDAMN OS!! you guys are half assing every update. after five years of android, i guess this was the last straw. i'm done.
dy...@gmail.com <dy...@gmail.com> #158
The comments on this thread should be disabled, they're full of worthless "me too!" comments
br...@gmail.com <br...@gmail.com> #159
Incredible. Yes, I will be another user basing on you for choosing "Priority-Small". This bug destroyed my battery life from 5-6 days to about 2. More than 50% reduction at the minimum.
How bad do you have to be at the QA job to select "small" priority? This needs to be TOP priority, a semi-showstopper.
Jesus, my phone's biggest strength has been wiped out and you consider this to be a small bug.
I love the Android 5 style and features, but once again upgrading has been almost a complete DOWNGRADE.
Damn.
How bad do you have to be at the QA job to select "small" priority? This needs to be TOP priority, a semi-showstopper.
Jesus, my phone's biggest strength has been wiped out and you consider this to be a small bug.
I love the Android 5 style and features, but once again upgrading has been almost a complete DOWNGRADE.
Damn.
an...@googlemail.com <an...@googlemail.com> #160
Same here
ay...@gmail.com <ay...@gmail.com> #161
RAZR HD here on a custom 5.1.1 build. My battery on KitKat would end the day with 40% on average now it struggles to get through the day without hitting 5%. Please raise the priority of this bug.
bl...@gmail.com <bl...@gmail.com> #162
So glad this is being brought to attention here.
th...@gmail.com <th...@gmail.com> #163
Same on my Nexus 4 running Android 5.1. Plesse fix this issue. Thanks.
al...@gmail.com <al...@gmail.com> #164
Same problem on Moto G 2014
ja...@gmail.com <ja...@gmail.com> #165
z3's battery is suffering very much due to the update to lollipop. i thought it was supposed to make the battery last longer......
cz...@gmail.com <cz...@gmail.com> #166
Nexus 4,android 5.1 LMY47O
Massive battery drain by mobile radio active.
8 hours of phone idle, total complete idle, not even screen on for a second and it ate 63!!!!! percent of battery. 3g was on. Seems problem disappears when wifi is turned on.
Mobile radio active apps: Google now launcher, chrome.
Massive battery drain by mobile radio active.
8 hours of phone idle, total complete idle, not even screen on for a second and it ate 63!!!!! percent of battery. 3g was on. Seems problem disappears when wifi is turned on.
Mobile radio active apps: Google now launcher, chrome.
ar...@gmail.com <ar...@gmail.com> #167
Same here, Oneplus One - CM12S
ln...@gmail.com <ln...@gmail.com> #168
La batteria anche a me dura pochissimo... non si arriva a metà pomeriggio se si usa il telefono un po. Prego risolvere. Android Lollipop 5.1. Il teminale è costantemente in carica... premetto che ho comperato una batteria nuova 2 settimane fa.
fe...@gmail.com <fe...@gmail.com> #169
Google and his "Services" are ruining Android.
[Deleted User] <[Deleted User]> #170
Same bug here. Oneplus One. Android Version 5.1.1
ja...@gmail.com <ja...@gmail.com> #171
Same issue galaxy s6 5.0.2
mo...@gmail.com <mo...@gmail.com> #172
Also on My Nexus 5 with Lollipop 5.1 I have the same issue.. Radio mobile active only on 3G H, or LTE.. Ok on WiFi..
ev...@gmail.com <ev...@gmail.com> #173
Same here. HTC One M7 with Android 5.0.2. But with no Mobile Data active. Just normal GSM + Wifi.
ma...@gmail.com <ma...@gmail.com> #174
Cm12s, same bug
st...@gmail.com <st...@gmail.com> #175
Oneplus one cm12s same bug.
Whelp!
Whelp!
ma...@gmail.com <ma...@gmail.com> #176
Google service with a lot of wakelocks. Only way to survive to kill location service. Battery problems. Please find a solution
ia...@gmail.com <ia...@gmail.com> #177
Same issue since the first Lollipop build back in November/December...
Please fix this! Android 5.0, 5.0.1, 5.0.2, 5.1.0 and 5.1.1 have this issue!
Please fix this! Android 5.0, 5.0.1, 5.0.2, 5.1.0 and 5.1.1 have this issue!
dc...@gmail.com <dc...@gmail.com> #178
I suggest to escalate the priority, it makes no sense to have this a "small" defect
gr...@gmail.com <gr...@gmail.com> #179
Oneplus One. COS12. Same problem very very bad.
ma...@gmail.com <ma...@gmail.com> #180
Same issue, Google play services using more battery than my screen!
Stock Nexus 5 (5.1)
Build Number: LMY47I
Stock Nexus 5 (5.1)
Build Number: LMY47I
ci...@gmail.com <ci...@gmail.com> #181
Same "mobile radio active" problem on my Sony Xperia Z3 Compact on 5.0.2. This need to be fixed ASAP!
dw...@gmail.com <dw...@gmail.com> #182
Same problem on my z3 with lollipip 5.0.2!!
The battery drain is crazy!
The battery drain is crazy!
ed...@gmail.com <ed...@gmail.com> #183
Nexus 5 with 5.1 here, battery life is awful! I'm tired of your shit, Google. Fix your OS or GTFO.
g3...@googlemail.com <g3...@googlemail.com> #184
Same issue on my Sony Z1 compact
ve...@gmail.com <ve...@gmail.com> #185
Moto X 2014, 5.0 - same issue. Battery drain is crazy! I disabled almost everything right now and I barely make it trough a day.
When I disable Mobile Data/ WiFi - it's OK!
I really hope the fix will be released soon - because people are talking about this all over the internet for several months!
When I disable Mobile Data/ WiFi - it's OK!
I really hope the fix will be released soon - because people are talking about this all over the internet for several months!
st...@gmail.com <st...@gmail.com> #186
I have Note3 with Android 5.0
ma...@gmail.com <ma...@gmail.com> #187
nexus 5 a lot of problems, battery drain and memory problem!!!!! fix it
lo...@gmail.com <lo...@gmail.com> #188
Samsung Galaxy S4 only 4h Battery lifetime
mi...@gmail.com <mi...@gmail.com> #189
One Plus One on Oxygen, Cm12 and Cm12.1 same problem. Battery drain is 40% higher than Cm11 in daily sue.
iv...@gmail.com <iv...@gmail.com> #190
ho un calo di carica tale da non poter nemmeno usarlo un intera giornata come facevo in precedenza!!!
Ho un xperia z ultra
Ho un xperia z ultra
va...@gmail.com <va...@gmail.com> #191
Small issue? You must be joking! This Google Play Services update is draining hard my OPO battery! FIX IT, NOW! Thank you
eb...@gmail.com <eb...@gmail.com> #192
The same Problem by OnePlus one!!
sl...@gmail.com <sl...@gmail.com> #193
The Same Problem by Sony Xperia Z1 Compact ...
In my case actually mainly the google services keep the mobile radio active, followed by andoid os and then all other data syncing apps. Before that I had my echange sync via NINE running on push ... that drained my battery within 12 hours without doing anything else. Now I turned it to manual sync as workaround.
In my case actually mainly the google services keep the mobile radio active, followed by andoid os and then all other data syncing apps. Before that I had my echange sync via NINE running on push ... that drained my battery within 12 hours without doing anything else. Now I turned it to manual sync as workaround.
an...@gmail.com <an...@gmail.com> #194
This is a very big problem for everyone!!!
Please fix it asap!!
Please fix it asap!!
ed...@gmail.com <ed...@gmail.com> #195
Please fix it
li...@gmail.com <li...@gmail.com> #196
Nexus five.. Now Battery has a very poor life !! Need a fix!
ma...@googlemail.com <ma...@googlemail.com> #197
I have a OnePlus One. also the same problem.
It got a little better when I disabled background data for Google services and deleted the cache of the playstore. but still it sucks a lot of battery juice.
Before this update my OPO used up about 50% of the battery, now it's using 99% per day.
plz GOD this.
It got a little better when I disabled background data for Google services and deleted the cache of the playstore. but still it sucks a lot of battery juice.
Before this update my OPO used up about 50% of the battery, now it's using 99% per day.
plz GOD this.
ma...@googlemail.com <ma...@googlemail.com> #198
Autocorrection...
plz FIX this
plz FIX this
si...@gmail.com <si...@gmail.com> #199
Me too, OnePlus one. Google wake up please..
cm...@gmail.com <cm...@gmail.com> #200
How about you just fix the typo for "Priority" and listen to the users. I think all of us are experiencing this annoyance.
ko...@gmail.com <ko...@gmail.com> #201
Nexus 5. 5.1 same story.
fl...@gmail.com <fl...@gmail.com> #202
This bug is melting my battery life in my Galaxy S2 i9100 using Resurrection Remix 5.4.0 ROM (Android 5.1). And why should the priority be small? Short battery live is IMO a huge bug. English isn't my native language btw. And this kind of stuff is driving me crazy in Android. Thats why I bought an iPhone 6 128 gig Space Grey last week. Have a nice day.
sy...@gmail.com <sy...@gmail.com> #203
I have had this both on Nexus 4 and LG G2, tried lots of different ROMS/Kernels and its always present. Lollipop is awesome but this HUGE bug makes the battery life very bad and should be priority one for the android team.
mo...@gmail.com <mo...@gmail.com> #204
Same problem on my Note 3 and OnePlus One, with any Lollipop ROMs I tested (CyanogenMod 12, CM12S, official "Touchwiz" ROM by Samsung, custom AOSP ROM based on CM12, etc.)
Annoying :(
Annoying :(
me...@gmail.com <me...@gmail.com> #205
I'm scared to upgrade at lollipop...
unacceptable service from google, pls correct that abomination...
unacceptable service from google, pls correct that abomination...
an...@gmail.com <an...@gmail.com> #206
same problem on moto g 5.0.2. google play services first on top battery consumption
st...@gmail.com <st...@gmail.com> #207
Same here on my Nexus 4 running 5.1
ma...@gmail.com <ma...@gmail.com> #208
Dopo l'aggiornamento a lollipop sul mio galaxy s4 é davvero rallentato e assorbe molta ram. Anche i giochi sono pieni di bug in maniera atroce. Aggiornate play services questa versione fa schifo
bo...@googlemail.com <bo...@googlemail.com> #209
same problem on xperia z1c 5.0.2. google play services first on top battery consumption
m1...@gmail.com <m1...@gmail.com> #210
Nexus 4, Same problem!
fl...@gmail.com <fl...@gmail.com> #211
Akkuverbrauch extrem hoch (Galaxy S5)
wa...@gmail.com <wa...@gmail.com> #212
Accu ver fast emty HTC One M8
jo...@gmail.com <jo...@gmail.com> #213
Same problem on my Nexus 5 running stock Android 5.1 (started occuring with 5.0). Can be solved temporarily by rebooting the device. Using the D1 network (Telekom via Congstar, Germany)
mi...@gmail.com <mi...@gmail.com> #214
How does an issue like this go untalked about by Google?! Ugh.
wf...@gmail.com <wf...@gmail.com> #215
Same Problem by Sony Xperia Z1 Compact
Before Lollipop battery runtime was up to three days with light use, now about 24 hourshe.This is a very big problem for everyone
da...@gmail.com <da...@gmail.com> #216
Yep same here
si...@gmail.com <si...@gmail.com> #217
I think I have the same problem, altough my battery went from 47% to 0% over Night in AIRPLANE MODE!
Google, this is the worst update ever!
(Everything that used to be 1click/touch is now 2-4 clicks/touches, everything I used to love about android is crippled now..)
Google, this is the worst update ever!
(Everything that used to be 1click/touch is now 2-4 clicks/touches, everything I used to love about android is crippled now..)
mi...@gmail.com <mi...@gmail.com> #218
I have the same problem... too much battery drain after lollipop 5.0 and 5.1 and too much RAM busy! PLEASE FIX!!! I need, as many people , the smartphone for work not betatesting!!! (Nexus 5)
bz...@gmail.com <bz...@gmail.com> #219
have the same issue on couple moto g with 5.1. previous version 4.4 was way better in this regard :(
ne...@gmail.com <ne...@gmail.com> #220
Nexus 5, Android 5.1, Google Play Services 7.3.29.
Getting ridiculous battery drain with Play Services 7.3.29. Android OS and Android System are using tons of CPU and keeping the phone awake.
Getting ridiculous battery drain with Play Services 7.3.29. Android OS and Android System are using tons of CPU and keeping the phone awake.
mb...@gmail.com <mb...@gmail.com> #221
Huge Battery drain for my xperia z3 compact on Android 5.0.2.
Please Fix iT immeadealy.
Please Fix iT immeadealy.
em...@gmail.com <em...@gmail.com> #222
Ever since I have updated my Sony Z2 to lollipop the battery last 1 day if i'm lucky and that is without using the phone. It used to last around 3 days before needing to be charged. Looking at the battery useage it says that the messenging service and Google services are teh biggest battery drains. I probably send 1-2 messages a day so what is happening. I charged my phone yesterday complete charge 100% at midnight. This morning I wake to 77% and no one has used my phone and it says that the messenging services have used the most battery.
I used to like my phone now it is just a paperweight.
PLEASE FIX ASAP
I used to like my phone now it is just a paperweight.
PLEASE FIX ASAP
ma...@gmail.com <ma...@gmail.com> #223
Google Play Services uses too many battery, so I can't use my phone an entire day. Samsung Galaxy S6.
so...@gmail.com <so...@gmail.com> #224
[Comment deleted]
so...@gmail.com <so...@gmail.com> #225
Same issue here, Google Play Services/ Mobile Radio Active are draining my battery! Galaxy S6.
sc...@gmail.com <sc...@gmail.com> #226
Same
ca...@gmail.com <ca...@gmail.com> #227
I have the same problem with Galaxy S4 I9505 Lollipop!
Please, repair it!
Thanks...
Carlo
Please, repair it!
Thanks...
Carlo
sc...@gmail.com <sc...@gmail.com> #228
same here. play services can be fixed temporary by restricting mobile internet, didn't find a fix for android os though...
please give an update about the xurrent status and peogress.
thanks in advance
cm12 (5.0.2)
please give an update about the xurrent status and peogress.
thanks in advance
cm12 (5.0.2)
to...@gmail.com <to...@gmail.com> #229
Huge battery drain for my xperia z1c in Android 5.0.2
Please fix it.
Please fix it.
no...@gmail.com <no...@gmail.com> #230
This is so upsetting. I'm using the OnePlus and the battery is basically non existent.
wi...@gmail.com <wi...@gmail.com> #231
Please fix it as soon as possible, I m getting Hugh battery drain since updated to 5.1 on moto x xt1052
ka...@gmail.com <ka...@gmail.com> #232
Samsung S6 Edge and, yeah, I have the same problem. At least change the priority, for crying out loud.
ma...@gmail.com <ma...@gmail.com> #233
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #234
one plus i also am having this problem restricting play services helped a little but its not a fix.
lu...@gmail.com <lu...@gmail.com> #235
Hi Google,
same problem with my Nexus 5 (stock Android).
Very very annoying, since my device doesn't even last my commute.
Please, at least upgrade this bug priority!
same problem with my Nexus 5 (stock Android).
Very very annoying, since my device doesn't even last my commute.
Please, at least upgrade this bug priority!
ma...@gmail.com <ma...@gmail.com> #236
Got this problem on z1c and opo. Solve it
wi...@gmail.com <wi...@gmail.com> #237
How is this priority small? It's both affecting my 2014 Moto X and girlfriend's Z3 Compact. Any interim fixes? Terrible, terrible bug that shouldn't have seen the light of day.
gl...@outlook.de <gl...@outlook.de> #238
Habe vorgestern mein Note 3 auf Android 5.0 geupdated. Akku hält nur noch 3-4 Stunden!
da...@gmail.com <da...@gmail.com> #239
Is this a joke? Google must surely have tested enough handsets to know this was going on before release? It's an easily repeatable bug which has a huge impact on user experience.
km...@gmail.com <km...@gmail.com> #240
yeah this is great. all these apps that I dont use are keeping the mobile radio active all day apparently.
eq...@gmail.com <eq...@gmail.com> #241
Happening for me too. Google Services and Hangouts are the biggest culprits, with hangouts accumulating an insane amount of mobile network time even if I don't use it. I cannot comprehend why this hasn't been looked into yet.
do...@gmail.com <do...@gmail.com> #242
Terrible battery drain on my Nexus 4 as well. Please fix this asap. Thanks
de...@gmail.com <de...@gmail.com> #243
[Comment deleted]
de...@gmail.com <de...@gmail.com> #244
[Comment deleted]
de...@gmail.com <de...@gmail.com> #245
I have this bug too on my nexus 6 (android 5.1 build LMY47I). If mobile data is enabled and any app uses it, mobile radio keep working until reboot. And it really drains my battery. I hope Google fixs this bug as soon as possible.
sh...@gmail.com <sh...@gmail.com> #246
Google got some weird sense of humor for sure. Bug that renders a device useless - is a "small" issue.
ir...@gmail.com <ir...@gmail.com> #247
I'm not sure if this issue will ever be fixed. It's been going on for a while now. What's stopping them and how do we push this concern through to someone with authority?
tl...@gmail.com <tl...@gmail.com> #248
I have been having this problem since I updated to Lollipop. OnePlus One on Cyanogen OS 12. As soon as my phone disconnects from WiFi, every app starts using the mobile radio. This is not a small problem; it must be addressed immediately. Screenshot info: I hadn't used Fenix in 7 hours, yet, in less than one hour, it became my number one battery drainer.
ks...@gmail.com <ks...@gmail.com> #249
Valve nerf it...Omg,not here...GOOGLE FIX IT
be...@gmail.com <be...@gmail.com> #250
Maybe it's just part of a google&NSA deal to use our mobile radio to track all our whereabouts & movements. Another month or two and they will have a decent database!
p....@gmail.com <p....@gmail.com> #251
Same issue here on CM12.1, mobile radio is eating my Battery :(
sc...@gmail.com <sc...@gmail.com> #252
Same problem, z3 compact
th...@gmail.com <th...@gmail.com> #253
Same Problem, Oneplus One, CM12
cp...@gmail.com <cp...@gmail.com> #254
Same problem, xperia Z2 :(
ka...@gmail.com <ka...@gmail.com> #255
same problem oneplus one
si...@gmail.com <si...@gmail.com> #256
[Comment deleted]
si...@gmail.com <si...@gmail.com> #257
Same problem with cos12 on OnePlus one.
ju...@gmail.com <ju...@gmail.com> #258
Same issue on Nexus 5.1
ki...@gmail.com <ki...@gmail.com> #259
the battery is draining abnormally fast.
NEXUS 5, 5.1
NEXUS 5, 5.1
ne...@gmail.com <ne...@gmail.com> #260
S4 android 5.0.1 mobile data battery drain pls fix
of...@gmail.com <of...@gmail.com> #261
HTC M9, the major problem is definitely not the Snap Dragon 810, but the Android OS. Since 2 months I use new phone like a tablet on airplane mode and WiFi on because of unacceptable battery life with mobile radio. And google mark it as low priority bug??? Are they totally out of mind??? Since 2009 I'm an android OS user, but I'm really tired from all the bugs and really think about iOS...
ta...@gmail.com <ta...@gmail.com> #262
Everyone is suffering from the same problem and yet no solutions. After updating to 5.02 my Z3 Compact loses battery like crazy and the damn mobile radio active is consuming my battery. Where are you Google???
mo...@gmail.com <mo...@gmail.com> #263
Nexus 5 with Lollipop 5.1 .I have the same issue. Radio mobile active only on 3G H, or LTE. Ok on WiFi. Here the screen.
bi...@gmail.com <bi...@gmail.com> #264
Same problem here...please fix it one time for all
st...@gmail.com <st...@gmail.com> #265
Same here... Samsungs Galaxy S4 GT-I9505 (Vodafone branding) after update from 4.3 to 5.0.1 and full data wipe!
Greetings from Germany
Stephan
Greetings from Germany
Stephan
ol...@gmail.com <ol...@gmail.com> #266
Same Problem in Nexus 4
ct...@gmail.com <ct...@gmail.com> #267
Same problem in 5.1.1(CM 12.1)
Good news is at least they know it is a defect.
Bad news is Google has no intention to fix soon (since it is rated as small priority).I wonder what is a major defect for they ?!?!?!?
Good news is at least they know it is a defect.
Bad news is Google has no intention to fix soon (since it is rated as small priority).I wonder what is a major defect for they ?!?!?!?
[Deleted User] <[Deleted User]> #268
Same, nexus 4 5.1.. how come this is small priority!
da...@gmail.com <da...@gmail.com> #269
Nexus 5 with Lollipop 5.1 stock , the battery at midday without any hard use is 40%, only 2 calls, some messages and not any widgets active !
RIDICULOUS !!!!!
RIDICULOUS !!!!!
an...@gmail.com <an...@gmail.com> #270
same here . , Google fix this before we say shame on u.
[Deleted User] <[Deleted User]> #271
Same problem: google play services cause battery drain by mobile data.
Very very annoying...ugly experiences.
nexus 5.1 stock
Very very annoying...ugly experiences.
nexus 5.1 stock
ic...@gmail.com <ic...@gmail.com> #272
After updating to 5.02 my Z3 Compact loses battery like crazy and the damn mobile radio active is consuming my battery.
ma...@gmail.com <ma...@gmail.com> #273
Oh...very annoying issue.
My nexus 5 stock lollipop 5.1
My nexus 5 stock lollipop 5.1
ma...@gmail.com <ma...@gmail.com> #274
same problem with CM12 and CM12.1 (OnePlus One)
ma...@gmail.com <ma...@gmail.com> #275
Same here Stock Nexus 5 5.1.0(LMY47D), different apps & mobile radio active going crasy
sn...@gmail.com <sn...@gmail.com> #276
This is great. a bug that affects pretty much most users and destroys the battery life gets a Priority of small.
well done Google.
well done Google.
se...@hotmail.com <se...@hotmail.com> #277
Same here Google Services drain my Akku. Gt-9505 5.0.1 Stock nonroot
jo...@gmail.com <jo...@gmail.com> #278
Why is this bug not even assigned yet? and set to 'small' when this is a MAJOR ISSUE?!?
pi...@gmail.com <pi...@gmail.com> #279
As said in #249 "Maybe it's just part of a google&NSA deal to use our mobile radio to track all our whereabouts & movements. Another month or two and they will have a decent database!"
Please note that from Lollipop you can't enable/disable DATA CONNECTION via widget... you need root.... :-)
Please note that from Lollipop you can't enable/disable DATA CONNECTION via widget... you need root.... :-)
co...@gmail.com <co...@gmail.com> #280
Battery is horrible after 5.1 update. Motorola Moto X 2014. Google play services is the villain, using more battery than the screen itself.
jo...@gmail.com <jo...@gmail.com> #281
Same issue on Moto G LTE (CM 12.1) and exact same issue on Moto G xt1032 Stock 5.0.2
This should be High Priority
This should be High Priority
ja...@gmail.com <ja...@gmail.com> #282
Moto G 2014 XT1068
ROM: CM12.1 (Android 5.1)
Bug is here too and battery sucks
ROM: CM12.1 (Android 5.1)
Bug is here too and battery sucks
jr...@gmail.com <jr...@gmail.com> #283
I've had this issue with my previous Moto x 2014 and now with my Galaxy S6. This needs to be fixed ASAP. This clearly isn't a small issue...
ct...@gmail.com <ct...@gmail.com> #284
Are we sure here is an official Google site, since nobody from Google has an answer/comment/anything for this "SMALL" issue?
Since L has only 10% from all Android they don't bother to fix.
I started to think to switch back to 4.4
Since L has only 10% from all Android they don't bother to fix.
I started to think to switch back to 4.4
ko...@gmail.com <ko...@gmail.com> #285
restricted background data (on galaxy s6) battery vastly improved, play services is the culprit
ti...@gmail.com <ti...@gmail.com> #286
I have the same problem running lollipop 5.02. Wish they could patch up a solution in the next update
le...@gmail.com <le...@gmail.com> #287
use problem with battery drain by this. Even a restart does not solve the issue
eq...@gmail.com <eq...@gmail.com> #288
Started an app that I had just downloaded, ran it for about 30 seconds with the radio on and then closed it and force closed the app and immediately checked battery graph. apparently the app had used 16 minutes of mobile radio activity even though it had only been about 5 minutes since I ran the app when I checked the graph.
mi...@gmail.com <mi...@gmail.com> #289
I am surprised that this issue with 1000+ starred, no one from Google has yet come to acknowledge the problem. I'm sorry to say but if this happens on the iPhone, Apple would have already fixed it long time ago. This is really crazy. I left my S6 edge idle for like 4 hours, it dropped from 60% to 15%. Google Play Services and Facebook eat up way more battery than the screen.
nn...@gmail.com <nn...@gmail.com> #290
Heard Project Volta would make the mobile more battery efficient. Why can't Google just preserve something which was working perfectly in its next iteration of Android? OnePlus One (CM12.1 20150518 with AK kernel), battery 40% to dead overnight. Frustrated!
s3...@gmail.com <s3...@gmail.com> #291
Another sufferer here, HTC One M7 recently received 5.0.2 update OTA from EE UK. Battery life fallen off a cliff from over 24 hours to ~4 hours.
Even after fully charging, unplugging and rebooting, with sleep mode and power saver options enabled, "Cell standby" and "Mobile radio active" still hammer the battery despite me not opening a single app.
This needs to be fixed.
Even after fully charging, unplugging and rebooting, with sleep mode and power saver options enabled, "Cell standby" and "Mobile radio active" still hammer the battery despite me not opening a single app.
This needs to be fixed.
mr...@gmail.com <mr...@gmail.com> #292
This was recently fixed in Cyanogenmod. Please make the same fix in AOSP.
http://review.cyanogenmod.org/#/c/98605
"telephony: Release pending network requests when releasing a request
During system startup, a network request may move from the DctController to a network factory where it is held as a pending request until the telephony state is fully initialized.
When handling a releaseNetwork call, we must release the request from the pending queues of all network factories as well.
Without this fix, on boot it is possible for a network request to be added and thne moved to the pending queue of a network factory. Then, an attempt to release it will be a no-op instead of actually releasing the network.
The end result is that the network request will eventually be executed even though it is no longer desired.
If WiFi is connected when the request is executed, then the cellular network will get a data connection but the ConnectivityService will deem the network uneeded and kill it. After killing it, telephony will automatically reconnect the network because it (incorrectly) believes that the network is needed because it was not released when it was supposed to be."
"telephony: Release pending network requests when releasing a request
During system startup, a network request may move from the DctController to a network factory where it is held as a pending request until the telephony state is fully initialized.
When handling a releaseNetwork call, we must release the request from the pending queues of all network factories as well.
Without this fix, on boot it is possible for a network request to be added and thne moved to the pending queue of a network factory. Then, an attempt to release it will be a no-op instead of actually releasing the network.
The end result is that the network request will eventually be executed even though it is no longer desired.
If WiFi is connected when the request is executed, then the cellular network will get a data connection but the ConnectivityService will deem the network uneeded and kill it. After killing it, telephony will automatically reconnect the network because it (incorrectly) believes that the network is needed because it was not released when it was supposed to be."
ma...@gmail.com <ma...@gmail.com> #293
Can anyone confirm the above, that CM fixed the issue in the latest nightly?
sc...@gmail.com <sc...@gmail.com> #294
Google play services was updated to 7.5.xx. I downloaded it but haven't had time to test. Can anyone confirm if it fixes this issue.
http://www.apkmirror.com/apk/google-inc/google-play-services/
wo...@gmail.com <wo...@gmail.com> #295
7.5.62 problem still here.. Xperia Z3 compact lollipop 5.0.2.
jo...@gmail.com <jo...@gmail.com> #296
Doesn't look like the CM fix did anything about this unfortunately. Still getting loads of apps with mobile activity under battery stats
cl...@gmail.com <cl...@gmail.com> #297
With the upgrade to Lollipop battery life of my startphone (OnePlus One) has fallen dramatically, even with version 5.1 the situation is not resolved, I sincerely hope that as soon as a fix is released to resolve this serious problem.
ma...@gmail.com <ma...@gmail.com> #298
same problem......upgrade to lillipop and now i have serious battery drain
gi...@gmail.com <gi...@gmail.com> #299
Nexus 4, same problem.
wu...@gmail.com <wu...@gmail.com> #300
[Comment deleted]
co...@gmail.com <co...@gmail.com> #301
Same issue - One plus A001 CM12S - All apps reporting 2h+ Mobile radio activity with maybe 5 minutes use time.
wu...@gmail.com <wu...@gmail.com> #302
Same problem here with LG G3 and Lollipop 5.0. My battery is drained by Google Play Services like there's no tomorrow.
ca...@gmail.com <ca...@gmail.com> #303
Possiedo un Motorola Moto G 2013 e da quando ho aggiornato il sistema a Lollipop la batteria si scarica più velocemente che con kitkat, altro problema molto più serio e che anche se ho impostato la luminosità al minimo, spento, wi-fi, bluetooth, e gps il dispositivo si scalda tantissimo.
mi...@gmail.com <mi...@gmail.com> #304
Well if you're a CM user, looks like they are merging a fix into their nightlies - http://review.cyanogenmod.org/#/c/98843/
sc...@googlemail.com <sc...@googlemail.com> #305
Same Problem with Xperia Z3 and Lollipop 5.0.2.
Battery is consumed by Mobile Data Connection which cannot be turned off.
Battery is consumed by Mobile Data Connection which cannot be turned off.
al...@googlemail.com <al...@googlemail.com> #306
Same Problem with my HTC One X Plus on CM12 Lollipop 5.1
bo...@gmail.com <bo...@gmail.com> #307
Nexus 5 with android stock 5.1, same problem!
ni...@gmail.com <ni...@gmail.com> #309
Samsung S4 9505 LTE with CM12 2015-04-16-NIGHTLY
Here are my test results over 30' observation periods (percentage of battery consumption):
Low power + Wifi: 1%
Low power + radio: 4%
Balanced power + no data: 0,5%
Balanced power + Wifi: 5%
Balanced power + Radio: 12%
Here are my test results over 30' observation periods (percentage of battery consumption):
Low power + Wifi: 1%
Low power + radio: 4%
Balanced power + no data: 0,5%
Balanced power + Wifi: 5%
Balanced power + Radio: 12%
jd...@gmail.com <jd...@gmail.com> #310
Since the first Lollipop release got this issue.
On Mobile Data the mobile radio kept active all the time.
Absolute battery killer! No fun on Lollopop Roms. 1+1
On Mobile Data the mobile radio kept active all the time.
Absolute battery killer! No fun on Lollopop Roms. 1+1
tf...@gmail.com <tf...@gmail.com> #311
Z3 Compact - same issue - gmail, facebook and GPServices draining battery much quicker than before the update. gmail is now regularly over 25% of Battery consumption when I don't even use it that much.
do...@gmail.com <do...@gmail.com> #312
Same problem here with Moto E +1
de...@gmail.com <de...@gmail.com> #313
Same here xperia z3 5.0.2, time for Google to fix this
cp...@gmail.com <cp...@gmail.com> #314
I've been trying to find a solution to this since I updated to lollipop. My mobile data is constantly active and it is rocking my battery on the xperia z3 compact. I only get 4.5 hours of screen on time a day if I'm lucky and even when I barely use my phone I'm drained by about 9 at night. Right now google play services is eating up 29% of my battery and it's all in the background. What do I do google!?
da...@gmail.com <da...@gmail.com> #315
Wtf ? It really problem. Me to have problem with battery drain.
br...@gmail.com <br...@gmail.com> #316
[Comment deleted]
br...@gmail.com <br...@gmail.com> #317
Galaxy S4 Gt I9505 on CM 12.1 Lollipop 5.1.1
Haven't investigated which apps causing but same like a lot here feck all battery life. I've just turned off mobile date and turn on and off when out and about. I gather this should "fix" it.. I trust there will be a fix as so many people effected.
It's funny, cos I updated to fix a battery issue I was having as rooted kingo on kitkat 4.4.2 and phone kept shutting off and munching chunks of battery time on boot.
I can factory reset on 4.4.2 and I will be back to stock but I will give Lollipop another few weeks see will all the probs be ironed out. But I am thinking Kitkat is a lot more stable.. .
Also notice the top half of phone very hot.
Haven't investigated which apps causing but same like a lot here feck all battery life. I've just turned off mobile date and turn on and off when out and about. I gather this should "fix" it.. I trust there will be a fix as so many people effected.
It's funny, cos I updated to fix a battery issue I was having as rooted kingo on kitkat 4.4.2 and phone kept shutting off and munching chunks of battery time on boot.
I can factory reset on 4.4.2 and I will be back to stock but I will give Lollipop another few weeks see will all the probs be ironed out. But I am thinking Kitkat is a lot more stable.. .
Also notice the top half of phone very hot.
km...@gmail.com <km...@gmail.com> #318
Can anyone confirm that the fix was succesful at stopping this in cm 12.1?
st...@gmail.com <st...@gmail.com> #319
I am also having a major issue with this on my:
OnePlus One Cyanogen 5.0.2
Please fix this.
OnePlus One Cyanogen 5.0.2
Please fix this.
va...@gmail.com <va...@gmail.com> #320
[Comment deleted]
va...@gmail.com <va...@gmail.com> #321
Most of the CM12.1 builds failed for 4 days, so we can't say if CM fixed this or not since we have no ROM to test
lu...@gmail.com <lu...@gmail.com> #322
Yet another use with this same problem that hasn't been addressed in 5 Lollipop releases and was given a "low" priority instead. My aged iPhone 4 has better standby time than this, and that's saying something when this device has a 3100 mAh battery.
OnePlus One running CM12.1 15-5-2015 nightly.
OnePlus One running CM12.1 15-5-2015 nightly.
tr...@gmail.com <tr...@gmail.com> #323
A strange problem. My wife and I have the same model (htc one m7). My m7 works great and battery life is better than ever since lollipop. The wifes m7 on the other hand suffers from battery drain (mobile radio).
jo...@gmail.com <jo...@gmail.com> #324
Same here on a Note 4 Snapdragon. Barely lasts a day after Lollipop update (5.0.1) whereas it lasted 2 with KK and same usage. I have wiped the cache to no effect. I have also factory reset, same result.
su...@gmail.com <su...@gmail.com> #325
[Comment deleted]
su...@gmail.com <su...@gmail.com> #326
Same problem on OnePlus One @ 5.0.2 !!! Please help!!!
kb...@gmail.com <kb...@gmail.com> #327
Same problem here with General Mobile 4G AndroidOne running on 5.1.1
jo...@gmail.com <jo...@gmail.com> #328
Yesterday, I have also installed the new google play services as suggested in #293 from http://www.apkmirror.com/apk/google-inc/google-play-services/
Today, battery is still as poor.
Today, battery is still as poor.
si...@gmail.com <si...@gmail.com> #329
Why is no one at Google actioning this yet?
Probably because they've given up on Lollipop and are concentrating on M?
Probably because they've given up on Lollipop and are concentrating on M?
sz...@gmail.com <sz...@gmail.com> #330
I have same isue on Samsung Galaxy S6
do...@gmail.com <do...@gmail.com> #331
That's it. I've gone back to kitkat for the last week and started using my nexus 4 as it was intended, like a smartphone with 3G mobile radio on all the time with timely syncs and pushes.
I'm now at peace that my phone's battery won't murdered by an innocent app that used 3G for 10 seconds and keeping the radio on for 2 hours.
For Nexus 4, try downgrading the radio firmware to .97 because .98 firmware has issues with voice calls with few custom roms I tried.
I'm now at peace that my phone's battery won't murdered by an innocent app that used 3G for 10 seconds and keeping the radio on for 2 hours.
For Nexus 4, try downgrading the radio firmware to .97 because .98 firmware has issues with voice calls with few custom roms I tried.
p....@gmail.com <p....@gmail.com> #332
The CM-Fix got merged and is inccluded in todays nightly builds - at least for the victara 20150521 nightly.
Have to test if this build fixes the issue.
Have to test if this build fixes the issue.
zy...@gmail.com <zy...@gmail.com> #333
Same issue here on my HTC One M7 Google Play Edition, Android version: Lollipop 5.1.0
my...@gmail.com <my...@gmail.com> #334
Same problem here.. On oneplus one..all roms with 5.x.x tested.. All have this bug.. Major inconvenience as i use mobile data all the time..please..fix asap..its long overdue fixing
xx...@gmail.com <xx...@gmail.com> #335
nexus 4 same problem here...
ju...@gmail.com <ju...@gmail.com> #336
same problem...when on data, some apps like facebook, whatssup, google maps, depending from time to time are having realy high mobile radio active time on, and it drains battery much faster then on wifi...sony xperia Z3
wo...@gmail.com <wo...@gmail.com> #337
So, would this be an issue in the play services or the AOSP code?
If this is the case then Google can push it out when they have fixed it. If not we're f00ked because one would have to wait for HTC, Samsung, Sony etc. to release a new version that includes the fix..
If this is the case then Google can push it out when they have fixed it. If not we're f00ked because one would have to wait for HTC, Samsung, Sony etc. to release a new version that includes the fix..
cw...@gmail.com <cw...@gmail.com> #338
[Comment deleted]
cw...@gmail.com <cw...@gmail.com> #339
Tested the newest CM 12.1 build but the same.
I don't understand why it only affects some phones.
I have the N5 from a friend and my one in front of me. Both Stock 5.1.1.
Mine has the issue and his runs perfectly fine.
I don't understand why it only affects some phones.
I have the N5 from a friend and my one in front of me. Both Stock 5.1.1.
Mine has the issue and his runs perfectly fine.
da...@gmail.com <da...@gmail.com> #340
It's incredibile that this problem affects all Lollipop devices but after more than 7 months the problem is still not fixed...
If you think that this bug doesn't affect all the lollipop devices, try to see the battery stats screenshots posted in every tech blog, and you'll see that apps like Chrome Facebook Whatsapp etc drain too much battery, generally more than the active screen and this regard all Lollipop devices.
So, please Google, FIX IT! (I downgraded to KitKat and now I have 30-40% more autonomy of the battery. I loved Lollipop, but due to this problem now I hate it!)
If you think that this bug doesn't affect all the lollipop devices, try to see the battery stats screenshots posted in every tech blog, and you'll see that apps like Chrome Facebook Whatsapp etc drain too much battery, generally more than the active screen and this regard all Lollipop devices.
So, please Google, FIX IT! (I downgraded to KitKat and now I have 30-40% more autonomy of the battery. I loved Lollipop, but due to this problem now I hate it!)
mr...@gmail.com <mr...@gmail.com> #341
Totally unacceptable and not professional this bug isn't fixed.
bi...@gmail.com <bi...@gmail.com> #342
I've had this problem since day 1 of the lollipop update to the Nexus 4. Apps just don't seem to sleep when the screen is off or the app isn't being actively used. It's just insane that Google hasn't even tried to fix the issue. I've gone back to KitKat and I'm going to stay there. It's the only thing that helps the phone to have a decent battery life
mi...@gmail.com <mi...@gmail.com> #343
Same issue with Z3 compact, on both Sony official firmware and AOSP builds. Facebook and browser both show as having been in us use for several minutes but with with mobile radio active times in excess of several hours.
km...@gmail.com <km...@gmail.com> #344
Could it be that the people that don't have this happening are the people that don't have apps set to sync very often or at all?
I have a couple apps that are set to update every 15 minutes, and they are the ones that show up as my highest battery users with insane mobile radio active time.
I have a couple apps that are set to update every 15 minutes, and they are the ones that show up as my highest battery users with insane mobile radio active time.
ha...@gmail.com <ha...@gmail.com> #345
How is this small priority bug? I have no bug that gets anywhere near the importance or severity of this bug in its effects on my daily usage. And Google has done nothing for about a month and a half and still catogorizes this bug as new and small priority? This is ridiculous.
ji...@gmail.com <ji...@gmail.com> #346
Still not acknowledged by Google yet? This issue is horrible.
mu...@gmail.com <mu...@gmail.com> #347
How is this "Small" priority? My battery life has been an absolute joke since this bug started happening with like half my apps that ever use data.
st...@gmail.com <st...@gmail.com> #348
I believe, this bug is because "high accuracy" GPS option is always on. And WiFi status is "supplicant state = scanning".
go...@gmail.com <go...@gmail.com> #349
Same issue on Nexus 5 with 5.1.1 (factory reset and 5.1.1 reinstalled with Nexus Root Toolkit)
m....@gmail.com <m....@gmail.com> #350
I also experienced the problem with high mobile radio active times and high battery drain on my Sony Xperia Z3 compact since I updated to Lollipop 5.0.2 a couple of weeks ago. Usually I am within reach of a WiFi most of the day. But on 3G the problem was likely to drain typically like 5% per hour without using the phone.
But now I am wondering how strictly related the mobile radio active readings and the battery drain are. Because what I did like 3 days ago is the following: I deactivated mobile data and then used that little yellow reset button on my Xperia to turn it off. Then started it again and activated mobile data. Since that time the battery drain seems to be gone, even though I still see these ridiculous mobile radio active times. For example close to 12 hours for an app that synchronizes my calendar every 3 hours and has a CPU time of 2 minutes. But nevertheless since the last recharge 2 days ago and being on 3G all the time and with a SOT of 2 hours I lost less than 30% of battery, which seems quite ok for me and is about what I was used to from Kitkat.
But now I am wondering how strictly related the mobile radio active readings and the battery drain are. Because what I did like 3 days ago is the following: I deactivated mobile data and then used that little yellow reset button on my Xperia to turn it off. Then started it again and activated mobile data. Since that time the battery drain seems to be gone, even though I still see these ridiculous mobile radio active times. For example close to 12 hours for an app that synchronizes my calendar every 3 hours and has a CPU time of 2 minutes. But nevertheless since the last recharge 2 days ago and being on 3G all the time and with a SOT of 2 hours I lost less than 30% of battery, which seems quite ok for me and is about what I was used to from Kitkat.
to...@gmail.com <to...@gmail.com> #351
[Comment deleted]
ad...@gmail.com <ad...@gmail.com> #352
[Comment deleted]
mi...@gmail.com <mi...@gmail.com> #353
Still an issue. Google, pls.
di...@gmail.com <di...@gmail.com> #354
Please fix this google. Priority should not be marked as "small"...
al...@gmail.com <al...@gmail.com> #356
Really annoying bug. Don't know what we should provide in order to help google team fix it?
I have some screenshots but does it give enough information?
Pls let us help you help us....
I have some screenshots but does it give enough information?
Pls let us help you help us....
ma...@gmail.com <ma...@gmail.com> #357
Looks like Google doesn't give a damn, right?
st...@gmail.com <st...@gmail.com> #358
It is a latest version Google Maps bug (or future?)!
Try to fully disable its.
Problem in the "High accuracy" mode. This mode still working ALWAYS. Even if all radios are disabled. Even if GPS are disabled. Wifi adapter still scanning ALWAYS!
Check battery statistic graph and Wifi statistic by *#*#4636#*#* command.
Try to fully disable its.
Problem in the "High accuracy" mode. This mode still working ALWAYS. Even if all radios are disabled. Even if GPS are disabled. Wifi adapter still scanning ALWAYS!
Check battery statistic graph and Wifi statistic by *#*#4636#*#* command.
v1...@gmail.com <v1...@gmail.com> #359
With ubication turned off on Android 5.1.1 I have no battery drain, but still using mobile data :(
cw...@gmail.com <cw...@gmail.com> #360
do...@gmail.com <do...@gmail.com> #361
I flashed a custom rom running 5.1.1r3 with the CM commit #98843 for Nexus 4.
Even though the mobile radio active time is still up there (in the neighborhood of hour or two for Chrome, Google Play Services, Android OS etc), the actually battery does last longer than when I downgraded to 4.4.4.
Oh, i'm also using Amplify since there is Xposed framework that works with 5.1.1 that zaps a whole lot of wakelocks and alarms. I'm also using Greenify in boost mode with Xposed donate version -- but not sure how much impact it has on battery though.
Even though the mobile radio active time is still up there (in the neighborhood of hour or two for Chrome, Google Play Services, Android OS etc), the actually battery does last longer than when I downgraded to 4.4.4.
Oh, i'm also using Amplify since there is Xposed framework that works with 5.1.1 that zaps a whole lot of wakelocks and alarms. I'm also using Greenify in boost mode with Xposed donate version -- but not sure how much impact it has on battery though.
ar...@gmail.com <ar...@gmail.com> #362
Even with the CM commit the bug is still present. Come on Google! Wake up!
fa...@gmail.com <fa...@gmail.com> #363
Same problem on my xperia zr lollipop 5.02, huge "mobile radio active" drain on official gmail app.
br...@gmail.com <br...@gmail.com> #364
Same problem on my stock nexus 5 on 5.0 and 5.1, as well as several custom roms based on cm 12.0 and 12.1 on my lg g2 d802
da...@gmail.com <da...@gmail.com> #365
Same thing, on Nexus 5, I got the 5.1.1 update yesterday, it did not resolve the issue.
dl...@gmail.com <dl...@gmail.com> #366
Google, please fix!
SGS6
SGS6
to...@gmail.com <to...@gmail.com> #367
Nexus 4, Android 5.1, Same thing here. No fun anymore, Google please fix *very* quickly!
11...@gmail.com <11...@gmail.com> #368
On Nexus 5 happened this: i made a factory reset to Android 5.1 and installed about 20 google updates via WLAN. I had then 40% less battery in 8 hours over night when the phone was not in use.
Now I made a factory reset to Android 5.1 and didn´t install any google updates. Now there is only 1% accu loss in 3 hours. So a google update must lead to the battery drain.
Now I made a factory reset to Android 5.1 and didn´t install any google updates. Now there is only 1% accu loss in 3 hours. So a google update must lead to the battery drain.
al...@gmail.com <al...@gmail.com> #369
[Comment deleted]
va...@gmail.com <va...@gmail.com> #370
Same here @donkim0.. I am using a custom rom (not cyanogenmod, its aosp) and it was updated to 5.1.1r3 2 days back and since then, i get mobile radio active duration for about 2 hrs in chrome and other apps (in a duration of 9 hrs) but the battery drain is significantly less. I wonder if this bug is fixed in r3 or the rom developer applied a custom fix..
do...@gmail.com <do...@gmail.com> #371
@vasish, yes it's been that way for the last few days. Fingers crossed.
See if you can use Xposed + Amplify for a significant wakelock reduction/battery boost.
My custom rom needed a couple of build.prop changes for it to work and it's been flawless. So create backup before you jump.
I'm now experimenting with Power Naps. It's another Xposed module that mimics Sony's battery saving feature. I'll see how it goes.
See if you can use Xposed + Amplify for a significant wakelock reduction/battery boost.
My custom rom needed a couple of build.prop changes for it to work and it's been flawless. So create backup before you jump.
I'm now experimenting with Power Naps. It's another Xposed module that mimics Sony's battery saving feature. I'll see how it goes.
wj...@gmail.com <wj...@gmail.com> #372
All the mobile radio active apps seems to add up.
example full charge to 100%, let the phone idle for 5 hours, apps will start to appear in battery stats with high mobile radio active duration.
add up all the mobile radio active time from all apps that appear in battery stats, the amount will be very close or equal to 5 hours.
example full charge to 100%, let the phone idle for 5 hours, apps will start to appear in battery stats with high mobile radio active duration.
add up all the mobile radio active time from all apps that appear in battery stats, the amount will be very close or equal to 5 hours.
ri...@gmail.com <ri...@gmail.com> #373
correct it google .. wot the hell ..have some accountability
la...@gmail.com <la...@gmail.com> #374
I had it too on lollipop, had to go back to kitkat. In my opinion, Lollipop is full of bugs (like this). Please fix this kind of things asap and release 5.2
lu...@gmail.com <lu...@gmail.com> #375
Bei meinem LG G2 ist der Akku viel zu schnell leer seit dem Update auf das Android 5.0.2. Oder hat es etwas mit swm Google Play Services Update zutun? :(
co...@gmail.com <co...@gmail.com> #376
Wann passiert hier endlich etwas? Muss ich mein Nexus 5 verschrotten? Was heißt hier überhaupt "Priority-Small"? Das Gerät ist schlicht nicht mehr nutzbar. Genauso geht es bei meinem Nexus 7, auf dem mittlerweile keine andere App mehr installiert ist. Offenbar verkauft Google nur noch Daten und kümmert sich nicht mehr die Bugs im Betriebssystem.
fa...@gmail.com <fa...@gmail.com> #377
I attached picture of this issue. For me it is the gmail app:
ni...@gmail.com <ni...@gmail.com> #378
Referring to post #308.
I installed GSam and checked GMail was responsible for my wakelocks, so I disabled it and moved to the CM email client. Now the wakelocks are A LOT LESS, all due to the Kernel (not Google Play Services, by the way), and the battery is LASTING MUCH MORE!!!
No other intervention done on the phone configuration.
I installed GSam and checked GMail was responsible for my wakelocks, so I disabled it and moved to the CM email client. Now the wakelocks are A LOT LESS, all due to the Kernel (not Google Play Services, by the way), and the battery is LASTING MUCH MORE!!!
No other intervention done on the phone configuration.
mi...@gmail.com <mi...@gmail.com> #379
Any nexus users who are on Android M Dev Preview, is this bug still there?
ed...@gmail.com <ed...@gmail.com> #380
oh god!! google! the bug stills present on M preview, why its marked as low priority bug? its a major rom bug
be...@googlemail.com <be...@googlemail.com> #382
Does anybody have any explanation why some people with Lollipop are experiencing this bug (with reduced battery time) and others have the same battery time as with KitKat (comparing the same hardware, of course)? That's the point I do not understand right now.
to...@gmail.com <to...@gmail.com> #383
my xperia Z3 has the same problem,is anybody could fix it?
ed...@gmail.com <ed...@gmail.com> #384
Same problem with a Sony Xperia Z1 Compact; Android 5.0.2.
Battery gets drained very quickly because of the unproportional mobile radio usage time. When disabling all syncing in e.g. mail apps over mobile data conection the battery life time increases considerably, but usability of the phone is severely degraded of course.
Battery gets drained very quickly because of the unproportional mobile radio usage time. When disabling all syncing in e.g. mail apps over mobile data conection the battery life time increases considerably, but usability of the phone is severely degraded of course.
nc...@gmail.com <nc...@gmail.com> #385
Same issue with a Moto G 2nd generation : works fine with KitKat. Since lollipop update, needs 2 or 3 charges each day, amazing that's only recognized as a small bug
jm...@gmail.com <jm...@gmail.com> #386
Confirmed by quite a few people now, shouldn't priority be raised?
ra...@gmail.com <ra...@gmail.com> #387
Same problem here. Got Lollipop on my phone earlier this week and now I can barely use it because "Mobile radio active" drains all my battery
pa...@gmail.com <pa...@gmail.com> #388
S6 runs on 5.0.2 and it has number 1 batter drain from Google play services, Cell Standby and all these is because mobile radio active. WTF, google fix this soon and it is really annoying!!!
ne...@gmail.com <ne...@gmail.com> #389
Similar issue evey app is draini g battery due to mobile radio acitve and googles own google play services is at the top of my phone. I have just disable background data for the same temporarily. I dont mys6 edge to be at 50% in the evening as i mostly use my ph in the night
cw...@gmail.com <cw...@gmail.com> #390
It is definitely lollipop related. And even the M preview has it.
I flashed kitkat yesterday and everything is fine. God damn it Google. Fix it asap.
I flashed kitkat yesterday and everything is fine. God damn it Google. Fix it asap.
gi...@gmail.com <gi...@gmail.com> #391
Ciao. Ho notato che quando scatto una foto con il mio Nexus 6 ed utilizzo il flash, nel momento che sviluppo la foto, sugli occhi di chi fotografo si vedono due punti grandi bianchi e penso sia proprio il flash. Quando migliorerete la qualità della foto nel Nexus 6 quando si utilizza il flash?
Giuseppe
Giuseppe
jp...@gmail.com <jp...@gmail.com> #392
Same problem here with OnePlus One stock 5.0.2 and 5.1 by Cyanogen...
Android M Developer Preview seems to still having the bug.
Google, what are you doing? Really you want to fix stability and battery drain on Android M? Start solving THIS GIANT BUG.
Android M Developer Preview seems to still having the bug.
Google, what are you doing? Really you want to fix stability and battery drain on Android M? Start solving THIS GIANT BUG.
li...@gmail.com <li...@gmail.com> #393
Same problem on Moto X 2014 with 5.02 and earlier 5.01, many factory resets, disabling apps, data transfer usually after factory reset on pure not touch and installed anything over standard and updates and on 3rd day gogle services are starting to be active almost non stop no matter if you have phone waked or in sleep. I hate this so badly!!!
sh...@gmail.com <sh...@gmail.com> #394
Thats really a big problem
wo...@gmail.com <wo...@gmail.com> #395
My Z3 has this problem, my colleague doesn't. He's on three UK, I'm on KPN NL. Could it be related to fast dormancy?
ni...@gmail.com <ni...@gmail.com> #396
Same active radio problem still unsolved slow google.
Apple bugs solved like this in less then 24 hours like they had at 8.0.1 and gave another update in 24hours 8.0.2
Apple bugs solved like this in less then 24 hours like they had at 8.0.1 and gave another update in 24hours 8.0.2
sa...@gmail.com <sa...@gmail.com> #397
I return to kk, this bug is shameful!
be...@gmail.com <be...@gmail.com> #398
I've got the same issue.
I have a Oneplus One, and as many of you will know it has a pretty big battery. On KitKat it would easily last me two days. Now I have to keep mobile data turned off in order to make it to the end of ONE day on a full charge!
Sort it out Google! It's not fair to treat customers this way. We can wait for Android M, concentrate on fixing what you have right now.
I have a Oneplus One, and as many of you will know it has a pretty big battery. On KitKat it would easily last me two days. Now I have to keep mobile data turned off in order to make it to the end of ONE day on a full charge!
Sort it out Google! It's not fair to treat customers this way. We can wait for Android M, concentrate on fixing what you have right now.
wo...@gmail.com <wo...@gmail.com> #399
Wait for Android M ? Haha as pointed out the M preview also suffers from this :-/
ma...@gmail.com <ma...@gmail.com> #400
Still not fixed in M preview !!!
More than 6 months and 2 versions later and this very annoying bug is still not fix, does nobody at Google use their own software ? How can they live with that bug ?
More than 6 months and 2 versions later and this very annoying bug is still not fix, does nobody at Google use their own software ? How can they live with that bug ?
ju...@gmail.com <ju...@gmail.com> #401
Same issue for me as well. Oneplus one stock lollipop 5.1 and COS 5.1.1 nightly.
20...@gmail.com <20...@gmail.com> #402
Maybe it is time to make a sort of petition?
ml...@gmail.com <ml...@gmail.com> #403
La batteria dura pochissimo.
ts...@googlemail.com <ts...@googlemail.com> #404
Same issue for me.
Mostly Hangouts, Opera an d G+ are shown at the top battery consumers, even if i don't use these apps at such moments.
Mostly Hangouts, Opera an d G+ are shown at the top battery consumers, even if i don't use these apps at such moments.
ri...@gmail.com <ri...@gmail.com> #405
Xperia Z3 Dual Lollipop 5.0.2 user and I can confirm that this is a huge issue to me as well. Battery life used to be way better on KitKat, thanks to this issue.
Google, a fix for this is long overdue!!
Google, a fix for this is long overdue!!
wl...@gmail.com <wl...@gmail.com> #406
Same symptoms as folks above have noticed: google services is draining the battery, and mobile radio active time is disproportionately large. My phone was also constantly hot. Can't be good for overall battery health....
Remembering the location services battery drain in kitkat, I looked into location history. Turning off location history has helped. I went to Settings->Location, scroll to the bottom, and "google location history." I flipped that off, and battery life has improved.
Remembering the location services battery drain in kitkat, I looked into location history. Turning off location history has helped. I went to Settings->Location, scroll to the bottom, and "google location history." I flipped that off, and battery life has improved.
my...@gmail.com <my...@gmail.com> #407
Google.. Do something.. Plz.. Its getting too frustrating.. Ive also heard that the android m preview has the bug.. Wtf? I hope theyre wrong.. Nd plz.. Fix it quickly
to...@gmail.com <to...@gmail.com> #408
Goooooooooooooooooooogle!!!!!!! Help!!!!!!!!!!!
ba...@gmail.com <ba...@gmail.com> #409
Xperia Z, Z3 and Z1 compact here, both having the same problems. No problems experienced with Kitkat and previous versions (on Z and Z1)
wo...@gmail.com <wo...@gmail.com> #410
It could be that this bug has to do with the way Lollipop handles fast-dormancy.
FD Explained:
http://androidforums.com/threads/fast-dormancy-in-a-nutshell.674208/
It seems some people are affected and some people are not even though they have identical hardware and software. That makes no sense, there should be an external cause like network or provider. I have disabled the following application on my phone:
com.sonyericsson.android.wakeup / fast-dormacy-wakeup.apk
Apparently on sony devices this is responsible for handling fast dormancy as far as I understand. Or at least plays some part in it, after disabling it my battery life is WAY WAY WAY better than with it enabled. Still have some mobile radio active and battery is not yet as good as on KitKat but a lot better than before.
Can someone who is:
1) Affected by this bug on regular basis
2) Rooted (because I am not I can only disable the app)
3) Tech savvy
Please permanently disable fast-dormancy through maybe through the .prop file or some other proper method and see if this affects the behaviour?
FD Explained:
It seems some people are affected and some people are not even though they have identical hardware and software. That makes no sense, there should be an external cause like network or provider. I have disabled the following application on my phone:
com.sonyericsson.android.wakeup / fast-dormacy-wakeup.apk
Apparently on sony devices this is responsible for handling fast dormancy as far as I understand. Or at least plays some part in it, after disabling it my battery life is WAY WAY WAY better than with it enabled. Still have some mobile radio active and battery is not yet as good as on KitKat but a lot better than before.
Can someone who is:
1) Affected by this bug on regular basis
2) Rooted (because I am not I can only disable the app)
3) Tech savvy
Please permanently disable fast-dormancy through maybe through the .prop file or some other proper method and see if this affects the behaviour?
be...@googlemail.com <be...@googlemail.com> #411
How can I disable on my Samsung S6?
sv...@gmail.com <sv...@gmail.com> #412
I have also just found out this issue, I thought my phone battery was dying due to old age. Turns out the stupid mobile radio is active while the phones off!! Please fix this.
wo...@gmail.com <wo...@gmail.com> #413
I think the fast dormancy issue still remains after disabling the app. Google services and android system still have high 'mobile radio active' times but the load on the battery is way way less.
I used 10% battery overnight. Without disabling this app it consumes nearly 10% per hour. Perhaps this app just keeps the phone awake during fast roaming actions.
I used 10% battery overnight. Without disabling this app it consumes nearly 10% per hour. Perhaps this app just keeps the phone awake during fast roaming actions.
at...@gmail.com <at...@gmail.com> #414
My nexus 5 updated to 5.1.1 the other day and ever since Mobile Standby has been killing my battery. How do I turn it off?
ra...@gmail.com <ra...@gmail.com> #415
I did not have problems before the 5.1.1 update on Nexus 4.
Now Android Plateform and GSM standby eat my battery in 2-3 hours...
Anyone in the Google AOSP team can raise the priority of this issue to medium or high, because this bug affects many people, and lead to an unusable device.
Thanks
Now Android Plateform and GSM standby eat my battery in 2-3 hours...
Anyone in the Google AOSP team can raise the priority of this issue to medium or high, because this bug affects many people, and lead to an unusable device.
Thanks
mk...@gmail.com <mk...@gmail.com> #416
Google Nexus 5 here.
My battery drain problem started with the 5.1.1 update. GMail and Android OS are eating up my battery immensely fast. Please fix this quickly.
My battery drain problem started with the 5.1.1 update. GMail and Android OS are eating up my battery immensely fast. Please fix this quickly.
ep...@gmail.com <ep...@gmail.com> #417
The issue is still in the M preview..............disgusting
bf...@googlemail.com <bf...@googlemail.com> #418
[Comment deleted]
aj...@gmail.com <aj...@gmail.com> #419
Please Google do something about this bug, this bug is very frustrating, I'm on latest LMY48B and because of this bug I'm affraid of using mobile data, right now I'm using only wifi. Bug fixing should be the top most priority rather than pushing new features.
ze...@gmail.com <ze...@gmail.com> #420
I can confirm that the issue is still there in the M preview on my Nexus 5
ro...@gmail.com <ro...@gmail.com> #421
Xperia Z3 Lollipop 5.0.2 and have this issue.
Google services drains twice as much as my 60% display by using mobile radio.
Google services drains twice as much as my 60% display by using mobile radio.
ch...@gmail.com <ch...@gmail.com> #422
i also have the same bug....running oneplus one with lollipop 5.1
no...@gmail.com <no...@gmail.com> #423
Can't believe it's real.
Not the first major bug that Google marks as priority small and "never" fix.
This one is unbelieveable because it makes the officials phones with the official ROM in an unusable state.
Maybe it's time for me to leave Android (what can I do with a 2 hours long battery duration and a data drain that cost me lot).
Not the first major bug that Google marks as priority small and "never" fix.
This one is unbelieveable because it makes the officials phones with the official ROM in an unusable state.
Maybe it's time for me to leave Android (what can I do with a 2 hours long battery duration and a data drain that cost me lot).
jo...@gmail.com <jo...@gmail.com> #424
This is a complete joke!
I'm now back to KitKat and an usable phone, and wasted many hours of my life finding out the issue, cleaning cache, backing up, factory resetting, upgrading/downgrading...
If there was a valid alternative to Android, I'd jump ship.
I'm now back to KitKat and an usable phone, and wasted many hours of my life finding out the issue, cleaning cache, backing up, factory resetting, upgrading/downgrading...
If there was a valid alternative to Android, I'd jump ship.
fa...@gmail.com <fa...@gmail.com> #425
I think we can agree that google hires the most untalented developers on earth. 6 moths is too long for this kind of issue to persist. Never touch an android device in the future again. My next phone will be an iphone or a windows phone. It is time for google to get off the high horse.
co...@gmail.com <co...@gmail.com> #426
I don't think they know how to fix it, which is why they haven't yet!
We need to get this more views somehow, they haven't even acknowledged the bug with a comment or anything.
We need to get this more views somehow, they haven't even acknowledged the bug with a comment or anything.
do...@gmail.com <do...@gmail.com> #427
What about making a new thread? Maybe Google ignores this because some developer marked it as small priority. Maybe with new thread with link to this one will force them to reevaluate priority.
wo...@gmail.com <wo...@gmail.com> #428
Give me windows on a samsung device and i'll never touch android again.
to...@gmail.com <to...@gmail.com> #429
Come on, Google! Do you really want us to buy iPhone....? Fun is over, FIX IT!!
ce...@gmail.com <ce...@gmail.com> #430
Same bug, lollipop 5.1. Fix it now!
ri...@gmail.com <ri...@gmail.com> #431
My wife's Iphone lasts for days.......
pa...@gmail.com <pa...@gmail.com> #432
As #426 suggested, I just opened a new thread. Let's give it some visibility and try to make Google hear us.
fa...@gmail.com <fa...@gmail.com> #434
Hi people. Don't forget to vote for this issue (push the little star icon on top left.)
da...@googlemail.com <da...@googlemail.com> #435
Android 5.1 Problems Problems Problems. Akku geht schnell leer. Handy geht einfach von alleine aus. Hängt sehr sehr oft. Bitte beheben, so kann es nicht weiter gehen.
to...@gmail.com <to...@gmail.com> #436
#please# #fix# #immediately!!#
[Deleted User] <[Deleted User]> #437
Same problem here with z3 compact , facebook and Chrome are worst with mobileradio battery drain . Please fix this immediately, would be a shame to go over to "the other side" :(
m....@gmail.com <m....@gmail.com> #438
Well this sucks. Just updated my T-mobile Z3 to 5.0.2 and battery life is terrible.
Going back to KitKat until this is fixed.
Going back to KitKat until this is fixed.
to...@gmail.com <to...@gmail.com> #439
[Comment deleted]
to...@gmail.com <to...@gmail.com> #440
A fix doesn't even matter. For people that can't or won't root their devices getting an update for non-nexus devices would take months, if ever. Most people don't even know about this bug, they just assume it's the OEM's fault hence why Google is not rushing to fix this. But a lot will move to iOS. Strange business strategy if you ask me.
ma...@gmail.com <ma...@gmail.com> #441
Still an issue in the M preview.
ne...@gmail.com <ne...@gmail.com> #442
Same "mobile radio active" problem on my Sony Xperia Z3 Compact on 5.0.2.
mr...@gmail.com <mr...@gmail.com> #443
[Comment deleted]
mi...@gmail.com <mi...@gmail.com> #444
Now that Sammobile posted an article on their page...
http://www.sammobile.com/2015/06/05/android-5-0-lollipops-battery-issues-are-mostly-googles-fault-not-samsung/
Hopefully other new webpages such as Android Police write about it as well. We need to make this bug as popular as the memory leak bug so that Google can finally give damn about fixing it...
Hopefully other new webpages such as Android Police write about it as well. We need to make this bug as popular as the memory leak bug so that Google can finally give damn about fixing it...
sa...@gmail.com <sa...@gmail.com> #445
I have this issue.
r....@gmail.com <r....@gmail.com> #446
Unbelivable that L developer preview is almost a year old and bugs discovered on that have made it this far. One year to not fix crippling bugs? What a joke
my...@gmail.com <my...@gmail.com> #447
Why the fuq is this SMALL priority?
cw...@gmail.com <cw...@gmail.com> #448
Disabled fast dormacy. No improvement at all.
Stock Android 5.1.1 N5.
And the feeling is, that is getting worse and worse every day.
Last week I came through the day with average usage. This week the phone dies at 4pm.
Stock Android 5.1.1 N5.
And the feeling is, that is getting worse and worse every day.
Last week I came through the day with average usage. This week the phone dies at 4pm.
fo...@gmail.com <fo...@gmail.com> #449
Truly unbelievable. Google you need to fix this major issue.
va...@gmail.com <va...@gmail.com> #450
Disabling Fast Dormancy fix the bug neither for me.
BTW, all the major tech news sites are now, finally, talking about this. Worldwide. It's your turn Google.
BTW, all the major tech news sites are now, finally, talking about this. Worldwide. It's your turn Google.
st...@gmail.com <st...@gmail.com> #451
This bug is frustrating
da...@gmail.com <da...@gmail.com> #452
C'mon Google, sort it out!
bl...@gmail.com <bl...@gmail.com> #453
Another one suffering this
wo...@gmail.com <wo...@gmail.com> #454
I find it strange that this is not on all major android sites. If everybody had this issue I think it would be bigger news. Apparently it is a combination of factors that trigger this bug. As I have the bug and my colleague doest whilst using the same firmware I wouldn't be surprised if it's carrier related.
Would it make sense to setup a poll on XDA to find out if if this is carrier related?
Would it make sense to setup a poll on XDA to find out if if this is carrier related?
md...@gmail.com <md...@gmail.com> #455
Xperia ZR - In lollipop, its using RAM more than 80%, consuming more power and my phone is getting more hot.
mr...@gmail.com <mr...@gmail.com> #456
This bug has been going on for far too long, my Lg G2 doesnt even get 2 hours screen time on lollipop!!!! please get on this its been what a month?
ja...@gmail.com <ja...@gmail.com> #457
Downgraded back to Kit Kat and getting insane battery life again. Oneplus One here.
cw...@gmail.com <cw...@gmail.com> #458
It's not carrier related!
I tried with different sim cards from different carrieres.
The only solution working is switching back to KitKat!
I tried with different sim cards from different carrieres.
The only solution working is switching back to KitKat!
wo...@gmail.com <wo...@gmail.com> #459
@457 Thanks for testing.
That's strange because my collegue is on UK firmware and he does not have the issue at all. His battery lasts days and screen is always on top of the usage, mobile radio active is nowhere to be seen.
I flashed stock UK firmware on my device and even if I don't install any apps or anything it already shows this bug.. Wtf, same phone, same firmware, no modifications or apps installed and I get the issue, my collegue does not..
Wtf is the difference then?! He never sees this issue and has many stuff installed on the phone. I have seen the battery graphs on his phone and they look fine.
My phone on KitKat lasts 2 days at least, lollipop I hardly make it through 1 day. Mobile radio active all the time.
That's strange because my collegue is on UK firmware and he does not have the issue at all. His battery lasts days and screen is always on top of the usage, mobile radio active is nowhere to be seen.
I flashed stock UK firmware on my device and even if I don't install any apps or anything it already shows this bug.. Wtf, same phone, same firmware, no modifications or apps installed and I get the issue, my collegue does not..
Wtf is the difference then?! He never sees this issue and has many stuff installed on the phone. I have seen the battery graphs on his phone and they look fine.
My phone on KitKat lasts 2 days at least, lollipop I hardly make it through 1 day. Mobile radio active all the time.
to...@gmail.com <to...@gmail.com> #460
[Comment deleted]
ep...@gmail.com <ep...@gmail.com> #461
I've asked a bunch of tech sites to start reporting this issue, hopefully we'll see something in the next couple of weeks. Only big place I've seen mention it is Sammobile
de...@gmail.com <de...@gmail.com> #462
Yo tambien tengo ese problema en mi Sansung S6 64gb , no me llega al dia la bateria el caso es que antes tenia un HTC M8 con Android 5.0 y no tenia ese problema , me duraba casi 2 dias , pero si me pasa con el S6 y tengo las mismas aplicaciones
ba...@gmail.com <ba...@gmail.com> #463
nexus 4
stock 5.1.1
have same issue. sometimes shown android os, play services or sth.
started to use "sync off" and mostly android os, play services and frameworks drain gone but the major issue if i leave some apps like gmail, hangouts or any other app in multitasking, all of them using mobile data and keep mobile radio active. i keep the times when i clear them from multitasking list active time stopped. it's ok to keep mobile radio active but it drains battery a lot.
badly my nexus 4 got its last update and i've no chance to fix this.
i wanna thank whole google and its devs. if you can clear one thing "will give an update or not" i will move another platform
stock 5.1.1
have same issue. sometimes shown android os, play services or sth.
started to use "sync off" and mostly android os, play services and frameworks drain gone but the major issue if i leave some apps like gmail, hangouts or any other app in multitasking, all of them using mobile data and keep mobile radio active. i keep the times when i clear them from multitasking list active time stopped. it's ok to keep mobile radio active but it drains battery a lot.
badly my nexus 4 got its last update and i've no chance to fix this.
i wanna thank whole google and its devs. if you can clear one thing "will give an update or not" i will move another platform
sh...@gmail.com <sh...@gmail.com> #464
am having this issue with Google Play Services !! its consuming my battery. wth ?!!
google fix this !
google fix this !
ge...@gmail.com <ge...@gmail.com> #465
This may be a reporting issue, at least to some extent.
GSAM Battery Monitor shows a much more reasonable battery consumption distribution.
My Sony Z3 came with Lollipop so I cannot say if the "radio on" is affecting performance or not (I assume so from other testimonials, but I do not have proof).
GSAM Battery Monitor shows a much more reasonable battery consumption distribution.
My Sony Z3 came with Lollipop so I cannot say if the "radio on" is affecting performance or not (I assume so from other testimonials, but I do not have proof).
an...@gmail.com <an...@gmail.com> #466
Is anyone here using High Accuracy Location settings?
pi...@gmail.com <pi...@gmail.com> #467
I have a Nexus 5 which also suffers from this issue since update 5.1, making the phone much less usable than before. I hope a fix is forthcoming.
Kind regards from the Netherlands.
Kind regards from the Netherlands.
ri...@gmail.com <ri...@gmail.com> #468
Has anyone tried calling Samsung or their carrier to see if they can recode this until Google gets off their ass? If android is open source I would think think they would have a vested interest? I switched from iPhone to SG6 to see this BS??. Can't believe Samsung or Verizon let this through their reviews.....
ug...@gmail.com <ug...@gmail.com> #469
Mobile radio active" battery drain in all internet app.
Oneplus One
Oneplus One
gi...@gmail.com <gi...@gmail.com> #470
Mobile radio active "battery drain in all internet app.
Oneplus One
Oneplus One
st...@gmail.com <st...@gmail.com> #471
Disabling High Accuracy Location settings = much longer working, but not to resolve problem with radio active
an...@gmail.com <an...@gmail.com> #472
Problem present on 5.1.1 Nexus 4.
Google services Mobile Radio Active is draining battery, when the smartphone is not connected to Wi-Fi. Tried it for few days at home where the device were several days under Wi-Fi and the issue was not appearing.
My girlfriend has SGS4 with Lollipop, where this bug is not present.
Google services Mobile Radio Active is draining battery, when the smartphone is not connected to Wi-Fi. Tried it for few days at home where the device were several days under Wi-Fi and the issue was not appearing.
My girlfriend has SGS4 with Lollipop, where this bug is not present.
el...@gmail.com <el...@gmail.com> #473
I have a OnePlus One
I have this "mobile radio active" problem from update 5.1
I have this "mobile radio active" problem from update 5.1
ju...@googlemail.com <ju...@googlemail.com> #474
5.1.1 Nexus. 4
Battery empty within a few hours!
Battery empty within a few hours!
m....@gmail.com <m....@gmail.com> #475
As already supposed by me earlier (see #349) the mobile radio active issue and the battery drain (at least for my phone) seem to be two different things. Currently the last recharge was 4 days and 16 hours ago and I still have 25% of battery left. During that time mobile data was permanently enabled while WiFi was mostly disabled, SOT was around 2,5 hours. This battery performance is even better than what I had with KitKat. And I STILL see high mobile radio active times being reported. Actually the sum of all mobile radio active readings almost equals the total runtime.
an...@gmail.com <an...@gmail.com> #476
Can't believe the priority. Affecting a lot of users, and i can't use my phone for more than one day. carrying this problem since lollipop, tried a lot of Custom Roms, Stock firmware, diferent kernels, settings and battery saver apps. Problem was reduced but still there.
Motorola Moto G 2014
Motorola Moto G 2014
ri...@gmail.com <ri...@gmail.com> #477
Really, #474? 4 days ago and still have 25% of battery? This is insane. I have a Xperia Z3 and I can barely get 3 hours of SOT in a total recharge. Also, my battery absolutely never lasts more than 24 hours. 50% adaptive brightness. This seems unexplainable to me.
ga...@gmail.com <ga...@gmail.com> #478
Same issue with Galaxy S5 non-rooted phone. Phone was actually hot to the touch and battery draining quickly without much usage.
rv...@gmail.com <rv...@gmail.com> #479
Same issue on Nexus 5 with 5.1.1. Drives me crazy:
<!-- Place this tag in your head or just before your close body tag. -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js "></script>
<!-- Place this tag where you want the widget to render. -->
<div class="g-post" data-href="https://plus.google.com/+RogerVanUnen/posts/81aNz7VdfcA "></div>
<!-- Place this tag in your head or just before your close body tag. -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js "></script>
<!-- Place this tag where you want the widget to render. -->
<div class="g-post" data-href="https://plus.google.com/+RogerVanUnen/posts/b8aeXaBhgjr "></div>
<!-- Place this tag in your head or just before your close body tag. -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js "></script>
<!-- Place this tag where you want the widget to render. -->
<div class="g-post" data-href="https://plus.google.com/+RogerVanUnen/posts/96jxS7HNp9Q "></div>
<!-- Place this tag in your head or just before your close body tag. -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js "></script>
<!-- Place this tag where you want the widget to render. -->
<div class="g-post" data-href="https://plus.google.com/+RogerVanUnen/posts/cdzTt7yBTq8 "></div>
<!-- Place this tag in your head or just before your close body tag. -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js "></script>
<!-- Place this tag where you want the widget to render. -->
<div class="g-post" data-href="https://plus.google.com/+RogerVanUnen/posts/67EEHUxNPK5 "></div>
<!-- Place this tag in your head or just before your close body tag. -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js "></script>
<!-- Place this tag where you want the widget to render. -->
<div class="g-post" data-href="https://plus.google.com/+RogerVanUnen/posts/Y6SDNpmjGKe "></div>
<!-- Place this tag in your head or just before your close body tag. -->
<script type="text/javascript" src="
<!-- Place this tag where you want the widget to render. -->
<div class="g-post" data-href="
<!-- Place this tag in your head or just before your close body tag. -->
<script type="text/javascript" src="
<!-- Place this tag where you want the widget to render. -->
<div class="g-post" data-href="
<!-- Place this tag in your head or just before your close body tag. -->
<script type="text/javascript" src="
<!-- Place this tag where you want the widget to render. -->
<div class="g-post" data-href="
<!-- Place this tag in your head or just before your close body tag. -->
<script type="text/javascript" src="
<!-- Place this tag where you want the widget to render. -->
<div class="g-post" data-href="
<!-- Place this tag in your head or just before your close body tag. -->
<script type="text/javascript" src="
<!-- Place this tag where you want the widget to render. -->
<div class="g-post" data-href="
<!-- Place this tag in your head or just before your close body tag. -->
<script type="text/javascript" src="
<!-- Place this tag where you want the widget to render. -->
<div class="g-post" data-href="
rv...@gmail.com <rv...@gmail.com> #480
Same issues her on Google Nexus 5 with Android 5.0, 5.1, 5.1.1.
Happens always in the afternoon. It is a horrible bug that should not be there.
https://plus.google.com/+RogerVanUnen/posts/81aNz7VdfcA
https://plus.google.com/+RogerVanUnen/posts/b8aeXaBhgjr
https://plus.google.com/+RogerVanUnen/posts/96jxS7HNp9Q
https://plus.google.com/+RogerVanUnen/posts/cdzTt7yBTq8
https://plus.google.com/+RogerVanUnen/posts/67EEHUxNPK5
https://plus.google.com/+RogerVanUnen/posts/Y6SDNpmjGKe
Happens always in the afternoon. It is a horrible bug that should not be there.
m....@gmail.com <m....@gmail.com> #481
@#476: Yes, definitely. See attached screenshot. I have a Sony Xperia Z3 Compact. Runtime at that point was 4d 21h 17m and SOT of 2h 49m.
yu...@gmail.com <yu...@gmail.com> #482
very frustrating issue. Says Snapchat has been running for 4hrs mobile radio. It is draining my battery life. I had the same issue except on my spotify app as well. The bug is hopping around my OPO.
de...@gmail.com <de...@gmail.com> #483
#@474 I m also a z3 user having the same battery problem after lollipop update. Did u factory reset ur phone
m....@gmail.com <m....@gmail.com> #484
@#482: No, I did not make a factory reset. Just the procedure that I desribed in #349 - switch mobile data off, shut down the phone by using the yellow reset button, restart the phone as usual and switch mobile data on again. I have no idea how or why that resolved my battery drain problem.
ts...@googlemail.com <ts...@googlemail.com> #485
I did make a spreadsheet where mobile radio from hangouts and play services is logged about a time of 1,5 hours.
https://docs.google.com/spreadsheets/d/14d4JWbz4_brImqP0Ug5Jaxy73RLTZTT8wriViaVyy0Y/edit?usp=sharing
This behaviour is, in my opinion, not normal. Have a look at the battery percent stat. Loosing nearly 10% per 1,5 hours should not be a normal usage.
Please Google give a sign that you are aware of this bug!!!
Screenshots:
https://drive.google.com/folderview?id=0B2tyGwXANo4NRlpKMGxKd2twajA&usp=sharing
This behaviour is, in my opinion, not normal. Have a look at the battery percent stat. Loosing nearly 10% per 1,5 hours should not be a normal usage.
Please Google give a sign that you are aware of this bug!!!
Screenshots:
ym...@gmail.com <ym...@gmail.com> #486
Battery drain issue here as well. Started after upgrading from 5.1 to 5.1.1. Caused by mobile radio kept active by google services.
Often battery drain is similar to the battery use of the screen.
Nexus 5, stock, rooted.
Often battery drain is similar to the battery use of the screen.
Nexus 5, stock, rooted.
ku...@gmail.com <ku...@gmail.com> #487
This in no way is Small. It's a pain in the ass to charge your phone after 10 hours (and that's without even using it) My phone is awake all the time (WiFi Off and Location - Battery Saving)
I tried disabling Google Play Services Update (using DisableService and some tasks in Tasker) but to no avail. I have also tried clearing up my App Cache which stopped the problem for a while but now it's back again. Please fix this ASAP Google. I hope you know what's wrong with it.
I tried disabling Google Play Services Update (using DisableService and some tasks in Tasker) but to no avail. I have also tried clearing up my App Cache which stopped the problem for a while but now it's back again. Please fix this ASAP Google. I hope you know what's wrong with it.
an...@gtempaccount.com <an...@gtempaccount.com> #488
[Comment deleted]
an...@gtempaccount.com <an...@gtempaccount.com> #489
Same issue here, When I Turn mobile data on, my phone start get hotter and drain my battery, This is a worldwide issue please google give us an awnser. This is so boring
wo...@gmail.com <wo...@gmail.com> #490
Happens to me to on 5.0.2 on the Galaxy S6.
ja...@gmail.com <ja...@gmail.com> #491
I on a OnePlus One and i have this "mobile radio active" problem aswell
da...@gmail.com <da...@gmail.com> #492
Same trouble since 5.1.1 update on Nexus 5.
ts...@googlemail.com <ts...@googlemail.com> #493
px...@gmail.com <px...@gmail.com> #494
I tried disable all sync from google acount but the problem persist. Is impossible enable data mobile, all batery get drained. Please Google!!!
gl...@gmail.com <gl...@gmail.com> #495
Got the same issue on my brand new Z3. Barely any apps installed at all, but Chrome burns through the battery crazy fast. With screen on, one percent goes every minute or so, screen off, a percent an hour. Bought this phone 'cause reviews claimed it to have stellar battery life, and that was one of ONLY TWO reasons (the other one being expandable memory) that I got the Z3. Now my venture into Xperia phones seems quite stupid.
mr...@gmail.com <mr...@gmail.com> #496
Guys this is not a small priority and you know it.
Galaxy S6 on 5.0.2.
Play Services 7.5.71
Location on high accuracy though it makes no difference what setting location is on.Connected to wifi there is no problem with Google Play Services, the second you connect via 3G, 2G or LTE the radio is on for hours sometimes 3-4 hours. Google Play Services is totally at fault on this as it will not shut off the mobile radio once its finished its background tasks.
Galaxy S6 on 5.0.2.
Play Services 7.5.71
Location on high accuracy though it makes no difference what setting location is on.Connected to wifi there is no problem with Google Play Services, the second you connect via 3G, 2G or LTE the radio is on for hours sometimes 3-4 hours. Google Play Services is totally at fault on this as it will not shut off the mobile radio once its finished its background tasks.
br...@gmail.com <br...@gmail.com> #497
This issue needs to be escalated and addressed. It's affecting everyone and is causing needless battery drain. Please fix this issue.
ds...@gmail.com <ds...@gmail.com> #498
Why is this a small priority???
ma...@gmail.com <ma...@gmail.com> #499
Will this bug ever get fixed? Google should focus solely on battery life. It's gotten so terribly bad with Lollipop!
je...@potchin.co.uk <je...@potchin.co.uk> #500
Just a warning to everyone, not only does this bug kill your battery but it can also cause apps to get stuck into a downloading state and eat your data usage up.
See screenshot below, while it doesnt *prove* that the "mobile data active" issue isnt the cause, I have a strong suspicion that it is. The app in question has been fine for a long time and suddenly its eaten ~200mb.
Just be careful if you are charged for data!
Come on Google - its clearly not a small bug.
See screenshot below, while it doesnt *prove* that the "mobile data active" issue isnt the cause, I have a strong suspicion that it is. The app in question has been fine for a long time and suddenly its eaten ~200mb.
Just be careful if you are charged for data!
Come on Google - its clearly not a small bug.
bl...@gmail.com <bl...@gmail.com> #501
When will you guys get your act together and ADDRESS the problem? Hell, forget about fixing it for now; at least ACKNOWLEDGE all of us here that have been die-hard Android users for years! The OS is so fundamentally flawed with these wakelocks and mobile radio active bugs that it's KILLING your customers' experience... enough to warrant a switch to iOS.
fe...@gmail.com <fe...@gmail.com> #502
[Comment deleted]
wo...@gmail.com <wo...@gmail.com> #503
Yeah, at least acknowledging would calm a lot of people down. Now it just looks like nobody cares as it's not even been accepted in months time. This is never acceptable but one could live with it if it were a minor bug indeed. This one is actually massive.. Impact, nearly the entire lollipop ecosystem. Effect, more than half the battery life.
All that propaganda about project Volta and chuffing up about Android M's battery improvements but this massive massive impairment of battery life is just ignored and even worse just carried over to Android M?!
Just.. don't.. understand..
All that propaganda about project Volta and chuffing up about Android M's battery improvements but this massive massive impairment of battery life is just ignored and even worse just carried over to Android M?!
Just.. don't.. understand..
ja...@gmail.com <ja...@gmail.com> #505
So unprofessional... Shame on Google
ed...@gmail.com <ed...@gmail.com> #506
I've contacted google italy about this problem, they said my battery consumption is normal... I've sent my battery logs at 75/50/25/0 only on 3g, now i'm doing the same thing only on Wi-Fi.
Here the screenshots:https://goo.gl/ixQnkD
I hope new open sources OSs make their official appereance because google have lost my "faith" with this matter.
Nexus 5 on latest lollipop stock ROM.
Here the screenshots:
I hope new open sources OSs make their official appereance because google have lost my "faith" with this matter.
Nexus 5 on latest lollipop stock ROM.
an...@gtempaccount.com <an...@gtempaccount.com> #507
[Comment deleted]
ep...@gmail.com <ep...@gmail.com> #508
Normal? Chrome was used for what looks like 4 minutes yet the radio was awake for 40+ minutes. Not normal at all
er...@debeertjes.com <er...@debeertjes.com> #509
Unbelievable they don't fix this. Phone battery use on 3G is terrible.
jo...@gmail.com <jo...@gmail.com> #510
I charge my moto at least tree times a day. Google fix this please.
Moto X(2013) on OTA 5.1
Moto X(2013) on OTA 5.1
xa...@gmail.com <xa...@gmail.com> #511
Google you need to fix that problem.
Battery was a lot better with KitKat?
If you want battery, Lollipop is not a safe update... ¿why did you say that lollipop and was going to save battery? This is not true.
And the solution is not Android M update... most of the phones are not going to be updated, so I think that you need to fix Lollipop since the 5.0 with a fix, or maybe with a update from google play store.
Battery was a lot better with KitKat?
If you want battery, Lollipop is not a safe update... ¿why did you say that lollipop and was going to save battery? This is not true.
And the solution is not Android M update... most of the phones are not going to be updated, so I think that you need to fix Lollipop since the 5.0 with a fix, or maybe with a update from google play store.
de...@gmail.com <de...@gmail.com> #512
@#483: I have did the reset as per ur procedure & the battery life really improved.Thanks..
sn...@gmail.com <sn...@gmail.com> #513
I have 2 days + mobile radio active for Google play services after Lolipop 5.0.2 update , used chrome for couple of minutes and mobile radio active is 2-3 hours for it , screen is not even in the top 10 consumption ( ~ 2h SoT ), 3G always on. This is stats for 4 days of usage of my Oneplus after 5.0.2 update. Kitkat 4.4.4 was way better. Fix this bug , it's not unimportant.
ja...@rendit.co.uk <ja...@rendit.co.uk> #514
Horrendous issue, sucked 25% in an hour today on my S6.
ed...@gmail.com <ed...@gmail.com> #515
This is how battery should be on nexus 5, this is with Wi-Fi on: https://goo.gl/5zSXe2
ja...@gmail.com <ja...@gmail.com> #516
[Comment deleted]
ja...@gmail.com <ja...@gmail.com> #517
Because of this bug, I am really hesitant to recommend any new Android phones to my friends simply because all new phones ship with lollipop and can't 'roll back' to kitkat even if u wanted to.
wa...@gmail.com <wa...@gmail.com> #518
Same issue here Sony Xperia Z1 Lollipop 5.0.2
ti...@gmail.com <ti...@gmail.com> #519
I'm on the 2013 AT&T Moto X. I haven't updated to 5.1 yet, so I'm still on 4.4.4. I'm getting massive battery drain from Google Play Service. I can unplug my phone with full charge, go straight into a game and still have Play Service drawing the most power.
co...@gmail.com <co...@gmail.com> #520
Extreme battery usage by Google services (see screenshot). My phone is running hot all the time, WiFi or not.
zo...@gmail.com <zo...@gmail.com> #521
I have always been an android fan, but after all those memory bugs and the huge battery drain this is my last android phone i swear..
Small priority? Ehh..
Small priority? Ehh..
mg...@gmail.com <mg...@gmail.com> #522
Having this issue on nexus 6. You gonna be joking got that be small priority
ar...@gmail.com <ar...@gmail.com> #523
Two Moto X 1st gen devices (running 4.4.4) bought at the same time and both could run ~24 hours between charges.
Device 1 was updated to 5.1.1 last week and battery life has dropped to ~12 hours. Device 2 hasn't received the update and still getting ~24 hours of run time.
Google - spend some money and time fixing this issue. We know you have both.
Device 1 was updated to 5.1.1 last week and battery life has dropped to ~12 hours. Device 2 hasn't received the update and still getting ~24 hours of run time.
Google - spend some money and time fixing this issue. We know you have both.
aj...@gmail.com <aj...@gmail.com> #524
Rather than spending time and a lot of money on ridiculous, useless and unrealistic projects Google should have focused on fixing such a high priority bugs. Its been year and Google hasn't acknowledged this issue.
ts...@googlemail.com <ts...@googlemail.com> #525
Yep, and as said before this bug is even present in M Preview. Have a look at the sreenshots google. How do you explain this?
pa...@gmail.com <pa...@gmail.com> #526
This is really, really, really disappointing. And unfortunately I have never thought about but after this one I am really starting to consider a Windows Phone in the future or even an Apple's one.
I found this bug on my wife's S4 Mini when I first installed CM12.1. I really thought it was because the phone was not suppose to receive the update. So I rolled back to KitKat and all was fine again. Then I started to ask around and started to find the same issue with Nexus, ZenFone, Moto G, Moto X, S5, S4 Minis, etc, etc, etc.
So if this is really a small issue, then I believe it is time to get a different company to give my money. Bye Bye Google.
I found this bug on my wife's S4 Mini when I first installed CM12.1. I really thought it was because the phone was not suppose to receive the update. So I rolled back to KitKat and all was fine again. Then I started to ask around and started to find the same issue with Nexus, ZenFone, Moto G, Moto X, S5, S4 Minis, etc, etc, etc.
So if this is really a small issue, then I believe it is time to get a different company to give my money. Bye Bye Google.
ri...@gmail.com <ri...@gmail.com> #527
Google services - 65%
Screen - 4%
Android 4%
Mobile standby 4%
Google services is drinking battery whilst I am doing nothing with the phone. Stats above demonstrate that it is not other use of the phone.
Moto G 4G LTE 1st edition
Android 4.4.4
This has happened within the last few days. It does not last me a working day without use. Previously lasted 3 days without use and 2 days with use (up until last week).
It is verging on making my phone unusable and certainly not "mobile". Google please sort this out immediately.
Screen - 4%
Android 4%
Mobile standby 4%
Google services is drinking battery whilst I am doing nothing with the phone. Stats above demonstrate that it is not other use of the phone.
Moto G 4G LTE 1st edition
Android 4.4.4
This has happened within the last few days. It does not last me a working day without use. Previously lasted 3 days without use and 2 days with use (up until last week).
It is verging on making my phone unusable and certainly not "mobile". Google please sort this out immediately.
th...@googlemail.com <th...@googlemail.com> #528
Same bug on Sony Xperia Z3 Compact with Android 5.0.2
ct...@gmail.com <ct...@gmail.com> #529
1.I wonder if someone from "google" is aware/reading this ISSUE ??!?!?, because I didn't see any response/action/acknowledge. "google" please correct me if I am wrong.
2.If I will write something offended here, will someone react ?. :) Probably YES.
3.Person (or bot) who set priority to small , can explain us why ? "google" people don't use their Android 5.0 OS? First answer it NOT. Maybe they have an workaround? Which is???
4.I don't want a (quick) fix or ETA, I need to know "google specialists" are working/aware on it.
5.(1874 people starred this issue) .What is "magical" number when they will react ?
2.If I will write something offended here, will someone react ?. :) Probably YES.
3.Person (or bot) who set priority to small , can explain us why ? "google" people don't use their Android 5.0 OS? First answer it NOT. Maybe they have an workaround? Which is???
4.I don't want a (quick) fix or ETA, I need to know "google specialists" are working/aware on it.
5.(1874 people starred this issue) .What is "magical" number when they will react ?
pr...@gmail.com <pr...@gmail.com> #530
How come this issue made it so far? Standby time is definitely a selling point for any phone and apparently google left every phone using 5.x half dead and nothing has been done in a period of 6 months. Really disappointed...
lo...@gmail.com <lo...@gmail.com> #531
Same Problem..
wo...@gmail.com <wo...@gmail.com> #533
Google is marketing with battery life.. Project Volta, doze in android M but yet a massive battery drain bug is simply ignored.. :-S
gr...@gmail.com <gr...@gmail.com> #534
Same problem for my Nexus 5 on Android 5.1
Chrome's eating battery, with over an hour of mobile data usage.
Google, I'm sorry, but this is just plain sad.
Chrome's eating battery, with over an hour of mobile data usage.
Google, I'm sorry, but this is just plain sad.
li...@gmail.com <li...@gmail.com> #535
Same Problem, low battery after 7 Hours... Sony xperia Z works just 50%
aa...@gmail.com <aa...@gmail.com> #536
[Comment deleted]
aa...@gmail.com <aa...@gmail.com> #537
I also have this issue on my Nexus 6. I can't manage to use the phone all through out the day without charging it thrice.
ru...@gmail.com <ru...@gmail.com> #538
Nexus 5, Android 5.1
After 7 hours 50% discharge of the battery (over night).
:(
After 7 hours 50% discharge of the battery (over night).
:(
ma...@gmail.com <ma...@gmail.com> #539
#534 linle...@gmail.com
Same Problem, low battery after 7 Hours... Sony xperia Z works just 50%
Same here with mine. Sometimes I also have charging problems, but when I see it is charging really slow I just replug the charger and it is fixed.
Hope google is solving the problem soon!
Same Problem, low battery after 7 Hours... Sony xperia Z works just 50%
Same here with mine. Sometimes I also have charging problems, but when I see it is charging really slow I just replug the charger and it is fixed.
Hope google is solving the problem soon!
na...@gmail.com <na...@gmail.com> #540
Same problem, massive Google play activity in sleep time. Sry for bad english. Please fix it!!!
ge...@gmail.com <ge...@gmail.com> #541
Same problem on Nexus 5, Google Play Services is the Nr. 1 in the Akku-List.
ni...@gmail.com <ni...@gmail.com> #542
Same problem on my Galaxy S6. Battery life have 11 hours.
ge...@gmail.com <ge...@gmail.com> #543
BATTERY LIFE DROPPED FROM 48 HOURS TO 12 HOURS ON LOLLIPOP DUE TO THIS BUG!!! I have several Apps using 3-5 hours Mobile Radio Active status.
FOR ME THIS IS A NOT A SMALL, BUT A MAJOR ISSUE!!!
FOR ME THIS IS A NOT A SMALL, BUT A MAJOR ISSUE!!!
ro...@gmail.com <ro...@gmail.com> #544
Same problem on my Oneplus One 5.0.2 and also Android OS is consuming lots of battery.
ce...@gmail.com <ce...@gmail.com> #545
Carrier T-Mobile, updated to 5.1.1 on 6/15 OTA. Battery life still half of what my S4 was with KitKat 4.4.4. Memory and Application management still has serious problems with apps not releasing memory back to the OS after closing. Mobile radio still runs for long periods of time after apps have been closed out, and it also causes high data usage.
Galaxy S4 on 100% battery KK 4.4.4 - 2% battery drain after 8 hrs while in sleep mode
Galaxy S6 on 100% battery LP 5.1.1 - 6% battery drain after 8 hrs while in sleep mode
GS4 in moderate use 1% battery drain every 2min Screen Brightness @ 50%
GS6 in Moderate use 1% battery drain every 60 sec. Screen Brightness @ 50%
Galaxy S4 on 100% battery KK 4.4.4 - 2% battery drain after 8 hrs while in sleep mode
Galaxy S6 on 100% battery LP 5.1.1 - 6% battery drain after 8 hrs while in sleep mode
GS4 in moderate use 1% battery drain every 2min Screen Brightness @ 50%
GS6 in Moderate use 1% battery drain every 60 sec. Screen Brightness @ 50%
px...@gmail.com <px...@gmail.com> #546
Guys I tried disable the acess from mobile data from google play services and get some results. But for some reason android turn the acess on gain. i will test for more time and post the rsults. Take a look
bo...@gmail.com <bo...@gmail.com> #547
My HTC One M8 (Verizon) has been exhibiting this problem since my upgrade to Lollipop (Android 5.0.1). Before the upgrade, my battery could last 2 days. With Lollipop and normal settings and typical usage, I'm lucky to make it through one day. My K-9 Mail app has shown "mobile radio active" for up to 11 hours (& probably could go higher). Google Services can rack up 2 to 3 hours. These numbers increase even when I'm not using the phone. My current "solution" is to turn off mobile data except when I'm out and about and need that connection. At home (where I work), I have Wi-Fi. I really hope a fix is coming down the pike.
ia...@gmail.com <ia...@gmail.com> #548
Same problem with a Nexus 4 on latest android 5.1.1. Google play services is always top of the battery use stats and "mobile radio active" for hours.
ti...@gmail.com <ti...@gmail.com> #549
Also having the mobile radio active bug please give it a fix... Your services are draining and draining battery you should give your users the possibility to choose whether they want to activate or not those services instead of not let them the choice. That would be fair don't you think so?
fa...@gmail.com <fa...@gmail.com> #550
This issue is one of the most voted android issues with almost 2000 stars now (fourth most starred open issue), and still google hasn't acknowledged it yet, and seemingly hasn't done anything to resolve it. AND THE PRIORITY IS SMALL !!!! WTF!!!?? OMG!!!???
Usually Google chrome suck out all my battery EVEN WHEN MY F$'**-ing screen is turned off and I'm not doing anything with my F$'**-ing phone (mobile radio active is all over the place for chrome)
I will never touch an android device again (or anything which is related to google). HELLO iPhone (or windows phone) :)
Usually Google chrome suck out all my battery EVEN WHEN MY F$'**-ing screen is turned off and I'm not doing anything with my F$'**-ing phone (mobile radio active is all over the place for chrome)
I will never touch an android device again (or anything which is related to google). HELLO iPhone (or windows phone) :)
pa...@gmail.com <pa...@gmail.com> #551
Folks this is not Google Services or K9, it just ends up they are the ones using the service, but you can have the same kind of behavior with Facebook, Messenger, Whatsapp and whatever other app you have installed. This seems to be on the Lollipop code where connections thru 3G will never close and apps keeps running over it. From my testing I didn't get the same with 2G or LTE/4G. This only happens with 3G. Sometimes I get connect to LTE and all is fine for hours but suddenly it gets down to 3G and it is where the drain issues starts.
ce...@gmail.com <ce...@gmail.com> #552
I understand what you are saying, and I don't care if I'm on 2G, 3G,or 4G/LTE this issue didn't exist in KitKat 4.4.4, and the complete silence from Google on this screams loud and clear that they don't have a clue on how to fix this problem due it being 64 bit. Which is why I'm not surprised to hear that this same issue was found in the beta Android M. If the issue isn't resolved by the end of the year, I'm trading in my Galaxy S6 for the iPhone 6 Plus.
al...@gmail.com <al...@gmail.com> #553
I have this issue about 30 days
ah...@gmail.com <ah...@gmail.com> #554
This is not fun...
ra...@gmail.com <ra...@gmail.com> #555
Nexus 5 here.
Still happening on 5.0, 5.0.1, 5.1-LMY47D, 5.1-LMY47I, 5.1.1, M preview 1.
Come on, this is just ridiculous!!!
Still happening on 5.0, 5.0.1, 5.1-LMY47D, 5.1-LMY47I, 5.1.1, M preview 1.
Come on, this is just ridiculous!!!
da...@gmail.com <da...@gmail.com> #556
Samsung galaxy s6, 5.0.2 same here.
Google play services and google search taken 19% battery between them, phone idle most of the day. Supposedly google is reporting location to apps but I haven't downloaded any yet. Tempted to disable google app like I did on my old phone.
Come on google, the biggest phone os out there and can't get something as simple as this right. Respect the users battery! lol
Google play services and google search taken 19% battery between them, phone idle most of the day. Supposedly google is reporting location to apps but I haven't downloaded any yet. Tempted to disable google app like I did on my old phone.
Come on google, the biggest phone os out there and can't get something as simple as this right. Respect the users battery! lol
as...@gmail.com <as...@gmail.com> #557
One Plus One Android version 5.0.2, still not fixed! I just got a new phone and the battery is rubbish because of this bug! needs a fix!!
aa...@gmail.com <aa...@gmail.com> #558
This thing is eating battery like a pro
It mainly keeps awake the apps like Whatsapp fb and other social app and im
And on the top of this play services are hoggers of battery as well as resources
It mainly keeps awake the apps like Whatsapp fb and other social app and im
And on the top of this play services are hoggers of battery as well as resources
bm...@gmail.com <bm...@gmail.com> #559
Those of you who are looking for a solution / workaround / fix without setting mobile data off or to manual sync:
** 1st Solution
1.) Go to privacy
2.) Select "show system apps" from the menu
3.) Long press "Google play services"
4.) Deny wake up & keep awake.
Problem solved!
If you get force cloeses (as I did since 5.0) try allowing the one or the other again. Works like a charm for me.
** 2. Alternative:
Disable "Location Report" in Google app. But you won't be able to find your mobile from web interface anymore.
I hope this helps you.
** 1st Solution
1.) Go to privacy
2.) Select "show system apps" from the menu
3.) Long press "Google play services"
4.) Deny wake up & keep awake.
Problem solved!
If you get force cloeses (as I did since 5.0) try allowing the one or the other again. Works like a charm for me.
** 2. Alternative:
Disable "Location Report" in Google app. But you won't be able to find your mobile from web interface anymore.
I hope this helps you.
vi...@gmail.com <vi...@gmail.com> #560
Am having this issue on my Oneplus One running 5.X ROM, This bug eating most of my battery last day for WhatsApp(mobile radio active is around 1 and half hrs) and FireFox(mobile radio active is around 1 hrs 45 min), really frustrated with this issue
BTW,I don't think the above mentioned(#558) method is a solution because I don't use GAPPS on my phone still
BTW,I don't think the above mentioned(#558) method is a solution because I don't use GAPPS on my phone still
v1...@gmail.com <v1...@gmail.com> #561
[Comment deleted]
v1...@gmail.com <v1...@gmail.com> #562
gr...@gmail.com <gr...@gmail.com> #563
Huge battery drain from Google Play Services on my ATT Galaxy S6 running latest 5.0.2. Constant problem for months now.
Please, please fix this...
Please, please fix this...
jo...@gmail.com <jo...@gmail.com> #564
#558 it's stated several times your method nor Greenify/servicely etc doesn't do anything. Switching mobile data completely off is the only thing that works
lu...@gmail.com <lu...@gmail.com> #565
I'm experiencing this, particularly when I go to an area of poor reception (and no wifi). Phone commits suicide bleeding at 20% per hour with only light use.
Perhaps Goog should have called it Lemon instead?
Perhaps Goog should have called it Lemon instead?
xp...@gmail.com <xp...@gmail.com> #566
Same problem on moto x 2013
ac...@gmail.com <ac...@gmail.com> #567
I just reverted my phone to CM11S in due to this bug affecting my battery life. I was quite appalled to discover that the behaviour appears to still be happening, even on the KitKat ROM. From various threads in the OnePlus forums, it appears that The most recnt versions of Google Play Services cause this (Int the thread, it was reported in 7.5.71, I have 7.5.75)
I had been wondering if this was actually a bug in the Android code, or in the Play Services code. If this is the actual source of the issue, it is both good news and bad news. The good news is that Google Play Services can be updated without reflashing the phone. The bad news is that I don't believe we have the source code, so only Google can fix it.
The other good news is that clear data for Google Play Services appears to clear up the issue, at least until the next time it is updated. I will see if it works for me in KitKat, if it does, I will go back to Lollipop and try there
I had been wondering if this was actually a bug in the Android code, or in the Play Services code. If this is the actual source of the issue, it is both good news and bad news. The good news is that Google Play Services can be updated without reflashing the phone. The bad news is that I don't believe we have the source code, so only Google can fix it.
The other good news is that clear data for Google Play Services appears to clear up the issue, at least until the next time it is updated. I will see if it works for me in KitKat, if it does, I will go back to Lollipop and try there
il...@gmail.com <il...@gmail.com> #568
Same here, LG G2 D802
mi...@gmail.com <mi...@gmail.com> #569
Same problem....Chrome kills my battery. 8h with "Segnale radio cellulare attivo".
sh...@gmail.com <sh...@gmail.com> #570
Same issue on my Moto X - 5.1.
Get this sorted out please.
Get this sorted out please.
je...@gmail.com <je...@gmail.com> #571
Same issue with Samsung Galaxy Note 3 with Cyanogenmod 12.1 nightly.
It is really annoying...
It is really annoying...
am...@gmail.com <am...@gmail.com> #572
Mobile radio active in every app + google play services exits
Oneplus One
Android 5.0.2
Oneplus One
Android 5.0.2
ml...@gmail.com <ml...@gmail.com> #573
Same issue Sony Xperia Z3 Compact 5.0.2
Please fix it.
Please fix it.
ch...@gmail.com <ch...@gmail.com> #574
Same issue, Xperia Z3 5.0.2
lo...@gmail.com <lo...@gmail.com> #575
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #576
Nexus 5, 5.1.1 stock
This is really disturbing.
Android is really far behind iOS in power management.
This is really disturbing.
Android is really far behind iOS in power management.
ki...@googlemail.com <ki...@googlemail.com> #577
Always the Same Problem since Update to Lollipop.
ro...@gmail.com <ro...@gmail.com> #578
#20 nailed it.
PLEASE Google, pay a little attention to this.
This is quite important matter.
PLEASE Google, pay a little attention to this.
This is quite important matter.
qu...@gmail.com <qu...@gmail.com> #579
HTC One m7 Android 5.0.2
Same issues as described above.
Same issues as described above.
ma...@gmail.com <ma...@gmail.com> #580
im also experiencing this.
come on google. my nexus 5 battery life is pathetic
come on google. my nexus 5 battery life is pathetic
ky...@gmail.com <ky...@gmail.com> #581
Just received the 5.1 update for my Moto X 2013 and either 'cell standby', 'google services, or 'Gmail' take up massive amounts of my battery. This is very disappointing.
ca...@gmail.com <ca...@gmail.com> #582
[Comment deleted]
ca...@gmail.com <ca...@gmail.com> #583
Here the same problem of active mobile radio, no matter 2G, 3G or LTE, we expect a solution soon. One plus one
ga...@gmail.com <ga...@gmail.com> #584
Same issue CM 12.1 Lenovo K910 and on Moto G gen 2
b....@gmail.com <b....@gmail.com> #585
Samsung Galaxy S5 on AT&T here, same issue.
ro...@gmail.com <ro...@gmail.com> #586
Any update?
ss...@gmail.com <ss...@gmail.com> #587
I'm seeing the same problem with my Moto X 2013 that updated to 5.1 over the weekend:
Baseband version: MSM8960PRO_BP_23255.138.89.00R
Kernal Version:
3.4.42-g030aaa2
dbbuild@ca88lnxdroid14 #1
System version:222.21.15.ghost_row.Retail.en.US
Build number: LPA23.12-15
Cell Standby/cell radio is KILLING the battery life. Please fix!
Baseband version: MSM8960PRO_BP_23255.138.89.00R
Kernal Version:
3.4.42-g030aaa2
dbbuild@ca88lnxdroid14 #1
System version:
Build number: LPA23.12-15
Cell Standby/cell radio is KILLING the battery life. Please fix!
ad...@rfc805.net <ad...@rfc805.net> #588
I am also seeing this as of the Moto X 2013 Lollipop update.
[Deleted User] <[Deleted User]> #589
Dear Google,
You should change Android lollipop as anDRAINed lollipop..suited best..I've tried stock to custom roms..and all have same prblm wifi & radio draining...Now Don't hide and come with a solution..else you will be end up with english alphabets K, L, M..X,Y,Z... cant type more..Battery draining ndddddd......switch of
You should change Android lollipop as anDRAINed lollipop..suited best..I've tried stock to custom roms..and all have same prblm wifi & radio draining...Now Don't hide and come with a solution..else you will be end up with english alphabets K, L, M..X,Y,Z... cant type more..Battery draining ndddddd......switch of
se...@gmail.com <se...@gmail.com> #590
my vote as well... google better worries about spying with NSA than ppl real needs.
to...@gmail.com <to...@gmail.com> #591
same battery problem with my moto x (2014)
m....@gmail.com <m....@gmail.com> #592
same here, nxs4 cm 12.1, hells core
[Deleted User] <[Deleted User]> #593
Have Cell Standby be the highest drainer in my battery app. Using Huawei P8. still get decent battery, but seeing standby be the highest is not right. I'm on 5.0.1.
Not rooted, yet.
Not rooted, yet.
ni...@gmail.com <ni...@gmail.com> #594
Iam using nexus 4 not rooted, on stock lolipop 5.1.1. This problem is causing huge drain on the battery. Google should fix it
al...@gmail.com <al...@gmail.com> #595
Google, are you even looking into this? Everyone who has damn Lollipop has this problem? It's not SMALL and it's caused by damn G Services, fix this, please!
ma...@gmail.com <ma...@gmail.com> #596
exactly the same for me: moto X 2013 (never rooted or flashed) stock 5.1
Mobile Radio Active allaways active, battery draining ....
after reading a lot about it, I find it strange that noone at Google saw this.
and stranger that after allmost a year of lollipop they didn't find a solution.
if I were cynical, I'd assume it's on purpose, I'm still trying to figure why.
Anyway maybe it's time to try WP8.1 after all ;)
Mobile Radio Active allaways active, battery draining ....
after reading a lot about it, I find it strange that noone at Google saw this.
and stranger that after allmost a year of lollipop they didn't find a solution.
if I were cynical, I'd assume it's on purpose, I'm still trying to figure why.
Anyway maybe it's time to try WP8.1 after all ;)
al...@gmail.com <al...@gmail.com> #597
I use Sony Xperia zl. The same awful bug. Please fix it asap. I have to always be next to power supply.!!!
lu...@googlemail.com <lu...@googlemail.com> #598
same issue on S5
Have to charge my Galaxy 3 times a day
Have to charge my Galaxy 3 times a day
do...@gmail.com <do...@gmail.com> #599
Hi,
same here. I am using a Sony Xperia Z, not rooted.
Looking forward to a solution to this issue.
BR
same here. I am using a Sony Xperia Z, not rooted.
Looking forward to a solution to this issue.
BR
sh...@gmail.com <sh...@gmail.com> #600
Same for me on MOTO X. It appears to be when mobile data is used it is not having issue. But when I move from mobile to Wifi data. It created problem.
May be The mobile radio is not able to switch it off once WIFI is latched.
To do that Do a reboot.
May be The mobile radio is not able to switch it off once WIFI is latched.
To do that Do a reboot.
ah...@gmail.com <ah...@gmail.com> #601
Same here on nexus 4. This bug is killing my battery...
sa...@gmail.com <sa...@gmail.com> #602
Same Problem here on Nexus 5
ab...@gmail.com <ab...@gmail.com> #603
Can't believe this most annoying and shitty bug is considered "Small priority" by google. It's the only reason i'm not on lollipop and probably many others as well. Fix it google, not all countries have 100% wifi coverage like developed countries have.
ja...@gmail.com <ja...@gmail.com> #604
Same problem with moto g 4G.
mk...@gmail.com <mk...@gmail.com> #605
My 2013 Moto X just got Android 5.1 last week (up from 4.4.x), and Cell Standby now vastly outweighs everything else in the battery stats, including Screen and Wifi. I also noticed some increased overnight battery drain, and having to recharge daily instead of every ~2 days.
pr...@gmail.com <pr...@gmail.com> #606
Massive battery drain when mobile data is tuned on. Even on god damn 2G services. I'm using a Nexus 4 running Android 5.1.1, probably my last Android device. Google Services and Android OS the the major battery drain culprits.
Android L 5.1.1 is the latest OS running on all flagship Android devices. I wonder if people have heard the name of Quality Analysis environments and User Accessibility Testing. Also, putting up this defect as "small" is the most retarded thing I've seen this month.
Android L 5.1.1 is the latest OS running on all flagship Android devices. I wonder if people have heard the name of Quality Analysis environments and User Accessibility Testing. Also, putting up this defect as "small" is the most retarded thing I've seen this month.
nu...@gmail.com <nu...@gmail.com> #607
+1 This is no longer small, looking at the number of affected users. WAKE UP GOOGLE! Not fixing this quickly, means lost of users.
My issues:
Almost 1 month ago my phone proposed an Android upgrade (to 5.0.2 - lollipop), which I accepted. Since then I have serious battery issues, as follows: - Battery lasts until 55% more or less, when it reaches this value it suddenly shuts down with no more battery - When I'm charging it, if disconnected it can display 9% battery full and if I turn it on it will announce 70% - Sometimes battery is at 80% and if I open a browser or any other app, it shutdown with no more battery
My issues:
Almost 1 month ago my phone proposed an Android upgrade (to 5.0.2 - lollipop), which I accepted. Since then I have serious battery issues, as follows: - Battery lasts until 55% more or less, when it reaches this value it suddenly shuts down with no more battery - When I'm charging it, if disconnected it can display 9% battery full and if I turn it on it will announce 70% - Sometimes battery is at 80% and if I open a browser or any other app, it shutdown with no more battery
ap...@gmail.com <ap...@gmail.com> #608
Same issue. Moto x first gen running stock 5.1
pi...@gmail.com <pi...@gmail.com> #609
I to have an issue with cell standby draining my battery on my moto x 2013.
gi...@gmail.com <gi...@gmail.com> #610
same problem here, on 5.1.1 nexus 5.
I'm pretty sure I'm getting about 30% less battery life beacuse of this.
fix this fast!
I'm pretty sure I'm getting about 30% less battery life beacuse of this.
fix this fast!
jd...@gmail.com <jd...@gmail.com> #611
Same here. Moto X 1 XT1058
Sotck Android 5.1.1 Last Soak Test
Sotck Android 5.1.1 Last Soak Test
ma...@gmail.com <ma...@gmail.com> #612
Google did a really good job with Lollipop. Now I will switch to iOS or windows mobile because my phone firmware updates were discontinued by the OEM and I'm stuck with this bug.
ro...@gmail.com <ro...@gmail.com> #613
This is ridiculous.
My battery life on 4G is much worse than in Kitkat. Can't get outta home without my powerbank, because I know it'll die before I get back.
I really miss Kitkat...
My battery life on 4G is much worse than in Kitkat. Can't get outta home without my powerbank, because I know it'll die before I get back.
I really miss Kitkat...
gu...@gmail.com <gu...@gmail.com> #614
This terrible issue has bothered me for a long time
vl...@gmail.com <vl...@gmail.com> #615
The same issue, after the latest 5.1.1 OTA, the phone is more warmer than usual and could eat up to 50% for several hours with my usual usage (nothing special)
Nothing suspicious on the battery stats, except mentioned above.
Nothing suspicious on the battery stats, except mentioned above.
vl...@gmail.com <vl...@gmail.com> #616
Nexus 5, original firmware, sorry for missing it.
dh...@gmail.com <dh...@gmail.com> #617
fix it google
ja...@gmail.com <ja...@gmail.com> #618
[Comment deleted]
ja...@gmail.com <ja...@gmail.com> #619
[Comment deleted]
ja...@gmail.com <ja...@gmail.com> #620
And on the Moto X you can't downgrade once you've upgraded, so your phone is basically permanently broken! So glad I declined this OTA. What a representation of how effed up Android is. A bug like this (assuming it's in the underlying OS) can't be fixed without a year of OEM/carrier work, and they have little incentive to fix it since they want to sell new phones. In this case Google, in their imperial manner, hasn't even deigned to acknowledge the bug exists, so that year-long clock hasn't even started. What happens when a serious security flaw is discovered? This is Android's fatal flaw.
an...@gmail.com <an...@gmail.com> #621
Please fix now!
ki...@gmail.com <ki...@gmail.com> #622
Same issue on Oneplus One, all roms
ag...@gmail.com <ag...@gmail.com> #623
Same issue with Xperia Z3 Compact, plase fix it
to...@gmail.com <to...@gmail.com> #624
Hello Gooooooooogle! Wake up #now# and fix it immediately! Android is loosing reputation and customers!! This is a severe bug and not acceptable for us.
Nexus 4 / Lollipop 5.1.1
Nexus 4 / Lollipop 5.1.1
go...@gmail.com <go...@gmail.com> #625
This is shit from google...Why no one pay attention? Cell standby and mobile radio active is killing my z2 battery OMG!!!!!!
ch...@gmail.com <ch...@gmail.com> #626
Please fix it!
wo...@hotmail.co.uk <wo...@hotmail.co.uk> #627
My Moto G is running out of charge in less than a day. I use to go 3 to 4 days without charging. This has started since the new android operating system was installed. Please help me Google!
mi...@gmail.com <mi...@gmail.com> #628
Why does nobody from Google's Android team cares about this issue since weeks / months / almost one year? It's a shame. "priority: small" > simply ridiculous.
[Deleted User] <[Deleted User]> #629
Hey everyone i am using a Samsung galaxy S4 i9505, CM-12.1 Android 5.1.1 and I have no SIM card in the phone and cell standby is munching my battery! I can't even turn the radio off!
I can't believe this problem is not being addressed in the NIGHTLY packages?! Anyone have any ideas whats going on?
I can't believe this problem is not being addressed in the NIGHTLY packages?! Anyone have any ideas whats going on?
ro...@gmail.com <ro...@gmail.com> #630
Hi!,on OnePlus One, same battery drain, kitkat lifetime of battery about 3 days, now on lollipop i cant get more than 1 day...
Its ridiculous that google says "small priority" on this issue...
Its ridiculous that google says "small priority" on this issue...
bi...@gmail.com <bi...@gmail.com> #631
I have this issue on Moto X 2013 as well. Amazing that Google hasn't acknowledged this problem despite it being so severe and widespread.
Priority-Small...really? What's high priority then?
Priority-Small...really? What's high priority then?
[Deleted User] <[Deleted User]> #632
[Comment deleted]
[Deleted User] <[Deleted User]> #633
Hey guys, I think i might have a fix for this issue for people who have rooted phones & only want to use WIFI ONLY! Meaning this fix is useless for people who want to actually use the cell services of the phone.
Get an app called root explorer, and go to the system->priv-app folder
There you have telecom.apk, telephonyprovider.apk and teleservice.apk
Rename them to: telecom.apk.bak, telephonyprovider.apk.bak and teleservice.apk.bak
Then reboot your phone, and cell standby should be gone. I can't guarantee it will work, but it worked for me.
Get an app called root explorer, and go to the system->priv-app folder
There you have telecom.apk, telephonyprovider.apk and teleservice.apk
Rename them to: telecom.apk.bak, telephonyprovider.apk.bak and teleservice.apk.bak
Then reboot your phone, and cell standby should be gone. I can't guarantee it will work, but it worked for me.
ma...@gmail.com <ma...@gmail.com> #634
Yesterday it started doing the same thing for me, abnormal google chrome and google play srvices battery drain on my Xperia Z3. Mobile radio active time is sky rocket high.
20...@gmail.com <20...@gmail.com> #635
The total silence from Google is killing me. Maybe we should start something in social media to make them say somethimg to us?
something like #thanksforlollipopiswitch2wp and #thanksforlollipopiswitch2ios
:)
something like #thanksforlollipopiswitch2wp and #thanksforlollipopiswitch2ios
:)
ch...@gmail.com <ch...@gmail.com> #636
I'll chime in as well. Nexus 5 runnint 5.1.1, completely stock. I've never seen my phone chew through battery so fast, and this issue seems to be the cause. Every internet app says it keeps the mobile radio on for gobs of time, even though I'm on wifi or haven't even used the app. My battery drains 10%/hr right now, which is WAY more than it did before.
sr...@gmail.com <sr...@gmail.com> #637
Got me too, 2013 model Moto X (first gen) running 5.1.0.
lu...@gmail.com <lu...@gmail.com> #638
Moto X 2013. Lollipop 5.1.
Same problem. Unusable!
Same problem. Unusable!
ma...@gmail.com <ma...@gmail.com> #639
I've executed a factory reset, but the problem persisted. I've noticed that on my device the worst mobile radio use was caused by Google Chrome, so I cleared the cache and uninstalled the updates. This solved the problem for me. I was back to 10% batery loss this night on lte, which was normal for me on lollipop before the issue.
lu...@gmail.com <lu...@gmail.com> #640
When using WIFI, disable mobile data, shutdown and power up the phone.
My battery is GREAT now. No more "mobile radio active" at apps. It's a NEW phone.
Google Play Services: 1%
Cell standby: 1%
However, it's really boring to do that many times a day, but it's an evidence that the problem is mobile data connection being kept active even when using wifi.
My battery is GREAT now. No more "mobile radio active" at apps. It's a NEW phone.
Google Play Services: 1%
Cell standby: 1%
However, it's really boring to do that many times a day, but it's an evidence that the problem is mobile data connection being kept active even when using wifi.
to...@gmail.com <to...@gmail.com> #641
Interesting procedure, but I do not buy a 3G/4G phone for using it in wifi only mode?
We need a fix and not a workaround...
We need a fix and not a workaround...
lu...@gmail.com <lu...@gmail.com> #642
I definitely agree of you. But not Google, it seems.
"Priority-Small" :-(
"Priority-Small" :-(
fo...@gmail.com <fo...@gmail.com> #643
Please Google change this from "small priority" to "HUGE PRIORITY"!!
...Please?
...Please?
mk...@gmail.com <mk...@gmail.com> #644
Continuing from comment #604 (2013 Moto X, Android 5.1):
Sometimes rebooting helps. But after my latest recharge (without rebooting), despite switching the phone to Airplane Mode + Wifi, the battery stats still show Cell Standby "mobile radio active" for all ~4 hours. Wifi drain doesn't even register.
I don't know if the battery monitor is just misattributing other drainage to Cell Standby, but there's no way Screen usage is that tiny.
Sometimes rebooting helps. But after my latest recharge (without rebooting), despite switching the phone to Airplane Mode + Wifi, the battery stats still show Cell Standby "mobile radio active" for all ~4 hours. Wifi drain doesn't even register.
I don't know if the battery monitor is just misattributing other drainage to Cell Standby, but there's no way Screen usage is that tiny.
dz...@gmail.com <dz...@gmail.com> #645
i have this issue aswell on 4 phones:
-moto g XT1032 - android 5.0.x official stock unrooted
-moto g XT1032 - android 5.0.x official stock unrooted
-nexus 4 android 5.1.x official stock unrooted
and lastly, on my personal N4 with CM12.1, however issue was also present on official ota lollipop in any version.
-moto g XT1032 - android 5.0.x official stock unrooted
-moto g XT1032 - android 5.0.x official stock unrooted
-nexus 4 android 5.1.x official stock unrooted
and lastly, on my personal N4 with CM12.1, however issue was also present on official ota lollipop in any version.
sa...@gmail.com <sa...@gmail.com> #646
The problem I was having was that the batter drained as a function of constant wireless or mobile data connection. If I was on 4G or 3G service, the phone was always communicating. If I was on WiFi (G or N/ac networks), the phone was constantly communicating. The only way I could get this to stop was to turn on airplane mode. Once I did this, and then turned on the WiFi, the problem started again.
The fix that ended up working for me was to change the Microsoft Exchange ActiveSync settings to sync manually. I have not tried any other option besides manual (like sync every 15 minutes), but once I turned this email app push notifications off, my battery is awesome.
Settings-->Applications-->Email (Microsoft Exchange Active Sync with the red@ symbol)-->tap on your account name at the top-->Sync schedule-->Set sync schedule-->manual
This email app sync schedule was eating up my battery, along with Google Services and Google App (at times).
Samsung S6 on Verizon, SM-G920V, build LRX22G.G920VVRU1AOE2
The fix that ended up working for me was to change the Microsoft Exchange ActiveSync settings to sync manually. I have not tried any other option besides manual (like sync every 15 minutes), but once I turned this email app push notifications off, my battery is awesome.
Settings-->Applications-->Email (Microsoft Exchange Active Sync with the red@ symbol)-->tap on your account name at the top-->Sync schedule-->Set sync schedule-->manual
This email app sync schedule was eating up my battery, along with Google Services and Google App (at times).
Samsung S6 on Verizon, SM-G920V, build LRX22G.G920VVRU1AOE2
oz...@gmail.com <oz...@gmail.com> #647
In Xperia Z Lollipop, %77 for Cell Standby for me. Please fix it Google.
fe...@gmail.com <fe...@gmail.com> #648
Same problem for me with the Moto X (2013)!
do...@gmail.com <do...@gmail.com> #649
Google, please fix this issue. My S6 can't make it to 2pm without a charge. It's ridiculous that this is considered a small priority defect.
ev...@gmail.com <ev...@gmail.com> #650
Google play services is the vast majority of my battery, phone is unusable.
ga...@gmail.com <ga...@gmail.com> #651
Just installed Google Play Services 7.6.03 from Android M preview.
Let's see what's happen with battery drain.
Let's see what's happen with battery drain.
pa...@gmail.com <pa...@gmail.com> #652
I was waiting for long to get it fix!!! Goodbye Google, hello Microsoft, don't need applications just fucking browser and maps!!
ro...@gmail.com <ro...@gmail.com> #653
Battery life on LTE has become unbearable.
I am struggling to achieve 3h Screen-on time, whereas in Lollipop it'd easily go over 3:30h.
Whatsapp currently shows 57 minutes of total cpu time, but 1h 47min of active mobile radio. Is this correct?
I am struggling to achieve 3h Screen-on time, whereas in Lollipop it'd easily go over 3:30h.
Whatsapp currently shows 57 minutes of total cpu time, but 1h 47min of active mobile radio. Is this correct?
al...@gmail.com <al...@gmail.com> #654
Same problem here with Oneplus One
la...@gmail.com <la...@gmail.com> #655
Got the same problem.
Oneplus One CyanogenOs 12, Android 5.0.2
Oneplus One CyanogenOs 12, Android 5.0.2
to...@gmail.com <to...@gmail.com> #656
Sony Z1 battery drain from mobile standby! Please Fix NOW!
mi...@gmail.com <mi...@gmail.com> #657
c6603 cell standby battery drain ~60%. Sometimes when I start some apps, bluetooth, gps and so on it cannot even charge fast enough with a 2A charger. On prev firmware it just got hot, but still charged.
wa...@googlemail.com <wa...@googlemail.com> #658
oneplus one radio active bug....
Battery Life is so bad with Lollipop. Please fix it
Battery Life is so bad with Lollipop. Please fix it
ri...@gmail.com <ri...@gmail.com> #659
Fix it!
jk...@gmail.com <jk...@gmail.com> #660
Does google even notice about this bug?
OnePlus One, on CM11S 4.4.4 about 7:30h of screen, almost 2 or even 3 days in standby with little usage.
Now, on 5.0.2, or 5.1 or 5.1.1, I can´t even reach the 3:30h, and I arrive at home with just 5% of battery.
OnePlus One, on CM11S 4.4.4 about 7:30h of screen, almost 2 or even 3 days in standby with little usage.
Now, on 5.0.2, or 5.1 or 5.1.1, I can´t even reach the 3:30h, and I arrive at home with just 5% of battery.
ru...@gmail.com <ru...@gmail.com> #661
This lollipop really runs very, very bad. In my HTC one M7, with Kit Kat I was really happy, but now with 5.0 lollipop I experience very slow, lags and very high battery consumption that I never experience before one year and a half, so, what we have to do? Go back to kit Kat?....what the hell you're doing with Android?. FIX IT!!, I PAY A LOT OF MONEY FOR A HIGH SERIES SMART PHONE, SO ST LEAST I EXPECT TWO YEARS RUNING GOOD, RIGHT??!!!
al...@gmail.com <al...@gmail.com> #662
I think we should mass-mail google/android team about this issue.
no...@googlemail.com <no...@googlemail.com> #663
Hey guys please fix the Problem with the Google play Services 7.5.74 the have a big Bug
in the caller app.Ebert day i must my phone a few times Start new.wenn i Call another Person,this Person Cant hear me and i cant heat hin to but the dailer is on.manu manu peoples have the Same Problem with this iusses.right now i have a HTC One s with a custum Rom.
in the caller app.Ebert day i must my phone a few times Start new.wenn i Call another Person,this Person Cant hear me and i cant heat hin to but the dailer is on.manu manu peoples have the Same Problem with this iusses.right now i have a HTC One s with a custum Rom.
va...@gmail.com <va...@gmail.com> #664
Same issue. Nexus 5. Android 5.1.1
ba...@gmail.com <ba...@gmail.com> #665
Hey, One plus One users or people with other devices on Cyanogen. Look this site and follow paragraph 1. Sry for the bad english, good luck.
http://www.guidingtech.com/41090/oneplus-one-battery-fix/
bl...@gmail.com <bl...@gmail.com> #666
Same problem for Note 4, BOE3 5.0.1
ch...@gmail.com <ch...@gmail.com> #667
htc butterfly 2, 5.0.2
google play services battery consumption is higher than the screen have
google play services battery consumption is higher than the screen have
si...@gmail.com <si...@gmail.com> #668
Same problem with mobile data. Nexus 6.
p....@gmail.com <p....@gmail.com> #669
google play services battery consumption is higher than the screen have
xd...@gmail.com <xd...@gmail.com> #670
Same issue - 5.0.2 on Sony Xperia Z1
lj...@gmail.com <lj...@gmail.com> #671
Same here =/
la...@gmail.com <la...@gmail.com> #672
Same issue, Google play services using more battery than my screen! Sony Xperia Z3 Android 5.0.2
re...@gmail.com <re...@gmail.com> #673
Same issue - OnePlus One, 5.0.2. Google Play Services drains battery more than screen. Also often mobile radio still active after closing app. This is a very big problem of Android.
vi...@gmail.com <vi...@gmail.com> #674
Disable this right for the Google Services and will be happy!
no...@gmail.com <no...@gmail.com> #675
Nexus 4,android 5.1.1
Battery drain. My phone working about 3 hours to full discharge.
Battery drain. My phone working about 3 hours to full discharge.
a....@gmail.com <a....@gmail.com> #676
Nexus 5,android 5.1.1
Battery drain. My phone working about 8 hours at night to full discharge. Please fix it
Battery drain. My phone working about 8 hours at night to full discharge. Please fix it
se...@gmail.com <se...@gmail.com> #677
[Comment deleted]
se...@gmail.com <se...@gmail.com> #678
Same here on OnePlusOne
This bug is the worse of all. LP's battery life is horrible for this!
This bug is the worse of all. LP's battery life is horrible for this!
in...@gmail.com <in...@gmail.com> #679
Confirms the existence of a problem.
After updateing from 4.4.2 to 5.0.2 had this problem. LG L90
After updateing from 4.4.2 to 5.0.2 had this problem. LG L90
fl...@gmail.com <fl...@gmail.com> #680
Nexus 5,android 5.1.1
Same issue, Google play services using more battery than all another!
Same issue, Google play services using more battery than all another!
vi...@gmail.com <vi...@gmail.com> #681
The same problem!
ev...@gmail.com <ev...@gmail.com> #682
Same issue on Sony ZC1 operating 5.0.2 (official)
te...@gmail.com <te...@gmail.com> #683
Moto razr. Same issue Google services and mobile data drains battery
sa...@gmail.com <sa...@gmail.com> #684
Same issue with Galaxy S5 duos non-rooted phone with firmware G900FDXXU1BOC1 SER.
ru...@gmail.com <ru...@gmail.com> #685
same for galaxy s4 i9505 with lollipop
ba...@gmail.com <ba...@gmail.com> #686
telefon durduğu yerde çok şarj tüketiyor hızlandı ama şarj sorunu var asus zenfone 6
sa...@gmail.com <sa...@gmail.com> #687
Same problem here in a Sony XPERIA ZQ, with 5.0.2.
vl...@gmail.com <vl...@gmail.com> #688
same with moto x second gen
phone came out of the box with kitkat and the battery lasted approximately 2 days
on lollipop in barely lasts a day
this is seriously driving me towards windows
dissapointed
phone came out of the box with kitkat and the battery lasted approximately 2 days
on lollipop in barely lasts a day
this is seriously driving me towards windows
dissapointed
[Deleted User] <[Deleted User]> #689
<purged>
al...@gmail.com <al...@gmail.com> #690
The same for me, Sony Xperia Z. Cell stand by consumes 65-70% of battery, even if mobile data is off, it shows that it is stil active.
cr...@gmail.com <cr...@gmail.com> #691
Same issue - LG G3 F400S, 5.0.1. Google Play Services drains battery more than any other service, like screen.
dr...@gmail.com <dr...@gmail.com> #693
Have the same problem with android 5.0.1 in galaxy note 4! Google services eating battery like 2ķ amoled screen!
aj...@gmail.com <aj...@gmail.com> #694
Dear Google,
Can you atleast change the priority to high and user base at large.
Can you atleast change the priority to high and user base at large.
ee...@gmail.com <ee...@gmail.com> #695
Same fucking problem!!! Google do nothing
dm...@gmail.com <dm...@gmail.com> #696
Have the same problem on Nexus 5
ca...@gmail.com <ca...@gmail.com> #697
Same problems on moto g and lg g3
cr...@gmail.com <cr...@gmail.com> #698
Xiaomi Mi Note Pro. Same problem. Fix it please.
gu...@gmail.com <gu...@gmail.com> #699
estou com o mesmo problema aqui no meu moto x 2013
ju...@gmail.com <ju...@gmail.com> #700
Samsung Galaxy S4 (Lollipop) and Galaxy S6 Edge (Lollipop 5.02 and 5.1.1) - same issue, Google Services drain battery high.
da...@gmail.com <da...@gmail.com> #701
I too have this problem on my moto g 2014 with any rom/gapps/kernel as long as it is 5.X. Please fix it.
ma...@gmail.com <ma...@gmail.com> #702
i join all the people here, battery drain by Google Ply Services. Its horrible seiously. i have a Moto G with CM12.1 (5.1.1) but thats is not important in stocm rom (5.0.2) the problem is also present. However in 4.4.4 battery was solid.
ma...@gmail.com <ma...@gmail.com> #703
Same problem on Galaxy 4, 5.1.1 (LMY47V)
wa...@gmail.com <wa...@gmail.com> #704
I also have the same issue on my Samsung S6 with battery drain predominantly any application I use that needs radio - Facebook, Instagram, Google Play Services, Messenger, etc, etc.
I have also recorded 25-30% more data useage over a month purely because the radio stays active
fix it Google before we all move to iPhones...
I have also recorded 25-30% more data useage over a month purely because the radio stays active
fix it Google before we all move to iPhones...
al...@gmail.com <al...@gmail.com> #705
Google must give the consumers more power to control apps activities and accessibility to be able to reduce power consumption and internet bills
al...@gmail.com <al...@gmail.com> #706
+1 to all. Nexus 5 Android Lollipop 5.1.1
la...@gmail.com <la...@gmail.com> #707
Moto x 2013 5.1.1 from Brazil.
Same problem here, for months.
This IS NOT a minor issue Google. Don't be evil.
Same problem here, for months.
This IS NOT a minor issue Google. Don't be evil.
ch...@gmail.com <ch...@gmail.com> #708
+1 to all. Nexus 5 Android Lollipop 5.1.1
kr...@gmail.com <kr...@gmail.com> #709
This appears to have started for me on my Moto X (2nd gen) right after I updated from 5.0 to 5.1.
95...@gmail.com <95...@gmail.com> #710
Same problem. It's impossible to use 3G more than 3 hours. A 5.1.0
ri...@gmail.com <ri...@gmail.com> #711
Small priority?? Cmon Google! 3h screen on my S6!
vo...@gmail.com <vo...@gmail.com> #712
I'm on ROM cataclysm gave five clock the screen under normal load
But there is still disabled \ rebuilt with the author. Why does Google charge services eating?
But there is still disabled \ rebuilt with the author. Why does Google charge services eating?
ir...@gmail.com <ir...@gmail.com> #713
Same problem with my s6...
drains the battery and i have to recharge the phone frequently
this version sucks....
they keep pushing stupid apps and updates
drains the battery and i have to recharge the phone frequently
this version sucks....
they keep pushing stupid apps and updates
al...@gmail.com <al...@gmail.com> #714
nexus 7 2013 high battery drain
sc...@gmail.com <sc...@gmail.com> #715
Same here...
Nexus 5.1.1 -- just started a couple days ago -- I don't know what was updated, but it seriously destroyed my battery life. My phone will drain in a matter of hours even on sleep.
Nexus 5.1.1 -- just started a couple days ago -- I don't know what was updated, but it seriously destroyed my battery life. My phone will drain in a matter of hours even on sleep.
ka...@gmail.com <ka...@gmail.com> #716
This is unbelievable. My new phone is basically unusable. Auto upgrade from 4.4.4 to 5.0.2, same apps but battery life is less than half of what it was prior to upgrade. I really don't understand the lack of a response from Google.
al...@gmail.com <al...@gmail.com> #717
Running on Wi-Fi on my M8 GPE w/ 5.1, I've gotten 7 to 8 hours of screen time across texting, multiple social media networks, Reddit, Netflix, YouTube. Honestly, Lollipop's battery life is amazing on Wi-Fi.
Going on LTE is a different story completely. I open a few apps, and it all goes to hell. Jesus Christ, it's terrible.
Going on LTE is a different story completely. I open a few apps, and it all goes to hell. Jesus Christ, it's terrible.
th...@gmail.com <th...@gmail.com> #718
Samsung Galaxy s4 keeps on restarting automatically. When It try to view storage space it also restarts, wont let me clean cache using any app. As soon as any app tries to gather data to clean, phone restarts. What should I do ??
yr...@gmail.com <yr...@gmail.com> #719
Shield tablet, lolipop кушает батарею сволочь! Починить.
xr...@gmail.com <xr...@gmail.com> #720
The same problem on Moto g2 after updating to lolipop.
da...@gmail.com <da...@gmail.com> #721
Lg G3 Dual android 5.0.1 Serios battery drain
pa...@gmail.com <pa...@gmail.com> #722
Xperia Z, 5.0. It takes 6 hours of not active usage from 100% to 0%, everything was ok with my battery on kitkat
ti...@gmail.com <ti...@gmail.com> #723
Extreme battery drain on One plus One Lollipop.
sh...@gmail.com <sh...@gmail.com> #724
the same problem on asus zenfone 2 for any switched on data transmission method, the OS android very strong consumes battery in sleep.
ev...@dubox.com.br <ev...@dubox.com.br> #725
Tnks google
ko...@gmail.com <ko...@gmail.com> #726
Extreme battery drain on Huawei P8, android 5.0 ... Google is sleeping ...
je...@gmail.com <je...@gmail.com> #727
I won't leave kitkat until this is fixed
zx...@gmail.com <zx...@gmail.com> #728
Battery life is severely affected on account of Android System and Mobile Radio Active drain.Google please fix this asap
al...@gmail.com <al...@gmail.com> #729
Android M тоже сильно жрёт батарею, в частности "ОС Андроид"
to...@gmail.com <to...@gmail.com> #730
Same issue on HTC M7 GPE Edition (5.1).
bh...@gmail.com <bh...@gmail.com> #731
After upgrading to Android 5.1 in My Moto X (1st Gen) the battery started draining very frequently. It's also taking too much time to charge the same.
Please fix this issue asap
Please fix this issue asap
am...@gmail.com <am...@gmail.com> #732
Same problem with my HTC One M7. With latest updates power issues are still problem even with max energy saving mode. Waiting for Google to solve the problem
es...@gmail.com <es...@gmail.com> #733
Same for me, brand new Xperia Z3 running android 5.0.2, this bug is killing my battery compared to what it was on KK
do...@gmail.com <do...@gmail.com> #734
Waiting for the correction. It's the only thing I can do, unfortunately ...
Motorola XT1097
Motorola XT1097
hc...@gmail.com <hc...@gmail.com> #735
Same problem on my Oneplus One
sb...@gmail.com <sb...@gmail.com> #736
Same problem on Sony Xperia Z.
go...@gmail.com <go...@gmail.com> #738
Moto X 2014, Lolipop 5.1 same problem
an...@gmail.com <an...@gmail.com> #739
Same problem on Sony Xperia Z Ultra
ei...@gmail.com <ei...@gmail.com> #740
[Comment deleted]
dk...@gmail.com <dk...@gmail.com> #741
Xperia Z3 Compact, Android 5.0.2. Huge battery drain with certain Apps (Facebook, K9 Mail, etc). "Mobile radio active..." duration of those apps are big numbers.
fr...@gmail.com <fr...@gmail.com> #742
I have a Nexus 4 5.1.1 with a new battery.
-3G, H+ : less than 1 day
-Wifi : more than 2 days
This phone is not usable when I am not at home! When I use it a little bit, huge battery drain.
-3G, H+ : less than 1 day
-Wifi : more than 2 days
This phone is not usable when I am not at home! When I use it a little bit, huge battery drain.
tr...@gmail.com <tr...@gmail.com> #743
Does loading Android M Preview solve the battery drain problem?
ce...@gmail.com <ce...@gmail.com> #744
@#742 trak...@gmail.com
Android M Preview does not fix the battery drain, or Mobile Radio active issues.
Android M Preview does not fix the battery drain, or Mobile Radio active issues.
si...@gmail.com <si...@gmail.com> #745
Almost 750 responses and still not being actioned?
do...@gmail.com <do...@gmail.com> #746
Dear Google,
Please fix this issue. With every release, you promise a smaller footprint, less required ram, and better battery life, and with every release, we move in the opposite direction. The iPhone keeps looking better and better...
Please fix this issue. With every release, you promise a smaller footprint, less required ram, and better battery life, and with every release, we move in the opposite direction. The iPhone keeps looking better and better...
an...@gtempaccount.com <an...@gtempaccount.com> #747
#743 the answer is no, the bug is present in android M preview
ad...@gmail.com <ad...@gmail.com> #748
Still crickets from Google, seems about right.
ga...@gmail.com <ga...@gmail.com> #749
Hi Google
Bug fix Bug Fix Bug Fix
my Moto G xt1039 after the 5.1 update, the Play Service and always on and consumes too much energy useless! help .. you did a great job, now please solve the Play Service!
thanks
Bug fix Bug Fix Bug Fix
my Moto G xt1039 after the 5.1 update, the Play Service and always on and consumes too much energy useless! help .. you did a great job, now please solve the Play Service!
thanks
do...@gmail.com <do...@gmail.com> #750
Hello Google. I Nubia zet9 mini. Android 5.0.1. Google services consume a lot of energy and irritated because of this battery. Please take action.
do...@gmail.com <do...@gmail.com> #751
Hello Google. I Nubia zet9 mini. Android 5.0.1. Google services consume a lot of energy and irritated because of this battery. Please take action.
gi...@gmail.com <gi...@gmail.com> #752
Same problem, OnePlus One.
re...@gmail.com <re...@gmail.com> #753
Who, at Google, do I need to fellatiate in order for them to get their thumbs out of their ass and take action on this issue. The fact that this has been identified and recognized as a defect for so long and yet no action has been taken and it stagnates at a low priority is ABSURD. Hellloooo, this is not a minor issue, it's a devastating, game breaking, showstopper. This bug is Google's Action52, and here we all are waiting in vain for Cheetahmen II.. No one? Congratulations Google, you've broken our phones and then now your taking your sweet ass time dropping an extra long dookie on our collective chests.
ss...@hotmail.com <ss...@hotmail.com> #754
well done, google.well done.
you must fix this asap !
you must fix this asap !
se...@gmail.com <se...@gmail.com> #755
[Comment deleted]
se...@gmail.com <se...@gmail.com> #756
[Comment deleted]
sh...@gmail.com <sh...@gmail.com> #757
[Comment deleted]
cr...@gmail.com <cr...@gmail.com> #758
Moto G (XT1032), 5.0.2, same issue
ma...@gmail.com <ma...@gmail.com> #759
Stock N4. Same issue. Gonna roll back, or hey my very first iPhone I suppose. This N4 is useless like this.
b....@gmail.com <b....@gmail.com> #760
+ Same issuse
vi...@gmail.com <vi...@gmail.com> #761
S6 edge
the battery drain problem :(
the battery drain problem :(
al...@gmail.com <al...@gmail.com> #762
I have the same problem on Samsung Galaxy S6 I was thinking that with the new lollipop 5.1.1 the problem will not gonna persist. As u can see attached bellow when I am connected to the internet network H+ the radio active it is permanently drowning the baattery even though the app it is close.
sa...@gmail.com <sa...@gmail.com> #763
My phone have the same problem. To solve this for now, i turn off 3g data connection, turn ON wifi e reboot the phone. After that you can turn off wifi.
It solves until you turn on 3g data.
It solves until you turn on 3g data.
do...@gmail.com <do...@gmail.com> #764
Anybody want to buy a Galaxy S6 Edge? It's a beautiful device, in as-new condition. The downside is that the battery lasts about half as long as it'd need to in order to be useful. I'm saving up to buy an iPhone.
te...@gmail.com <te...@gmail.com> #765
[Comment deleted]
te...@gmail.com <te...@gmail.com> #766
Horrible issue, also present on my Sony Xperia Z3 D6603, Android 5.0.2. I bought this phone especially for its great battery. Lollipop killed that. And it looks like before Google will actually care to fix this, my phone will probably be obsolete already. I wish I never upgraded to L. I can't downgrade without rooting my phone, which will mess with my phone's camera software. I've been an Android fan and all my smartphone purchases have been Android phones, but this just made me reconsider iOS for my next phone. Way to go, Google.
jo...@gmail.com <jo...@gmail.com> #767
My note 4 KK held for 2 days now with 5.0.1 just arrives for a day... pathetic moving to APPLE next year
se...@gmail.com <se...@gmail.com> #768
[Comment deleted]
ve...@gmail.com <ve...@gmail.com> #769
Moto X 2014, Android 5.1 the issue is still there.
Btw I am recommending iPhone / WP to everyone when we talk about phones...
Btw I am recommending iPhone / WP to everyone when we talk about phones...
da...@gmail.com <da...@gmail.com> #770
Fix anytime soon? Stopping me using Lollipop.
gi...@gmail.com <gi...@gmail.com> #771
Massive battery drain caused by active mobile radio on a couple of apps. Especially cell standby and play services
Please fix! Please!
Please fix! Please!
gi...@gmail.com <gi...@gmail.com> #772
Same problem moto x 2013 lollipop 5.1
ra...@gmail.com <ra...@gmail.com> #773
[Comment deleted]
ra...@gmail.com <ra...@gmail.com> #774
Nexus 6 here , I have this too. But my g2 running Resurrection Remix 5.1 doesn't have this problem I don't know why.
I flashed different ROMS the problem still remains , and i guess the fault is either due to hardware or AOSP.
Has anyone tested the Sencond M preview too see if the problem has been resolved? If so, let us know.
BTW, This is bug is by no means this of low priority!!
I flashed different ROMS the problem still remains , and i guess the fault is either due to hardware or AOSP.
Has anyone tested the Sencond M preview too see if the problem has been resolved? If so, let us know.
BTW, This is bug is by no means this of low priority!!
pa...@gmail.com <pa...@gmail.com> #775
Same problem on Nexus 5 Stock 5.1.1, really annoying :S
v1...@gmail.com <v1...@gmail.com> #776
Seems to be fixed or at least it's not so annoying on my Nexus 5 with Android M DP2
db...@gmail.com <db...@gmail.com> #777
Moto g 2013 same issue!
he...@gmail.com <he...@gmail.com> #778
Oneplus One. Same Issue on every 5.X ROM
z0...@gmail.com <z0...@gmail.com> #779
I hate to say this, or be a conspiracy theorist, but has anybody thought that this could be a ploy for the big boys (VZW and ATT) to force us off of our mobile data into using wifi. Normally I would say this is a crazy idea, but after so many different releases affecting so many, could this possibly be true??? The fact that it spreads across every manufacturer and device from 5.0xx to even Android M makes me believe there has to be something sinister going on behind the scenes!!! Add to this the fact that Google has not once responded and maybe this isn't so crazy after all!
ni...@gmail.com <ni...@gmail.com> #780
Y u not fix it google?
ta...@gmail.com <ta...@gmail.com> #781
I've had this issue across every device I've used with Lollipop. Nexus 5 and HTC One M7 didn't drain much on Kitkat. Nexus 5, HTC One M7, HTC One M9 all drain on every single Lollipop ROM, whether stock or otherwise. I've noticed this consistently across every Lollipop device since I usually never connect to Wifi and am always on mobile data. Battery life improves much more with Wifi, and degrades much more quickly without it.
oz...@gmail.com <oz...@gmail.com> #782
[Comment deleted]
jk...@gmail.com <jk...@gmail.com> #783
Same here, OnePlus One (issue persistent for CM12.1 nightlies, CM12S, MoKee AOSP 5.1).
re...@gmail.com <re...@gmail.com> #784
GUESS WHAT? Some apps, you try to force-stop & they restart anyway, esp Samsung stuff.
fa...@gmail.com <fa...@gmail.com> #785
My Nexus 6 running on stock 5.1.1 has this issue too. Even changed sim card and provider, didn't help at all. Way better on Wifi, as many users have stated before. Most drain by Play Services (mobile radio on up to 4h/day!?).
Plz fix Google!
Plz fix Google!
er...@gmail.com <er...@gmail.com> #786
Same problem, Nexus 4 on 5.1.1 build number LMY47V.
ka...@gmail.com <ka...@gmail.com> #787
Fix this :\
ad...@friedhardware.net <ad...@friedhardware.net> #788
Just want to add my 2 pence worth, I've been cursing my Note 4 because of this bug since I got it, it makes certain apps such as Dropbox's camera upload borderline useless as I can't let it upload over 3G without triggering massive battery drain.
I won't be buying another Android phone until this bug is fixed, as it absolutely cripples my battery life. Four days standby (with very light use) vs ONE day when the battery drain kicks in. Unacceptable.
I won't be buying another Android phone until this bug is fixed, as it absolutely cripples my battery life. Four days standby (with very light use) vs ONE day when the battery drain kicks in. Unacceptable.
de...@gmail.com <de...@gmail.com> #789
same for me on the z3@5.0.2
ad...@gmail.com <ad...@gmail.com> #790
im gonna downgrade to kitkat
screw this bug
screw this bug
da...@gmail.com <da...@gmail.com> #791
You know, the fine people at google have definitely seen this page already and haven´t even acknowledged it here yet. It´s like they´re deliberately not giving a damn, for the lulz. I´m already saving a buck to move to another OS.
ri...@gmail.com <ri...@gmail.com> #792
Battery life on my Nexus 5 dropped to almost not making it through the day under the exact same conditions that KitKat would leave me about 60% battery by the time I went to hit the hay. Same programs, same sync rate, same carrier, same locations.
Only use wifi... hardly any battery drain at all with full syncing allowed.
Got a OnePlus in hopes of staying with Android. They upgraded to 5.0.x and same problems.
To have the supposedly 'more efficient' battery life with Lollipop be a bigger drain on my device(s) has me thinking of flashing KitKat back onto my Nexus. Or moving to that other phone. The one all my friends have. That has a company named after fruit.
I'm the one hold out in the group of a dozen and my battery life _used_ to be miles ahead of theirs. Now... :-(
Not happy.
Please Google figure out what is going on and fix it please.
Only use wifi... hardly any battery drain at all with full syncing allowed.
Got a OnePlus in hopes of staying with Android. They upgraded to 5.0.x and same problems.
To have the supposedly 'more efficient' battery life with Lollipop be a bigger drain on my device(s) has me thinking of flashing KitKat back onto my Nexus. Or moving to that other phone. The one all my friends have. That has a company named after fruit.
I'm the one hold out in the group of a dozen and my battery life _used_ to be miles ahead of theirs. Now... :-(
Not happy.
Please Google figure out what is going on and fix it please.
ho...@gmail.com <ho...@gmail.com> #793
Running moto X 2nd gen having the same issue.
Battery gets over faster when connected to mobile data and Google play services most of the time reachs on top of my battery stats.
Battery gets over faster when connected to mobile data and Google play services most of the time reachs on top of my battery stats.
fa...@gmail.com <fa...@gmail.com> #794
Same here, moto x 2nd gen.
dt...@gmail.com <dt...@gmail.com> #795
Same, Moto X 1st gen and already did a factory reset.
ca...@gmail.com <ca...@gmail.com> #796
What;s wrong with you google? This is a serious bug. Apple's look better each day :(
[Deleted User] <[Deleted User]> #797
May I join another troubled user?
I've upgraded to Nexus 6 (from Nexus 5) wishing for a LOT better battery life.
Hey Google, if you're not going to do anything with this SMALL issue, I suggest you the best solution is produce a phone with 20,000 mah battery capacity and let it sip your bug hell away.... Sucks
How disappointing...
I've upgraded to Nexus 6 (from Nexus 5) wishing for a LOT better battery life.
Hey Google, if you're not going to do anything with this SMALL issue, I suggest you the best solution is produce a phone with 20,000 mah battery capacity and let it sip your bug hell away.... Sucks
How disappointing...
ga...@googlemail.com <ga...@googlemail.com> #798
This is definitely not a priority small. It is probably not even a big code issue. 1 Person could definitely fix this issue in one week. So Google... Fix it!
al...@gmail.com <al...@gmail.com> #799
I've been eagerly waiting for 5.1 and then for 5.1.1 on my old Nexus 4. Nothing helped with this revolting issue that shouldn't have existed in the first place (I thought this is why we don't get instant updates, because Google does error checking). Since nothing happens on the Nexus side, clearly no hope in seeing a fix on the Xperia Z3 Compact for the life of the device... Project volta for you. And when I'm seeing articles about the M Developer Preview that just makes me laugh. It's like building a roof when you haven't finished the foundation.
Google's stupidity and reckless is pushing us to buy iPhones. Very sad but true!
Google's stupidity and reckless is pushing us to buy iPhones. Very sad but true!
ph...@gmail.com <ph...@gmail.com> #800
Same bug, rapid battery drain on Nexus 5 running 5.1.1 due to "mobile radio active" (Play Services, Google App, and others). Google, please fix!
it...@gmail.com <it...@gmail.com> #801
Same thing here.
Moto X 2013, stock 5.1
please fix this google!
Moto X 2013, stock 5.1
please fix this google!
pw...@gmail.com <pw...@gmail.com> #802
Fix this please !!!! ITS MAJOR ISSUE
ma...@gmail.com <ma...@gmail.com> #803
I got NO bugs.. It's all fine and dandy. Google, keep up the good work!!=))))))))))))))
de...@gmail.com <de...@gmail.com> #804
Same bug on Motorola Moto G running stock version 5.0.2. Google, please fix!
ly...@gmail.com <ly...@gmail.com> #805
Galaxy S6 5.1.1 Bug in stock
co...@gmail.com <co...@gmail.com> #806
Yoh Google we love you but plz fix this Moto X 2014 and this crap is killing the damn battery.
jp...@gmail.com <jp...@gmail.com> #807
Has anybody tested if the bug still here on new Android M Dev Preview 2?
al...@gmail.com <al...@gmail.com> #808
Hi, my moto X 2013 (android 5.1) lasts half it used to. Now I have to charge my phone at late afternoon after 3 hours of screentime, while before it lasted me until the day after. From 36/48 to barely 18 hours of battery, with mobile cell standby that goes up to 60-70%.
XDA thread:http://forum.xda-developers.com/moto-x/general/5-1-mobile-standby-battery-consumption-t3136725
Motorola feedback network thread:https://forums.motorola.com/posts/4b152edf8b
XDA thread:
Motorola feedback network thread:
er...@gmail.com <er...@gmail.com> #809
This issue has gotten worse on my 2014 Moto X since updating to 5.1. It existed on 5.0, but was relatively manageable. However, it has gotten noticeably worse on 5.1.
ja...@gmail.com <ja...@gmail.com> #810
Speaking as an software engineer myself (not at Google), most engineers work on tight schedules, and their performance is usually measured against new features, not fixing defects, or even communicate effectively. That has to come from management, and to persuade management, we have to start a social media campaign (i.e. tag Google execs in Google+, Tweets, Facebook posts...etc) Then the more mainstream media picks up on it, and it should finally shame Google to do something about it.
I propose a catchy hashtag, like #GDontListen and ask them to at least regularly update the public on the top 10 starred issues. It's really basic PR 101.
I propose a catchy hashtag, like #GDontListen and ask them to at least regularly update the public on the top 10 starred issues. It's really basic PR 101.
do...@gmail.com <do...@gmail.com> #811
Project Volta my ass.
ns...@gmail.com <ns...@gmail.com> #812
Google...you have just lost an original adopter and supporter of your OS with how you have ignored this issue. I currently have this issue happening on a Samsung S6. You have shown that you just don't care given how broadly this affects your customer base. I understand you can't respond to all issues, but this one is HUGE and it is being voiced by your customers and I'm sure your OEMs.
vi...@gmail.com <vi...@gmail.com> #813
No wonder CM wants a Google free Android. FIX THIS QUICKLY, PLEASE.
az...@gmail.com <az...@gmail.com> #814
Maybe the almighty Google doesn't know how to fix it.
Or you know it's a 'feature'
Or you know it's a 'feature'
ju...@gmail.com <ju...@gmail.com> #815
I am also being roasted by this bug ... Moto X 1st gen @ Lollipop 5.1 full stock and unrooted... A "family" use...
Let's go Google, it's time to do the hard work.
Let's go Google, it's time to do the hard work.
ju...@gmail.com <ju...@gmail.com> #816
Fellas, concentrate the fire on this topic. It has been acknowledged and replied by an google guy...
https://code.google.com/p/android-developer-preview/issues/detail?id=2556
Let's deal with big guns.
Let's deal with big guns.
an...@gtempaccount.com <an...@gtempaccount.com> #817
Thanks #815
ve...@gmail.com <ve...@gmail.com> #819
[Comment deleted]
ve...@gmail.com <ve...@gmail.com> #820
What will happen to Smartphones that will not have more updates past 5.0/5.1(if this is resolved in "M")?
We will have to buy a new phone just to get rid of this bug?
I never thought this would happen in an Android phone...
We will have to buy a new phone just to get rid of this bug?
I never thought this would happen in an Android phone...
co...@gmail.com <co...@gmail.com> #821
I am not sure why this is not getting addressed. I am having the same batter drain on my 2013 motox and it's really making using this phone with the update very difficult.
mh...@gmail.com <mh...@gmail.com> #822
OnePlus One also suffers from this bug. Google, please fix!
s....@gmail.com <s....@gmail.com> #823
Is Google working on this? Nexus has poor battery back up in first place and then this bug makes it very hard for even a day with least use.
mi...@gmail.com <mi...@gmail.com> #825
I overcome this problem by removing the SD card, reformatted it and reinserted it into phone X (Xperia Z)
th...@gmail.com <th...@gmail.com> #826
Please fix this ASAP. I'm using Moto X 1st gen (2013).
Battery drains twice faster, and recharge time also.
Battery drains twice faster, and recharge time also.
ma...@gmail.com <ma...@gmail.com> #827
Acknowledging it and fixing it is a long way off. But still, at least it has jumped one phase.
ma...@gmail.com <ma...@gmail.com> #828
Just got this problem on LG G3, infuriating that Google doesn't fix these major issues.
de...@gmail.com <de...@gmail.com> #829
Well, now i guess it will take a year or so to fix this bug, they are probably too busy drinking smoothies, relaxing, playing table tennis, fingering each other or whatever the fuck are they doing in their fancy offices.
my...@gmail.com <my...@gmail.com> #830
OnePlus One 64GB with Lollipop 5.1 here. This bug is destroying my battery.
GOOGLE PLEASE.
GOOGLE PLEASE.
an...@gtempaccount.com <an...@gtempaccount.com> #831
Hey guys look this:
"The fixes that are linked to here and elsewhere seem to target SyncManager. Is anybody willing and able to try:
adb shell setprop log.tag.SyncManager VERBOSE
adb shell setprop log.tag.ContentService VERBOSE
and capture the output of:
adb logcat -s SyncManager,ContentService
?"
and send the anwser tohttps://code.google.com/p/android-developer-preview/issues/detail?id=2556
some google devs asked to us this information
"The fixes that are linked to here and elsewhere seem to target SyncManager. Is anybody willing and able to try:
adb shell setprop log.tag.SyncManager VERBOSE
adb shell setprop log.tag.ContentService VERBOSE
and capture the output of:
adb logcat -s SyncManager,ContentService
?"
and send the anwser to
some google devs asked to us this information
le...@gmail.com <le...@gmail.com> #832
Moto G 2014, same problem.
ju...@gmail.com <ju...@gmail.com> #833
Moto X 1st ed. @ Lollipop 5.1 full stock unrooted and "family use":
My phone is being parasited by this gigantic bug. Do your job Google!!! X(
My phone is being parasited by this gigantic bug. Do your job Google!!! X(
lu...@gmail.com <lu...@gmail.com> #834
Same issue here, giantic battery drain from google.
mh...@gmail.com <mh...@gmail.com> #835
Same issue with moto g2.
pe...@googlemail.com <pe...@googlemail.com> #836
I have a Moto X 2nd generation with newest Lolipop. Since I installed that lolipop update I have severe Problems that the Moto X gets extremely hot sometime. Looking to the GSam battery tool the reason is clearly the android system. For me the Moto X is no mare safe with this bug since it gets so hot that I fear it will burn up one day in my bag. Beside that if the problem occurs the Moto X is from 100% down to 15% in less than 2 hours.
Please Google and Motorola provide an update.
peter
Please Google and Motorola provide an update.
peter
ri...@gmail.com <ri...@gmail.com> #837
Same problem on nexus 6. Google need to fix this or they will lose much customers. Windows have no apps,thats better than have all the apps but cant use them becuse of mobile radio battery drain!!!
em...@gmail.com <em...@gmail.com> #838
I have the same problem on Moto G 2013 LTE... The battery drain is unacceptable! Please fix this!
gu...@gmail.com <gu...@gmail.com> #839
More than 6 months of Lollipop release and this bug still here. Please fix it ASAP.
sa...@gmail.com <sa...@gmail.com> #840
Moto X 2014, issue appeared shortly after 5.1 OTA from VZW.
Phone getting hot, battery draining very rapidly. Cell standby always shows up in battery usage stats as the largest consumer of power.
Wiping cache resolves the issue for some time, then it re-occurs within a couple of days. Have also experimented with force closing apps after use, and disabling location services as well, but the issue always returns.
Based on my experience with this bug, as well as the reports of many, many others, this needs to be dealt with as a high priority as it is having a major impact on the usability of the device and reflects very poorly on the Android offering. Please fix; it is clearly far beyond just a few isolated users.
Phone getting hot, battery draining very rapidly. Cell standby always shows up in battery usage stats as the largest consumer of power.
Wiping cache resolves the issue for some time, then it re-occurs within a couple of days. Have also experimented with force closing apps after use, and disabling location services as well, but the issue always returns.
Based on my experience with this bug, as well as the reports of many, many others, this needs to be dealt with as a high priority as it is having a major impact on the usability of the device and reflects very poorly on the Android offering. Please fix; it is clearly far beyond just a few isolated users.
de...@googlemail.com <de...@googlemail.com> #841
Sony z Huge battery drain with "Mobile radio active..." help
ra...@gmail.com <ra...@gmail.com> #842
Fix this bug, my devices are unusable now. Don't make us switch to IOS.
de...@gmail.com <de...@gmail.com> #843
[Comment deleted]
kw...@gmail.com <kw...@gmail.com> #844
Moto G LTE, just got Lollipop update, experiencing battery drain symptom
pa...@gmail.com <pa...@gmail.com> #845
Happening to meet on Galaxy S6 with 5.1.1 only managing 2 hours screen on time if not on WiFi. Terrible!!
as...@gmail.com <as...@gmail.com> #846
Terrible battery life on my new phone because of mobile radio active bug!
ro...@gmail.com <ro...@gmail.com> #847
They've acknowledged it in the M preview thread.
Hope they can fix it quickly, and apply it onto Lollipop too.
Hope they can fix it quickly, and apply it onto Lollipop too.
si...@gmail.com <si...@gmail.com> #848
Both AOSP Rom's I've installed Paranoid Android 5.1 and CM 12.1 both exhibit poor battery standby life when airplane mode is on losing up to 20% overnight. Strangely its not as bad with the radio/cell activated but still no where near as good as stock ROM. I've even tried flashing the latest 20p modem to no avail. This bug is annoying as I have to ensure phone is plugged in at night otherwise my alarm wont sound. It never happened on KitKat!
LG G3
LG G3
tu...@gmail.com <tu...@gmail.com> #849
This bug kill my battery.
Oneplus One with Lollipop 5.1.1
Oneplus One with Lollipop 5.1.1
pp...@gmail.com <pp...@gmail.com> #850
Same here. Xperia Z, Lillipop 5.0.2. Please, please fix this!! :)
ra...@gmail.com <ra...@gmail.com> #851
I have this issue on my Note 4, S6 and S5.
Wifi never truly turns off even with all the advanced options set correctly. Every app that uses mobile data stays running in the background. There's no real fix, I've tried heaps of things.
Great reason to shift solely to iOS. My iPhone 6 sleeps like a baby when it's not being used.
No need for us all to sit around like peasants and wait for Google to fix this issue that has been around for almost a year now. Shift to OS's that care about optimisations, that don't have random battery drains all over the place, that don't lag randomly and lag heavily over time. Shift to OS's like iOS and Microsoft.
Wifi never truly turns off even with all the advanced options set correctly. Every app that uses mobile data stays running in the background. There's no real fix, I've tried heaps of things.
Great reason to shift solely to iOS. My iPhone 6 sleeps like a baby when it's not being used.
No need for us all to sit around like peasants and wait for Google to fix this issue that has been around for almost a year now. Shift to OS's that care about optimisations, that don't have random battery drains all over the place, that don't lag randomly and lag heavily over time. Shift to OS's like iOS and Microsoft.
vl...@gmail.com <vl...@gmail.com> #852
I am actually considering Windows.
I have recently purchased a Moto X but I am extremely disappointed by this issue.
My phones battery barely lasts a day even with very light usage of any of its functions.
And Google keeps ignoring everybody.
What a mess
I have recently purchased a Moto X but I am extremely disappointed by this issue.
My phones battery barely lasts a day even with very light usage of any of its functions.
And Google keeps ignoring everybody.
What a mess
gr...@gmail.com <gr...@gmail.com> #853
Resolved: I have found that after Lollipop, my att note 4 generates lots of mobile data even when on wifi. I see PPP packets upload/downloading and found the following has changed:
ATT now enables VoLTE or Enhanced 4G by default. It consumes mobile data and keeps your radio active almost all the time.
Disable as follows:
From:
http://www.att.com/esupport/article.jsp?sid=KB425890&cv=820
Android VoLTE capable devices
Tap Settings then Networks then Mobile Networks then Enhanced 4G LTE Mode.
Confirm setting is in the ON position.
If the Enhanced 4G LTE Mode is in the OFF position, then HD Voice and VoLTE are disabled.
iOS VoLTE-capable Devices
Tap Settings then Cellular then Enable LTE then VOICE & DATA to DATA ONLY.
Confirm these settings:
HD Voice On: VOICE & DATA checked
HD Voice Off: DATA ONLY checked
If Enable LTE is set to DATA ONLY, then HD Voice and VoLTE are disabled.
ATT now enables VoLTE or Enhanced 4G by default. It consumes mobile data and keeps your radio active almost all the time.
Disable as follows:
From:
Android VoLTE capable devices
Tap Settings then Networks then Mobile Networks then Enhanced 4G LTE Mode.
Confirm setting is in the ON position.
If the Enhanced 4G LTE Mode is in the OFF position, then HD Voice and VoLTE are disabled.
iOS VoLTE-capable Devices
Tap Settings then Cellular then Enable LTE then VOICE & DATA to DATA ONLY.
Confirm these settings:
HD Voice On: VOICE & DATA checked
HD Voice Off: DATA ONLY checked
If Enable LTE is set to DATA ONLY, then HD Voice and VoLTE are disabled.
f....@gmail.com <f....@gmail.com> #854
Another one suffering the mobile radio active bug... It kills my battery.
Please, fix it. It didn't happen in KitKat.
Please, fix it. It didn't happen in KitKat.
ma...@gmx.de <ma...@gmx.de> #855
i have the same batterie problem on moto g lte. please fix it!
th...@gmail.com <th...@gmail.com> #856
My Xperia Z3 have very heavy batterie problems after the update!
kh...@gmail.com <kh...@gmail.com> #857
lol small priotiry ahhah gooogle JUST DO IT!!!
Vkontakte charge 70%
Vkontakte charge 70%
ag...@gmail.com <ag...@gmail.com> #858
Please, when a solution to this problem is in lollipop? battery drain.
ro...@gmail.com <ro...@gmail.com> #859
3rd most starred issue ever, and still no acknowledgement.
Not bad, Google.
Not bad, Google.
po...@gmail.com <po...@gmail.com> #860
Moto G 2nd gen on Lollipop 5.0.2 has the same issue. Very disappointed with Android. I should have stayed with Windows phone.
bi...@gmail.com <bi...@gmail.com> #861
Have had to go back to kitkat because of this issue on my Sony Z3.
I also had it on my s6 too
Please fix it!!
I also had it on my s6 too
Please fix it!!
Do...@gmx.net <Do...@gmx.net> #862
same problem with Huawei P8 lite (lollipop 5.0)...
gu...@gmail.com <gu...@gmail.com> #863
still not fixed? its so annoying!!
am...@gmail.com <am...@gmail.com> #864
Same issue here. Am on the Samsung Galaxy S6 edge with 5.1.1 android. Absolutely frustrated with this battery drain.
ja...@gmail.com <ja...@gmail.com> #865
Nexus 4 with the same problem.
ma...@outlook.com <ma...@outlook.com> #866
S6 user with the same issue. Had my phone for about 2 months and this issue just started a few days ago. Strange and annoying. Phone is dead by 4:00pm every day with very little usage.
ra...@gmail.com <ra...@gmail.com> #867
I think forcing stop the apps that use mobile data doesn't prevent the radio from keeping active. Cause I use Greenify and I greenify a lot of apps after the screen is off. But the mobile radio is active unless you connect to wifi or set your phone to airplane mode. This bug wasn't in kitkat build. The M previews haven't fixed this issue.
me...@gmail.com <me...@gmail.com> #868
I think everyone should post on FACEBOOK to boycott all ANDROID products from Every manufacturer till they fix this issue. This bug annoys the hell out of me..
in...@gmail.com <in...@gmail.com> #869
GOOGLE FIX IT. How much google-haters and shitstorms did google need to react?
Same issue LG G3 ...
Same issue LG G3 ...
in...@gmail.com <in...@gmail.com> #870
Question if google still do nothing , is there any way for us to fix it self?
Does anyone know a workaround?
Does anyone know a workaround?
bd...@gmail.com <bd...@gmail.com> #871
First generation Moto X issue confirmed after OTA upgrading to lollipop.
al...@gmail.com <al...@gmail.com> #872
Got the issue on OnePlus One too.
It's really strange, that it only appears after some time.
When I did the update, I had no problems at all, but since a few days the issue is plaguing me.
My phone isn't usable like that anymore... If I wouldn't have gotten a Moto 360, I would buy a Blackberry right now.
It's really strange, that it only appears after some time.
When I did the update, I had no problems at all, but since a few days the issue is plaguing me.
My phone isn't usable like that anymore... If I wouldn't have gotten a Moto 360, I would buy a Blackberry right now.
gi...@gmail.com <gi...@gmail.com> #873
Priority: we don't care at all
no...@gmail.com <no...@gmail.com> #874
Flease fix this, my z1 compact used to run for 2-3 days easy.
Now the battery is dained by the email app wich is supposed to check just once per hour or some other app, that went online short....
Now the battery is dained by the email app wich is supposed to check just once per hour or some other app, that went online short....
jo...@gmail.com <jo...@gmail.com> #875
Same problem on the Nexus 5 running 5.1.1.
Please fix this annoying bug asap.
It is a shame for Android that it remains unresolved since May already given that so many people experience the bug.
Please fix this annoying bug asap.
It is a shame for Android that it remains unresolved since May already given that so many people experience the bug.
se...@gmail.com <se...@gmail.com> #876
HTC one m7 affected as well
as...@gmail.com <as...@gmail.com> #878
OMG My NEW Sony Z3 Compact and Android OS drills its battery very quickly. It start after upgrade 1 week ago. My phone stays unplugged 5 days before upgrade, now it is almost 1 day. What's going on??? I will sent the notice to Sony as well. GOOGLE pls HELP US.
ar...@gmail.com <ar...@gmail.com> #879
Bug is still present. I've got an LG G3 with lollipop 5.0, radio is draining all my battery really fast.
ce...@gmail.com <ce...@gmail.com> #880
@ #876 Sel...@gmail.com
I received the update via T-Mobile, the patch was 130mb and stated it was for performance improvements, Bug fixes, Feature enhancements. did not say anything about battery improvements or any other issues.
I received the update via T-Mobile, the patch was 130mb and stated it was for performance improvements, Bug fixes, Feature enhancements. did not say anything about battery improvements or any other issues.
ga...@gmail.com <ga...@gmail.com> #881
My mobile just updated Google Play Services to 7.8.95.. Will fix battery issue? Let's see
se...@gmail.com <se...@gmail.com> #882
#880 gaizka.a...@gmail.com
dont think so... have not here.
dont think so... have not here.
ch...@gmail.com <ch...@gmail.com> #883
People, possible if install a custom rom without any gapps package installed?
I'm tired of the android system draining my battery life.
I'm tired of the android system draining my battery life.
pa...@gmail.com <pa...@gmail.com> #884
Fixed: I turned off sync and updated all my default apps. I think it was the old Gmail app was the main problem. Nexus 4
ga...@gmail.com <ga...@gmail.com> #885
al...@gmail.com <al...@gmail.com> #886
The new Play Services also didn't fix the bug here, but much rather crashed every like 2 seconds forcing me to undo and reinstall the updates and reset my watch.
Two weeks left, if the bug won't be fixed by then, I will pass by ;)
Two weeks left, if the bug won't be fixed by then, I will pass by ;)
af...@gmail.com <af...@gmail.com> #887
This bug in M preview version is already accepted https://code.google.com/p/android-developer-preview/issues/detail?id=2556 but in lollipop isn't even acknowledge, come on google, try to fix this in lollipop too!!
ja...@gmail.com <ja...@gmail.com> #888
In my case the bug seems to happend only with Google apps. Disabling the Chrome, Gmail, Keep and Drive apps and installing alternetive apps (Firefox,...) partially solve the problem. The bug still appears due to Maps, Play and Backup, but killing those processess after using them or turning OFF mobile data helps.
gt...@gmail.com <gt...@gmail.com> #889
I see that someone suggested to not install Google apps. Is that viable? How do you update apps without the play store? Just install it once a week to update apps, then uninstall? I could probably do without any other google app, but would this solve the problem?
ch...@gmail.com <ch...@gmail.com> #890
@ #888 GTt...@gmail.com
Yes, I installed cm12.1 nightlies without gapps and the battery drain has fully gone. The issue is related to Google Play Services and Framework.
I used the apk converter to convert and install my apps and I don't really update my apps. If I do, it's when the app is buggy or can't survive without the new update.
Yes, I installed cm12.1 nightlies without gapps and the battery drain has fully gone. The issue is related to Google Play Services and Framework.
I used the apk converter to convert and install my apps and I don't really update my apps. If I do, it's when the app is buggy or can't survive without the new update.
ma...@gmail.com <ma...@gmail.com> #891
Typ "defekt" and priority "small". Are you kidding me Google? One of the most starred issues and you choose to pretty much ignores it? Don't make me buy an iPhone
ju...@gmail.com <ju...@gmail.com> #892
This insane BUG still smoking my Moto X 2013 @ Lollipop 5.1 unrooted with latest G play services and apps from play store.
You are able to solve ??? You are not Google ?? Is not that google ???
You are able to solve ??? You are not Google ?? Is not that google ???
ad...@gmail.com <ad...@gmail.com> #893
Would be cool if you guys at google would fix this problem. It really sucks to live with this.
ac...@gmail.com <ac...@gmail.com> #894
Somebody here must be a developer, has anybody tried to track this down? It sounds like the main problem is that when the mobile radio goes active for background processes, the system keeps it active for 5 minutes. This leads to a problem in that some other process is likely to use it within again within the 5 minutes, so it never actually turns off. There must be code that actually controls this behaviour, has anybody located it?
I have enough bugs to fix with my day job, but this doesn't seem to be getting handled by anybody else, so I might have to go on a bug hunt...
I have enough bugs to fix with my day job, but this doesn't seem to be getting handled by anybody else, so I might have to go on a bug hunt...
ni...@gmail.com <ni...@gmail.com> #895
Description:
When mobile data (2G or 3G) is switched on, all the internet apps continue to consume battery and keep the mobile data active unless they are force stopped. On kitkat, this didn't happen because apps stopped using mobile data whenever their transaction was over. But here in lollipop, they don't seem to stop ever and cause a huge battery drain.
ed...@gmail.com <ed...@gmail.com> #896
A friend was seeing this problem and we tracked it to the built in e-mail application. There seems to be an issue with background e-mail sync - in this case with Office 365. I switched her from using the Office 365 connector back to Exchange Active Sync and the cell standby battery consumption issue was resolved.
pi...@gmail.com <pi...@gmail.com> #897
same issue here (zte blade s6, lollipop 5.0.2), i get insane "mobile radio active" stats...
battery doesnt even last a full day in moderate usage
battery doesnt even last a full day in moderate usage
be...@gmail.com <be...@gmail.com> #898
sa...@gmail.com <sa...@gmail.com> #899
Moto X 2013. Lollipop 5.1. Should be a high priority to fix.
la...@gmail.com <la...@gmail.com> #900
Z2 Xperia
Went back to kk and back to normal battery use
Stupid Google devs.
Some manager should kick some but!!!!
Went back to kk and back to normal battery use
Stupid Google devs.
Some manager should kick some but!!!!
gi...@gmail.com <gi...@gmail.com> #901
Please fix it. How it ispossible that even the New Android m has this bug?
oj...@gmail.com <oj...@gmail.com> #902
Google please take your time in fixing this issue,till then we will move to iphone.
ma...@outlook.com <ma...@outlook.com> #903
I guess I'm just not supposed to use mobile data? Why did I leave my Windows Phone for this "upgrade" again?
vf...@gmail.com <vf...@gmail.com> #904
Sony Xperia Z3
Fix the battery bug!!! That is so ugly! I want Android v. 4.4.4 back, yeah, that was great!
Fix the battery bug!!! That is so ugly! I want Android v. 4.4.4 back, yeah, that was great!
as...@gmail.com <as...@gmail.com> #905
After 10 days after upgrade to Android 5.1.1 nothing come back to normal.
Four days battery life before, now it is 1 day, huge battery consumption (25% during a night, when I sleep).
SONY why do you agree with upgrade your phones to this **bleep** android 5.1.1 with no testing before???
I need phone to work and when I was buying it one of the most important thing was battery life. GOOGLE DO SOMETHING
Four days battery life before, now it is 1 day, huge battery consumption (25% during a night, when I sleep).
SONY why do you agree with upgrade your phones to this **bleep** android 5.1.1 with no testing before???
I need phone to work and when I was buying it one of the most important thing was battery life. GOOGLE DO SOMETHING
be...@gmail.com <be...@gmail.com> #906
Everbody! There is a change.org entry for this issue. Please sign it.
https://www.change.org/p/google-inc-fix-the-mobile-radio-active-bug-on-lollipop?tk=V4E0U8IF2QZrkbfwYZC1RTw83LCq12f-ZpTEQQ8EGPk&utm_source=supporter_signature_milestone_email&utm_medium=email&utm_campaign=supporter_signatures_250&utm_term=supporter_signature_milestone_email&lang=en-US
be...@an3k.de <be...@an3k.de> #907
How about disabling mobile data using the quick settings? Sure, this is a bug but it's not critical because you can manually turn mobile data off and that is not difficult.
I have the Sony Xperia Z3+ and running the latest available Android version (5.0.2) and easily get a SoT of 6 - 7 hours or a StandBy of more than 48 hours (fully charged & not used but with WiFi turned on the whole time).
I have the Sony Xperia Z3+ and running the latest available Android version (5.0.2) and easily get a SoT of 6 - 7 hours or a StandBy of more than 48 hours (fully charged & not used but with WiFi turned on the whole time).
ga...@gmail.com <ga...@gmail.com> #908
Problem is SOT and standby time with mobile data when you don't have ALWAYS WiFi access and you need data..
ma...@gmail.com <ma...@gmail.com> #909
This is insane. I get that it can take time to fix, but at least acknowledge the problem! This should be high priority!
ho...@gmail.com <ho...@gmail.com> #910
My Samsung E5 , With latest 5.1.1 also got this "Mobile Radio Active" or as Samsung renamed into "Total Connection Time" bug . Pretty annoying
[Deleted User] <[Deleted User]> #911
Its all downloading 3 cdz lol regaurding my family hacking me for Quite a long time thats documented also . And I really think the word perdiction for developement needs a good looking @ yahoo &gmal apps have been altered legal is it not and who is behind it Google . Thank you very much this will go over GREAT in the eyes of the LAW and judge . Cause I have dun nothing wrong 2 years my god save me like their is a GOD ! Now I know their is one and he is the HIGHEST POWER ever will be ...
ac...@gmail.com <ac...@gmail.com> #912
I had the same issue. For those, who have Viber installed - Go to Settings -> General -> Wi-Fi - sleep policy -> Change to "Use device's settings" and check if it help to reduce power consumption.
gr...@gmail.com <gr...@gmail.com> #913
I am aware that this is a bug, but this also helped me A LOT!
I have found that after Lollipop, my att note 4 generates lots of mobile data even when on wifi. I see PPP packets upload/downloading and found the following has changed:
ATT now enables VoLTE or Enhanced 4G by default. It consumes mobile data and keeps your radio active almost all the time.
Disable as follows:
From:
http://www.att.com/esupport/article.jsp?sid=KB425890&cv=820
Android VoLTE capable devices
Tap Settings then Networks then Mobile Networks then Enhanced 4G LTE Mode.
Confirm setting is in the ON position.
If the Enhanced 4G LTE Mode is in the OFF position, then HD Voice and VoLTE are disabled.
iOS VoLTE-capable Devices
Tap Settings then Cellular then Enable LTE then VOICE & DATA to DATA ONLY.
Confirm these settings:
HD Voice On: VOICE & DATA checked
HD Voice Off: DATA ONLY checked
If Enable LTE is set to DATA ONLY, then HD Voice and VoLTE are disabled.
I have found that after Lollipop, my att note 4 generates lots of mobile data even when on wifi. I see PPP packets upload/downloading and found the following has changed:
ATT now enables VoLTE or Enhanced 4G by default. It consumes mobile data and keeps your radio active almost all the time.
Disable as follows:
From:
Android VoLTE capable devices
Tap Settings then Networks then Mobile Networks then Enhanced 4G LTE Mode.
Confirm setting is in the ON position.
If the Enhanced 4G LTE Mode is in the OFF position, then HD Voice and VoLTE are disabled.
iOS VoLTE-capable Devices
Tap Settings then Cellular then Enable LTE then VOICE & DATA to DATA ONLY.
Confirm these settings:
HD Voice On: VOICE & DATA checked
HD Voice Off: DATA ONLY checked
If Enable LTE is set to DATA ONLY, then HD Voice and VoLTE are disabled.
mc...@gmail.com <mc...@gmail.com> #914
There is an easy solution to this problem. Don't update to lollipop. if you are currently on it and are rooted, revert back to kitkat. I am sorry if you own a phone that came with lollipop and there are no kitkat roms available for it or are not rooted and able to flash a kitkat rom.
Until this bug is fixed, don't "upgrade" to lollipop (or android M). Seriously, it is not worth the small additional UI speed you get with lollipop to get 30% less battery life.
Until this bug is fixed, don't "upgrade" to lollipop (or android M). Seriously, it is not worth the small additional UI speed you get with lollipop to get 30% less battery life.
vi...@gmail.com <vi...@gmail.com> #915
Same problem. Samsung gt-i9505. Latest update was 8 aug 2015. Problem is still with me, me is still sad....
ma...@gmail.com <ma...@gmail.com> #916
After a week of struggle with this issue I downgraded to kitkat and I couldn't be happier.
I feel bad for those who bought their phones with lollipop by default.
I feel bad for those who bought their phones with lollipop by default.
ka...@gmail.com <ka...@gmail.com> #917
Even without SIM card this is a major issue.
la...@gmail.com <la...@gmail.com> #918
Google devs are Just ignoring us.
That means that
1. They Just don't want to solve this major issue (not inevented by us syndrom)
2. They can't solve it because that means changing to many core routines and they are too afraid other things will go wrong.
I don't understand the phone makers: they should push Google for a solution also.
That means that
1. They Just don't want to solve this major issue (not inevented by us syndrom)
2. They can't solve it because that means changing to many core routines and they are too afraid other things will go wrong.
I don't understand the phone makers: they should push Google for a solution also.
be...@gmail.com <be...@gmail.com> #919
Same problem, also hard-bricked my oneplus one by trying to downgrade to KitKat, finally i restored it with ColorOS BLKUSB or something. After restoring i thought maybe it just happened with custom roms. So i upgraded to Lolli and ..... nothing changed.
ne...@gmail.com <ne...@gmail.com> #920
I manage 4 users with the Nexus 6 including myself and this problem has destroyed the usability of the device. I use a Note 3 in parallel which is not affected and the battery drain is so dramatic in comparison to the Note 3 it is hard to believe. I am an engineer working in the mobile space. I have a lot of devices I work with to compare and this has a very serious impact which is more dramatic depending on the apps on the device. Non-technical users are definitely taking notice and blaming it on batteries going bad. I think the priority of this bug needs to be re-evaluated.
zu...@gmail.com <zu...@gmail.com> #921
Please fix this issue it is becoming a joke that it has taken this long to be addressed, the Google play services app listing 4hours of mobile radio active time is just sad, I wouldn't use that much mobile data activity with the screen on, let alone it being off with no actual application activity to speak of.
This is a high priority bug, after all what is a mobile phone without battery power?
This is a high priority bug, after all what is a mobile phone without battery power?
zu...@gmail.com <zu...@gmail.com> #922
How on earth is this bug priority small??
There are thousands of people affected, fix it now or lose face, people already love their apples
There are thousands of people affected, fix it now or lose face, people already love their apples
de...@gmail.com <de...@gmail.com> #923
weird bug and weird silence from google !!
sh...@gmail.com <sh...@gmail.com> #924
Had a single G+ notification through the night and I had no wifi. Lucky thing that G+ is not that popular, lol. (Had to remove almost all my apps due to this bug. Thought I should do that, due to the recent vulnerabilities. Turns out even 5.1.1 won't fix those.. I mean, should we just buy an iPhone/iPad or what, Google?)
mr...@gmail.com <mr...@gmail.com> #925
Alcatel Idol 3 5.5, same problem.
I'm forced to disable mobile data and to use wifi as much as possible wich gives "Mobile internet" a whole new definition ^^
I'm forced to disable mobile data and to use wifi as much as possible wich gives "Mobile internet" a whole new definition ^^
be...@gmail.com <be...@gmail.com> #926
This is honestly getting beyond a joke, Google.
The 3100mAh battery of my OnePlus One is being totally destroyed by this. I don't pay for a mobile contract with unlimited data in order to not to use it, you know. I have to walk around with my mobile data turned off all the time. What's the point in that? It's like living in the '90s again! I want to be able to use the latest version of Android without having to worry about my phone being flat midway through the day!
Everyone I know who has updated to Android L is suffering from the exact same issue. As they're less technologically minded than some, they are blaming the issue on the batteries in their phones and considering replacing them, you are costing them money. Money they don't need to be spending! Surely this isn't a viable update for you to be sending your users?
Android L has been out for a good while now, this sort of thing should have been ironed out ages ago! Honestly, if this continues for a lot longer, then I will have to consider looking elsewhere to take my mobile custom. These issues don't exist on IOS, and whilst it lacks the customisation, at least it works! You're honestly turning my One with its massive battery into an iPhone six. FIX THIS.
Ben.
The 3100mAh battery of my OnePlus One is being totally destroyed by this. I don't pay for a mobile contract with unlimited data in order to not to use it, you know. I have to walk around with my mobile data turned off all the time. What's the point in that? It's like living in the '90s again! I want to be able to use the latest version of Android without having to worry about my phone being flat midway through the day!
Everyone I know who has updated to Android L is suffering from the exact same issue. As they're less technologically minded than some, they are blaming the issue on the batteries in their phones and considering replacing them, you are costing them money. Money they don't need to be spending! Surely this isn't a viable update for you to be sending your users?
Android L has been out for a good while now, this sort of thing should have been ironed out ages ago! Honestly, if this continues for a lot longer, then I will have to consider looking elsewhere to take my mobile custom. These issues don't exist on IOS, and whilst it lacks the customisation, at least it works! You're honestly turning my One with its massive battery into an iPhone six. FIX THIS.
Ben.
lr...@gmail.com <lr...@gmail.com> #927
How can this be considered as "small priority" ?
My Nexus 5 is barely getting an hour of screen-on time... Many apps are killing my battery because of the mobile radio staying active.
I just got the point, thank you, my next "smart"phone will be an iPhone as it's not possible to use an Android device more than a day... :(
My Nexus 5 is barely getting an hour of screen-on time... Many apps are killing my battery because of the mobile radio staying active.
I just got the point, thank you, my next "smart"phone will be an iPhone as it's not possible to use an Android device more than a day... :(
ns...@gmail.com <ns...@gmail.com> #928
Hi! Ever since I updated to 5.0.2 with Z2, I've been getting less battery juice than KitKat.. Sometimes my phone drains fast, but other times the battery's fine.. I once noticed Android OS taking 84% of my battery! Most of the times the stats in power management are normal, but I still notice that the battery's draining faster eventhough GPS and mobile data are off and my phone is in Stamina mode.. Pls provide a good update for us this time, Google
ri...@gmail.com <ri...@gmail.com> #929
Same here battery sucks pn nexus 6, really bad google didnt fix this sooner. My next phone is iphone or windows,only them now how take care of an os
gw...@gmail.com <gw...@gmail.com> #930
Yeap just changed to lollipop and getting massive drain due to high mobile active. And my WiFi and data is going active the whole night I'm asleep
jo...@gmail.com <jo...@gmail.com> #931
Tried reaching out to the biggest android community in Sweden which is swedroid to make an article about this but they won't touch it. Can someone put out something to some Apple oriented site, they wouldn't hesitate one second to put android in bad light so that may be a way to set some pressure on Google on this
lr...@gmail.com <lr...@gmail.com> #932
Just another day in the Android world...
an...@gtempaccount.com <an...@gtempaccount.com> #933
#930 I tried talk with motorola Brasil, androidpolice but withoud sucess
jo...@gmail.com <jo...@gmail.com> #935
#933 that app disables mobile data while you're connected to a Wifi network, which it normally does anyway so it doesn't help at all. Keep mobile data off 24/7 is the only solution as of now.
la...@gmail.com <la...@gmail.com> #936
#934 well, mobile internet suddenly get a different meaning.
ro...@gmail.com <ro...@gmail.com> #937
1. No one at Google uses Android phones with Lollipop. No one can handle it. They don't care about us.
2. I had a Nexus 4. Now I have a Nexus 5. My next WILL NOT be Android.
3. Lollipop IS A BUGGED OS. So many problems.
2. I had a Nexus 4. Now I have a Nexus 5. My next WILL NOT be Android.
3. Lollipop IS A BUGGED OS. So many problems.
cb...@gmail.com <cb...@gmail.com> #938
I originally noticed this as poor battery life on my Moto E LTE (2nd gen). When not using wifi, battery life plummeted. I assumed it was due to Location Services (non-GPS) combined with Google Services. When I disabled background cell data for Google Services, which prevents auto updating of GMail, Contacts, and most apps, the problem went away.
I assumed it was due to data transfer. But in hindsight, the amount of data being transferred was probably less than 10MB throughout the day, so it was actually caused by the Mobile Radio Active. I didn't realize that having several hours of Mobile Radio Active time over the course of one day was unusual.
Now that Google Services is disabled, the phone is usually okay. Then today I noticed it draining fast for a few hours in the morning, noticed that Android OS was dominating battery usage (as opposed to Google Play Services), saw the Mobile Radio Active time of > 8 hours in about 30 hours since last charge. That led me to this bug.
I suspect it was Whatsapp this morning, because using Whatsapp always causes data usage under "OS Services", albeit very limited. I restarted Whatsapp and it seems better.
I suspect that there is a bug that causes the Mobile Data connection to hang for several minutes or more after use, perhaps unpredictably. When you have background apps which connect repeatedly to the Internet, you dramatically increase the probability of a hung / open connection, causing the radio to stay on. Maybe if the phone sleeps while the connection is still active, it doesn't always close properly.
My phone is not rooted, and I've only owned it for a couple weeks, with about a dozen apps installed (mostly social networking). I upgraded to 5.1 a week ago. If I wasn't such a data miser (very limited prepaid plan), I would be pretty upset that any major background services caused my battery to die. I agree this should be a priority fix for 5.1. It is the biggest issue I've had with Android to date.
I assumed it was due to data transfer. But in hindsight, the amount of data being transferred was probably less than 10MB throughout the day, so it was actually caused by the Mobile Radio Active. I didn't realize that having several hours of Mobile Radio Active time over the course of one day was unusual.
Now that Google Services is disabled, the phone is usually okay. Then today I noticed it draining fast for a few hours in the morning, noticed that Android OS was dominating battery usage (as opposed to Google Play Services), saw the Mobile Radio Active time of > 8 hours in about 30 hours since last charge. That led me to this bug.
I suspect it was Whatsapp this morning, because using Whatsapp always causes data usage under "OS Services", albeit very limited. I restarted Whatsapp and it seems better.
I suspect that there is a bug that causes the Mobile Data connection to hang for several minutes or more after use, perhaps unpredictably. When you have background apps which connect repeatedly to the Internet, you dramatically increase the probability of a hung / open connection, causing the radio to stay on. Maybe if the phone sleeps while the connection is still active, it doesn't always close properly.
My phone is not rooted, and I've only owned it for a couple weeks, with about a dozen apps installed (mostly social networking). I upgraded to 5.1 a week ago. If I wasn't such a data miser (very limited prepaid plan), I would be pretty upset that any major background services caused my battery to die. I agree this should be a priority fix for 5.1. It is the biggest issue I've had with Android to date.
jp...@gmail.com <jp...@gmail.com> #940
Google forgot about L.
The bug is now fixed on M, but they are not going to fix anything on Lollipop no more.
Lollipop now are discontinued.
Sad news, because too much devices are not going to update to M, so they are condemned.
The bug is now fixed on M, but they are not going to fix anything on Lollipop no more.
Lollipop now are discontinued.
Sad news, because too much devices are not going to update to M, so they are condemned.
sa...@gmail.com <sa...@gmail.com> #941
It´s really sad to see that this HUGE bug maybe never be fixed in Lollipop.
That´s a huge bug,that almost disables our phones, with a issue rolling at least for 4 months and no expectation to have it solved....
Damn you google!
That´s a huge bug,that almost disables our phones, with a issue rolling at least for 4 months and no expectation to have it solved....
Damn you google!
im...@gmail.com <im...@gmail.com> #942
SM-N900V, Android v5.0, Kernel Version 3.4.0
Chrome: CPU Total: 54m 9s.
Total Connection time: 4h 19m.
Google Chrome is consistently at the top of my battery consumption. I rarely use Chrome for more than 1 hr per day, yet my total connection time is consistently over 4 hours.
Please address this issue soon. I've attempted killing the apps, switching to WiFi, and also turning on Airline Mode. When Mobile data is turned back on, the issue returns.
Chrome: CPU Total: 54m 9s.
Total Connection time: 4h 19m.
Google Chrome is consistently at the top of my battery consumption. I rarely use Chrome for more than 1 hr per day, yet my total connection time is consistently over 4 hours.
Please address this issue soon. I've attempted killing the apps, switching to WiFi, and also turning on Airline Mode. When Mobile data is turned back on, the issue returns.
jo...@gmail.com <jo...@gmail.com> #943
I have the same problem. I love Android but this needs a fix as soon as possible.
ja...@gmail.com <ja...@gmail.com> #944
I have the same problems. Please we need a fix for 5.1.1
ra...@gmail.com <ra...@gmail.com> #945
Can anyone confirm whether the radio active bug has been fixed on Marshmallow(3rd preview) or not?
to...@gmail.com <to...@gmail.com> #946
This is still an issue in 5.1.1 and priority is small?! LOL
sh...@gmail.com <sh...@gmail.com> #948
Awesome! Now instead of the ~10% of the affected users receiving the fix, now only like 1% will receive it. Months, or years later.
sh...@gmail.com <sh...@gmail.com> #949
@944: Someone said it IS still present in Marsh/M3, lol.
dk...@gmail.com <dk...@gmail.com> #950
Same story here. Enormous battery drain because of cell radio activity.
v....@gmail.com <v....@gmail.com> #951
in next OS, they'll fix this bug and another will pop up. We only have to suffer. I have lost the credibility in google. These days they don't command the respect in terms of quality what they used to have. Google is an upcoming Yahoo...
gt...@gmail.com <gt...@gmail.com> #952
I have been the biggest android fanboy ever since I bought a Samsung captivate many years ago. I always derided Apple (and still do) for their UI designed for children, their non-adherence to standards, the inability to have a file manager so I can stroll through my OS, the incredibly stupid non-ability to use whatever keyboard I wanted, and many other things. I am an engineer in a large group of engineers, but I am the phone expert - the person people consult when they have phone or tablet problems, or need a recommendation for what phone to buy. I keep up with all the latest phones and OSs and read tech websites for about two hours per day. I make fun of otherwise intelligent engineers who buy apple products, asking if they are pleased with their Fisher-Price UI (our group builds simulator hardware and software including advanced user interfaces).
The other day, I was in a conference room for lunch and someone asked what large format phone they should buy - the LG G4, Oneplus Two, Note 5?. I recommended an iPhone 6+. Everyone was quiet for a few seconds with stunned looks on their faces. Then there was an outburst and confusion, laughter, and derision. I explained about this bug and how most phones with lollipop suffer it. How it will probably never be fixed and they can count on greatly decreased battery life and if they want more than 6 hours of screen time on a charge without rooting and roming a new phone, and tweaking it, the only current option is the 6+. I myself will continue to suffer with Kitkat - I would still never buy an apple product. But until this bug is fixed, I will no longer recommend android phones to friends and colleagues.
The other day, I was in a conference room for lunch and someone asked what large format phone they should buy - the LG G4, Oneplus Two, Note 5?. I recommended an iPhone 6+. Everyone was quiet for a few seconds with stunned looks on their faces. Then there was an outburst and confusion, laughter, and derision. I explained about this bug and how most phones with lollipop suffer it. How it will probably never be fixed and they can count on greatly decreased battery life and if they want more than 6 hours of screen time on a charge without rooting and roming a new phone, and tweaking it, the only current option is the 6+. I myself will continue to suffer with Kitkat - I would still never buy an apple product. But until this bug is fixed, I will no longer recommend android phones to friends and colleagues.
av...@gmail.com <av...@gmail.com> #953
Project Volta,come on!
to...@gmail.com <to...@gmail.com> #954
[Comment deleted]
gr...@gmail.com <gr...@gmail.com> #955
I changed my mind - I don't believe mobile radio has anything to do with it. Why? Because I saw this issue with my Note 4, but I updated my Note 12.2 to Lollipop and now I am draining under Android System and Android OS like crazy (this is a wifi-only tablet). Here's an example:
Screen:
Usage: 13%
Time on: 7h 22m
Android System:
Usage: 28%
CPU total: 3h 32m
CPU foreground: 36 sec
Stay awake: 9m
Data received via Wifi: 264
Data sent via Wifi: 304
Android OS:
Usage: 14%
CPU total: 1h 59m
Data received via Wifi: 12813
Data sent via Wifi: 9399
How is it possible that Android System is 28% compared to my 12.2" screen? Or double the percentage of Android OS, which clearly has downloaded a lot of data? There is a weird bug and it's not mobile data - and this thread will only send Google on a wild chase.
Screen:
Usage: 13%
Time on: 7h 22m
Android System:
Usage: 28%
CPU total: 3h 32m
CPU foreground: 36 sec
Stay awake: 9m
Data received via Wifi: 264
Data sent via Wifi: 304
Android OS:
Usage: 14%
CPU total: 1h 59m
Data received via Wifi: 12813
Data sent via Wifi: 9399
How is it possible that Android System is 28% compared to my 12.2" screen? Or double the percentage of Android OS, which clearly has downloaded a lot of data? There is a weird bug and it's not mobile data - and this thread will only send Google on a wild chase.
jo...@gmail.com <jo...@gmail.com> #956
#954 judging from your earlier post about volte (#912) it seems that you don't really get what this bug is about, at all.
ma...@gmail.com <ma...@gmail.com> #957
Has someone with a OnePlus updated to Cyanogen OS 12.1 (5.1.1 - YOG4PAS1N0) yet?
If so, are there any improvements about this annoying issue?
If so, are there any improvements about this annoying issue?
jo...@gmail.com <jo...@gmail.com> #958
any update on this? its been MONTHS!
ct...@gmail.com <ct...@gmail.com> #959
Do you think google cares about L.They claim fix it in M (https://code.google.com/p/android-developer-preview/issues/detail?id=2556#c104 ) and will sell it as a BIG performance improvements for M.
mo...@gmail.com <mo...@gmail.com> #960
Google has fixed, but this fix will be applied only in Android 6 Marshmallow. I'm downgrading my Xperia Z3C from Lollipop to KitKat, until the Android 6 is released.
https://code.google.com/p/android-developer-preview/issues/detail?id=2556#c104
ct...@gmail.com <ct...@gmail.com> #961
They said it is fixed.I don't see yet any confirmation it IS really fixed.
Google didn't pointed to the committed sources with fixes.Why?
Google didn't pointed to the committed sources with fixes.Why?
fl...@gmail.com <fl...@gmail.com> #962
have the sam eissue with the Nexus 5
ch...@gmail.com <ch...@gmail.com> #963
Google devs, please, we hope to see the fix on android lollipop as well, not just the M. We really really need the fix.
db...@gmail.com <db...@gmail.com> #964
It has to be fixed for Lolipop as well - there are so many users out there who will not be upgraded to M, running out of battery in nearly 8 hours....!
gr...@gmail.com <gr...@gmail.com> #965
Same thing in 5.0.1 Asus MemoPad 7 ME572CL
co...@gmail.com <co...@gmail.com> #967
[Comment deleted]
co...@gmail.com <co...@gmail.com> #968
Same issues on my Moto X (2013) with Lollipop 5.1.
Google please fix it!
Google please fix it!
ch...@gmail.com <ch...@gmail.com> #969
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #970
#965 Thanks a bunch for the patches.
By the way, I can't understand the changes you made there. Mind to explain a bit?
By the way, I can't understand the changes you made there. Mind to explain a bit?
th...@gmail.com <th...@gmail.com> #971
On a Moto X 2014 on 5.1.1 I just did a factory reset last night and this bug is still affecting me.
ro...@gmail.com <ro...@gmail.com> #973
It seems that the long radio active time is not real, just a bug in the activity reporting. There must be another cause for the battery drain.
mr...@gmail.com <mr...@gmail.com> #974
#965 : thanks a lot for your time !
da...@gmail.com <da...@gmail.com> #975
#965: omg if it works you deserve a huge hug. I´m waiting for it to be merged into cm 12.1 to try it on my moto g 2014. Sad that the most stared and severe bug is fixed by a volunteer rather than google.
ro...@gmail.com <ro...@gmail.com> #976
What about this?
4G and "battery saving" mode
4G and "battery saving" mode
be...@gmail.com <be...@gmail.com> #977
I can vouch for the progress made on XDA I've been using it for about six hours now. My mobile radio active time has been greatly decreased!
ka...@gmail.com <ka...@gmail.com>
ma...@gmail.com <ma...@gmail.com> #978
Same issue here with Galaxy S6.
ed...@gmail.com <ed...@gmail.com> #979
i cant believe that takes so *** long to fix this, can someone tell me if i can go back to kitkat easily on a moto x 1st gen?
sh...@gmail.com <sh...@gmail.com> #980
It is strange that CustomRoms claim to have fixed the issue, yet Google didn't fix it although that battery stand-by time is a deal breaker for lot of people which this bug DESTROY ~!. Come on google aren't you jealous from Apple !?
I Am suffering from this bug.
I Am suffering from this bug.
ka...@gmail.com <ka...@gmail.com> #982
Same problem on my xperia Z with android 5.0.2, Google, please fix it
Bo...@msn.com <Bo...@msn.com> #983
@#981 grove
Youre THE MAN!!! Now i am able to charche my S6 with my pc again. This solved my problem.
Youre THE MAN!!! Now i am able to charche my S6 with my pc again. This solved my problem.
gi...@gmail.com <gi...@gmail.com> #984
@#981
it worked, oh my gosh :D
it worked, oh my gosh :D
da...@gmail.com <da...@gmail.com> #985
There is a way to bypass this bug.
Prerequisites:
1) Root
2) SuperSU with binaries installed
What to do:
1) Download Toggle Data 5.0 (http://forum.xda-developers.com/android/apps-games/app-toggle-data-5-0-widget-to-toggle-t2937936 ).
Install it, run it, grant it root access and check the box that says "Allow External Acces"
2) Download Octobot's mobile radio pwn (https://forums.oneplus.net/threads/apk-octobots-mobile-radio-pwn-v1-3-1-updated-2015-08-09.323219/ ).
Turn on wifi. Install it, run it, grant it root access and click "Activate pwnag3"
This will automatically manage wifi and mobile data when you switch between the two, thus not trigering the bug.
Tested by me on a moto g 2014 with cm 12.1 and working flawlessly.
Prerequisites:
1) Root
2) SuperSU with binaries installed
What to do:
1) Download Toggle Data 5.0 (
Install it, run it, grant it root access and check the box that says "Allow External Acces"
2) Download Octobot's mobile radio pwn (
Turn on wifi. Install it, run it, grant it root access and click "Activate pwnag3"
This will automatically manage wifi and mobile data when you switch between the two, thus not trigering the bug.
Tested by me on a moto g 2014 with cm 12.1 and working flawlessly.
ko...@gmail.com <ko...@gmail.com> #986
fck this...
I have a htc one m7, i'm stuck on 5.0.2, i can't even downgrade, cell standby using 70-80% and google / htc don't care at all ! I miss my oneplus one, at least with cm12.1 it was fixed.
I have a htc one m7, i'm stuck on 5.0.2, i can't even downgrade, cell standby using 70-80% and google / htc don't care at all ! I miss my oneplus one, at least with cm12.1 it was fixed.
er...@gmail.com <er...@gmail.com> #987
Same with mobile active radio, I should be able to use my phone a bit longer between charge. Not heavy user but almost done by 7 someday
jo...@gmail.com <jo...@gmail.com> #988
Same on my Nexus 4 with android 5.1.1.
This bug is definitely annoying so please fix it asap.
This bug is definitely annoying so please fix it asap.
di...@gmail.com <di...@gmail.com> #989
Bug que gasta muita bateria no Android 5.1 (Moto X 2° geração, XT1097) em cada carga, o sistema operacional exige 20% de bateria!
Atenciosamente, Diogo, Brasil (Brazil)
Atenciosamente, Diogo, Brasil (Brazil)
re...@gmail.com <re...@gmail.com> #990
Happening for Moto G 2n Gen Lollipop 5.1.1
su...@gmail.com <su...@gmail.com> #991
Galaxy S II (i9100) with Lollipop 5.1.1. The same problem.
ml...@gmail.com <ml...@gmail.com> #992
Nexus 4, Android 5.1.1.
The phone is lying around all day at work on my desk, basically doing nothing. When I return home, I have 40-50% battery left. If I use the phone for basic things like mailing, surfing or writing messages, I end with < 20% sometimes at the end of the day. This is ridiculous.
But hey, I shouldn't complain. Priority is "Small", so the problem can't be that serious, right? And of course I could just run around all day with an external battery attached, no big deal. Almost no one seems to be affected except for the THOUSANDS of users.
I don't know what's worse - the bug itself or the ignorance from Google. I paid for a phone, what I have at the moment is a mobile hand warmer because it even heats up while it is lying around. Ok, winter is coming, maybe not so bad.
Seriously, this will be my last android device for a long time if this ridiculous charade doesn't end very, very soon.
The phone is lying around all day at work on my desk, basically doing nothing. When I return home, I have 40-50% battery left. If I use the phone for basic things like mailing, surfing or writing messages, I end with < 20% sometimes at the end of the day. This is ridiculous.
But hey, I shouldn't complain. Priority is "Small", so the problem can't be that serious, right? And of course I could just run around all day with an external battery attached, no big deal. Almost no one seems to be affected except for the THOUSANDS of users.
I don't know what's worse - the bug itself or the ignorance from Google. I paid for a phone, what I have at the moment is a mobile hand warmer because it even heats up while it is lying around. Ok, winter is coming, maybe not so bad.
Seriously, this will be my last android device for a long time if this ridiculous charade doesn't end very, very soon.
bc...@gmail.com <bc...@gmail.com> #993
[Comment deleted]
[Deleted User] <[Deleted User]> #994
I can't freaking believe it. i came here expecting a solution after all the people complaining about the same shit. and there is no response from google. what the fuck. seriously i have to paid for this shit when it is not working?? WTF this is a fucking scam from samsung (galaxy s6 here) and/or google.
wa...@gmail.com <wa...@gmail.com> #995
Galaxy S6. Bug confirmed with 5.1.1 stock
LMY47X.FXXU2COH2.
Not a Samsung problem.
LMY47X.FXXU2COH2.
Not a Samsung problem.
ch...@gmail.com <ch...@gmail.com> #996
Sony Xperia Z with 5.1 updated by air. Bug confirmed
jo...@gmail.com <jo...@gmail.com> #997
This has also been an issue for a while on my Galaxy S5 running 5.1.1.
vo...@gmail.com <vo...@gmail.com> #998
HTC Butterfly S - seems like the same problem
re...@gmail.com <re...@gmail.com> #999
[Comment deleted]
ca...@gmail.com <ca...@gmail.com> #1000
Sony Xperia Z3 - Same issue, several apps reporting mobile radio active far longer than I used them.
Used to get almost 2 days of battery life before installing 5.1.1, now I go below 20% within a day of the same use.
Used to get almost 2 days of battery life before installing 5.1.1, now I go below 20% within a day of the same use.
an...@gmail.com <an...@gmail.com> #1001
GalaxyA5. It's same here too..It was okay on kitkat. After updated to 5.0.2.the battery drain too fast..
an...@gmail.com <an...@gmail.com> #1002
same problem with Huawei P8 lite (lollipop 5.0)... Mobile radio active battery drain is more then 70%!! :(
fu...@gmail.com <fu...@gmail.com> #1003
Same with nexus 5 from 4.4 to 6.0 preview...
bl...@gmail.com <bl...@gmail.com> #1004
same bug on Gaxlaxy S6 5.1.1
google play services and massenagers draining my battery
google play services and massenagers draining my battery
ch...@gmail.com <ch...@gmail.com> #1005
Does the latest build 5.1.1 r18 fix this issue yet??
da...@gmail.com <da...@gmail.com> #1006
#1005: i will install very soon a rom or two with r18 and will report back. I´d not raise hope much, google´s policy regarding this monumental bug seems to be to fix it on M and give the finger to L users.
dm...@gmail.com <dm...@gmail.com> #1007
Sony Z2a. Hard reset solved this problem for a week. Yesterday it's happened again. Strange. :(
ct...@gmail.com <ct...@gmail.com> #1008
Using CM12.1 with r18 don't solve the problem :((
ch...@gmail.com <ch...@gmail.com> #1009
#1006 I tried on my find 7, with cm12.1 r18 and exodus r18, "bad news" are the words I could say. No efforts has been taken by Google to solve the MRA bug.
RIP lollipop.
RIP lollipop.
ca...@gmail.com <ca...@gmail.com> #1010
Same issue, BQ Aquaris M5 5.0.2 :(
le...@gmail.com <le...@gmail.com> #1011
Same here. Google do something with this. We are using our phones for many things, so it's not fair giving this issue low priority.
mo...@gmail.com <mo...@gmail.com> #1012
Nexus 5 5.1.1
Google Chrome and YouTube. Same issue since Lollipop
It's crazy
Google Chrome and YouTube. Same issue since Lollipop
It's crazy
ab...@gmail.com <ab...@gmail.com> #1013
Hi all,
I own a Nexus 4 and since 5.X.X update I started suffering this issue. I decided to downgrade to KitKat and it was there too!. I've gone mad trying 4.4.4, 5.0.1 amd 5.1.1 stock roms, I tried custom ROMS (CM 11, CM 12.1, Chroma ROM). The issue is because of Google (Play) Services. How did I get rid of it and recover my battery life (even longer): Install CM 12.1 without GAPPs. Since Google refuses to support on this issue, specially for "old" phones like mine, it seems to me they deserve to be left aside.
Yoy pay some price, some Google Apps will not work (Play Store, Gmail, YouTube, Drive), but others will, the most important ones in my opinion, that will provide the lost functionality (Chrome, Maps), and you can retain most functionality you can definitely live without them. You will have to work a bit, but the result will be peace of mind and a phone truly under your control.
I own a Nexus 4 and since 5.X.X update I started suffering this issue. I decided to downgrade to KitKat and it was there too!. I've gone mad trying 4.4.4, 5.0.1 amd 5.1.1 stock roms, I tried custom ROMS (CM 11, CM 12.1, Chroma ROM). The issue is because of Google (Play) Services. How did I get rid of it and recover my battery life (even longer): Install CM 12.1 without GAPPs. Since Google refuses to support on this issue, specially for "old" phones like mine, it seems to me they deserve to be left aside.
Yoy pay some price, some Google Apps will not work (Play Store, Gmail, YouTube, Drive), but others will, the most important ones in my opinion, that will provide the lost functionality (Chrome, Maps), and you can retain most functionality you can definitely live without them. You will have to work a bit, but the result will be peace of mind and a phone truly under your control.
b4...@gmail.com <b4...@gmail.com> #1014
Same issue here, Nexus 4 with CyanogenMod 12.1 _without_ Google Apps installed.
sm...@gmail.com <sm...@gmail.com> #1015
Test battery consumption on ONEPLUS ONE in Idle mode (Kitkat vs Lollio)
Date completion = 13 Sept 2015
• Two different configurations
• Kitkat-4.4.4_XNPH05Q-11.0_KTU84Q
• Lollipop-5.1.1_YOG4PAS1N0-12.1_LMY48B
• Same phone
• Same installed Aps
• Same “Privacy” configuration
• SystemUpdateService fully disabled under “Privacy”
• Only mobile network active (calls only – i.e. NO DATA)
• All others disabled,
Test duration = 56 hours on both configurations
• Kitkat-4.4.4_XNPH05Q-11.0_KTU84Q= battery drain – 21% over 56 hrs
• Lollipop-5.1.1_YOG4PAS1N0-12.1_LMY48B= battery drain – 47% over 56 hrs
This is NOT a Small Issue!!!!
ab...@gmail.com <ab...@gmail.com> #1016
Oh, sorry to hear that with Nexus.
Clean install? I mean, format system, data, dalvik, cache, then flash 12.1 snapshopt 12.1 zip file?
Clean install? I mean, format system, data, dalvik, cache, then flash 12.1 snapshopt 12.1 zip file?
al...@gmail.com <al...@gmail.com> #1017
Same issue with Moto X 2013 since OTA 5.1 update. Battery life is much worse compared to Kitkat. Tried factory reset, flashing CM12.1 nightly with com.pyler.mobileradioactivefix - nothing has helped.
zi...@gmail.com <zi...@gmail.com> #1018
Walked down the street and my OnePlus One switched from WiFi to 4G. Looked at it about 3 hours later and the battery was almost dead and it was still on 4G. Google Play Services is showing 2h 45m of "Mobile Radio Active" and is using a higher percentage of my battery than 4h 20m of Screen On Time.
This is definitely *not* "Small" Priority!!!
This is definitely *not* "Small" Priority!!!
dn...@google.com <dn...@google.com>
ro...@gmail.com <ro...@gmail.com> #1019
[Comment deleted]
m....@gmail.com <m....@gmail.com> #1020
[Comment deleted]
m....@gmail.com <m....@gmail.com> #1021
Why is this a small priority issue? It is currently the second most starred issued on the system and many comments show how important the community feel it is. Give it the priority it deserves!
dn...@google.com <dn...@google.com> #1022
Hi,
Thank you for reporting this issue. We have passed this on to the development team and will update this issue with more information as it becomes available.
Thank you for reporting this issue. We have passed this on to the development team and will update this issue with more information as it becomes available.
ma...@gmail.com <ma...@gmail.com> #1023
About time; only took a 1000 comments...but seriously this is low priority? What are your high priority issues?
al...@gmail.com <al...@gmail.com> #1024
Unfortunately our bug is low priority as you can still use the device, just more frequent charging.
I checked the high priority cases, those are mainly crashes, freeze, out of memory etc.
I checked the high priority cases, those are mainly crashes, freeze, out of memory etc.
ym...@gmail.com <ym...@gmail.com> #1025
High priority should be every bug which makes customers switch brand of phone or move to iOS or Windows platform. It's exactly what i've been considering more and more often because of this persisting 'low priority' bug.
zi...@gmail.com <zi...@gmail.com> #1026
"Unfortunately our bug is low priority as you can still use the device, just more frequent charging."
That needs to change! If someone needs proof, direct them to this bug report! :) People expect their phones not to suddenly start dying in half or a quarter of the time. If there is not a reasonable work-around, then it should be a high priority bug.
I realize it's easier to just blame some other apps than investigate, but there has to be a point where it is looked at much sooner than it has been with this bug. Providing better debug options so that users can more easily pin-point and prove that it's not an app causing the problem would be a huge help.
That needs to change! If someone needs proof, direct them to this bug report! :) People expect their phones not to suddenly start dying in half or a quarter of the time. If there is not a reasonable work-around, then it should be a high priority bug.
I realize it's easier to just blame some other apps than investigate, but there has to be a point where it is looked at much sooner than it has been with this bug. Providing better debug options so that users can more easily pin-point and prove that it's not an app causing the problem would be a huge help.
zi...@gmail.com <zi...@gmail.com> #1027
[Comment deleted]
gr...@gmail.com <gr...@gmail.com> #1028
I too am anxious to get this fixed, but to leave android for iOS? Ha! Talk about leaving the fire to enter the lava! Little things have yet to be fixed in iOS, including WiFried which has been going on for 9 months despite the frequent iOS updates. Believe me - you're better off with android.
jp...@gmail.com <jp...@gmail.com> #1029
AT LEAST! Very late, but it's going to be fixed at least...
The question is, how? Via OTA? Via Google Play Services fix?...
The question is, how? Via OTA? Via Google Play Services fix?...
ch...@gmail.com <ch...@gmail.com> #1030
#1023 As we know Google will be fixing it on android M, isn't the codes nearly similar to lollipop? It's been a quarter of the year and this bug remains unsolved.
lt...@gmail.com <lt...@gmail.com> #1031
This bug is so annoying. I wasted so much time to find a reason for the rapid battery drain, removed apps, even factory reset my phone - just to find out, that Google knows about it and ignores these reports here for more than five months. Besides security fixes, what can be more important for a mobile devices, than battery life? I don't need new fancy features so urgent, but a stable, usable and secure phone is essential.
tc...@gmail.com <tc...@gmail.com> #1032
> Unfortunately our bug is low priority as you can still use the device, just more frequent charging.
You can't use your device if the battery is dead. I came home with 1% remaining yesteday vs. the 20% or so I typically would have on KitKat (Moto X 2013, now on 5.1).
You can't use your device if the battery is dead. I came home with 1% remaining yesteday vs. the 20% or so I typically would have on KitKat (Moto X 2013, now on 5.1).
br...@gmail.com <br...@gmail.com> #1033
Same problem on Moto X 2013. Went from over 6 hours of screen time over more than a day to barely making it through the day with multiple charges.
fa...@gmail.com <fa...@gmail.com> #1034
It's already too late. I bought a windows phone and decided I will never buy an android phone again. Android support is the worst, it literally took months to even start to fix this CRITICAL issue. This issue is critical, since my phone gets drained by the end of day so it will become unusable!!! It is a show stopping, critical, huge issue and not freaking 'small' priority. My guess, the same will happen in the future to all other android bugs which hasn't been discovered yet.
You have just lost a lot of Android users because of this bug (I know several people who already switched to iphone or windows because of this).
You have just lost a lot of Android users because of this bug (I know several people who already switched to iphone or windows because of this).
ju...@gmail.com <ju...@gmail.com> #1035
This bug is freak. This bug are the result from the human destruction of the enviroment. Any resemblance to godzilla is no coincidence.
rh...@gmail.com <rh...@gmail.com> #1036
google repair this bug otherwise , many peoples change to other platform , sorry i dont need a phone what we can use 4 hrs and 0 % battery.
ed...@gmail.com <ed...@gmail.com> #1037
My Nexus 6 was fully charged last night. Woke up this morning to a Low Battery Warning? The battery completely discharged over night while the phone was on standby. This is the not the first time this has happened either. In the last month or so I remember this happening on 2 other occasions. My Nexus is up to date. Android version 5.1.1. The is a stock Nexus 6, not rooted. I purchased this directly from the Google Play website last year. Did not have a battery issues before. Just the last month or so. Hope Google fixes this.
db...@gmail.com <db...@gmail.com> #1038
Did the bug status changed to assigned in the last days or I just haven't noticed before? If so, things might be moving towards a solution on Google's side...
mr...@gmail.com <mr...@gmail.com> #1039
@#1039, see #1023
br...@gmail.com <br...@gmail.com> #1040
I do not understand why this has a 'Small' priority level. This is having a massive impact on the usability of my phone (Xperia Z 5.1.1).
cr...@gmail.com <cr...@gmail.com> #1041
Please google raise this issue's priority. It affects quite every LP phone. Do something about LolliPop!!
si...@gmail.com <si...@gmail.com> #1042
This update has rendered my Nexus 5 to "expensive paperweight" status as I go from needing 0 charges to get through the day to 2-3. This is absolutely disgusting, and ANY time with ANY lollipop phone would turn up this bug. Getting real sick of all this unfinished software I'm forced to use.
no...@gmail.com <no...@gmail.com> #1043
Like others, I have a 2013 Moto X that was just upgraded to Lollipop. As you can see from a simple Google search, this issue affects many different phones, so it is clearly a software issue.
Android continues to be plagued by irritating issues with battery drains, wakelocks, etc. Chief among these are Google's own apps, such as the myriad problems with Google Play Services. I don't get why this is so complicated. Google employees must use Android phones, so they should know this is an issue.
I was going to get the new Nexus, but I am now seriously considering just switching to an iPhone to avoid the headache. It's just not worth it playing roulette and hoping that you get a device that is unaffected. I don't have time to babysit my phone's battery.
Android continues to be plagued by irritating issues with battery drains, wakelocks, etc. Chief among these are Google's own apps, such as the myriad problems with Google Play Services. I don't get why this is so complicated. Google employees must use Android phones, so they should know this is an issue.
I was going to get the new Nexus, but I am now seriously considering just switching to an iPhone to avoid the headache. It's just not worth it playing roulette and hoping that you get a device that is unaffected. I don't have time to babysit my phone's battery.
da...@gmail.com <da...@gmail.com> #1044
Why is this issue is set as Small priority? what is the devs even thinking? are they using an Android Phone or iPhone?
da...@gmail.com <da...@gmail.com> #1045
[Comment deleted]
da...@gmail.com <da...@gmail.com> #1046
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #1047
#1044 Let's not hope too much on android M. They said they had the fix for this bug, but I'm sure there'll be the next annoying bug coming up and Google will delay to fix it, just like what we are facing now.
Yes, 29th Sept, but I'm planning to switch to iOS.
Yes, 29th Sept, but I'm planning to switch to iOS.
aa...@gmail.com <aa...@gmail.com> #1048
#1048 Sept 29th is the date for this fix to be released? If not, do we have any ETA on this?
ch...@gmail.com <ch...@gmail.com> #1049
#1049 Android M is most probably to be released on Sept 29, word on the street.
Source:http://www.greenbot.com/article/2984828/android/google-plans-a-press-event-for-september-29th-hints-at-android-marshmallow-release.html
Again, it's unlikely lollipop users will get the bug fixed during this period since Google is busy with earning profit. Maybe in a month or two? But as I said, don't put too much hope.
Source:
Again, it's unlikely lollipop users will get the bug fixed during this period since Google is busy with earning profit. Maybe in a month or two? But as I said, don't put too much hope.
ma...@gmail.com <ma...@gmail.com> #1050
Lollipop is absolutely the worst Android version. Battery drains like crazy. Just look at the screenshots. It was like this on 5.0.2, and it is like this now on 5.1.1. After 5 years of using Android, I'm seriously thinking of switching to iOS. The worst is that Google doesn't seem to care about fixing this on Lollipop.
sa...@gmail.com <sa...@gmail.com> #1051
This is really disappointing. Charged my phone to 100% last night, battery just died (after about 12 hours). Main culprit call standby with Mobile Radio Active.
an...@gmail.com <an...@gmail.com> #1052
[Comment deleted]
al...@gmail.com <al...@gmail.com> #1053
This problem has risen it's ugly head on my phone as well recently (moto g 2014).
It is surprising to me as well that google considers this a small issue (maybe the percentage of users affected is considered to be negligable).
Google should fix this problem as it makes phones far less mobile (almost redundant thus). As I do not want to go to IOS or Windows phone, I would consider a dumb phone again, and that is an improvement on Android!
It is surprising to me as well that google considers this a small issue (maybe the percentage of users affected is considered to be negligable).
Google should fix this problem as it makes phones far less mobile (almost redundant thus). As I do not want to go to IOS or Windows phone, I would consider a dumb phone again, and that is an improvement on Android!
ne...@gmail.com <ne...@gmail.com> #1054
For me exchance services has 60% of my battery drain... Please help...
la...@gmail.com <la...@gmail.com> #1055
Please fix cell standby.
My new S6 Edge plus is not lasting more than 12 hours.
And I thought Android was better :(
My new S6 Edge plus is not lasting more than 12 hours.
And I thought Android was better :(
gr...@gmail.com <gr...@gmail.com> #1056
fix radio on comment #981
th...@gmail.com <th...@gmail.com> #1057
This bug is just incredible to me. I'm ready to forgive a lot, but this bug has lasted for far too long and destroys my esteem for Android. For the first time I'm considering switching to an iphone.
ct...@gmail.com <ct...@gmail.com> #1058
Android M will be released in a few days.Probably they fixed in M version and will sell it as a BIG improvements in battery life.And it will be, since now L don't have a battery .
I look forward to see if I am right ;)
I look forward to see if I am right ;)
si...@gmail.com <si...@gmail.com> #1059
This bug is killing Lollipop.
Pitty that there are so many big battery android phones that are reduced to 1 day max usage because of this.
Pitty that there are so many big battery android phones that are reduced to 1 day max usage because of this.
ba...@gmail.com <ba...@gmail.com> #1060
[Comment deleted]
ba...@gmail.com <ba...@gmail.com> #1061
Even if the bug is fixed in M (which by all rights it probably will be) most of the non-flagship devices and anything before 2014 won't be getting M and if any of them do it won't be for a year.
Any news of a possible v5.1.2 of L?
Any news of a possible v5.1.2 of L?
ky...@gmail.com <ky...@gmail.com> #1062
Nexus 4 with 5.1.1 and have the same problem 7h without any activity and my battery is drop down to 35%
ad...@gmail.com <ad...@gmail.com> #1063
I'm also facing a severe battery drainage issue after updating my Xperia ZR to 5.1.1. I figured out that the 'Mobile Radio Active' is the culprit. Facebook Application and other applications are keeping 'Mobile Radio Active' for a very very long time. When will this be fixed? I heard this will be fixed in Android M then what will happen to those who wont be getting Android M on their phones? I think Google should scrap 5.1.1 if they cant fix this issue in this version only.
ur...@gmail.com <ur...@gmail.com> #1064
For my Sony Xperia Z1 compact it started righ after updateing from 5.0.2 to 5.1.1.
Battery usage shows activity of the phone in the middle of the night, with no active app, radio on GSM and wifi on.
I really don't know why this bug's priority is "small" as it affects so many users and there is no known workaround.
Battery usage shows activity of the phone in the middle of the night, with no active app, radio on GSM and wifi on.
I really don't know why this bug's priority is "small" as it affects so many users and there is no known workaround.
pu...@gmail.com <pu...@gmail.com> #1065
G$$gle laughing all the way to the bank.
mb...@gmail.com <mb...@gmail.com> #1066
One friend of mine asked me what would be the best option for him, buy a new Moto X or buy an used iPhone 5. I'm Sorry Google, but because of this bug, I told him to buy an old and used Iphone instead of a new Android phone
ma...@gmail.com <ma...@gmail.com> #1067
Same here. Just updated to 5.1.1 and battery life was cut to a third! The phone is now occasionally draining extremely rapidly through the "cell standby" process. Please please fix this asap.
ma...@gmail.com <ma...@gmail.com> #1068
My z3 has poor battery life since the update, if this is not fixed soon, I will be leaving for Apple.
ro...@gmail.com <ro...@gmail.com> #1069
I don't understand why this isn't being given attention.
My device discharges 50% throughout the night, without me even touching it.
Whatsapp and Chrome are always the biggest drainers, whereas in Kitkat, in the same usage pattern, screen would come on top with a considerable margin..
My device discharges 50% throughout the night, without me even touching it.
Whatsapp and Chrome are always the biggest drainers, whereas in Kitkat, in the same usage pattern, screen would come on top with a considerable margin..
ma...@gmx.de <ma...@gmx.de> #1070
@urfin78 #1065
repeat your test without active wlan. on my phone the active wlan was the problem for the high battery drain.
repeat your test without active wlan. on my phone the active wlan was the problem for the high battery drain.
ra...@gmail.com <ra...@gmail.com> #1071
Sony Xperia Z1. Just updated from 5.0.2 to 5.1.1
Battery went from 100% to 40% in about 2.5 hrs with little or no usage.
Cell standby process is keeping the mobile radio active all the time.
This is not a minor issue Google.
It is a MAJOR issue considering it is affecting all handsets!!
Battery went from 100% to 40% in about 2.5 hrs with little or no usage.
Cell standby process is keeping the mobile radio active all the time.
This is not a minor issue Google.
It is a MAJOR issue considering it is affecting all handsets!!
ni...@gmail.com <ni...@gmail.com> #1072
Hi!
I have the same issue (See picture attached), my battery can go from 80% to 1% in 1s, if I plug my phone on a charger and start again sometimes the battery can be back at 50-60% or stay at 1%... My phone is totally useless now with this bug. I can't understand this small priority.... :(
Is there any news according the the priority of this bug ? Is there a possibility to downgrade to former Android version during the time Android 6 will arrive?
My phone: Sony Xperia Z1 Compact.
Thanks
I have the same issue (See picture attached), my battery can go from 80% to 1% in 1s, if I plug my phone on a charger and start again sometimes the battery can be back at 50-60% or stay at 1%... My phone is totally useless now with this bug. I can't understand this small priority.... :(
Is there any news according the the priority of this bug ? Is there a possibility to downgrade to former Android version during the time Android 6 will arrive?
My phone: Sony Xperia Z1 Compact.
Thanks
ni...@gmail.com <ni...@gmail.com> #1074
Same awful battery drain since updating my Z1 compact yesterday to 5.1.1. The phone also overheats horribly. It's a shame since 5.0 was working perfectly.
Will try to do a repair and factory reset in Sony Bridge for Mac... I really hope it works. If not, does anyone have a solution for a downgrade to 5.0 ??
Please fix this, Sony or Google or anyone!!!!
Will try to do a repair and factory reset in Sony Bridge for Mac... I really hope it works. If not, does anyone have a solution for a downgrade to 5.0 ??
Please fix this, Sony or Google or anyone!!!!
st...@gmail.com <st...@gmail.com> #1075
Sony Xperia ZL. Just updated to 5.1.1
Battery discharged per night 100% to 50% (((((
Battery discharged per night 100% to 50% (((((
ca...@gmail.com <ca...@gmail.com> #1076
I have the same issue, my battery can go from 80% to 1% in 1s, if I plug my phone on a charger and start again sometimes the battery can be back at 50-60% or stay at 1%... My phone is totally useless now with this bug. I can't understand this small priority....
Is there any news according the the priority of this bug ? Is there a possibility to downgrade to former Android version during the time Android 6 will arrive?
My phone: Sony Xperia Z1 Compact.
Thanks
Is there any news according the the priority of this bug ? Is there a possibility to downgrade to former Android version during the time Android 6 will arrive?
My phone: Sony Xperia Z1 Compact.
Thanks
bu...@gmail.com <bu...@gmail.com> #1077
Same problem on my nexus 5, it works well few days and one day, battery is drainded in a 1-2 hours: only solution I find : Hard reset... il helps few days before starting again... please help...
jo...@gmail.com <jo...@gmail.com> #1078
Does anyone with this issue have "Avoid bad Wi-Fi connections" enabled?
Did you ever have it enabled?
It's under the Advanced Wi-Fi settings.
Did you ever have it enabled?
It's under the Advanced Wi-Fi settings.
to...@gmail.com <to...@gmail.com> #1079
[Comment deleted]
ss...@gmail.com <ss...@gmail.com> #1080
#1079, yes, i've always have the "Avoid bad wifi connections" option enabled and having the mobile active battery draining issue too.
lm...@gmail.com <lm...@gmail.com> #1081
Dopo Lollipop 5.1 la batteria del mio xperia z dura mezza giornata. Problema grave che fa rimpiangere la versione 5.0...anzi c'e' qualcuno che sa dirmi se si puo' tornare a 5.0?
96...@gmail.com <96...@gmail.com> #1082
Desde la ultima actualizacion de mi oneplus one la bateria se drena por el buug de "radio movil activada" en todas las aplicaciones al usar los datos moviles. He visto otros dispositivos con lollipop y esto no sucede..... Asi que es casos aislados no en todos los lollipop. Espero una solucion rapida por favor
ki...@gmail.com <ki...@gmail.com> #1083
[Comment deleted]
to...@gmail.com <to...@gmail.com> #1084
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #1085
Lollipop life ends there. r24 build has just been released not long ago and I suppose it would be the last build for lollipop whereby it merged to android 6.0.0_r1.
Still no fix on the last build, I don't see anything related mentioned in the changelog.
R.I.P LOLLIPOP
Still no fix on the last build, I don't see anything related mentioned in the changelog.
R.I.P LOLLIPOP
ru...@gmail.com <ru...@gmail.com> #1086
Tenho o Software Lollipop 5.1. tenho um wiko highway star e sempre que conecto os dados moveis 4G a minha bateria gasta rápidamente o que fazer?
Procuro soluções!
Procuro soluções!
ad...@gmail.com <ad...@gmail.com> #1087
Has anyone flashed the official Android 6.0 image? It's out and I read somewhere that this issue was gonna be addressed in this version. I'll try it tonight.
ca...@gmail.com <ca...@gmail.com> #1088
Issue is indeed still present in 6.0 build MRA58K. My phone was awake all night last night due to "Mobile Radio Active" from Google Play Services and "Cell Standby" and other apps. In 8 hours, it drained 24%. I rebooted this morning and thought maybe it'd fix it. Issue persists.
I'll admit, it's not as bad as it was in 5.1.1; however, this issue shouldn't be present at all.
I'll admit, it's not as bad as it was in 5.1.1; however, this issue shouldn't be present at all.
fe...@gmail.com <fe...@gmail.com> #1089
bq Aquaris E5 LTE, not rootet
With android KitKat my battery lasts at least three or four days. Since I have upgraded my phone from KitKat to 5.0.2 it doesn't last 24 hours.
Android OS and Android System are the main consumers. The interesting part is, mobile data connection hasn't to be enabled for this. Even when using wifi or at night when no mobile data connection and no Wifi are activated, the battery drops at an insane speed.
What is more, if I click on the battery graph to get the details about mobile connection, wifi, display activity and so on, I see that my phone is active (the active indicator) about 95-99% of the time. As far as I know, the phone shouldn't be active most of the time when I am not using it and no app is requesting some data from the internet. But also in flight mode without wifi activated the phone stands active all the night.
This needs half as much battery than having two SIM-cards without mobile data connection online all the night in android 4. If I am not in flight mode, the mobile stand-by doesn't need much battery, but the active Android OS and Android System consume a giant amount of energy.
It seems that this major error isn't fixed for quite a long time. Fortunately bq gives me an option to downgrade my phone back to KitKat. I will use this function.
With android KitKat my battery lasts at least three or four days. Since I have upgraded my phone from KitKat to 5.0.2 it doesn't last 24 hours.
Android OS and Android System are the main consumers. The interesting part is, mobile data connection hasn't to be enabled for this. Even when using wifi or at night when no mobile data connection and no Wifi are activated, the battery drops at an insane speed.
What is more, if I click on the battery graph to get the details about mobile connection, wifi, display activity and so on, I see that my phone is active (the active indicator) about 95-99% of the time. As far as I know, the phone shouldn't be active most of the time when I am not using it and no app is requesting some data from the internet. But also in flight mode without wifi activated the phone stands active all the night.
This needs half as much battery than having two SIM-cards without mobile data connection online all the night in android 4. If I am not in flight mode, the mobile stand-by doesn't need much battery, but the active Android OS and Android System consume a giant amount of energy.
It seems that this major error isn't fixed for quite a long time. Fortunately bq gives me an option to downgrade my phone back to KitKat. I will use this function.
lo...@gmail.com <lo...@gmail.com> #1090
Nexus 6 android M factory image. Battery drain worse for me than 5.1.1 wifi keeps switching off when screen off despite being set not to apps keep restarting every time screen comes back on as wifi reconnects. Battery drains 1% per minute once screen on cpu gets hot. Tried switchong off wifi battery still drains at alarming rate.
re...@gmail.com <re...@gmail.com> #1091
My Nexus 5 still has the mobile radio drain with Android 6.0. I've flashed 6.0 completely including a full wipe of the phone.
ba...@gmail.com <ba...@gmail.com> #1092
Did people who have M do a clean factory install?
With my moto x 2013 I did a factory reset and then installed 5.1.1, and for a few days I had the best battery life I've ever had.
But then I actually installed some apps and went down to about 12hrs of batt life.
With my moto x 2013 I did a factory reset and then installed 5.1.1, and for a few days I had the best battery life I've ever had.
But then I actually installed some apps and went down to about 12hrs of batt life.
to...@gmail.com <to...@gmail.com> #1093
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #1094
So the 6.0 Marshmallow is just a minor update to Lollipop. Nothing has been really changed/improved. As far as I see the battery life is gotten worse. No wonder Iphones are selling like crazy.
bc...@gmail.com <bc...@gmail.com> #1095
2013 Moto X is completely unusable after updating to Lollipop, and yes, I did a factory reset. Cell standby burning through the battery, showing 50-60% battery usage.
Interestingly, I am NOT seeing this issue on my Nexus 6 running the Android 6.0 build released on Monday.
Interestingly, I am NOT seeing this issue on my Nexus 6 running the Android 6.0 build released on Monday.
on...@voelkerweb.de <on...@voelkerweb.de> #1096
Same with s4 5.0.1 less than one day accu
av...@gmail.com <av...@gmail.com> #1097
My stock email app consuming 34% of my battery and keeping 4hrs mobile radio active ,,, I don't how to produce bug report but posting screenshot
Os : 5.0.2
Device: Moto G 2014
Os : 5.0.2
Device: Moto G 2014
al...@gmail.com <al...@gmail.com> #1098
Same issue on Galaxy S4 Lollipop 5.0.1
Battery Working for 3 or 4 hours!
Battery Working for 3 or 4 hours!
st...@gmail.com <st...@gmail.com> #1099
I got marshmallow yesterday and my phone has just lost 80% battery in about 4 hours - mobile standby is the highest user - closely followed by Android OS, Google Services and Android System.
zd...@gmail.com <zd...@gmail.com> #1100
Same issue, Samsung Galaxy S4 Google Play Edition, running 5.1.
th...@gmail.com <th...@gmail.com> #1101
Same issue. Galaxy S4 I9506 after update to 5.0.1. The battery life has extremely fallen.
When mobile data are on the Google Play Services drain the battery as hell.
It's ridiculous that my phone lost 20% of battery overnight and since the last charge the Play Services drained almost the half of all the consumed energy...
On 4.2.2 when i took the phone off the charger I had about 65-70 percent of the battery after 10 hours when mobile data was on. Now after updated to 5.0.1 my battery is about 45-50 percent.
There are also more bugs that irritate me so I'll downgrade to 4.2.2. Don't believe there will be any update to Android 6 for this model so there's no way to leave the buggy 5.0.1 running.
When mobile data are on the Google Play Services drain the battery as hell.
It's ridiculous that my phone lost 20% of battery overnight and since the last charge the Play Services drained almost the half of all the consumed energy...
On 4.2.2 when i took the phone off the charger I had about 65-70 percent of the battery after 10 hours when mobile data was on. Now after updated to 5.0.1 my battery is about 45-50 percent.
There are also more bugs that irritate me so I'll downgrade to 4.2.2. Don't believe there will be any update to Android 6 for this model so there's no way to leave the buggy 5.0.1 running.
dw...@gmail.com <dw...@gmail.com> #1102
This how google works
-> Identifies users need more battery life
-> Adds a mobile radio bug
-> Plans on fixing it for over a year
-> New plans of improving battery life
-> Screw SOT just work on standby time because people just sleep the entire day apart from those working in Google
-> Naw! let the users have a placebo effect!
-> Identifies users need more battery life
-> Adds a mobile radio bug
-> Plans on fixing it for over a year
-> New plans of improving battery life
-> Screw SOT just work on standby time because people just sleep the entire day apart from those working in Google
-> Naw! let the users have a placebo effect!
co...@gmail.com <co...@gmail.com> #1103
When you don't know how to fix, then ask someone who did ... but don't let this BUG open for months without doing something ...
have a look here:
http://www.ibtimes.co.uk/xposed-module-fix-mobileradioactive-bug-now-available-android-5-0-lollipop-download-1517946
... and give this BUG a higher priority than 'small'
Thank you
have a look here:
... and give this BUG a higher priority than 'small'
Thank you
ca...@gmail.com <ca...@gmail.com> #1104
Same problem with 5.1.1 with Sony Xperia Z1 Compact since I have updated two weeks ago.
ml...@gmail.com <ml...@gmail.com> #1105
@ #1104: The xposed module you mention does NOT fix the bug. It just masks the problem. The "fix" has been discussed here before and in other forums, too.
@ Google: Take your time, don't hurry! The issue was reported in april (!) and you acknowleged it as a defect in september (!!). So I think we can expect a solution in maybe 01/2016? Great, looking forward! Oh wait, my Nexus 4 won't (officially) receive the bugfix anyway, I suppose. So I will just buy a new Nexus 6 then. Not.
Sorry, the only way left for me to deal with this is sarcasm. As I mentioned already - this is ridiculous and you should be ashamed.
@ Google: Take your time, don't hurry! The issue was reported in april (!) and you acknowleged it as a defect in september (!!). So I think we can expect a solution in maybe 01/2016? Great, looking forward! Oh wait, my Nexus 4 won't (officially) receive the bugfix anyway, I suppose. So I will just buy a new Nexus 6 then. Not.
Sorry, the only way left for me to deal with this is sarcasm. As I mentioned already - this is ridiculous and you should be ashamed.
ha...@gmail.com <ha...@gmail.com> #1106
Samsung Galaxy Grand Prime.
same issue
16H of mobile radio active
42% of battery usage!
Cant even charge my phone to 100% without turning it off.
fix this!
same issue
16H of mobile radio active
42% of battery usage!
Cant even charge my phone to 100% without turning it off.
fix this!
[Deleted User] <[Deleted User]> #1107
Moto X (first gen) with the same cell standby problem -Used to go all day without a charge - now with no real usage, need to recharge during the day (51% cell standby). It took Verizon an extra year to jam Lollipop on my phone and make battery usage much worse.
Really not cool that there is no plan to fix the bug for Moto X (first gen), but only in Marshmallow which is not slated to be released for the Moto X (first gen). Please work on a Lollipop patch and don't abandon the buyers of what at the time was a Google phone.
Really not cool that there is no plan to fix the bug for Moto X (first gen), but only in Marshmallow which is not slated to be released for the Moto X (first gen). Please work on a Lollipop patch and don't abandon the buyers of what at the time was a Google phone.
de...@gmail.com <de...@gmail.com> #1108
Same here. Sony Xperia Z3 compact with L 5.1.1
za...@gmail.com <za...@gmail.com> #1109
Indeed now i'm regretted to have updated to 5.1.1.. Thinking on downgrading to kitkat. Huge battery consumption. Even 2.1a charger can't compensate the power usage. Xperia z user
ke...@gmail.com <ke...@gmail.com> #1110
Moto X first Gen. Since Lollipop update, can confirm horrible battery life due to constant Cell Standby usage.
This phone is pretty useless at this stage; battery lasts maybe 5 hours with minimal usage. The bug needs to be fixed!
This phone is pretty useless at this stage; battery lasts maybe 5 hours with minimal usage. The bug needs to be fixed!
mc...@gmail.com <mc...@gmail.com> #1111
Once you have a rom (or the xposed module) that addresses the mobile radio active reporting issue, the same apps appear to still use a ton of battery. It seems to help a bit to use Privacy Guard to deny some services and apps permissions to do things like Wake Up and Stay Awake. However, what I don't understand is why Google Play Services still wants to check my location 200 times per hour (including when Location Services is turned off), wake up my phone 100 times per hour, or read my SMS DB 2000 times (yes, two thousand times) per hour considering I have Messaging frozen and use another SMS app.
ry...@gmail.com <ry...@gmail.com> #1112
I have the same issue on a Samsung Galaxy S6 on 5.1.1. I have attached battery stats on minimal usage.
al...@gmail.com <al...@gmail.com> #1113
I am beginning to hate Android. Please fix this bug. My phone is currently draining itself even when plugged in. It's cooking the hardware and most likely damaging it.
ze...@gmail.com <ze...@gmail.com> #1114
Cell standy bug on my Moto X 2013!! It can be good if I restart the phone without Data turned on but as soon I turn it on it's starting to get worse!
If Moto doesn't want us to get Marshmallow update then at least leave our phones with decent update!
If Moto doesn't want us to get Marshmallow update then at least leave our phones with decent update!
br...@gmail.com <br...@gmail.com> #1115
This is the second time I have had major battery issues with an upgrade. I love Android, but my wife's iPhone has never had any issues with an upgrade (and she doesn't have to do a factor reset after each one). Google, please start getting this stuff right and treating your users as valued customers.
ba...@gmail.com <ba...@gmail.com> #1116
I've seen some improvement by getting rid of as many apps as I can that check for notifications, and just use the chrome browser. As someone said I will see how much I can limit google play from doing much of anything too. It's drastic, but it means I can actually use the device for a full day now.
I would just downgrade to 4.4.4 but the VZW version of the motox 2013 has a completely locked bootloader.
I would just downgrade to 4.4.4 but the VZW version of the motox 2013 has a completely locked bootloader.
sm...@gmail.com <sm...@gmail.com> #1117
Hi
this is a message for dnaga...@google.com (owner of Defect-21766163).
Can you please revise the analysis done onhttp://www.ibtimes.co.uk/xposed-module-fix-mobileradioactive-bug-now-available-android-5-0-lollipop-download-1517946 and implement a test and a solution.
You have surely noted how more than 1.100 users are claiming for such defect to be considered greater than a "small" priority.
this is a message for dnaga...@google.com (owner of Defect-21766163).
Can you please revise the analysis done on
You have surely noted how more than 1.100 users are claiming for such defect to be considered greater than a "small" priority.
pi...@gmail.com <pi...@gmail.com> #1118
Having the same issue
ad...@gmail.com <ad...@gmail.com> #1119
I upgraded to 6.0 M. it is worst. battery is draining without any usage. within 8 hours 50% battery drained(w/o usage), earlier when it had 5.0 L, 5.1.1, it would go 2-3 days easily or 1 complete day when I played games, watched videos, whatsApp, Skype, etc. now it lasts only about 15 hours WITHOU ANY USAGE. please help google!
ra...@gmail.com <ra...@gmail.com> #1120
[Comment deleted]
po...@gmail.com <po...@gmail.com> #1121
I have the same problem with my nexus 4. Google play services eats most of the battery in one day!
ra...@gmail.com <ra...@gmail.com> #1122
I always recommend of reinstalling Google Play-services updates after any os update. Go to Settings, Security, Device administrators, uncheck Android Device Manager. Then go to Apps Google Play services and uninstall updates. After you will get a notification to update again.
sh...@gmail.com <sh...@gmail.com> #1123
[Comment deleted]
sh...@gmail.com <sh...@gmail.com> #1124
I experienced the same. Whenever i turned on Mobile Data and after using turned it off, the Mobile Radio still keep itself Active and makes the Cell Standby consume the battery . But if we Reboot/Restart, this solves the problem until we again turn on the Mobile Data. It seems we have to keep rebooting till the next update
ba...@gmail.com <ba...@gmail.com> #1125
I had the same issue on my Moto G 1st generation, on Lollipop 5.0.2
Two days ago the phone updated to Lollipop 5.1 and strangely the issue disappeared.
I'm surprised as many of you people out there reported to struggle with the problem on different system versions, incl. 5.1 and even 6.
Two days ago the phone updated to Lollipop 5.1 and strangely the issue disappeared.
I'm surprised as many of you people out there reported to struggle with the problem on different system versions, incl. 5.1 and even 6.
mi...@gmail.com <mi...@gmail.com> #1126
He-he. Super fast battery drain on Galaxy Tab S 10.1 (5.0.2) From 70% to 7% in 30 minutes on 4G. NOW REMEDY: RESTART! And you are back to... in my case it was 49%. That is it. Though still draining quite fast, but 49 is better :-)
db...@gmail.com <db...@gmail.com> #1127
#1126
If you updated only two days ago, hold your happiness for a while...Many report here that the problem improves after a clean image install, but reappears few days later...
If you updated only two days ago, hold your happiness for a while...Many report here that the problem improves after a clean image install, but reappears few days later...
co...@gmail.com <co...@gmail.com> #1128
[Comment deleted]
ja...@gmail.com <ja...@gmail.com> #1129
^ were you even using mobile data, on wifi the problem does not appear.
sf...@gmail.com <sf...@gmail.com> #1130
Just got a new Moto X Play because of the battery!
This bug gives me the same/less battery usage as my old Galaxy S3...
I'm not happy :(
This bug gives me the same/less battery usage as my old Galaxy S3...
I'm not happy :(
au...@googlemail.com <au...@googlemail.com> #1131
I confirm that bug on Samsung S6 with Android 5.1.1. It helps to disable mobile data on cell usage. But then the phone is almost useless.
And i am wondering why this thread has more then 1000 comments and the priority is still small! ((
And i am wondering why this thread has more then 1000 comments and the priority is still small! ((
kl...@gmail.com <kl...@gmail.com> #1133
Please fix it, stock Xperia Z1C..
mr...@gmail.com <mr...@gmail.com> #1134
I have a One Plus One and iam on the latest update. Still having this annoying bug. What i read so far Android 6.0 has it as well. Only option right know is to going back to KitKat.
With KitKat 3 and a half or even 4 days where the normal case (screenshots). With lollipop 5.1.1 iam far far away from these stats. Almost every app causes the radio active bug. In this exmaple it is k-9 mail but it could also be chrome or whatever.
With KitKat 3 and a half or even 4 days where the normal case (screenshots). With lollipop 5.1.1 iam far far away from these stats. Almost every app causes the radio active bug. In this exmaple it is k-9 mail but it could also be chrome or whatever.
da...@gmail.com <da...@gmail.com> #1135
I've got a 2013 1st gen Moto X, and like others after the upgrade to lolipop my battery is useless. i get maybe 5 or 6 hours if i'm lucky. i've been trying to find a fix for months! its ridiculous. i loved this phone when I got it, but if there's no fix for this its essentially making this moto x, garbage
kl...@gmail.com <kl...@gmail.com> #1136
The same problem with cell stanby draining my battery for 10hours. Lollipop, moto x 2013
ar...@gmail.com <ar...@gmail.com> #1137
Battery drain for the (same?) reason in Android 6.
cu...@gmail.com <cu...@gmail.com> #1138
Stock Sony Z1 Compact. No prob 5.0.2, rubbish battery 5.1.1
Updated 1 week ago
Updated 1 week ago
ha...@gmail.com <ha...@gmail.com> #1139
2nd gen Moto X. Same issue. very frustrated.
ba...@googlemail.com <ba...@googlemail.com> #1140
I have the same problem on my Z5 compact.
I miss Kitkat too...
I miss Kitkat too...
cz...@gmail.com <cz...@gmail.com> #1141
Z3 compact lasting barely 1 day when it was even 3, what?????
br...@hotmail.com <br...@hotmail.com> #1142
I have s6 edge with a strong network. Cell standby consistently accounts for over 60% of my battery usage. Phone always shows mobile radio is on. Battery lasts half a day. Please fix this issue.
ps...@gmail.com <ps...@gmail.com> #1143
This is the end of android for me. This battery drain issue has made my galaxy S6 useless. Been android+galaxy fan since Infuse days and always loved the tinkering and customization you can do with android. But this battery issue has made android unusable especially when it has dragged on for so long. I spent several months trying to figure out what is causing battery drain. Did detailed analysis of battery consumption on hour-by-hour basis with different settings/apps/usage/network etc. Basically, it boils down to bug(s) in android that cause android system, android OS, cell standby and google services to use up bulk of the battery even when there are no apps installed. You can take care of of some drain accounted under google services and cell standby by turning off background data for google services but it will make some apps like Whatsapp not get push notifications. I solved it by using apps like Tasker to keep stopping/starting whatsapp every 10 mins. In fact, I turned off background data for all the apps. This also reduces battery drain for android system and OS. Unfortunately, it looks like system calls are recorded under OS battery usage instead of the calling app so it is not easy to find out which app was hung using the radio. Next, I stopped using email clients like gmail, samsung native email etc. even in manual sync mode. This reduces android system and OS battery even more. Now I am down to 2%/hour drain without using the phone, only whatsapp installed (that too without push notification) and no email client. Even then sometimes in the middle of night, the phone goes crazy and eats up battery under system and OS.
You can't blame a specific app or phone manufacturer for this issue. Google has gone way too far messing with android in order to keep track of user activity. You'll be blind to not see the conflict of interest where your OS provider also wants to know when you take a dump and how much toilet paper you use. Google's livelihood depends on that. Google has removed all the features that differentiated it from iOS. Now there is no way to disable background data globally, 3rd party apps cannot toggle data, airplane mode etc, locked bootloaders on some vendors, knox like software to kill your warranty etc. Thankfully, android is not the only choice. Bye bye android.
You can't blame a specific app or phone manufacturer for this issue. Google has gone way too far messing with android in order to keep track of user activity. You'll be blind to not see the conflict of interest where your OS provider also wants to know when you take a dump and how much toilet paper you use. Google's livelihood depends on that. Google has removed all the features that differentiated it from iOS. Now there is no way to disable background data globally, 3rd party apps cannot toggle data, airplane mode etc, locked bootloaders on some vendors, knox like software to kill your warranty etc. Thankfully, android is not the only choice. Bye bye android.
jt...@gmail.com <jt...@gmail.com> #1144
fix it in Lollipop!
ed...@gmail.com <ed...@gmail.com> #1145
Sony Z1 upgraded to 5.1.1 last week now battery life is useless. this needs a fix and fast or else no one will stay with Android. ii am coming up for a replacement and it will be apple for me unless a fix is put in place very fast.
ni...@gmail.com <ni...@gmail.com> #1146
Any news ? What is happening with google ? I've read the same issue happenned on Android 6 !! Google is really not handling this issue seriously... :(
eg...@gmail.com <eg...@gmail.com> #1147
Wow, you would think that this would be an issue to resolve. I've had this issue since April 2015 in some shape or form (VZW S6), after the last OTA it is back and killing the phone phone battery in less than 4 hours? Seriously, VZW, Samsung and Google are all pointing fingers at each other, one says it's software, one says it's hardware and at the end of the day VZW just wants you to do a factory reset and then send you another certified factory broken replacement phone that has the same issue.
Last Android phone for me (I have been an android user since the original Moto-Droid). I hate icrap products, but at this stage, they can provided a phone that has software that doesn't cripple the device when it's idle.
Last Android phone for me (I have been an android user since the original Moto-Droid). I hate icrap products, but at this stage, they can provided a phone that has software that doesn't cripple the device when it's idle.
jo...@gmail.com <jo...@gmail.com> #1148
In Android Marshmallow this bug is fixed. It's completely normal that apps are keeping mobile radio active for a while and of course this is draining your battery to some extent. This just has never been shown in battery statistics previous to Lollipop. Back in the days on my Galaxy S2, the standby drain was horrible - without many wakelocks. Tbe reason: the mobile radio.
da...@gmail.com <da...@gmail.com> #1149
I did a test with latest cm 12.1 on my moto g 2014. Left the phone during night on 3g over a period of 10 hours and i lost 5%. Still higher than kitkat, but not as high as i imagined. The battery stats on the other hand are all over the place and just wrong. 30 min of onscreen time account for just 1%(but the battery droped the fastest when i was using the screen as was expected) and google play services for 6% so there´s definitely something wrong with how android displays the stats. My theory is that there´s a major drain for some users, not so much for others, but we all suffer from horrible battery stats; at least us here with this problem.
se...@gmail.com <se...@gmail.com> #1150
@1149: are you sure the bug is fixed on M? I still read a lot of reports saying it is not, i.e. https://code.google.com/p/android/issues/detail?id=190396
And it is absolutly not normal that an app keeps mobile radio active for hours when used only for seconds. It could be only an error in the stats, which is what the Xposed module seems to address, but solving that error many users report to have a lot of consuption made by "other sources" (not identified in stats).
The fact is that now with KitKat I can charge the phone every 2 or even 3 days; with the same phone with Lollipop I must charge it more than once a day, with the same usage (which is without WiFi). As soon as I can try Marshmallow I will, but I do not have any hope.
And it is absolutly not normal that an app keeps mobile radio active for hours when used only for seconds. It could be only an error in the stats, which is what the Xposed module seems to address, but solving that error many users report to have a lot of consuption made by "other sources" (not identified in stats).
The fact is that now with KitKat I can charge the phone every 2 or even 3 days; with the same phone with Lollipop I must charge it more than once a day, with the same usage (which is without WiFi). As soon as I can try Marshmallow I will, but I do not have any hope.
gv...@gmail.com <gv...@gmail.com> #1151
Hi
Sorry to say that the bug wasnt fixed in android 6.
I just updated my Nexus 4 with Frank custom rom and the same problem still exist.
Battery drain on 3G mobile is terrible like 10% an hour, while on wifi phone can loose 5% during night.
Sorry to say that the bug wasnt fixed in android 6.
I just updated my Nexus 4 with Frank custom rom and the same problem still exist.
Battery drain on 3G mobile is terrible like 10% an hour, while on wifi phone can loose 5% during night.
na...@gmail.com <na...@gmail.com> #1152
Please solve the problem!!! Samsung galaxy s5 mini is working less than 10 hours after upgrade 5.1.1!
mo...@gmail.com <mo...@gmail.com> #1153
This is definetly not a small issue. When activating mobile data, play services battery usage skyrockets. Up to 30% battery use is not a small issue.
br...@gmail.com <br...@gmail.com> #1154
Obviously they are hapy for us to use more and more data(requiring power).
Of course its small priority for them. What are we going to do? Use an alternative to Android? How candid of them to admit the problem is only considered small, as it affects users not their long term plans.
Of course its small priority for them. What are we going to do? Use an alternative to Android? How candid of them to admit the problem is only considered small, as it affects users not their long term plans.
el...@gmail.com <el...@gmail.com> #1155
After tinkering with google services, my battery was alright. Now android system kept the radio active and suddenly ate up more than half my battery over 11 hours of standby.
ja...@gmail.com <ja...@gmail.com> #1156
There's always something that eats the battery. I disabled/removed everything about google, services, maps, play store even... Used amazon store to get apps i needed. It doesn't help. Whatever browser i used, it drained battery, or something else.
da...@gmail.com <da...@gmail.com> #1157
LG G2 Android 5.1
The battery during 12 hours.
What the hell is this?
The battery during 12 hours.
What the hell is this?
fi...@gmail.com <fi...@gmail.com> #1158
If Google doesn't care that much I prefer using Cyanogen OS instead. This bug doesn't exist there. So bad I can't unlock my bootloadet.
om...@gmail.com <om...@gmail.com> #1159
Fix this now. Cant use the phone at all.
be...@gmail.com <be...@gmail.com> #1160
#1159
Just wrong, tested on OnePlus One stock (cyanogen os 12.1) and exodus both have this bug. Now switched to OnePlus 2 because of this nice bug. Where this bug does not exists (Well done Google, please kick all Android developers and buy some apple devs, they know how to make a smooth and bugfree system, there closed source politic is shit though)
Just wrong, tested on OnePlus One stock (cyanogen os 12.1) and exodus both have this bug. Now switched to OnePlus 2 because of this nice bug. Where this bug does not exists (Well done Google, please kick all Android developers and buy some apple devs, they know how to make a smooth and bugfree system, there closed source politic is shit though)
ri...@gmail.com <ri...@gmail.com> #1161
Lenovo P70A. Received the Android 5.1 update OTA and battery drain is insane. Whatsapp is the top battery consumer now, this was never the case on Kit Kat. Device is "held awake" all the time. 25-30% consumption on standby overnight, previously this was only 4-5%.
ri...@gmail.com <ri...@gmail.com> #1162
[Comment deleted]
nc...@gmail.com <nc...@gmail.com> #1163
On m'y wife's motog, issue has disappeard after update of embedded camera app. Done 2 months ago, No more battery drain.
Hope it will help.
Envoyé par BlueMail
Sur 3 nov. 2015 11:49, à 11:49, android@googlecode.com a écrit:
Hope it will help.
Envoyé par BlueMail
Sur 3 nov. 2015 11:49, à 11:49, android@googlecode.com a écrit:
ra...@gmail.com <ra...@gmail.com> #1164
The bug is still there in Android 6.0 factory image (clean flash)
gr...@gmail.com <gr...@gmail.com> #1165
Samsung Galaxy S6 AT&T running 6.1.1.
Bug still persists causing massive battery drain. 60% battery drain overnight while idle.
Bug still persists causing massive battery drain. 60% battery drain overnight while idle.
ti...@gmail.com <ti...@gmail.com> #1166
HTC One M8 running 5.0.1 (yay Australia)
Suffering with this exact issue. Battery tracking shows phone refusing to enter sleep mode regardless of activity level, location or mobile data settings. Some success by disabling gNow and rebooting but intermittently reappears.
Not happy getting 1/3 the battery life of my original phone.
Suffering with this exact issue. Battery tracking shows phone refusing to enter sleep mode regardless of activity level, location or mobile data settings. Some success by disabling gNow and rebooting but intermittently reappears.
Not happy getting 1/3 the battery life of my original phone.
to...@gmail.com <to...@gmail.com> #1167
Galaxy S6 5.1.1 stock unrooted
Sony Xperia Z5 5.1.1 stock unrooted
Same problem here! Mobile data keeps active for a long time and causes a battery consumption in a too high level (especially compared to what i know before with kitkat)
Please fix this soon.
Thank you
Sony Xperia Z5 5.1.1 stock unrooted
Same problem here! Mobile data keeps active for a long time and causes a battery consumption in a too high level (especially compared to what i know before with kitkat)
Please fix this soon.
Thank you
ty...@gmail.com <ty...@gmail.com> #1168
Verizon Moto X 2013 5.1
Same issue here! 7h51m35s of drain from this!
Same issue here! 7h51m35s of drain from this!
et...@gmail.com <et...@gmail.com> #1169
[Comment deleted]
pa...@gmail.com <pa...@gmail.com> #1170
It's pathetic... I understand, there is a bug. Maybe Google don't know how to fix it, maybe they just don't give a damn about this small % of 1 bilion or whatever android users that are actually conscious about this problem. But for God sake, 1k comments, 3,5k times starred thread and Google haven't made any statement... Like a lot of people posting here, once I was huge Google/Android fan. Not any more after 6 months of struggling with battery drain because of mobile radio active bug. Shame on you Google...
ym...@gmail.com <ym...@gmail.com> #1171
Thats bs.
th...@gmail.com <th...@gmail.com> #1172
I gave up and installed Chroma.
ba...@gmail.com <ba...@gmail.com> #1173
Same thing on first Moto X.
Then I've purchased new Moto X Style and got this again with small changes - the time of gsm active (on some systems it's calling mobile radio) was reduced to 30 min, but not totally solved. So I've turned off the Mobile data again.
Then I've purchased new Moto X Style and got this again with small changes - the time of gsm active (on some systems it's calling mobile radio) was reduced to 30 min, but not totally solved. So I've turned off the Mobile data again.
ne...@gmail.com <ne...@gmail.com> #1174
Wtf is this
S4 black edition
S4 black edition
ne...@gmail.com <ne...@gmail.com> #1175
Google services drain my battery? Battery lasts 10 hours
er...@gmail.com <er...@gmail.com> #1176
Same here, Android OS consuming battery by 35-45% from 100% as well internet data too (400MB from 2GB in a month @Moto G Gen 1.. do not know how to control..?
de...@gmail.com <de...@gmail.com> #1177
I switched from my Xperia Z1 Compact to an old Iphone 4s. A much older, slower model. With *way* better battery though. The update to 5.1.1 made my old phone useless.
Once I can afford I buy a newer iPhone model. This issue single-handedly drove me away from Android.
Once I can afford I buy a newer iPhone model. This issue single-handedly drove me away from Android.
pa...@gmail.com <pa...@gmail.com> #1178
Have this bug on my Moto G 2014 (since 5.0.2) and Samsung Galaxy S6 Edge (5.1.1).
be...@googlemail.com <be...@googlemail.com> #1179
#1174 - What do you mean by Chroma? Are you refering to the ROM for Nexus 6p?
ka...@gmail.com <ka...@gmail.com> #1180
I have the same issue with Moto X (1Gen), pleae fix the issue, it really affect the battery life of my phone.
mi...@gmail.com <mi...@gmail.com> #1181
I am also having this issue with my Moto x 2014 with lollipop.
Google play services ends up using 25% of my battery or more - and my charge rarely lasts through the day.
Come on google... You're better than this. Address the issue.
Google play services ends up using 25% of my battery or more - and my charge rarely lasts through the day.
Come on google... You're better than this. Address the issue.
ju...@gmail.com <ju...@gmail.com> #1182
Same issue here, Wi-Fi no problem, 3G drains battery.
S4 GT-I9500 latest firmware available (I9500UBUHOI1)
thank you for killing my phone Google....
S4 GT-I9500 latest firmware available (I9500UBUHOI1)
thank you for killing my phone Google....
hu...@gmail.com <hu...@gmail.com> #1183
same problem with members here. My s6 battery got insane drop when connect to mobile network
be...@gmail.com <be...@gmail.com> #1184
Just discovered today this issue, this is insane, i have to reset my phone again.
With my Zenfone 2 on Lollipop i am facing, play services battery drain, Android OS and now Mobile radio.
Do i really need to go to Windows Phone to have something working correctly ?
With my Zenfone 2 on Lollipop i am facing, play services battery drain, Android OS and now Mobile radio.
Do i really need to go to Windows Phone to have something working correctly ?
ra...@gmail.com <ra...@gmail.com> #1185
Still happening in Nexus 5 Android M
mo...@googlemail.com <mo...@googlemail.com> #1186
Same here
ra...@gmail.com <ra...@gmail.com> #1187
[Comment deleted]
ra...@gmail.com <ra...@gmail.com> #1188
Same issue here, but I think it started a couple days ago.
I tried to remove all google services updates and re-install, but apprently it is worst than ever.
I tried to remove all google services updates and re-install, but apprently it is worst than ever.
ke...@gmail.com <ke...@gmail.com> #1189
This is ridiculous. I just left my phone on my desk, 100% charged, strong Wi-Fi, no usage, screen off and came back to find it completely dead due to mobile radio active. This NEVER happened on Kit-Kat. My family's other two devices Moto G and Moto X also have the same/similar problems ever since Lollipop.
Stock Gen 1 Moto X, Lollipop 5.1,222.26.7.ghost_att.ATT.en.US .
It doesn't happen every time, but often enough to be a MAJOR problem. I can no longer count on my phone to be working, even in an emergency! This is /not/ a "small" priority issue by any reasonable definition. I cannot roll back to Kit-Kat because AT&T prevents bootloader unlock, and this device isn't going to get Marshmallow (as far as I know), so it _really_ needs to be fixed on Lollipop!
Since it doesn't always happen, there must be some condition or event that triggers it to stay awake and with mobile radio active until either I notice and reboot it, or it dies, but I haven't isolated it yet, it seems random. I already tried all the usual "fixes" which only helped a little bit (even uninstalled Facebook, etc after wipe cache partition and so forth). The underlying problem still remains and is a big problem. I have literally started looking at pricing out iPhones now, which I never thought I'd even _consider_ before under any circumstances.
Stock Gen 1 Moto X, Lollipop 5.1,
It doesn't happen every time, but often enough to be a MAJOR problem. I can no longer count on my phone to be working, even in an emergency! This is /not/ a "small" priority issue by any reasonable definition. I cannot roll back to Kit-Kat because AT&T prevents bootloader unlock, and this device isn't going to get Marshmallow (as far as I know), so it _really_ needs to be fixed on Lollipop!
Since it doesn't always happen, there must be some condition or event that triggers it to stay awake and with mobile radio active until either I notice and reboot it, or it dies, but I haven't isolated it yet, it seems random. I already tried all the usual "fixes" which only helped a little bit (even uninstalled Facebook, etc after wipe cache partition and so forth). The underlying problem still remains and is a big problem. I have literally started looking at pricing out iPhones now, which I never thought I'd even _consider_ before under any circumstances.
pa...@gmail.com <pa...@gmail.com> #1190
Xperia z1 here. Updated to 5.1.1 and thought my battery was shot by coincidence the next day until I stumbled across this forum. Battery drains by mid morning on a normal day at work where as prior to the update it would last 1.5 days of heavy use! Phone is 2 years old. Ordering a lumia if this issue isn't fixed by mid December when they are released because I believe that having this as low priority bug is a poor attitude from google!
to...@gmail.com <to...@gmail.com> #1191
[Comment deleted]
ni...@gmail.com <ni...@gmail.com> #1192
No update about this topic since my first post end of september, still the phone that is not working even after a reset and last sony update. No more android for me!
Same here, I bought a Lumia this weekend. With this change, I took time to be sure that I'm only using applications that work on all platforms ... then I closed my google music account for another service and I will switch to other services.
Just one tablet (Nexus 7) under Android but I'm afraid every time I use it since it asks for an update ...
Apple or Microsoft would not have let an important issue like this without update for so long ... really not serious Google ... Bye !
Same here, I bought a Lumia this weekend. With this change, I took time to be sure that I'm only using applications that work on all platforms ... then I closed my google music account for another service and I will switch to other services.
Just one tablet (Nexus 7) under Android but I'm afraid every time I use it since it asks for an update ...
Apple or Microsoft would not have let an important issue like this without update for so long ... really not serious Google ... Bye !
86...@gmail.com <86...@gmail.com> #1193
I am surprised to see that even after so many comments, Google didn't bother to fix this issue in Lollipop 5.1. This is gross negligence on part of Google.
si...@gmail.com <si...@gmail.com> #1194
17/11/2015, I'm stuck on KitKat 4.4.4, because I cannot live with a powerbank in my pocket. And cannot be laughed at by iPhone users for ridiculous battery duration.
fi...@gmail.com <fi...@gmail.com> #1195
Upgraded to 5.1.1 and got on road trip with my Sony M2. Thought that GPS has degraded the battery after the trip and now seeing this thread. Mystery solved, pls kindly have it fixed!
ro...@gmail.com <ro...@gmail.com> #1196
No fix as of yet. This bug is causing so much drain even google apps are below the battery drain. I havent seen screen in my battery usage for so many days. Please HELP SOS. I am barely living with Xposed Pylar module.
xx...@gmail.com <xx...@gmail.com> #1197
It's nice (and sad) to know I'm not alone in this. My Z1c instantly dies around the 65%-70%. I plug in it and it says 1% charging. I turn the phone back on a few minutes later and it's at 60%?!? Plus my phone gets SUPER hot after only a little use (luckily no battery bulge). I might as well have a landline because my phone is always on the charger because of this bug.
gr...@gmail.com <gr...@gmail.com> #1198
to...@gmail.com <to...@gmail.com> #1199
[Comment deleted]
br...@gmail.com <br...@gmail.com> #1200
This is still happening for me on 6.0 on my Nexus 6. The only culprit seems to be Google Chrome, ironically.
Hard to believe this isn't fixed yet.
Hard to believe this isn't fixed yet.
ma...@gmail.com <ma...@gmail.com> #1201
This is fucking ridiculous. Not gonna fix this huge battery drain? Some of us won't get android M and we'll be stuck with this bug forever. Please fix it asap!
da...@gmail.com <da...@gmail.com> #1202
Same here .galaxy s6 confirmed
cn...@gmail.com <cn...@gmail.com> #1203
I started encountering this issue yesterday with my Moto X and charged my phone overnight, and in the middle of the day today while at work since it dropped to 14% by 1 pm. And now the battery is again down to 34%. (*actually now 32% after I've taken the screenshot and written this post...) All with very minimal use. I cannot live with a phone that needs a constant charge. The culprit is "Android OS" which apparently has used 108% of my battery (I assume this means for the day, not since last full charge?) which is absolutely unacceptable. Nearly 10 hours has been devoted to mobile radio active, which I believe is the root of everyone's problem here. Please please be responsible to your customers google and fix this bug.
ba...@gmail.com <ba...@gmail.com> #1204
#1126, #1128
My previous post was #1126. I am writing this one to confirm that after a month my phone still does work correctly.
Just to remind you, it's Moto G 1st generation, which has been affected by the issue since update to 5.0.2; after updating to 5.1 the issue's gone. Hopefully my case may be some hint for the developers.
My previous post was #1126. I am writing this one to confirm that after a month my phone still does work correctly.
Just to remind you, it's Moto G 1st generation, which has been affected by the issue since update to 5.0.2; after updating to 5.1 the issue's gone. Hopefully my case may be some hint for the developers.
da...@gmail.com <da...@gmail.com> #1205
#1206 That is very curious. The consensus is that those afected by this problem experience it in every and any rom from 5.0 all the way to 6.0. I know i do. Either motorola is aware and somehow managed to apply a fix for it´s recent stock roms or you got lucky somehow, not trigerring the bug or perhaps something changed on the update. I dunno. I´m a moto g 2014 user waiting for the 6.0 update from motorola, should arrive soon, and i hope as hell it´s solved.
ba...@gmail.com <ba...@gmail.com> #1206
#1207
The even more curious thing is that my brother uses exactly the same Moto model as I do, and he has never experienced this bug despite having the same system updates as me. So the thing that triggers the bug must be random somehow, and I was lucky enough to get this nasty trigger off during the last update.
The even more curious thing is that my brother uses exactly the same Moto model as I do, and he has never experienced this bug despite having the same system updates as me. So the thing that triggers the bug must be random somehow, and I was lucky enough to get this nasty trigger off during the last update.
og...@gmail.com <og...@gmail.com> #1207
Ios telefonlar sarji bu kadar cabuk bitmiyor. Oysaki android durdugu yerde sarj yiyor htc bu sorunu 15 dk ekran kapali durursa internet trafigini kapatiyor. Ama bu interbeti elle kapatmayla ayni sey. Biran once cozulmeli.
vm...@gmail.com <vm...@gmail.com> #1208
It's still not fixed on marshmallow. Seriously Google :/
wo...@gmail.com <wo...@gmail.com> #1209
Lollipop will be worse version about battery life. I hated from 5.1.1 coj5 build. Best screen time on kitkat. Kitkat settings apply lollipop & marshmallow Google. I hope it will fix with marshmallow.
ai...@gmail.com <ai...@gmail.com> #1210
I am experiencing the same issue on my Moto X 2014. My wife has a Moto G 2nd gen and she has no problems, her phone works fine. I have looked everywhere to fix this issue but I couldn't find a real solution. But i have discovered some workarounds that have slowed down the battery drain:
- Enable "Keep WI-FI on during sleep" and set it on always. When this is on, your phone won't switch to mobile data when it goes to sleep and drain your battery. This only of course works when you are having a WI-FI connecten.
- Go from 3g/4g to 2g. I know this isn't a real solution for a lot of people. But I use my phone especially for whatsapp and other messaging apps, so this isn't a big deal for me. Using 2g will really improve your battery life.
- Use Spotify in offline mode, this will stop Spotify from using mobile data and draining your battery even when you are not using Spotify.
It is pretty sad that we need to use all these workarounds. Hopefully Google will fix this issue soon...
- Enable "Keep WI-FI on during sleep" and set it on always. When this is on, your phone won't switch to mobile data when it goes to sleep and drain your battery. This only of course works when you are having a WI-FI connecten.
- Go from 3g/4g to 2g. I know this isn't a real solution for a lot of people. But I use my phone especially for whatsapp and other messaging apps, so this isn't a big deal for me. Using 2g will really improve your battery life.
- Use Spotify in offline mode, this will stop Spotify from using mobile data and draining your battery even when you are not using Spotify.
It is pretty sad that we need to use all these workarounds. Hopefully Google will fix this issue soon...
ma...@gmail.com <ma...@gmail.com> #1211
Почему недоступна вкладка экономить заряд батареи в сервисах google play. Также эти сервисы друт батарею в спящем режиме.Nexys 5, android m. Goofle play service eat my battery.
ma...@gmail.com <ma...@gmail.com> #1212
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #1213
My Galaxy S6 Active just received a Lollipop update. Battery life has increased significantly -although it was very good before. The statistics show that the "Total connection time" is very reasonable -a few minutes, versus several hours before.
It looks like somebody is working in the right direction.
It looks like somebody is working in the right direction.
lu...@gmail.com <lu...@gmail.com> #1214
MOTO G 3 bateria drena rapido.alto cosumo da tela e apps.Demora para carregar.por favor consertem isso...
sa...@gmail.com <sa...@gmail.com> #1215
This is real bad...I am using Galaxy S4 I9500 and recently upgraded to lollipop(regret), damn the battery life has has been affected very badly....in standby my battery goes down by 13-14% every night..Google do something about it.
of...@gmail.com <of...@gmail.com> #1216
Same problem on Xperia Z, Android Version 10.7.A.0.222 (5.1.1). Although my mobile data is switched off, the process for "Phone-Standyby" keeps the mobile ratio active.
After using mobile data, i always have to turn off my phone and start it again, to handle this problem...and thats very annoying.
I know in Android 6 this problem has been solved, but Sony will not upgrade older Xperia Z phones to Android 6. So, i hope you will fix this bug in 5.1.1 too, as soon as possible.
After using mobile data, i always have to turn off my phone and start it again, to handle this problem...and thats very annoying.
I know in Android 6 this problem has been solved, but Sony will not upgrade older Xperia Z phones to Android 6. So, i hope you will fix this bug in 5.1.1 too, as soon as possible.
na...@nfischer.io <na...@nfischer.io> #1217
Just upgraded my original Moto X from KK to LP 5.1. With minimal applications installed the top 3 battery users are Cell standby, Android OS and Android System, all with higher than expected Mobile radio active. Exactly identical usage patterns on KK had dramatically lower mobile radio activity.
sa...@gmail.com <sa...@gmail.com> #1218
Finally found a workaround(that too without rooting)...install Juice Defender(thanks JD) and disable Internet access to Google play services...thats it! and u will get kitkat like standby battery backup once again.
fu...@gmail.com <fu...@gmail.com> #1219
Was able to finally get rid of this ridiculous battery drain as explained above in various other posts that seems mainly caused by Google Services process after Android 6.0 upgrade:
Deactivate the standard location settings (including "energy saving"... haha!) and ONLY activate "GPS" to determine device location.
At least this is a workaround that worked for me after spending hours to analyze & determine the root cause on such a "consumer device" (Nexus 5, Marshmallow)! Now all battery stats are back to normal... even Doze seems to finally work again as expected/implemented...
Deactivate the standard location settings (including "energy saving"... haha!) and ONLY activate "GPS" to determine device location.
At least this is a workaround that worked for me after spending hours to analyze & determine the root cause on such a "consumer device" (Nexus 5, Marshmallow)! Now all battery stats are back to normal... even Doze seems to finally work again as expected/implemented...
wo...@gmail.com <wo...@gmail.com> #1220
priority small?
Z1C with huge battery drain. My mobile operator counts each transfer as 50k bucket, so constant shitty transfer eat 1.5GB during 2 weeks. In the same period all other apps didn't even touched 200MB.
Fix it or add feature to downgrade to Kitkat. We all get back with pleasure!
Z1C with huge battery drain. My mobile operator counts each transfer as 50k bucket, so constant shitty transfer eat 1.5GB during 2 weeks. In the same period all other apps didn't even touched 200MB.
Fix it or add feature to downgrade to Kitkat. We all get back with pleasure!
ma...@gmail.com <ma...@gmail.com> #1221
Almost 3 months since it was assigned "small" priority...
This happens all the time with the ESPN app.
Nexus 5 on Android 6.0 MRA58K
This happens all the time with the ESPN app.
Nexus 5 on Android 6.0 MRA58K
a....@gmail.com <a....@gmail.com> #1222
I have GSam Battery Monitor running and it tells me that the Screen used 82% of the used energy. But my Note 4 was closed and the screen running only for about 10 minutes during the 4 hours it needed to go from 100% down to 21%.
It looks as the 5.1.1 Updated kind of bricked my Note 4.
It looks as the 5.1.1 Updated kind of bricked my Note 4.
sa...@gmail.com <sa...@gmail.com> #1223
I got an update 2 days back from samsung..which has fixed the battery drain issue...I am on Lollipop 5.0.1..they have introduced one smart manager provider app with this update which helps in battery saving..not using Juice defender since then...thanks samsung!!
ka...@gmail.com <ka...@gmail.com> #1224
Same issue here on Galaxy S4 GPE on 5.1. Contacted Samsung for help. Spent 3 hours on hold waiting for their support. Very upset with Google and Samsung. 5.1 is supposed to be this phone's last update. I believe these manufactures conspired to put out a bad releases to force users to buy new phones.
ai...@gmail.com <ai...@gmail.com> #1225
Ok guys i have got a solution/workaround:
Go to Data Usage and scroll down and find 'Google Services'. Open it and enable 'Restrict Background data'. Before I did this Google play services was showing 41 min and 0s of mobile active data. Now 2 hours later it is still 41 min :)
Go to Data Usage and scroll down and find 'Google Services'. Open it and enable 'Restrict Background data'. Before I did this Google play services was showing 41 min and 0s of mobile active data. Now 2 hours later it is still 41 min :)
fl...@gmail.com <fl...@gmail.com> #1226
I've got this problem as well on my Sony Xperia Z1 Compact with firmware version 14.6.A.1.216. During standby, the process "Cell-Standby" drained my battery. Sometimes the process had 30% battery usage or more.
3 days ago I've installed the new Sony Android update 14.6.A.1.236. It was just a minor update (~10MB), but the problem is fixed now. The process "Cell-Standby" is back to a normal battery usage of 2-5%. :-)
3 days ago I've installed the new Sony Android update 14.6.A.1.236. It was just a minor update (~10MB), but the problem is fixed now. The process "Cell-Standby" is back to a normal battery usage of 2-5%. :-)
ci...@gmail.com <ci...@gmail.com> #1227
Google what is this. Your services stay connected 14 hours. Who will pay my bill for data transfer.i installed the last update. ill move on apple products
S4 black edition
S4 black edition
ha...@gmail.com <ha...@gmail.com> #1228
I don't get why this is Priority-small. My phone has only 2/3rd of its normal battery life, if not more. That is a serious problem. People are going to consider alternative OSses because of it. Hell, they even choose phones based on a 10% battery capacity increase! THIS BUG MEANS AT LEAST AN 33% BATTERY DECREASE. So is there any way we can give this problem more attention? This is the issue with the second most stars on it!
se...@gmail.com <se...@gmail.com> #1229
Looks like google constantly shittering users :(
ek...@gmail.com <ek...@gmail.com> #1230
Motorola G, Google service 30%; OS Android 22%
m4...@gmail.com <m4...@gmail.com> #1231
this is ridiculous. You're a multi-billion dollar corporation how can you not fix something in your own software. I've been waiting patiently since 5.x and still nothing. Are you guys taking the piss or something?
st...@gmail.com <st...@gmail.com> #1232
Same problem on Xperia Z. Mobile radio drains my battery even though I'm on wifi. Disabling mobile data and restarting the phone fixes the drain (if you don't restart it still continues to drain battery) but it's ridiculous to have to do that every time I get to a place with wifi to stop it draining the battery. It should be a simple fix. It's literally just the mobile radio staying active when it shouldn't when I'm on wifi.
va...@gmail.com <va...@gmail.com> #1233
Low battery.
In 2hrs 100% to 0%.
HELP.
Note 4.
In 2hrs 100% to 0%.
HELP.
Note 4.
ma...@gmail.com <ma...@gmail.com> #1234
12 hours max to go to 100% to 0%
Works with a new wiko fever with a huge battery
please, help!
Works with a new wiko fever with a huge battery
please, help!
fu...@gmail.com <fu...@gmail.com> #1235
Same here for M.
Years past but Google Play Services still burning up our batteries.
It is really out of understanding why this bug isnt fixed yet.
Years past but Google Play Services still burning up our batteries.
It is really out of understanding why this bug isnt fixed yet.
st...@gmail.com <st...@gmail.com> #1236
If the problem has been know for months, why is this version still available?! And why do integrators like Sony still push it to Xperia devices now, as I did receive it around 10 days ago!
It looks like conspiracy or total incompetents at Google and Sony and !? Why Google can't produce a very simple fix like 5.1.2 or 5.1.1a to only fix this issue?
Google is no longer the great cool user friendly and user centered service provide for me... ...
Stéfane
It looks like conspiracy or total incompetents at Google and Sony and !? Why Google can't produce a very simple fix like 5.1.2 or 5.1.1a to only fix this issue?
Google is no longer the great cool user friendly and user centered service provide for me... ...
Stéfane
ke...@gmail.com <ke...@gmail.com> #1237
OK, explain this one. This was with the SIM card _removed_ from the phone, and in airplane mode (with Wi-Fi then turned back on).
Moto X Gen 1, stock Lollipop 5.1. Problem only started after Lollipop upgrade, and cache partition has already been wiped, unnecessary apps removed, Google services/apps re-installed/re-updated, etc.
Moto X Gen 1, stock Lollipop 5.1. Problem only started after Lollipop upgrade, and cache partition has already been wiped, unnecessary apps removed, Google services/apps re-installed/re-updated, etc.
pa...@gmail.com <pa...@gmail.com> #1238
Moto X Pure Edition running 6.0 also has the Standby Drain,it's not as a bad but always drains around 450-500mAh
na...@gmail.com <na...@gmail.com> #1239
I’m using MotoE 2nd Generation with 4G/LTE, Android 5.0.2. A brand new battery was completely drained twice even on Standby mode (in a matter of 6-7 hours) and my poor MotoE became so hot.
Looks like in the areas where there is weak signal or no signal at all, Android will increase power to search for the Cellular Networks, as a result power consumption increases tremendously. And even worst for users without any Data Plan supported, only using Call/Text plan and of course Wi-Fi.
Suggestion for users in the meantime while waiting for a permanent fix by Google:
Turn off Cellular Data (they said Mobile Data or Mobile Network in some Android older versions) when you decide to stop using your Smartphone, and turn it back on when you start using it again. This way will save the battery life since no waste of power for searching Cellular Networks on Standby.
To do so:
- Go to Settings
- Data usage
- Click on CELLULAR Tap and look for Cellular data (Turn it On/Off)
Suggestion algorithm for software fix:
Contact marin.pin@outlook.com
Looks like in the areas where there is weak signal or no signal at all, Android will increase power to search for the Cellular Networks, as a result power consumption increases tremendously. And even worst for users without any Data Plan supported, only using Call/Text plan and of course Wi-Fi.
Suggestion for users in the meantime while waiting for a permanent fix by Google:
Turn off Cellular Data (they said Mobile Data or Mobile Network in some Android older versions) when you decide to stop using your Smartphone, and turn it back on when you start using it again. This way will save the battery life since no waste of power for searching Cellular Networks on Standby.
To do so:
- Go to Settings
- Data usage
- Click on CELLULAR Tap and look for Cellular data (Turn it On/Off)
Suggestion algorithm for software fix:
Contact marin.pin@outlook.com
p....@gmail.com <p....@gmail.com> #1240
New n5x has this bug too. Google play services devour battery when mobile data is on. It's ridiculous Google hasn't fix this bug yet. I've been noticed it for a long time since lollipop update on my old nexus 4. Unfortunately, there's no way out without lose of usability.
This thread is one of the most "popular" in issue tracker, but Google doesn't fix the problem for a long time. Aplle, I'm coming!
This thread is one of the most "popular" in issue tracker, but Google doesn't fix the problem for a long time. Aplle, I'm coming!
se...@gmail.com <se...@gmail.com> #1241
The same problem on Droid Turbo (5.1)
ki...@gmail.com <ki...@gmail.com> #1242
z1 compact - updated to 5.1 and now the battery goes from 95% to 0 in 2 seconds. Shuts down for a day and restarts. Is it sony or the useless android update?
ye...@gmail.com <ye...@gmail.com> #1243
I shouldn't be complaining since I get 8 hours of screen on time with my Sony Xperia Z3 Compact. (Glorious Sony master race lol)
But this is what I get (check the screens).
I did 2 runs. (Run meaning I charged to 100% and let the battery go to <5%.)
- First run: 8 hours of screen on time.
Google services used 26% battery.
MOBILE RADIO ACTIVE: 3h 37m.
- Second run: still ongoing. At 41% battery currently.
Google services used 38% battery.
MOBILE RADIO ACTIVE: 7h 8m.
I haven't found a pattern to why there are such huge differences between runs.
I would be hitting 9 hours of screen on time if it wasn't for this bug! :D
But this is what I get (check the screens).
I did 2 runs. (Run meaning I charged to 100% and let the battery go to <5%.)
- First run: 8 hours of screen on time.
Google services used 26% battery.
MOBILE RADIO ACTIVE: 3h 37m.
- Second run: still ongoing. At 41% battery currently.
Google services used 38% battery.
MOBILE RADIO ACTIVE: 7h 8m.
I haven't found a pattern to why there are such huge differences between runs.
I would be hitting 9 hours of screen on time if it wasn't for this bug! :D
ci...@gmail.com <ci...@gmail.com> #1244
Mr. Dnaga....bla bla what is this.who pay my bill for internet service, your software consumes my data.What the... google services doing in background....
Whit this kind of support ill hope u die like nokia
Whit this kind of support ill hope u die like nokia
ha...@gmail.com <ha...@gmail.com> #1245
Same problem here with an Honor 7 PLK-L01) - Android 5.0.2
ju...@gmail.com <ju...@gmail.com> #1246
I receive a new update on my S4 I9500, firmware Build date Thu, 19 Nov 2015. Bug hasn't been fixed.
I read the latest comments, problem is present on android 6.. in Nexus devices..
at this point I have little hope that Google or samsung fix it (priority: small!! WTF?)
in the past, if someone ask me, what phone should I buy? I would say, an Android one.. today..? sadly have to say Iphone :(
I read the latest comments, problem is present on android 6.. in Nexus devices..
at this point I have little hope that Google or samsung fix it (priority: small!! WTF?)
in the past, if someone ask me, what phone should I buy? I would say, an Android one.. today..? sadly have to say Iphone :(
na...@gmail.com <na...@gmail.com> #1247
I can't believe this has been around for this long and there's STILL no fix for it. I'm going to have to eat my words about how great Android is go slinking to the iPhone side if this continues. Very very disappointed and sad.
rj...@gmail.com <rj...@gmail.com> #1248
Same problem with my LG G4 since Android 6.0
ne...@gmail.com <ne...@gmail.com> #1249
Google wtf are u doing in background
ob...@gmail.com <ob...@gmail.com> #1250
My mother and I bought the exact same phone (Motorola Droid Turbo 2) the same day, which has the exact same versions of everything. She has this problem, I do not. Eats up over 30% of the total used battery. Mine uses up 2%. We need a marshmallow.
ci...@gmail.com <ci...@gmail.com> #1251
So why those services are in high usage, i have google location services deactivated. And what google services downloading in background.
ya...@gmail.com <ya...@gmail.com> #1252
Still with same problem since 1 year ago...! I have a Nexus 5 (Marshmallow 6.0.1) and I live in Switzerland, in the middle of the mountains. With the 4G activated the battery drains in half day. With 3G lasts until the end of the day (almost always). I went for Christmas to Barcelona, where it is suppose the movile signal is better... In that case with 4G, 3G and even 2G the battery did not last more than half day!!! (using local sim card, not roaming).
Please, Google, do not make me buy an iPhone!!!!
Please, Google, do not make me buy an iPhone!!!!
ci...@gmail.com <ci...@gmail.com> #1253
People today i reflashed my s4 with odin....so far so good , google services only 29 min of conection. Ill kerp u with info if fixed tommorow night
ne...@gmail.com <ne...@gmail.com> #1254
The odin flash won t fix it... mobile radio active still present after.
There is something downloading in background by google services framework keeping mobile data active for several hours for google services.
s4 black edition 5.0.1
There is something downloading in background by google services framework keeping mobile data active for several hours for google services.
s4 black edition 5.0.1
vi...@gmail.com <vi...@gmail.com> #1255
>>>Hey, writer of #1252, "My mother and I bought the exact same phone (Motorola Droid Turbo 2) the same day, which has the exact same versions of everything. She has this problem, I do not. Eats up over 30% of the total used battery. Mine uses up 2%. We need a marshmallow":
Please do a careful comparison of your phone setup and your Mother's. Is there anything you deleted (or perhaps installed) that she did not? Is cell and/or wifi signal level similar for both of you? If not, compare battery performance on a day when you're together for a few hours.
You have a great opportunity to perhaps unearth some clues to this nagging issue.
Please do a careful comparison of your phone setup and your Mother's. Is there anything you deleted (or perhaps installed) that she did not? Is cell and/or wifi signal level similar for both of you? If not, compare battery performance on a day when you're together for a few hours.
You have a great opportunity to perhaps unearth some clues to this nagging issue.
gi...@gmail.com <gi...@gmail.com> #1256
I have a ulefone be touch 3 with android 5.1. The phone is warm also in stand-by mode and discharge the battery in 7 hours also if I don't use it. The battery management app tell that the 40% of the battery is used by the OS.
Please fix it!!!
Please fix it!!!
ra...@gmail.com <ra...@gmail.com> #1257
Brand new Nexus 6p with Android 6.0.1 and this keeps happening lol.....come on google
Chrome with >1h radio active, no tabs open, and screen was only 33min on. Lol.
Chrome with >1h radio active, no tabs open, and screen was only 33min on. Lol.
mi...@gmail.com <mi...@gmail.com> #1258
Went over to the iPhone side. Android just when downhill since Lollipop. Sick of waiting them to get things fixed.
m4...@gmail.com <m4...@gmail.com> #1259
#1260 I'm in the same boat. If this isn't fixed by the time I upgrade to a new device, I'm switching over to team apple. This is unacceptable.
an...@gmail.com <an...@gmail.com> #1260
Oneplus Two 2.2.0 :
https://goo.gl/photos/U6DMJ9Apw2LaHLG1A
who else with OnePlus Dos UN in this error ?
who else with OnePlus Dos UN in this error ?
ra...@gmail.com <ra...@gmail.com> #1261
You can add my moto x play with android 6.0 to the list. With lollipop 5.1.1 was exactly the same. No matter if 3G, LTE or 2G is used, the behaviour is the same: a great consumption of battery due to active radio from the modem and drain in battery stats comes from Google play services and Cell standby phone. INCREDIBLE!!!!
I was using a moto G 1st generation with kitkat, and the battery performance was excellent. I updated to 5.0.2 and 5.1 and was a disaster.
I was using a moto G 1st generation with kitkat, and the battery performance was excellent. I updated to 5.0.2 and 5.1 and was a disaster.
jo...@gmail.com <jo...@gmail.com> #1262
Cell Standby battery leak on Nexus 6P 6.0.1
te...@gmail.com <te...@gmail.com> #1263
I have been promoting Android to anyone but since I have this battery drain 3 months now, if it won't get fixed on the Android 6 version on Galaxy Alpha, Apple or a bloody Windows phone is the next choice for me. And ever so much negatice publicity to Google!
qb...@gmail.com <qb...@gmail.com> #1264
On my brand new Samsung Galaxy S5 Neo (Android 5.1.1): about 25% battery load wasted in a few minutes ad hoc (usually once per day), with Google Services showing hours of connection time and reclaiming up to 19% of battery usage. The phone's config is very conservative concerning battery and mobile data usage. No Facebook, no whatsapp, no location services, no automatic synching, just email and firefox.
A few days ago I enjoyed a single unflawed usage cycle - the phone lasted for four(sic!) days and probably would have made it over a fifth day. Ha!
As we see, this issue is open for about half of a year now and AFAIK Android users are still waiting for a confirmation, that this thing will be sorted out for Lollipop users. My S5 Neo will be blessed with a Marshmellow update at some day in the future, but what about those users whose devices won't? What a shame!
A few days ago I enjoyed a single unflawed usage cycle - the phone lasted for four(sic!) days and probably would have made it over a fifth day. Ha!
As we see, this issue is open for about half of a year now and AFAIK Android users are still waiting for a confirmation, that this thing will be sorted out for Lollipop users. My S5 Neo will be blessed with a Marshmellow update at some day in the future, but what about those users whose devices won't? What a shame!
m4...@gmail.com <m4...@gmail.com> #1265
to the commenter above me: this issue is not fixed in Marshmellow.
gv...@gmail.com <gv...@gmail.com> #1266
I can confirm. Bug present on Android 6.0 on my LG G4. I'd get even better battery life if it wasn't for this damn issue. Since i got the newer google play services update I've had this issue. This should be a higher priority than Google makes it to be. Peace.
ne...@gmail.com <ne...@gmail.com> #1267
Google... are u sleeping.... my phone (galaxy s6) is useless... your google services eating my data plan and money....this issue is approx. 1 year old, what are u doing. I have 20 hours of total connection time for google services.
kr...@googlemail.com <kr...@googlemail.com> #1268
Confirm too: Bug is STILL PRESENT on Android 6.0. Verified on an LG G3.
Solution: Going back to Kitkat?
Can't understand why
a) bug was not fixed by updates in Android 5 (where it occured)
b) bug is still present in Android 6.
This ist REALLY disappointing.
Solution: Going back to Kitkat?
Can't understand why
a) bug was not fixed by updates in Android 5 (where it occured)
b) bug is still present in Android 6.
This ist REALLY disappointing.
gi...@gmail.com <gi...@gmail.com> #1269
I think the reason network data stays on in lollipop is that if u remember the permissions u were asked for before you can download an app, all these permissions are now used to gather information about every android user on planet so that a major app can b developed like that 'gods eye' program in the movie fast and furious 7.
[Deleted User] <[Deleted User]> #1270
gr...@gmail.com <gr...@gmail.com> #1271
I used Wakelock detector without root (links below) to observe why Android System uses so much battery.
I see either or both of these consuming almost all of the battery:
1) diagnostics.client.wakelock
2) LocationService
After a reboot, LocationService subsided, but i had to force stop Android System->IQ Agent Service (under the Running tab of Applications Manager) to stop the diagnostics.client.wakelock. The Report Diagnostic Info setting was already disabled under About Device, yet this service continues to run. After force closing, eventually the diagnostic service will begin running again and Android System will use up more battery than Screen. This was not the case in KK.
WLD:
https://play.google.com/store/apps/details?id=com.uzumapps.wakelockdetector
How to use without root:
https://docs.google.com/presentation/d/1r3VlhZIZVSufZlAeICJet6QBtyAF7z06_ysl1kUKME4/edit?pref=2&pli=1#slide=id.p
I see either or both of these consuming almost all of the battery:
1) diagnostics.client.wakelock
2) LocationService
After a reboot, LocationService subsided, but i had to force stop Android System->IQ Agent Service (under the Running tab of Applications Manager) to stop the diagnostics.client.wakelock. The Report Diagnostic Info setting was already disabled under About Device, yet this service continues to run. After force closing, eventually the diagnostic service will begin running again and Android System will use up more battery than Screen. This was not the case in KK.
WLD:
How to use without root:
ra...@gmail.com <ra...@gmail.com> #1272
The one clue that I haven't seen mentioned yet is that the Cell Standby problem pretty much goes away when Wi-Fi is disabled. At least it does on my 1st gen Moto X.
mi...@gmail.com <mi...@gmail.com> #1273
Happening here too on all Lollipop builds. I have two Sony Z2 D6503 here. The one on 4.4.4 gets much better idle battery life where the mobile radio doesn't stay active all of the time. Google please fix this... I don't want to have to choose between this and the multiple stage fright vulnerabilities in KitKat.
ts...@googlemail.com <ts...@googlemail.com> #1274
[Comment deleted]
ts...@googlemail.com <ts...@googlemail.com> #1275
So, actually found 2 Apps on Marshmallow MMB29P which produce the mobile radio interface bug!!!
One of them is Chrome. The other one is Metal, a Facebook mobile webpage client.
Let me Explain why i list chrome here.
As Metal produces me battery drain through an working radio interface even in Sleep mode (Display off)https://goo.gl/photos/S9Y5SjW7xrzezYaZ7
i tried it with chrome. as i linked into a complex page for example facebook in chrome and put it in the background chrome produces the same bug. mobile radio interface was hold open and chrome uses much more battery as it would without a complex page opened.
So i think this shouldn't be only a problem from AOSP Team. Also the Webpage devs should develop their sites correctly, but chrome should be in state where it can handle/block requests from mobile sites when resting in background.
One of them is Chrome. The other one is Metal, a Facebook mobile webpage client.
Let me Explain why i list chrome here.
As Metal produces me battery drain through an working radio interface even in Sleep mode (Display off)
i tried it with chrome. as i linked into a complex page for example facebook in chrome and put it in the background chrome produces the same bug. mobile radio interface was hold open and chrome uses much more battery as it would without a complex page opened.
So i think this shouldn't be only a problem from AOSP Team. Also the Webpage devs should develop their sites correctly, but chrome should be in state where it can handle/block requests from mobile sites when resting in background.
gr...@gmail.com <gr...@gmail.com> #1276
I have found nearly a 1:1 correlation between Google Services wakelocks and Android System->diagnostics.client.wakelock (ie the wake time is nearly identical).
On my Note 4 (AT&T), I tried this and for the first time since Lollipop, Android System did not become the highest consumer of power under battery stats. Screen and Cell Standby have the highest usage, and my battery is NOT running down quickly:
1) I switched from LTE to 4G by using *#*#4636#*#* and selecting Device Information and changing preferred network type from LTE/GSM to WCDMA Preferred (this won't survive a reboot though)
2) I disabled Enhanced 4G LTE Services under Settings->More Networks->Mobile Networks->Mobile Data
On my Note 4 (AT&T), I tried this and for the first time since Lollipop, Android System did not become the highest consumer of power under battery stats. Screen and Cell Standby have the highest usage, and my battery is NOT running down quickly:
1) I switched from LTE to 4G by using *#*#4636#*#* and selecting Device Information and changing preferred network type from LTE/GSM to WCDMA Preferred (this won't survive a reboot though)
2) I disabled Enhanced 4G LTE Services under Settings->More Networks->Mobile Networks->Mobile Data
se...@gmail.com <se...@gmail.com> #1277
android 6.0 on lg g4. still this bug ....
oc...@gmail.com <oc...@gmail.com> #1278
s4black edition
25 hours of total connection time for google services. phone is not entering in deep sleep
please fix
5.0.1
25 hours of total connection time for google services. phone is not entering in deep sleep
please fix
5.0.1
da...@gmail.com <da...@gmail.com> #1279
This is a serious issue, I cannot believe it has not been fixed yet considering how important battery life is. Have Google even commented on it?
go...@gmail.com <go...@gmail.com> #1280
Sony Xperia ZR 5.1.1 - Mobile radio active bug is pretty much destroying my battery. I can easily pull 6h SoT without having mobile data enabled (required phone restart after using mobile data and turning it off to stop mobile radio active), but after using mobile data (without phone restart) I can barely pull 3h SoT.
Even if I switch to WiFi, mobile radio active is still active and "going".
I cannot believe Google still hasn't fixed this and I think it's very lame to restart you phone like 5 times a day because of nasty bug.
Google has pretty much the worst Quality Assurance testers (if any) on their team when it comes to an android development...
I think I'll rather switch to an Apple than to restart my phone X times a day.
Even if I switch to WiFi, mobile radio active is still active and "going".
I cannot believe Google still hasn't fixed this and I think it's very lame to restart you phone like 5 times a day because of nasty bug.
Google has pretty much the worst Quality Assurance testers (if any) on their team when it comes to an android development...
I think I'll rather switch to an Apple than to restart my phone X times a day.
to...@gmail.com <to...@gmail.com> #1281
@gravitas That's a very helpful discovery, but I want to point out a small error in your second post: WCDMA is 3G, not 4G.
I have tried Lolipop, but I have reverted to Kitkat after a few days exactly because of this bug. The weird UI design choices they have made in Lolipop I could live with (barely though), but this monstrous bug? No way!
I have tried Lolipop, but I have reverted to Kitkat after a few days exactly because of this bug. The weird UI design choices they have made in Lolipop I could live with (barely though), but this monstrous bug? No way!
pa...@gmail.com <pa...@gmail.com> #1282
For how long will google ingnore this thread? Maybe just close it, delete it and forget about it...
la...@gmail.com <la...@gmail.com> #1283
Thanks a lot Google for ignoring this bug and proving that quality you provide is equal to sh*t. Not to mention my phone (Sony Xperia Z) won't be receiving M update, therefore I'm stuck with this idiotic behavior on lolipop.
I just wonder how QA testers missed this huge and obvious bug while testing, if even testing, lolipop builds...If you don't have capable developers who can resolve this, please write that here to stop wasting peoples time, so we can move on to something else less bugged to f*ck.
I just wonder how QA testers missed this huge and obvious bug while testing, if even testing, lolipop builds...If you don't have capable developers who can resolve this, please write that here to stop wasting peoples time, so we can move on to something else less bugged to f*ck.
re...@gmail.com <re...@gmail.com> #1284
Same problem here: Sony Xperia Z1 compact. Used to have a battery life of 2 days - now I have only 12 hours... Thus 25% of what it used to be. HOW CAN GOOGLE STILL KEEP THIS BUG AS "PRIORITY SMALL", with people complaining for half a year???
gr...@gmail.com <gr...@gmail.com> #1285
I know many of you are complaining about Google not having looked at this thread, but just in case you didn't know, you must 'Star' this issue. Click on the star at the top of this thread, to the left of its title. The length of this thread is irrelevant.
@tomvog - yes I know, but that would confuse everyone because once you enable WCDMA the phone won't show 3G - it will show 4G.
@tomvog - yes I know, but that would confuse everyone because once you enable WCDMA the phone won't show 3G - it will show 4G.
lu...@googlemail.com <lu...@googlemail.com> #1286
Does Android 6.0.1 for S6 fix the battery drain issue?
tr...@gmail.com <tr...@gmail.com> #1287
Same issue with Galaxy S 6 edge, on Android 5.1.1
Had the same issue with my previous phone S4 as well.
I'm using the K9 email client which seems to trigger this bug effectively.
Does anybody know if the native built in email client in Android stays clear of this bug?
Had the same issue with my previous phone S4 as well.
I'm using the K9 email client which seems to trigger this bug effectively.
Does anybody know if the native built in email client in Android stays clear of this bug?
al...@gmail.com <al...@gmail.com> #1288
Same issue with Sony Z5 compact on lollipop 5.1.1.
Problem starred.
Problem starred.
ki...@gmail.com <ki...@gmail.com> #1289
This is not a "small" problem!
gm...@gmail.com <gm...@gmail.com> #1290
A year and a half and no resolution? Jesus Christ, Google, get your shit together.
fr...@gmail.com <fr...@gmail.com> #1291
So, is there any chance Lollipop will see a fix for this, since my moto x 2013 won't be getting upgrades beyond lollipop? Or is it time to trash a perfectly good phone and jump to apple?
th...@gmail.com <th...@gmail.com> #1292
Same battery drain problem here. Version 5.1.1 software 14.6.A.0.368.
At around 30% battery sudden shut down due to drained battery, in minutes. Phone is 1,5 years old, never had any problems.
At around 30% battery sudden shut down due to drained battery, in minutes. Phone is 1,5 years old, never had any problems.
ma...@gmail.com <ma...@gmail.com> #1293
Moto X 2013 VZW reporting in. I have the same issue and I have tried every solution I could find on the internet. I was totally happy with my phone until I upgraded the software to Lollypop, now the battery drain is a constant pain in my ass every day. I can't downgrade back to a working version and I've lost hope of getting another update. I am stuck with it. I guess it's time to pull the trigger on a new phone.
For the first time, I will be buying a new phone not because I broke it, but because the makers did. They broke it just enough to convince me to keep using it and try to live with the problems, resulting in frustration on a daily basis. iPhone is looking like a good idea now.
For the first time, I will be buying a new phone not because I broke it, but because the makers did. They broke it just enough to convince me to keep using it and try to live with the problems, resulting in frustration on a daily basis. iPhone is looking like a good idea now.
jo...@gmail.com <jo...@gmail.com> #1294
Not a small issue. Huge! Please fix.
pr...@tensquaregames.com <pr...@tensquaregames.com> #1295
Have the same problem on My Xperia Z2. After upgrading to 5.1.1. battery is being raped! Need to roll back to kitkat! Jesus - how can you put crapp like this one on market ?Do you guys even have testers in Google?
ro...@gmail.com <ro...@gmail.com> #1296
Guys, update to Marshmallow and your problems will be gone.
ch...@gmail.com <ch...@gmail.com> #1297
I starting having the same issue just this week on my Moto X 2013. I tried everything I could find on the web. Finally shut down mobile data and found my battery drain started coming from Exchange Services. Went into some forums and found a few suggestions that recommended shutting off sync contacts. Since then my battery drain is back to normal, but I shouldn't have to turn off features to make my phone work. Please fix.
ch...@gmail.com <ch...@gmail.com> #1298
@thuba
Had the same issue with my Z1 Compact. The problem with 30% shutdown is a faulty/partly broken battery. That issue is not related to software but to hardware, the only solution is to change battery to a new one. Help my issues. As for the mobile radio active I've not reverted back to 4.4.4, no more battery drain issues. I can use the phone for a whole day with high use without any problems, compared to half a day with 5.1.1.
Had the same issue with my Z1 Compact. The problem with 30% shutdown is a faulty/partly broken battery. That issue is not related to software but to hardware, the only solution is to change battery to a new one. Help my issues. As for the mobile radio active I've not reverted back to 4.4.4, no more battery drain issues. I can use the phone for a whole day with high use without any problems, compared to half a day with 5.1.1.
ne...@gmail.com <ne...@gmail.com> #1299
this is really sad, that this error is treated as a low priority, if you look down great gods who have developed Android 5.1.1, you can see that the only concern android 5.1.1 User is the battery life, is disconcerting tha i have to rooted my phone and install Xposed + Greenify + Amplify + Power Nap and that sort of thing is beyond the scope of the common user, lollipop was the worst version of android and android 6.0 marshmallow has inherited all his mistakes, as a user I'm sick of this situation, so my next smartphone be an iPhone, and this is something that I thought never say, but it's enough to endure the mistreatment of Google and OEMs to us, goodbye android Welcome iphone.
it...@gmail.com <it...@gmail.com> #1300
[Comment deleted]
it...@gmail.com <it...@gmail.com> #1301
Hi all,
My BQ Aquaris M5 was fine until it updated to 5.1.1 - battery life was good.
After the upgrade the battery life more than halved.
I took the phone back to where I brought it - a Movistar shop in Spain.
The guy said "ah, that problem!" (but in Spanish!)
He did a complete backup, then removed the two sims and the memory card.
After that he did a factory reset, updated apps and inserted the sim cards.
Before inserting the memory card he formatted it on a PC.
Inserted the memory card and restored my data.
Hey presto my battery life is back to normal.
May not be the solution for everyone but it worked for me...
My BQ Aquaris M5 was fine until it updated to 5.1.1 - battery life was good.
After the upgrade the battery life more than halved.
I took the phone back to where I brought it - a Movistar shop in Spain.
The guy said "ah, that problem!" (but in Spanish!)
He did a complete backup, then removed the two sims and the memory card.
After that he did a factory reset, updated apps and inserted the sim cards.
Before inserting the memory card he formatted it on a PC.
Inserted the memory card and restored my data.
Hey presto my battery life is back to normal.
May not be the solution for everyone but it worked for me...
ci...@gmail.com <ci...@gmail.com> #1302
What os is this, look at my total connection time no apps installed just factory reset and google account. I cant belive that an app can stay conected a whole day to internet....wtf is downloading....
Gogle: u don t deserve the second "o"
Gogle: u don t deserve the second "o"
ci...@gmail.com <ci...@gmail.com> #1303
And photo
ci...@gmail.com <ci...@gmail.com> #1304
Unbeliveble ......google f...k u
U ruined my phone
U ruined my phone
su...@gmail.com <su...@gmail.com> #1305
Please please google change the priority. All phones are having this problem. As responsible developers please come up with a fix and implement in ALL devices. This will be a really good long term fix and we will always thank you for listening to us ☺
be...@gmail.com <be...@gmail.com> #1306
How come the mighty iphone doesn't have this issue while my 6P MRA drains battery like non-stop peeing? jk I love Android but this crap is UNACCEPTABLE.
STEP UP YOUR BATTERY GAME GOGOLE, YOU COULD BE SO MUCH MORE
STEP UP YOUR BATTERY GAME GOGOLE, YOU COULD BE SO MUCH MORE
mi...@gmail.com <mi...@gmail.com> #1307
I have that too when i turn on data on Samsung Galaxy S6, Google has always been the tech giant in my eyes and i really dont understand why they dont bother fixing this bug with all the engineers working there.
me...@gmail.com <me...@gmail.com> #1309
This really needs to have a higher priority. I knew this bug was present in 5.* but it is really unacceptable that it is STILL present in 6.* and even carries the priority of 'Small'. This is a serious defect that is making every Android M phone look like crap battery usage wise.
I normally never say this but after so long:
Perhaps we should seek media attention to force Google to respond to this issue.
I normally never say this but after so long:
Perhaps we should seek media attention to force Google to respond to this issue.
pa...@gmail.com <pa...@gmail.com> #1310
Don't be naive. This is not a bug. Data stays active for some reason.
r....@gmail.com <r....@gmail.com> #1311
Raise the priority and fix it already, come on, a 3 person IT company would have fixed it already, how come that you can't?
m4...@gmail.com <m4...@gmail.com> #1312
Well at least it got merged with the other one now.
ri...@gmail.com <ri...@gmail.com> #1313
Sad thing is even if this gets fixed in some 6.X version, my Galaxy S6 won't likely see the fix as I don't see it probable that Samsung will be pushing more updates to S6 other then upcoming Marshmallow... This is not a fault of Google, but the main mistake is that this has not been fixed to 6.0.
ba...@gmail.com <ba...@gmail.com> #1314
Same problem with Motorola moto x style with android 6.0.
But the battery drains a little - few percents, then it stops.
But the battery drains a little - few percents, then it stops.
vi...@gmail.com <vi...@gmail.com> #1315
I had an old Apple iPod Touch to supplement a basic phone from my job for years. When I finally decided to buy my own phone, I went with the Note 5. I didn't like the way Apple controlled everything. Now that I've been with Android for a few months, I appreciate Apple more. For instance, most of the Android apps force you to give up any semblance of privacy, with a take it or leave it stance (why does a carpenter's level need access to my, Device and app history, location, photos/media/files/Wi-Fi Connction information and Device ID and call information???) Apple apps were less invasive, with a la carte choices after the fact re. what you allowed.
This ongoing battery issue is the icing on the cake. About the only thing I would miss if I went to an iPhone is my stylus, at this point.
This ongoing battery issue is the icing on the cake. About the only thing I would miss if I went to an iPhone is my stylus, at this point.
bo...@gmail.com <bo...@gmail.com> #1316
I had this bug with lollipop and fixed it with a full wipe.
Now with marshmallow I have 5 days standby with my nexus 6.
Never seen this problem again.
Now with marshmallow I have 5 days standby with my nexus 6.
Never seen this problem again.
ni...@gmail.com <ni...@gmail.com> #1317
Jesus motherf#cking christ; the bug that f#cks android the most up, that uses over 30% of everybodys overall battery, is being seen as SMALL PRIORITY. GOOGLE ARE YOU F#CKING KIDDING ME!? FIX THIS SHIT IMMEDIATELY!
da...@gmail.com <da...@gmail.com> #1318
Same thing happening here on the 3 phones I've been using lately: Xperia Z3 Compact, Z5 Compact and Galaxy S6. Battery life is really poor on mobile data. Whenever I get out of home and have no Wifi coverage, battery drain is around 6x faster even while not using the phone.
It's a real shame that this bug is open since July and with a low priority. Several minor (and one major) revision of Android have passed by and there's no solution nor comment from Google whatsoever.
It's a real shame that this bug is open since July and with a low priority. Several minor (and one major) revision of Android have passed by and there's no solution nor comment from Google whatsoever.
pi...@gmail.com <pi...@gmail.com> #1319
Really? I mean REALLY??? Is there even a person monitoring these bugs anymore??? Because I can't believe something so badly broken is COMPLETELY IGNORED for so long! Damn you Android Team just fix this already!!!
ke...@gmail.com <ke...@gmail.com> #1320
"Me Too."
[soapbox]
Sadly, it seems Lollipop is becoming the "Windows ME" of Android. It's has an absolute showstopper issue that makes it nearly unusable for literally _thousands_ of people with different phones, carriers, apps, and usage patterns, and yet Google is (apparently) still unwilling or unable to fix it, even *10 months* later, and with ample data provided by numerous different users.
I'll admit that some of the comments here are probably for different, unrelated battery life issues, but the majority of us really do have a huge problem with the mobile radio staying active when it shouldn't, and killing battery life, as a direct result of the update from Kit Kat to Lollipop. We've tried the typical "fixes" without success (the issue randomly comes back), and some of the potential workarounds are extremely tedious and unsustainable (like rebooting every time to switch between mobile and wifi, and then waiting for it to "optimize" endlessly).
Further, some of us are permanently stuck on Lollipop because of older hardware and locked bootloader. As a result, we cannot roll back to Kit Kat nor forward to Marshmallow. WE ARE FORCED TO BUY A NEW PHONE BECAUSE OF A GOOGLE UPDATE! Keep in mind, that makes the other non-Android options look a whole lot more attractive to a large group of potential buyers.
I've already posted battery graphs showing my stock Moto X draining from full charge to nothing in about 4 hours while SITTING ON MY DESK UNUSED with a strong Wi-Fi signal the whole time, and yet mobile radio was inexplicably still active and killed the battery. If that's not a clear enough indication of an actual OS issue, I don't know what is. It acts like a broken state-machine. Did Toyota program the mobile radio management code or something? :-/
And @1312 - The "reason" it stays active is because the OS is BROKEN. Even if it actually were some specific third-party app causing it (which, by the way, it's not), the OS should never allow that to happen, especially when you have a full Wifi signal. Combine that with the various constantly restarting app issues, Wifi issues, heating and lag, and other problems common on Lollipop that the OS should be able to prevent but doesn't, and you end up with a completely unreliable phone that you can pull out of your pocket not long after a full charge, and with no usage, and find it dead.
[/soapbox]
[soapbox]
Sadly, it seems Lollipop is becoming the "Windows ME" of Android. It's has an absolute showstopper issue that makes it nearly unusable for literally _thousands_ of people with different phones, carriers, apps, and usage patterns, and yet Google is (apparently) still unwilling or unable to fix it, even *10 months* later, and with ample data provided by numerous different users.
I'll admit that some of the comments here are probably for different, unrelated battery life issues, but the majority of us really do have a huge problem with the mobile radio staying active when it shouldn't, and killing battery life, as a direct result of the update from Kit Kat to Lollipop. We've tried the typical "fixes" without success (the issue randomly comes back), and some of the potential workarounds are extremely tedious and unsustainable (like rebooting every time to switch between mobile and wifi, and then waiting for it to "optimize" endlessly).
Further, some of us are permanently stuck on Lollipop because of older hardware and locked bootloader. As a result, we cannot roll back to Kit Kat nor forward to Marshmallow. WE ARE FORCED TO BUY A NEW PHONE BECAUSE OF A GOOGLE UPDATE! Keep in mind, that makes the other non-Android options look a whole lot more attractive to a large group of potential buyers.
I've already posted battery graphs showing my stock Moto X draining from full charge to nothing in about 4 hours while SITTING ON MY DESK UNUSED with a strong Wi-Fi signal the whole time, and yet mobile radio was inexplicably still active and killed the battery. If that's not a clear enough indication of an actual OS issue, I don't know what is. It acts like a broken state-machine. Did Toyota program the mobile radio management code or something? :-/
And @1312 - The "reason" it stays active is because the OS is BROKEN. Even if it actually were some specific third-party app causing it (which, by the way, it's not), the OS should never allow that to happen, especially when you have a full Wifi signal. Combine that with the various constantly restarting app issues, Wifi issues, heating and lag, and other problems common on Lollipop that the OS should be able to prevent but doesn't, and you end up with a completely unreliable phone that you can pull out of your pocket not long after a full charge, and with no usage, and find it dead.
[/soapbox]
ci...@gmail.com <ci...@gmail.com> #1321
Google im back guess what i replaced s4 with s6 g920f and voila android 5.1.1 has a problem screen atached.
your system android has a big problem. Tommorow i return s6 and choose iphone.
your system android has a big problem. Tommorow i return s6 and choose iphone.
il...@gmail.com <il...@gmail.com> #1322
Google you'd better wake up on time and take act because when people start to MASSIVELY switch to Apple you won't be able to stop the trend, regardless of what you do! Need I remind people that now Android flagships are at (or above) iPhone prices?
You're walking on thin ice Google!
You're walking on thin ice Google!
se...@gmail.com <se...@gmail.com> #1323
@1322: clap clap
ma...@gmail.com <ma...@gmail.com> #1324
"Me too"
if I need to stick to WiFi to get reasonable ( meaning > 6 hours) battery life on a phone with 3000 mAh battery it really beats the point of "mobile" in phone.
LG G4 with MM
if I need to stick to WiFi to get reasonable ( meaning > 6 hours) battery life on a phone with 3000 mAh battery it really beats the point of "mobile" in phone.
LG G4 with MM
ne...@gmail.com <ne...@gmail.com> #1325
on mobile data the total connection time get high values... for google services, i belive there is a problem with total connection time showing wrong values and percentages. On my s4 battery lasts 2 days medium usage and 4g always on.
Maybe there is a problem with the app that displays battery usage.
gu...@gmail.com <gu...@gmail.com> #1326
Do not wait for Google to fix this issue.
If you can't downgrade, then switch to another company.
Google won't do a thing about this bug, it's been almost a year now, and it's still catalogued as "small defect"
I own a XT1058, which received LP but then downgraded back to KK due to this (my issue was present while using WiFi, not mobile data).
If you can't downgrade, then switch to another company.
Google won't do a thing about this bug, it's been almost a year now, and it's still catalogued as "small defect"
I own a XT1058, which received LP but then downgraded back to KK due to this (my issue was present while using WiFi, not mobile data).
th...@gmail.com <th...@gmail.com> #1327
I have a Moto X Play xt1563 Brazilian Dual chip with the last Android 6.0 MM ... same issue here ... My "Cell Standby" is my top battery consumer ...
br...@gmail.com <br...@gmail.com> #1328
This really must be a joke; I can only assume Google owns lots of Apple stock. Fix this because it is broken and non-trivial.5405
sa...@gmail.com <sa...@gmail.com> #1329
Mass surveillance needs possibly prohibiting this being patched?
pe...@gmail.com <pe...@gmail.com> #1330
Had this issue on 5.1.1, fixed after 6.0.1 update.
ra...@gmail.com <ra...@gmail.com> #1331
Still hapening in Android N preview 1
this is just unbelievable
this is just unbelievable
ma...@gmail.com <ma...@gmail.com> #1332
I am having the Cell standby and Google Play Services constantly running at times and killing my batter for about a week now. I have had Lollipop since December 2014 and 5.1 since ?November 2015? and it just started the issue now. This was by far my favorite phone until now. I will go Windows phone if I have to to get away from this. It seemed to start right around the time two things happened: I learned about the chop-chop gesture to turn on the camera flash flashlight, and my memory use went over 90%. Those are the only two things I can think of that were around the same time the memory issue started.
ma...@gmail.com <ma...@gmail.com> #1333
Correction: not memory issue, but battery drain issue. BTW, Verizon Moto X 2nd gen.
ki...@gmail.com <ki...@gmail.com> #1334
Can't downgrade to an OS version that doesn't have this problem ... can't upgrade to an OS version that fixes this problem. This is on you Google.
Have the class action lawsuits been initiated yet? A simple search shows this to be a widespread and systemic problem that impacts a very very large number of people. And Google's solution thus far has been?
Any lawyers taking this one up will be buying a small island with their cut.
Let the lawsuits begin.
Have the class action lawsuits been initiated yet? A simple search shows this to be a widespread and systemic problem that impacts a very very large number of people. And Google's solution thus far has been?
Any lawyers taking this one up will be buying a small island with their cut.
Let the lawsuits begin.
gi...@gmail.com <gi...@gmail.com> #1335
Battery problem still persisting on Xperia Z1 compact, after android Lollipop update! No fix yet, after such a long time!!
[Deleted User] <[Deleted User]> #1336
hackers are helping people fix their credit rating, predict changes in
the stock market, breaching institutions and organizations, clearing
credit card debts, among a wide range of services.
cyberwizard.140@gmail.com is a member of the impact team. do you know
them? the impact team was responsible for hacking Ashley Madison a while
back this year and exposing those who cheat of their spouses. after i
lost money to a couple fakes, i took to the liberty search the deep web
for a real hacker and i found them. they are reliable ,totally discrete and a true
veteran. contact them for all your hacking needs today
za...@gmail.com <za...@gmail.com> #1337
Google (and Motorola) have succeeded in killing my device after two years, forcing me to buy a new phone. Unfortunately for me the device I have to buy is an Android made by Motorola.
la...@gmail.com <la...@gmail.com> #1338
Cell standby/ mobile radio uses more battery than anything else. With my screen shut off I'm still draining 5-10%an hour in power save mode. 5 hour battery time with minimal usage is awful. I am honestly considering switching to Apple just to have a phone that lasts.
er...@gmail.com <er...@gmail.com> #1339
Y battery is used mostly by mobile radio active. One plus did not have this issue.. Using moto x.
to...@gmail.com <to...@gmail.com> #1340
I haven´t checked if I have same battery drain issue with my Z3 Compact, but I have this issue on my default phone which is Xperia Z1. It has lost all of it´s power from 60% in 2 minutes without data enabled I just rebooted the phone and it was dead. Has happened a few times now.
al...@gmail.com <al...@gmail.com> #1341
I have a Samsung S6 and after android update (marshmallow) my battery is drain very fast. The cell standby apear in battery usage with a procent of 35%. I let my phone over night with a 70% battery, and after 6-7 hours when i wae up...i have 14% battery, this is annoying. I close the data and wifi, but the problem persists. Please fix this bug !!!
nm...@gmail.com <nm...@gmail.com> #1342
What is radio active? I recently bought a BQ M5 for my father and he is finding that the battery drains in a day without using any internet. I have checked the settings to ensure that it is not using battery unnecessarily. Is it a fault with the phone or is this a software issue...i am a bit blonde when it comes to technology. We all have the same phone but he is the only one experiencing this problem.
ro...@gmail.com <ro...@gmail.com> #1343
PIECE OF CRAP. MY NEXUS 5 IS GARBAGE RIGHT NOW. GOOGLE SUPPORT IS A SHAME!
MY NEXT PHONE WILL NOT BE AN ANDROID, THIS IS FOR SURE. ALL OF YOU, STOP ALL THE RECLAMATION. THIS IS SMALL PRIORITY TO GOOGLE, AND I DOUBT THAT WILL BE SOLVED. I'M REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY DISAPPOINTED.
MY NEXT PHONE WILL NOT BE AN ANDROID, THIS IS FOR SURE. ALL OF YOU, STOP ALL THE RECLAMATION. THIS IS SMALL PRIORITY TO GOOGLE, AND I DOUBT THAT WILL BE SOLVED. I'M REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY, REALLY DISAPPOINTED.
la...@gmail.com <la...@gmail.com> #1344
Why does the owner of this issue (dnaga) keeps silent and doesnt give us an explanation as in why Google refuses to solve this big -and not small - issue?
Even new phones won't last more then a Day due to Google Services consuming more then they should.
Doze is just a stop gap which only works while not moving... So leave your MOBILE at home...
They just ignore us in the hope this dies out as phonemakers put larger batteries in their phone.
Even new phones won't last more then a Day due to Google Services consuming more then they should.
Doze is just a stop gap which only works while not moving... So leave your MOBILE at home...
They just ignore us in the hope this dies out as phonemakers put larger batteries in their phone.
jo...@gmail.com <jo...@gmail.com> #1345
Same here. Most apps, getting crushed.
ma...@gmail.com <ma...@gmail.com> #1346
I dont think google is ignoring the bug. They are stumped just as we are :(
Maybe they should put out a bounty to fix this bug because not all smart people are working for google :)
Maybe they should put out a bounty to fix this bug because not all smart people are working for google :)
ro...@gmail.com <ro...@gmail.com> #1347
Google will do NOTHING about this.
If they don't know what to do, better stop to make mobiles systems.
If they know what to do, then they are really clowns.
To me, this will not be solved, because a large number of devices uses old Android version and it's all fine.
I'm selling my smartbrick -http://produto.mercadolivre.com.br/MLB-758852853-lg-nexus-5-android-puro-no-seu-celular-_JM
Let the cry continue
If they don't know what to do, better stop to make mobiles systems.
If they know what to do, then they are really clowns.
To me, this will not be solved, because a large number of devices uses old Android version and it's all fine.
I'm selling my smartbrick -
Let the cry continue
pi...@gmail.com <pi...@gmail.com> #1348
Android 6.0.1 on Nexus 5x. Same issue.
in...@gmail.com <in...@gmail.com> #1349
Really? Priority SMALL????? Are they kidding?
Google services consumes more energy then over apps. It's very dissapointing.
Google services consumes more energy then over apps. It's very dissapointing.
tm...@gmail.com <tm...@gmail.com> #1350
I have been fighting this issue since my carrier forced an update. Went from 5 days standby (I am not a Facebook, Snapchat, Twitter, or any other web addict). But on v4.4 I had 4 to 5 days without charging... sometimes as many as 7 days.
With Android 5.1 I am lucky to get 24 HOURS of standby. Even using battery saver and airplane mode doesn't help... Google OS or Google Play Services are at the top of the usage at together sum to over 50% of battery consumption. This morning when I unplugged the charger and checked the battery meter, I saw a whopping 4 Hours remaining at 100% charged; make that 98%... no, 97%... hmm... 96%. LMAO. No - this isn't a serious bug.
With Android 5.1 I am lucky to get 24 HOURS of standby. Even using battery saver and airplane mode doesn't help... Google OS or Google Play Services are at the top of the usage at together sum to over 50% of battery consumption. This morning when I unplugged the charger and checked the battery meter, I saw a whopping 4 Hours remaining at 100% charged; make that 98%... no, 97%... hmm... 96%. LMAO. No - this isn't a serious bug.
br...@gmail.com <br...@gmail.com> #1351
Can anyone comment if they had cell network provider limits on their account?
My daughter ran into this issue about same time as the cell provider data limit kicked in
I'm thinking phone might keep re-sending network packets which are ignored by the network because of data limit
If so this would keep the radio active until the app gives up (if ever) - and her radio active time is HUGE and of course battery drain
My daughter ran into this issue about same time as the cell provider data limit kicked in
I'm thinking phone might keep re-sending network packets which are ignored by the network because of data limit
If so this would keep the radio active until the app gives up (if ever) - and her radio active time is HUGE and of course battery drain
fc...@gmail.com <fc...@gmail.com> #1352
Google why don't you fix this!!!!
ro...@gmail.com <ro...@gmail.com> #1353
Just got an iPhone SE. Installed all Google apps. Get to sleep with wi-fi, GPS, mobile data, Bluetooth and everything else on with 50% battery. After 7 hours, I'm still with 49%. That is not what I imagine, but Google will have to do a very Hard work to maybe bring me back to Android...
la...@gmail.com <la...@gmail.com> #1354
6 months of Android left.,,, and then back to Apple.
Stupid Google devs made some design choice which made Android a energy consuming os.
Doze is a bad attempt to counteract it......and Sony had a better system with stamina.. But noooooooo....they thought they could make something better.... Wrong again.
Where is the IT manager at Google who dares to take responsibilty???
Stupid Google devs made some design choice which made Android a energy consuming os.
Doze is a bad attempt to counteract it......and Sony had a better system with stamina.. But noooooooo....they thought they could make something better.... Wrong again.
Where is the IT manager at Google who dares to take responsibilty???
la...@gmail.com <la...@gmail.com> #1355
Have had the 5.1.1 update for a while now without problem. This battery drain started a week or so ago maybe. I thought my battery was the problem as I have had my Z2 for 2 years now. I bought a new battery and still the problem persists.
I am going to try disabling mobile data when im not using the phone as some people suggest in the above posts to see if it helps as a short term fix. I have noticed in my battery usage statistics that it shows my wifi as being always on since last 100% charge when infact I have had it off the whole time :S
I use my phone frequently throughout the day and would usually have around 30/40% left when I get home. I make it to around 3PM and its totally dead.
Will monitor this over the next few days.
I am going to try disabling mobile data when im not using the phone as some people suggest in the above posts to see if it helps as a short term fix. I have noticed in my battery usage statistics that it shows my wifi as being always on since last 100% charge when infact I have had it off the whole time :S
I use my phone frequently throughout the day and would usually have around 30/40% left when I get home. I make it to around 3PM and its totally dead.
Will monitor this over the next few days.
ra...@gmail.com <ra...@gmail.com> #1356
I got the LG G4 and the mobile radio active is insanely high on almost all apps !! Stains the Nauru very quickly. Its ascot time Google has to do something about this issue as it has become very noticeable too the customers.
yi...@gmail.com <yi...@gmail.com> #1357
I have this problem too, LG G3. Any hope on this being fixed anytime soon?
lu...@gmail.com <lu...@gmail.com> #1358
As i upgraded to lollipo battery drains faster i got z1 what should i do
ro...@gmail.com <ro...@gmail.com> #1359
#1359 - no, it will not. it's small priority and this topic dates apr 14, 2015.
#1360 - you can sell your phone or still crying... like, forever.
#1360 - you can sell your phone or still crying... like, forever.
la...@gmail.com <la...@gmail.com> #1360
I am experiencing the same with my S7 Edge....
If Google doesn't fix it I doubt Samsung will...
If Google doesn't fix it I doubt Samsung will...
jo...@gmail.com <jo...@gmail.com> #1361
This is becoming a complete joke. Heads should ROLL for bugs like this. Maybe this issue should be brought to mainstream media, especially considering the % of users on 5.x and 6.x.
la...@gmail.com <la...@gmail.com> #1362
They do not care...
Even Samsung s7 users complain that they have suddenly battery drain even without changing or installing new apps.
As long as even companies like Samsung, HTC, Sony and LG can't force Google to solve this (along with the new Bluetooth problems) the customers of Android phones are s*****d.
Even Samsung s7 users complain that they have suddenly battery drain even without changing or installing new apps.
As long as even companies like Samsung, HTC, Sony and LG can't force Google to solve this (along with the new Bluetooth problems) the customers of Android phones are s*****d.
mi...@gmail.com <mi...@gmail.com> #1363
My phone now drains about 1% every 2 minutes and it has a capacity well over 3000mA. Got no apps open, just browser. It's even worse when I turn on music
be...@gmail.com <be...@gmail.com> #1364
This issue is still well present and established in M6.0.1 and on the latest developer preview (NPD56N)
Sent from my Nexus 6P.
Sent from my Nexus 6P.
ab...@gmail.com <ab...@gmail.com> #1365
My Xperia z1 drains rapidly. From 96%-44% then at a snap 3%. And the temperature is uncontrol, im afraid that my mobile will be burnt. Please android fix this! It is very inconvient, as for me i have to travel 2 hours for my workplace ,passing through the desert. I need my battery life back! You might put into considerations that these complaints have been noted more than a year now.
pu...@gmail.com <pu...@gmail.com> #1366
Opo user here. After last Cyanogenmod update the issue seems to be solved. My phone is now back like in the good old time with kitkat. 2 days of battery.
vg...@gmail.com <vg...@gmail.com> #1367
Hi All,
Mobile Radio Active Bug is the worst bug introduced by Google in Lollipop and Marshmallow.
It activates when a user switched on the Mobile data and will remain active unless user switches off the data or come on Wifi.
All the devices facing this problem and it causes a huge battery drain.
So,i wanted to ask will there ever be an official fix from google or not?
Mobile Radio Active Bug is the worst bug introduced by Google in Lollipop and Marshmallow.
It activates when a user switched on the Mobile data and will remain active unless user switches off the data or come on Wifi.
All the devices facing this problem and it causes a huge battery drain.
So,i wanted to ask will there ever be an official fix from google or not?
se...@gmail.com <se...@gmail.com> #1368
Upgraded my LG G3 from 5.0 to 6.0 and spent the last days scratching my head why the battery drains so fast, until I found this thread. On 5.0 the phone used 1-2 % of battery life over night. With 6.0 around 20 % drain. The first night after the update the phone went to zero and switched off during the night. That was the first time in two years with the phone! With 5.0 the phone worked for several days for me (light user) but now I have to charge it every day. Priority - Small, Yeah right!
mr...@gmail.com <mr...@gmail.com> #1369
Hi there,
Still having fun with mobile radio for over a year now ?
Still enjoying turning mobile data off all the time just to try to make your battery last a day ?
Well I personnaly LOVE spending hours monitoring battery stats, inspecting wakelocks, disabling as much shit as I can, instaling Greenify, etc.
Google said that they MAY try to fix this issue when this thread'll reach 1 500 comments !!!
PLEASE Google, don't !
What will I do of my life then ???
Ok, I'm out.
Still having fun with mobile radio for over a year now ?
Still enjoying turning mobile data off all the time just to try to make your battery last a day ?
Well I personnaly LOVE spending hours monitoring battery stats, inspecting wakelocks, disabling as much shit as I can, instaling Greenify, etc.
Google said that they MAY try to fix this issue when this thread'll reach 1 500 comments !!!
PLEASE Google, don't !
What will I do of my life then ???
Ok, I'm out.
mr...@gmail.com <mr...@gmail.com> #1370
Oh btw I'm using now a Cyanogen rom on an Idol 3 WITHOUT GOOGLE APPS INSTALLED at all, and... it didn't changed a thing : battery stats still show insane cell usage (like : 1 min CPU/9 hours radio for various apps)
Of course, battery life improved a bit because I gave up google services and all those shitty spying background services, but still : bug's there :-(
Have a nice day ?
Of course, battery life improved a bit because I gave up google services and all those shitty spying background services, but still : bug's there :-(
Have a nice day ?
kr...@gmail.com <kr...@gmail.com> #1371
I have the same issue, really annoying
ge...@gmail.com <ge...@gmail.com> #1372
Same here, moto X Play Android 6.0.1
ko...@gmail.com <ko...@gmail.com> #1373
20% battery drain for the OS for little more than 15 hours. Samsung Galaxy S7
da...@gmail.com <da...@gmail.com> #1374
CPU 8 min. Mobile radio active 8hrs. Seems like it turns on overnight and crushes my battery.
Android system and Android IOS both do it. Update has recently started is also.
Android system and Android IOS both do it. Update has recently started is also.
xs...@gmail.com <xs...@gmail.com> #1375
This isn't a normal bug devs would skip. Fck you Amerika.
ro...@gmail.com <ro...@gmail.com> #1376
Started experiencing this issue on the Oneplus X while on Lollipop. Updated to marshmallow with CM13, the bug still persists. Usually messenger or google play services using in excess of 4hr mobile radio active. Screen time has gone from about 4hrs to barely 2hrs. This is making my phone unusable. Please update the priority.
na...@gmail.com <na...@gmail.com> #1377
This is crazy. I didn't update my Z1 Compact until recently — and I regret so much I finally did!
Now two months after the update it looks like my battery is physically damaged already, because it goes down to zero from any charge level in a second (vertical, no slope in the graph).
This damn thing is no longer mobile as I have chargers at my bed, my work desk and in my car, otherwise I cant be sure my phone doesn't turn off any given moment. Today it turned off after being charged all night just fifteen minutes after I've unplugged it when I was reading morning news in the loo!
This thread is a huge shock — I can't beleive this is a well known problem for over a year and still nothing done about it?
Small problem WTF???
Now two months after the update it looks like my battery is physically damaged already, because it goes down to zero from any charge level in a second (vertical, no slope in the graph).
This damn thing is no longer mobile as I have chargers at my bed, my work desk and in my car, otherwise I cant be sure my phone doesn't turn off any given moment. Today it turned off after being charged all night just fifteen minutes after I've unplugged it when I was reading morning news in the loo!
This thread is a huge shock — I can't beleive this is a well known problem for over a year and still nothing done about it?
Small problem WTF???
fr...@gmail.com <fr...@gmail.com> #1378
Moto X Play here, after some time with CM12.1 this issued appeared for me. In battery stats I get Whatsapp on top (as high as 30%) followed by cell standby. Battery reduced from 2-3 days to 1 day. This happens only on LTE/3G mobile data and not a mAh is used on WiFi. Not knowing what the problem was I decided to try out CM 13, so I flashed it and boom, issue remained. So I wiped partition thinking maybe there was a corrupted file or something but...nope, still there. I cannot believe this is small priority after an year of complaints and after the same problem being in 2 different updates of android. Thank you google (not) for helping us!
to...@gmail.com <to...@gmail.com> #1379
Have found a quick fix which helped me:
I have a rooted Motorola G3 2015 Osprey running CM13. In my case the problem was triggered randomly when having mobile data on (3G or LTE) and using the phone or texting. The battery consumption increased making the battery last roughly one day in total. I solved the problem by:
- Installing the app Servicely
- Settings within the app: Start on boot = on, Free Pro version =on
- In Servicely add Google Play Services to the Hitlist
Have read, but not tried, that for a non rooted phone setting background data to off could help.
I have a rooted Motorola G3 2015 Osprey running CM13. In my case the problem was triggered randomly when having mobile data on (3G or LTE) and using the phone or texting. The battery consumption increased making the battery last roughly one day in total. I solved the problem by:
- Installing the app Servicely
- Settings within the app: Start on boot = on, Free Pro version =on
- In Servicely add Google Play Services to the Hitlist
Have read, but not tried, that for a non rooted phone setting background data to off could help.
to...@gmail.com <to...@gmail.com> #1380
Regarding the quick fix above:
Set Screen off only to on in Servicely
Set Screen off only to on in Servicely
mi...@gmail.com <mi...@gmail.com> #1381
I have a similar issue, it started with no actualizations made, and I reseted the phone to factory and it still has the problem.
Why dont we have a solution?
Why dont we have a solution?
se...@gmail.com <se...@gmail.com> #1382
horrible battery drain on g4. solve it already...
kr...@gmail.com <kr...@gmail.com> #1383
I too have a similar problem, altho it does not involve any recent versions of Android. I have an admittedly old Galaxy S2 running Android 4.0.4 (unable to upgrade).
About two weeks ago (same time frame as a friend of mine on a different, newer phone) the battery draining jumped dramatically -- a fully charge battery would discharge in 2-3 hours, having done nothing but checking email and texts, heating up to where it was almost too hot to have in my pocket.
Having read most of this problem thread and running such things as GSam Battery Monitor and OS Monitor, it became apparent that Google Play Services (GPS) was the culprit, consuming up to 90% of the cpu usage. So I decided to do the factory-reset approach (really had nothing to lose) and try a few things.
After doing a reset, Settings/Applications (S/A) showed that GPS was not yet installed. After an hour of doing nothing but some emails and texts, the battery and cpu usage were negligible and the unit remained cool. I installed a single app from the Play Store (GSam) and S/A now showed that GPS had also been installed, without notice and without concurrence. Almost immediately battery and cpu usage, primarily by GPS, were significant, and the unit's temperature increased to 114-117 degrees (F).
Since GPS was a downloaded app, not a factory installed app, S/A let me uninstalled GPS. Immediately battery and cpu usage plummeted and unit started to gradually cool. Same sequence when a second app was installed, along with GPS, then GPS uninstalled. However, when a third app was installed and GPS subsequently uninstalled, battery and cpu usage remained high, this time with Google Services being the identified app (not GPS). Evidently simply uninstalling GPS isn't the sole, clean answer (am perfectly willing to do that after installing an app, if that would always work).
Any other ideas, other than going the iPhone route? (Will try the sequences again, this time restarting the phone immediately after uninstalling GPS to see if that helps.)
About two weeks ago (same time frame as a friend of mine on a different, newer phone) the battery draining jumped dramatically -- a fully charge battery would discharge in 2-3 hours, having done nothing but checking email and texts, heating up to where it was almost too hot to have in my pocket.
Having read most of this problem thread and running such things as GSam Battery Monitor and OS Monitor, it became apparent that Google Play Services (GPS) was the culprit, consuming up to 90% of the cpu usage. So I decided to do the factory-reset approach (really had nothing to lose) and try a few things.
After doing a reset, Settings/Applications (S/A) showed that GPS was not yet installed. After an hour of doing nothing but some emails and texts, the battery and cpu usage were negligible and the unit remained cool. I installed a single app from the Play Store (GSam) and S/A now showed that GPS had also been installed, without notice and without concurrence. Almost immediately battery and cpu usage, primarily by GPS, were significant, and the unit's temperature increased to 114-117 degrees (F).
Since GPS was a downloaded app, not a factory installed app, S/A let me uninstalled GPS. Immediately battery and cpu usage plummeted and unit started to gradually cool. Same sequence when a second app was installed, along with GPS, then GPS uninstalled. However, when a third app was installed and GPS subsequently uninstalled, battery and cpu usage remained high, this time with Google Services being the identified app (not GPS). Evidently simply uninstalling GPS isn't the sole, clean answer (am perfectly willing to do that after installing an app, if that would always work).
Any other ideas, other than going the iPhone route? (Will try the sequences again, this time restarting the phone immediately after uninstalling GPS to see if that helps.)
ma...@googlemail.com <ma...@googlemail.com> #1384
Got here via Marshmallow's issue ( https://code.google.com/p/android/issues/detail?id=190396 ) since I am suffering the same symptoms with a CM13 running on an One Plus X.
I've already filed a logcat log there and I file the same here now. I hope that can help to locate the issue.
I've already filed a logcat log there and I file the same here now. I hope that can help to locate the issue.
ri...@gmail.com <ri...@gmail.com> #1385
Having this problem on my LG G4. Please fix!
ch...@googlemail.com <ch...@googlemail.com> #1386
Hi. If you google this mobile radio active bug, you will finde some issues also in android L and new in android N. The bug was never fixed. it is shipped to the new N version. And this bug exists on many devices. Still no reaction from google here?
http://uploads.tapatalk-cdn.com/20160728/78508dbdfc75632ba402813d5b30bb61.jpg
http://uploads.tapatalk-cdn.com/20160728/fea87f87807b85ff7a451834a89e5945.jpg
kr...@gmail.com <kr...@gmail.com> #1387
Tried the sequence, no change. However, yesterday, things suddenly started working correctly. It happened after I allowed several app updates to occur (they showed up for the first time), include several of the Google Play apps. Now cpu usage is nominal, battery lasting all day, Google Services cpu usage less than 2%, waitlock about 1%. No problems for two days, will keep my fingers crossed. Maybe they finally fixed it????
7t...@gmail.com <7t...@gmail.com> #1388
please fix this issue .. Battery drain on my Moto e makes it useless as a operating phone.. This is not a small priority by any means ..
7t...@gmail.com <7t...@gmail.com> #1389
Android system and google services draining battery at ridiculous amounts . This is annoying . Please give a fix for this,
nu...@gmail.com <nu...@gmail.com> #1390
Pleeeeeeeeeeeeease.
cn...@googlemail.com <cn...@googlemail.com> #1391
Still no progress? Android 6.0.1, OPO.
[Deleted User] <[Deleted User]> #1392
Running resurrection remix (6.0.1) on Note 4. Same damn issue. Love android but seriously considering an iPhone because of this. If i use the Touchwiz Samsung roms of 5.1.1 or 6.0.1 there are no issues.
ll...@gmail.com <ll...@gmail.com> #1393
I spent 18 months of my 24 month contract with a Sony Xperia Z1 Compact which only lasts 3-4 hours. During that time, I was forced to use my Old Samsung Galaxy S2, loaded with Jellybean as a primary phone.
Google, and Sony, has let this issue hang unresolved for to long, and I made the switch to an iPhone SE.
All my Google information (Google Photos, Google Drive, Gmail, Hangouts etc)was seamlessly moved and I bought a waterproof case for the iPhone.
Sadly, I must say goodbye to Android. Happily I am a IOS user now.
Google, and Sony, has let this issue hang unresolved for to long, and I made the switch to an iPhone SE.
All my Google information (Google Photos, Google Drive, Gmail, Hangouts etc)was seamlessly moved and I bought a waterproof case for the iPhone.
Sadly, I must say goodbye to Android. Happily I am a IOS user now.
ch...@googlemail.com <ch...@googlemail.com> #1394
This Bug has been fixed already by someone who had developed an Xposed module:
http://www.xda-developers.com/xposed-module-to-fix-mobileradioactive-bug/
https://github.com/pylerSM/MobileRadioActiveFix/blob/master/app/src/main/java/com/pyler/mobileradioactivefix/MobileRadioActiveFix.java
Quote // Begin
After some investigation on the issue I found that the BatteryStats service was not receiving the radio power down notification. The investigation lead me to the NetworkManagementService.java, where I found that some code was discarding the radio power change notifications after the first radio power on.
The problem is that in NetworkManagementServer.java the notifyInterfaceClassActivity method is discarding the notifications of radio power change to the BatteryStats (via noteMobileRadioPowerState) if the fromRadio parameter is false after it’s being true some time before.
Even after a detailed analysis, it was unclear what is the real role of the fromRadio parameter. Changing it to true in the calling methods solved the issue in the testing unit (Sony Xperia ZL).
Quote //End
Quote // Begin
After some investigation on the issue I found that the BatteryStats service was not receiving the radio power down notification. The investigation lead me to the NetworkManagementService.java, where I found that some code was discarding the radio power change notifications after the first radio power on.
The problem is that in NetworkManagementServer.java the notifyInterfaceClassActivity method is discarding the notifications of radio power change to the BatteryStats (via noteMobileRadioPowerState) if the fromRadio parameter is false after it’s being true some time before.
Even after a detailed analysis, it was unclear what is the real role of the fromRadio parameter. Changing it to true in the calling methods solved the issue in the testing unit (Sony Xperia ZL).
Quote //End
ab...@gmail.com <ab...@gmail.com> #1395
Please google fix this issue.
bo...@gmail.com <bo...@gmail.com> #1396
Google's treatment is irritating: "Priority-Small".
nu...@gmail.com <nu...@gmail.com> #1397
I really can't believe that nobody cares about this issue. Very sad. Already thinking about buying an iPhone.
ma...@gmail.com <ma...@gmail.com> #1398
Long story short:
Bought Galaxys S5 (unlocked from AT&T), had the same issue as described here: battery drained 15-20% per hour without touching the phone, it had all features disabled, but Wi-Fi On only.
After doing reasearch on-line there are many ways to solve it, but most all of them requiring phone to be rooted which is not an option for me since it can't be rooted.
According to my battery statistics it is mainly drained by Google Play/Google Play Service, although I tend to think that actually this is in a combination with Google Service and Wi-Fi connectivity together, since with Wi-Fi off battery is OK.
I even replace my phone (on warranty) to make sure is not the battery issue itself (it wasn't). After a long troubleshooting I've combined all workarounds from the web here is what you need to do to solve it (at least it helped me):
1. Restore: Factory reset (do not log with you google account after reset)
2. Wiped the partition cache (http://www.urtech.ca/2015/09/solved-what-does-wipe-the-cache-partition-do-on-android-devices-like-the-galaxy-s6/ )
3. Go to wifi - advanced - uncheck smart network switch.
4. Disable Adapt display - make it standard for example.
5. Disabling Google + and uninstalling it's updates.
6. Uninstall / do not install Facebook messenger
7. MOST IMPORTANT: Log IN into Play Store with your google account and install all Apps that you might need and log OUT from your google account in this way your battery will be back!
Bought Galaxys S5 (unlocked from AT&T), had the same issue as described here: battery drained 15-20% per hour without touching the phone, it had all features disabled, but Wi-Fi On only.
After doing reasearch on-line there are many ways to solve it, but most all of them requiring phone to be rooted which is not an option for me since it can't be rooted.
According to my battery statistics it is mainly drained by Google Play/Google Play Service, although I tend to think that actually this is in a combination with Google Service and Wi-Fi connectivity together, since with Wi-Fi off battery is OK.
I even replace my phone (on warranty) to make sure is not the battery issue itself (it wasn't). After a long troubleshooting I've combined all workarounds from the web here is what you need to do to solve it (at least it helped me):
1. Restore: Factory reset (do not log with you google account after reset)
2. Wiped the partition cache (
3. Go to wifi - advanced - uncheck smart network switch.
4. Disable Adapt display - make it standard for example.
5. Disabling Google + and uninstalling it's updates.
6. Uninstall / do not install Facebook messenger
7. MOST IMPORTANT: Log IN into Play Store with your google account and install all Apps that you might need and log OUT from your google account in this way your battery will be back!
od...@gmail.com <od...@gmail.com> #1399
My Sony Xperia Z1 has turned almost useless with Google Play Services apparently eating up the battery. I see a lot of work-around on this page, but Google need to fix this immediately if they don't want everybody to go for iPhone. Can't expect mobile phone manufacturers to support new main releases of Android on older phone models. So this bug need to be fixed in existing Android releases.
ma...@gmail.com <ma...@gmail.com> #1400
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #1401
It seems that I've finnaly solved it.
After such long troubleshooting I discovered that issue is related to 5GHz wi-fi transmission standard.
Once I switch to 2.4GHz my phone is just amazing.
It keeped the battery at 13% for 1 hour.
After such long troubleshooting I discovered that issue is related to 5GHz wi-fi transmission standard.
Once I switch to 2.4GHz my phone is just amazing.
It keeped the battery at 13% for 1 hour.
sa...@gmail.com <sa...@gmail.com> #1402
How do you switch off 5GHz?
ga...@gmail.com <ga...@gmail.com> #1403
I dont know if this is the same problem but, In the past month Id say my galaxy s6 has this problem where if I have 4g turned on and a google chrome running the battery will a lot of times start draining, losing like 1% every 30 to 60 seconds, sometimes faster. Even with a charger cable plugged in the battery will lose 1% every 2 minutes. The back of the phone will start getting abnormally warm, not like hot, just warm. And the phone in general starts running really slow. Even if the screen goes black from inactivity when I hit the power button it may take a minute for the security draw pattern I setup to show up.
If I turn off 4g and completely close all my chrome pages then it goes back to normal. I tried closing everything, restarting my phone and turning the 4g on but not using any apps or opening chrome and it was fine with no power loss for like a half hour.
Up till recently Ive never had a problem with it. I tried to factory reset the phone and only loaded just some basic apps from play store and a couple games off it, nothing I havent been using for a year now with no problems. I run it always in power saver mode. But Im still having this issue.
If I turn off 4g and completely close all my chrome pages then it goes back to normal. I tried closing everything, restarting my phone and turning the 4g on but not using any apps or opening chrome and it was fine with no power loss for like a half hour.
Up till recently Ive never had a problem with it. I tried to factory reset the phone and only loaded just some basic apps from play store and a couple games off it, nothing I havent been using for a year now with no problems. I run it always in power saver mode. But Im still having this issue.
fa...@gmail.com <fa...@gmail.com> #1404
This is ridiculous. The second most starred issue, tons of news coverage on tech websites and this issue is prioritized "small"?
mr...@gmail.com <mr...@gmail.com> #1405
bug is still on 7.0 Nexus 6p
[Deleted User] <[Deleted User]> #1406
please tell me ...
is there any battery drain problem when I update my sony z3 compact tab? I just bought it i shows a update. In present I have 4.4 KIT KAT what should I do now? may I update please comment
is there any battery drain problem when I update my sony z3 compact tab? I just bought it i shows a update. In present I have 4.4 KIT KAT what should I do now? may I update please comment
pa...@gmail.com <pa...@gmail.com> #1407
z1 compact on 5.1.1 - I should have known better and could bite myself that I went from (rooted) 4.4 to 5.1.1: Battery life is from approx 1.5 days down to 6 hours on a good day, with the last 35-30% disappearing within seconds, and phone shutting down without advance warning.
Google's stance is arrogant and highly objectionable - priority "small" is a joke when a major deficiency is known for over 12 months and not fixed.
Fascinating sidenote:
search for "battery drain lollipop" on google: 247,000 hits (Oct 16).
Search on bing: 481,000 hits.
Surpressing some results perhaps?
Greed is bad, Google. And users are not immune to switch – they may vote with their feet and wallets.
Google's stance is arrogant and highly objectionable - priority "small" is a joke when a major deficiency is known for over 12 months and not fixed.
Fascinating sidenote:
search for "battery drain lollipop" on google: 247,000 hits (Oct 16).
Search on bing: 481,000 hits.
Surpressing some results perhaps?
Greed is bad, Google. And users are not immune to switch – they may vote with their feet and wallets.
la...@gmail.com <la...@gmail.com> #1408
same here too a310f marshmallow
an...@gmail.com <an...@gmail.com> #1409
Nexus 5 6.0.1 on October patch here. I found work-around:
0) unlock bootloader
1) flash latest factory image
2) flash radio-hammerhead-m8974a-1.0.25.0.23.img
3) factory reset
Use at Your own risk!
Battery life in standby is MUCH better (like 2-3x better) for me, than when using radio-hammerhead-m8974a-2.x.xx.x.xx.img.
I know Google will never fix it, but if u have battery drain, u may try it.
I believe device have battery life similar to 4.4 after downgrade radio.
Similar workaround may be applied to other Nexus devices. Don't know about non-Nexus.
But in a lot of cases You can use any radio firmware with any ROM. Of course it's good idea to use radio firmware which has better battery life. I don't know who's fucked up here: AOSP or Google or maybe Qualcomm, but anyway just shared my experience with anyone who trying to fix something to make 5.0+ device still usable.
0) unlock bootloader
1) flash latest factory image
2) flash radio-hammerhead-m8974a-1.0.25.0.23.img
3) factory reset
Use at Your own risk!
Battery life in standby is MUCH better (like 2-3x better) for me, than when using radio-hammerhead-m8974a-2.x.xx.x.xx.img.
I know Google will never fix it, but if u have battery drain, u may try it.
I believe device have battery life similar to 4.4 after downgrade radio.
Similar workaround may be applied to other Nexus devices. Don't know about non-Nexus.
But in a lot of cases You can use any radio firmware with any ROM. Of course it's good idea to use radio firmware which has better battery life. I don't know who's fucked up here: AOSP or Google or maybe Qualcomm, but anyway just shared my experience with anyone who trying to fix something to make 5.0+ device still usable.
tf...@gmail.com <tf...@gmail.com> #1410
Is this some kind of a fucking joke???? Issue not addressed after more than a fucking year? With priority Small??? You're fucking thieves, battery lasting 5 hours with mobile data enabled is a fucking joke!!!!!!!
Sony Xperia Z1 compact with Android 5.1.1 here. FUCK YOU SONY FUCK YOU GOOGLE !!!! I hope the moron who decided to make it small priority dies in pain.
Sony Xperia Z1 compact with Android 5.1.1 here. FUCK YOU SONY FUCK YOU GOOGLE !!!! I hope the moron who decided to make it small priority dies in pain.
cd...@gmail.com <cd...@gmail.com> #1411
Mobile data drains the entire time my Xperia XA is on, even in airplane mode with WiFi and mobile data off. Stunned.
di...@gmail.com <di...@gmail.com> #1412
This issue is HIGH priority! The device is unusable in this mode 3G with battery drain. Is it realy impossible for google and sony to make some patch for people, to help them?
to...@gmail.com <to...@gmail.com> #1413
I have been fighting with this bug for maybe 6 months. Have been using a workaround by using an app Servicely (rooted phone) which kept the bug away. Since about a week I am using Android 7.1 with the dialect of Cyanogenmod 14.1 + the pertaining gapps without Servicely. No sudden unexplainable drain of battery.
There is a new radio/modem in this build. Either that or the gapps might have fixed it.
Don’t give the phone to your wife yet, there might be hope.
There is a new radio/modem in this build. Either that or the gapps might have fixed it.
Don’t give the phone to your wife yet, there might be hope.
to...@gmail.com <to...@gmail.com> #1414
[Comment deleted]
sh...@gmail.com <sh...@gmail.com> #1415
[Comment deleted]
cu...@gmail.com <cu...@gmail.com> #1416
Nenhuma correção para o erro mencionado a 2 anos pelo topico?
cu...@gmail.com <cu...@gmail.com> #1417
Nenhuma correção para o erro mencionado a 2 anos pelo topico?
Description
Description:
When mobile data (2G or 3G) is switched on, all the internet apps continue to consume battery and keep the mobile data active unless they are force stopped. On kitkat, this didn't happen because apps stopped using mobile data whenever their transaction was over. But here in lollipop, they don't seem to stop ever and cause a huge battery drain.
Please look into this.. It's still present in 5.1 (aosp and all custom roms).