Disabling FastDormancy? - Motorola Atrix HD

How do you do it on Atrix HD?

I ask because FastDormancy is killing me!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is for a phone that is not at all used! 4% an hour for a phone that isn't used is a lot, especially given FastDormancy is keeping the phone awake for 1 hour 7 minutes out of 2 hours 57 minutes, a whopping 38%!
Clearly my carrier doesn't support FastDormancy or it wouldn't take so long to send the disconnect messages!
The worrying part is that I have even changed the radio to GSM Auto (PRL) in an attempt to reduce battery life as the phone constantly tries to get the best 3G signal possible which is anyway sketchy in my house.
Help appreciated. Thanks.

Blue Bell said:
I ask because FastDormancy is killing me!
This is for a phone that is not at all used! 4% an hour for a phone that isn't used is a lot, especially given FastDormancy is keeping the phone awake for 1 hour 7 minutes out of 2 hours 57 minutes, a whopping 38%!
Clearly my carrier doesn't support FastDormancy or it wouldn't take so long to send the disconnect messages!
The worrying part is that I have even changed the radio to GSM Auto (PRL) in an attempt to reduce battery life as the phone constantly tries to get the best 3G signal possible which is anyway sketchy in my house.
Help appreciated. Thanks.
Click to expand...
Click to collapse
If you're rooted, get Titanium backup pro and freeze "orientation notifier", "modem fast dormancy...", and "modemstatservice". Under battery, these were labelled as "wakelock" and used about 25% of my battery.

aznchillin said:
If you're rooted, get Titanium backup pro and freeze "orientation notifier", "modem fast dormancy...", and "modemstatservice". Under battery, these were labelled as "wakelock" and used about 25% of my battery.
Click to expand...
Click to collapse
Do all three need to be disabled or freezing just "modem fastdormancy service" is enough? What does "orientation notifier" do anyway? I thought it was to do with screen orientation.

Those three fall under wakelocks, hence all three being disabled did the trick for me!
Sent from my MB886 using xda app-developers app

BreakShadow said:
Those three fall under wakelocks, hence all three being disabled did the trick for me!
Sent from my MB886 using xda app-developers app
Click to expand...
Click to collapse
Well I have only disabled "modem fastdormancy" and it has done the trick for me. Why disable more, especially when you don't know what those two do!
What exactly do you mean by "fall under wakelocks"? Using which app? BetterBatteryStats only showed me modemfastdormancyservice doing a partial wakelock and keeping the phone awake.

Blue Bell said:
Well I have only disabled "modem fastdormancy" and it has done the trick for me. Why disable more, especially when you don't know what those two do!
What exactly do you mean by "fall under wakelocks"? Using which app? BetterBatteryStats only showed me modemfastdormancyservice doing a partial wakelock and keeping the phone awake.
Click to expand...
Click to collapse
Under Settings>Battery..........you know, without some fancy app
I disabled them because they ALL caused wakelock. You can do what you want, but like you said "modemfastdormancyservice doing a partial wakelock" I didn't risk it with the others. Disabled all of them and not a single problem

aznchillin said:
Under Settings>Battery..........you know, without some fancy app
I disabled them because they ALL caused wakelock. You can do what you want, but like you said "modemfastdormancyservice doing a partial wakelock" I didn't risk it with the others. Disabled all of them and not a single problem
Click to expand...
Click to collapse
Okay, so far I have never seen anything like "wakelock" being displayed in Settings>Battery.
And, before you disabled, did you find out what those other two did? fastdormancyservice is self-explanatory but google search doesn't bring up much in terms of results for the other two. Why take a risk? But you say everything works fine? LTE, HSPA+, HSPA, EDGE, etc. and the networks seemlessly switch when you go to an area with weak LTE/3G signal?

Blue Bell said:
Okay, so far I have never seen anything like "wakelock" being displayed in Settings>Battery.
And, before you disabled, did you find out what those other two did? fastdormancyservice is self-explanatory but google search doesn't bring up much in terms of results for the other two. Why take a risk? But you say everything works fine? LTE, HSPA+, HSPA, EDGE, etc. and the networks seemlessly switch when you go to an area with weak LTE/3G signal?
Click to expand...
Click to collapse
I'm using it unlocked on T-Mobile....get HSPA+ speeds fine. 10mbps down and 2 up, goes to E, wifi. You can always try it and defrost it if it cause you problems. It's not like we're telling you to delete something, so I'm not understanding this RISK you speak of.......

aznchillin said:
I'm using it unlocked on T-Mobile....get HSPA+ speeds fine. 10mbps down and 2 up, goes to E, wifi. You can always try it and defrost it if it cause you problems. It's not like we're telling you to delete something, so I'm not understanding this RISK you speak of.......
Click to expand...
Click to collapse
Risk as in if it suddenly doesn't boot anymore, etc. Has happened once for me so I'm very, very cautious. Especially since I do not have a recovery installed to create a nandroid backup. Anyway, I haven't seen the "wakelock" option showing up on my settings>battery screen till now. If it does, maybe I will try freezing the other two you have mentioned as well.
At least as far as I can tell, freezing the fastdormancyservice alone seems to let the phone sleep without any problems and the other two services you have mentioned certainly aren't running. Maybe the fastdormancyservice is required for the other two to work and with this frozen, they shut down as well I don't know.

also can try going into your build.prop and changing this line:
ro.mot.ds.fastdormancy.disable=false
to
ro.mot.ds.fastdormancy.disable=true

andy2na said:
also can try going into your build.prop and changing this line:
ro.mot.ds.fastdormancy.disable=false
to
ro.mot.ds.fastdormancy.disable=true
Click to expand...
Click to collapse
How do you go to the build.prop?

Blue Bell said:
How do you go to the build.prop?
Click to expand...
Click to collapse
Root explorer. /system

Thank you. Found it. There is also this line:
ro.mot.ds.fastdormancy.incall=false
What does that parameter refer to? Should that be changed as well? My instinct says it should left as false since they did not want FD to be active during a call but I wanted to confirm just in case.

andy2na said:
also can try going into your build.prop and changing this line:
ro.mot.ds.fastdormancy.disable=false
to
ro.mot.ds.fastdormancy.disable=true
Click to expand...
Click to collapse
P.S.: Unfortunately, it does not seem to work. I have changed that value to true, rebooted and the "FastDormancy Monitor Service" is still listed in the list of running apps.

Blue Bell said:
P.S.: Unfortunately, it does not seem to work. I have changed that value to true, rebooted and the "FastDormancy Monitor Service" is still listed in the list of running apps.
Click to expand...
Click to collapse
might still be running in background but not active. I would leave it as true and freeze the modem in TiBa

Related

Juice Defender

can anyone confirm that this does or does not work on our phone? I heard it doesn't work for CDMA
Works fine on CDMA however I can't get it to work on this phone. It starts fine and set up goes fine but then it will randomly turn itself off. May be a memory issue I'm not sure.
I've been running the beta, and have had no issues.
Sent from my SCH-I500 using XDA App
Why not download it and find out?
ive been running the thing for weeks but i dont necessarily see any difference in batter life so i was doing some web research on what the best settings are and i noticed some ppl saying it doesn't work on cdma so i figured id ask the great minds of xda...
any suggestions on settings?
illtema said:
ive been running the thing for weeks but i dont necessarily see any difference in batter life so i was doing some web research on what the best settings are and i noticed some ppl saying it doesn't work on cdma so i figured id ask the great minds of xda...
any suggestions on settings?
Click to expand...
Click to collapse
I just turn it on. Last night my phone was idle for 9 hours, and only lost 1% battery.
Sent from my SCH-I500 using XDA App
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Last night w/ juice defender, off charger. Nothing else. Lol.
Sent from my SCH-I500 using XDA App
The asop fails to instal during setup, is this normal?
Sent from my SCH-I500 using XDA App
mackeydesigns said:
The asop fails to instal during setup, is this normal?
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
It is, doesn't affect it.
Sent from my SCH-I500 using XDA App
So I had to remove the app this morning. Not sure if it actually did anything, I used the plotter, and it kept it fairly level for a few hours early in the morning (3-4am) but I think whatever processes it runs to save battery also prevented my alarm from going off as well.
Two issues I ran into were my alarm not going off (even though it was set, i double checked it last night and this morning) and my screen refusing to turn off. Ended up rebooting the phone and removing the app and haven't had those issues again.
mackeydesigns said:
So I had to remove the app this morning. Not sure if it actually did anything, I used the plotter, and it kept it fairly level for a few hours early in the morning (3-4am) but I think whatever processes it runs to save battery also prevented my alarm from going off as well.
Two issues I ran into were my alarm not going off (even though it was set, i double checked it last night and this morning) and my screen refusing to turn off. Ended up rebooting the phone and removing the app and haven't had those issues again.
Click to expand...
Click to collapse
The app won't affect your alarm, might want to check task killers or memory managers. Not sure about the screen turning off, but it would be helpful to check your logs to find the problem. Sounds like you have something screwy going on.
Sent from my SCH-I500 using XDA App
Daswolven said:
The app won't affect your alarm, might want to check task killers or memory managers. Not sure about the screen turning off, but it would be helpful to check your logs to find the problem. Sounds like you have something screwy going on.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Could be true, could be false, that's sorta the problem.
Either way, I'll look into it.
I also have a problem with juice defender. I don't know if it is already a setting or not, but when using any program that utilizes 3g when the screen blanks out (screen mute) you loose connectivity even on programs that are running. I know that you can simply go in and disable juice defender, but it seems like the program could be written to allow programs you select to keep the 3g signal open even during screen mute as long as they are running. So in other words allow for another check list to allow only selected programs to use 3g no matter what. Please if this exists already let me know where the setting is cause I want it.
stanmancan said:
I also have a problem with juice defender. I don't know if it is already a setting or not, but when using any program that utilizes 3g when the screen blanks out (screen mute) you loose connectivity even on programs that are running. I know that you can simply go in and disable juice defender, but it seems like the program could be written to allow programs you select to keep the 3g signal open even during screen mute as long as they are running. So in other words allow for another check list to allow only selected programs to use 3g no matter what. Please if this exists already let me know where the setting is cause I want it.
Click to expand...
Click to collapse
Please check settings before posting. In the paid version you can set specific programs to always have access when running. I believe it is also in the beta for free.
Sent from my SCH-I500 using XDA App
Been running Juice Defender v1.8.8. for 2 days. Before that, I was running the BETA version. It's running on auto config as I wanted to see how it would manage on its own. Neither one seems to make a difference in battery consumption. It eventually stops running for some unknown reason. When running, the JD icon doesn't appear in the status bar but appears in the task manager. After a few hours, it disappears from task manager so I assume it stopped running. A friend of mine turned me onto this and swore that he got 16 hrs on a single charge on his rooted HTC Evo running Froyo (custom ROM), semi-heavy usage. He showed me at work, didn't charge his phone all day and by the time we were going home, he's still at 50% battery life. I'm running stock ROM (rooted - bloatware removed). I don't mind getting a paid version but if the free version is not working for me, I wouldn't even think of buying it.
Uninstalling JD as I type this.
dricacho said:
Been running Juice Defender v1.8.8. for 2 days. Before that, I was running the BETA version. It's running on auto config as I wanted to see how it would manage on its own. Neither one seems to make a difference in battery consumption. It eventually stops running for some unknown reason. When running, the JD icon doesn't appear in the status bar but appears in the task manager. After a few hours, it disappears from task manager so I assume it stopped running. A friend of mine turned me onto this and swore that he got 16 hrs on a single charge on his rooted HTC Evo running Froyo (custom ROM), semi-heavy usage. He showed me at work, didn't charge his phone all day and by the time we were going home, he's still at 50% battery life. I'm running stock ROM (rooted - bloatware removed). I don't mind getting a paid version but if the free version is not working for me, I wouldn't even think of buying it.
Uninstalling JD as I type this.
Click to expand...
Click to collapse
Is the version you stated the beta?
Disregard the question, lol, re-read your post.
I have the paid version and I swear by it. I can go two days with moderate use. The only thing it does is great extends stand by time. You go hours without your battery moving a percentage point. I have the paid version and it is set by default, and you can set it yourself, to not turn off data if it is using the data. I don't know what the settings of the free version are, but when I'm using the data it never shuts it off. The only way it closes itself is when I charge it overnight. No big deal for all it does. Truly an essential, powerful app. I suggest people take a look at the settings and see how it is set up before dismissing it. Also get juice plotter to see what it's doing
Kamar234 said:
I have the paid version and I swear by it. I can go two days with moderate use. The only thing it does is great extends stand by time. You go hours without your battery moving a percentage point. I have the paid version and it is set by default, and you can set it yourself, to not turn off data if it is using the data. I don't know what the settings of the free version are, but when I'm using the data it never shuts it off. The only way it closes itself is when I charge it overnight. No big deal for all it does. Truly an essential, powerful app. I suggest people take a look at the settings and see how it is set up before dismissing it. Also get juice plotter to see what it's doing
Click to expand...
Click to collapse
As with any app, different phones play differently with them. I hear from some that things don't work, when they run as intended on my phone. This will always be the case.
I can say absolutely that Juice Defender Beta works without a problem on my device, and I have tested it extensively. It does what it should without issues or problems.
That obviously isn't the case for everyone. I will suggest that before someone blast a well written app publicly and possibly discourage someone who might benefit from it from trying it out, that they contact the developer with their issues and see if there is a known conflict or bug. I have resolved issues with apps like this many times, and almost always it was something on my end that fixed it, not the app itself.
Daswolven, I agree with you completely. Learned that with my Droid1 with the overclock speeds and voodoo with this phone, some things just don't work properly on your particular handset. I took the time to understand what this app does and it is extremely powerful. The best way to find out what's good for you is to try it. On a side note, I have been harassing the makers of Beautiful Widgets about the fc issue with our phones. I think they actually took care of it with the last update because I haven't had one in a while haha.
I've also done research on another app called BatteryFu which is suppose to be a "lean and mean" battery saver, compared to JD. Toby Kurien, the author of BatteryFu, claims that JD is bloated and ended up using memory and battery - against what it's suppose to accomplish. One of the biggest battery drain is mobile connectivity. JD and BatteryFu intelligently and transparently manages this essentially enabling it when you need it and disabling it when you don't. On the Fascinate, other than switching to airplane mode, mobile data connection cannot be disabled according to Toby. So this renders those battery saver apps useless. Perhaps turning off the Background Data would slightly help but it is needed by the Android Market so you'll have to turn it on when you need to access the market. You can also try setting up multiple APN's. I haven't been able to figure out how to do this on the Fascinate. My friend has a Vibrant and you can go to SETTINGS -> MOBILE NETWORKS -> APN. The Fascinate doesn't have APN under MOBILE NETWORKS. Maybe someone here has a workaround.

[Q] Has anyone figured out the "mobile radio active" bug?

I know we've had some discussions on the "mobile radio active" found on some apps causing battery drain. Has anyone seen a fix for this yet? It is still driving me crazy.
huh? mobile radio active? whats that, a wakelock?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This. With every app. Mobile radio active kills battery
tysonwald said:
This. With every app. Mobile radio active kills battery
Click to expand...
Click to collapse
I was wondering why my battery life was horrible since updating.
Sent from my Nexus 6 using XDA Premium HD app
I had this issue on 5.0, 5.01, and now 5.1. Been with it the whole time. I've tried different radios and clean flashes and wipes. Nothing is getting rid of it. When you search google there are some people with the same issue but nothing major which leads me to believe some things wrong with my phone and/or there's something causing this and it isn't normal.
I've never seen this
rootSU said:
I've never seen this
Click to expand...
Click to collapse
Interesting and kinda what I figured. I wonder where I start to get rid of it.
tysonwald said:
Interesting and kinda what I figured. I wonder where I start to get rid of it.
Click to expand...
Click to collapse
My first instinct would be a full wipe initially.
rootSU said:
My first instinct would be a full wipe initially.
Click to expand...
Click to collapse
That was mine too and what I did when I flashed 5.1
One issue I have is with the Facebook app and I believe that is causing a lot of my battery drain when not on WiFi. In a recent update Facebook removed the option to not automatically update news feed. Now I believe it refreshes very often causing massive drain.
Sent from my Nexus 6 using XDA Premium HD app
tysonwald said:
I know we've had some discussions on the "mobile radio active" found on some apps causing battery drain. Has anyone seen a fix for this yet? It is still driving me crazy.
Click to expand...
Click to collapse
This is NOT an Android bug. This is *possibly* a BAD SOFTWARE issue, or PERFECTLY NORMAL.
Every application that transfers ANYTHING over the network, will cause mobile data activity, which REQUIRES activity on the radio, and DOES draw battery power.
If an application transfers too much, or too often, or too slow, or anything else that will cause the radio to activate frequently or for longer periods of time, then you will see this mobile radio active timer increase.
And the MORE applications you have doing this, again, the more battery it will suck down.
Edit: Your example of pushbullet.... in order for that program to work, it needs to maintain persistent connections between each device you are using that program on, and the vendor's server. In order to maintain a persistent connection, packets have to be transferred across the route on a timed basis, where the time is less than the timeout on all of the routers along the route.
Conclusion: everything is working correctly as intended.
doitright said:
This is NOT an Android bug. This is *possibly* a BAD SOFTWARE issue, or PERFECTLY NORMAL.
Every application that transfers ANYTHING over the network, will cause mobile data activity, which REQUIRES activity on the radio, and DOES draw battery power.
If an application transfers too much, or too often, or too slow, or anything else that will cause the radio to activate frequently or for longer periods of time, then you will see this mobile radio active timer increase.
And the MORE applications you have doing this, again, the more battery it will suck down.
Edit: Your example of pushbullet.... in order for that program to work, it needs to maintain persistent connections between each device you are using that program on, and the vendor's server. In order to maintain a persistent connection, packets have to be transferred across the route on a timed basis, where the time is less than the timeout on all of the routers along the route.
Conclusion: everything is working correctly as intended.
Click to expand...
Click to collapse
really? thats normal? then how come noone else is really seeing this "issue" other people say they dont have this so how would it be "normal" ? not saying it isnt because I dont know enough to know, but i would imagine if it was normal behavior then it would be on everyone's phone.
No way it's normal. I use chrome beta and it clocked over 3 hours of Mobile Radio Active today. I still got great battery life, but when Chrome Beta takes 20% and your screen takes 10%, something is wrong. It's not continuously updating as someone above suggested. It's a bug. The mobile radio is being kept active for no reason by seemingly random apps. I really hope someone figures out how to fix this.
Any update on this?
I've tried 5.1 e, l and now I builds and they're all doing the same thing.
I've tried chroma ROM as well, along with stock, lean, Franco and code blue kernels.
I've never been able to shake this problem.
Anyone know what its about?
zer0xp said:
Any update on this?
I've tried 5.1 e, l and now I builds and they're all doing the same thing.
I've tried chroma ROM as well, along with stock, lean, Franco and code blue kernels.
I've never been able to shake this problem.
Anyone know what its about?
Click to expand...
Click to collapse
No one has even confirmed it is a problem yet. Unlikely anyone is working on it.
At first, I was thinking this was app related, but after looking at all my background and running apps, it seems they all have this "bug". However, mine don't seem to be running that as long, which in turn isn't showing a big battery drain. Hence the fact that I never noticed it.
I am guessing that it is some wakelock that is set by the app, but all apps that connect to the internet are using it. However, I looked on my flo which is running BrokenOs 5.0.1 and it doesn't have this mobile radio active process. I will be updating it to BrokenOs 5.1.0 here in a bit to see if it appears. If not, then we can limit it to just the shamu. If that is the case, then we just need to locate it, probably in the kernel, and decide what to do with it...
I'll follow up with my findings later...
I hope there is a solution!
For me it is the problem with Android 5 or the nexus 6. although i dont think it is a problem with the nexus 6. After my recognition are different models (nexus 4, 5, some Samsung devices, moto x...) affected after updating to lollipop.
I have also test different (stock-)roms/ different kernels/ disabled some services/ tested different radios/ factory resets and freezed some system- or deinstalled all 3rd Party apps/ changed the messenger...
No problem in wlan but with 4g/3g is the value of mobile radio active to high that some "apps" (gpservices, android os, hangouts, telegram, sometimes chrome) now are on top of the battery stats. With bbs or wld i cant find the reason.
tysonwald said:
really? thats normal? then how come noone else is really seeing this "issue" other people say they dont have this so how would it be "normal" ? not saying it isnt because I dont know enough to know, but i would imagine if it was normal behavior then it would be on everyone's phone.
Click to expand...
Click to collapse
It *IS* on everyones phone.
Nobody is 'seeing' this, because there is nothing *TO* see. There is nothing *TO* see, because it is PERFECTLY NORMAL.
You can't seriously expect mobile data transfer to be done free of battery consumption, can you? It takes electricity to produce the electrical impulses that generate the radio waves that carry data to the remote cell tower. It takes electricity to run the radio processor cpu to receive and interpret the electrical impulses in the receiving antenna that are generated by the radio waves sent by the remote cell tower.
doitright said:
It *IS* on everyones phone.
Nobody is 'seeing' this, because there is nothing *TO* see. There is nothing *TO* see, because it is PERFECTLY NORMAL.
You can't seriously expect mobile data transfer to be done free of battery consumption, can you? It takes electricity to produce the electrical impulses that generate the radio waves that carry data to the remote cell tower. It takes electricity to run the radio processor cpu to receive and interpret the electrical impulses in the receiving antenna that are generated by the radio waves sent by the remote cell tower.
Click to expand...
Click to collapse
There is nothing to see when some apps on top of the battery stats (with 3g/4g) because of the high mobile radio active? Why are this value not so high on other devices with KitKat and then higher with lollipop?
Being connected to wifi for a period of time may help reveal more info.
Also, try using a whitelist firewall to only allow apps that you need to allow data. Or even block all traffic for a while and see what happens.
You could even block traffic on only cellular, and let only wifi pass traffic.
Another thing to verify would be whether airplane mode (wifi could be on) indeed causes the issue to completely go away as one would expect.

Wifi always on, even when off in every setting

heres a silly qiestion.. how many of you arel seeing wifi always on even though you have scanning always enabled turned off in wifi settings? i noticed this last night, and thought that its unusual. i did get mine to finally turn off, but i had to delete nfc from my phone.
btw, you can check in the battery stats page. just press on the graph, and it takes you to another page.
simms22 said:
heres a silly qiestion.. how many of you arel seeing wifi always on even though you have scanning always enabled turned off in wifi settings? i noticed this last night, and thought that its unusual. i did get mine to finally turn off, but i had to delete nfc from my phone.
Click to expand...
Click to collapse
I've seen threads by people with this problem. Never had it myself
rootSU said:
I've seen threads by people with this problem. Never had it myself
Click to expand...
Click to collapse
i didnt notice any extra battery drain. a friend with a nexus 5 asked me about it last night, so i looked and mine was on. every setting was off. deleting the nfc app from /system/app/ fixed it. lol, i dont see how its related though.
simms22 said:
i didnt notice any extra battery drain. a friend with a nexus 5 asked me about it last night, so i looked and mine was on. every setting was off. deleting the nfc app from /system/app/ fixed it. lol, i dont see how its related though.
Click to expand...
Click to collapse
Oh. I have NFC turned off also.
rootSU said:
Oh. I have NFC turned off also.
Click to expand...
Click to collapse
turning it off did nothing for me. i tried that first :angel:
simms22 said:
turning it off did nothing for me. i tried that first :angel:
Click to expand...
Click to collapse
I have also always got a constant wifi bar while being on lollipop and been surprised that I've not read more complaints. Have always scanning off.
Exactly which files did you remove and how?
Sent from my Nexus 6
I can also confirm this. Even with everything turned off, I still get notifications of available WiFi networks. ???
I get it. Been on the road all day with no access to WiFi and WiFi is off as well as the option to let google scan for WiFi. I don't notice any battery drain. Looks like a bug
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ben_pyett said:
I have also always got a constant wifi bar while being on lollipop and been surprised that I've not read more complaints. Have always scanning off.
Exactly which files did you remove and how?
Sent from my Nexus 6
Click to expand...
Click to collapse
if you have root.. i used root explorer, but any root file explorer should work. you go to /system/app/, then find the nfc app, delete it, then reboot. if you dont reboot, its not quite deleted yet. it is, but files are for it are still there.
phyba said:
I get it. Been on the road all day with no access to WiFi and WiFi is off as well as the option to let google scan for WiFi. I don't notice any battery drain. Looks like a bug
View attachment 3254288
Click to expand...
Click to collapse
real battery drain i didnt notice either
If WiFi is off in settings and it still shows I think its a bug, because if you check it with gsam it shows it being off. A reboot with WiFi off when you reboot will fix it. I had the same thing on my m8 and now with this device also. Its a lollipop bug.
simms22 said:
if you have root.. i used root explorer, but any root file explorer should work. you go to /system/app/, then find the nfc app, delete it, then reboot. if you dont reboot, its not quite deleted yet. it is, but files are for it are still there.
Click to expand...
Click to collapse
Did you notice any actual benefit from doing this, ie increased battery, reduced power consumption etc
Down side is obviously lack of NFC although I don't actually use that so that's no impact
Sent from my Nexus 6
ben_pyett said:
Did you notice any actual benefit from doing this, ie increased battery, reduced power consumption etc
Down side is obviously lack of NFC although I don't actually use that so that's no impact
Sent from my Nexus 6
Click to expand...
Click to collapse
ill tell you tomorrow?
i only "fixed" it right before starting this thread. i dont ever use nfc, ok, once in 6 years, so its no issue here either. i actually normally delete it, but let it slide after 5.1.
simms22 said:
ill tell you tomorrow?
i only "fixed" it right before starting this thread. i dont ever use nfc, ok, once in 6 years, so its no issue here either. i actually normally delete it, but let it slide after 5.1.
Click to expand...
Click to collapse
On thinking about it.
I always leave my WiFi on which would most likely explain this pattern, unless I'm misunderstanding how this should actually work.
For example, I leave my house, the device automatically switches from active WiFi and jumps on to mobile data, but I suppose WiFi is still on in the background, I have scanning setting set to off. But the WiFi must be constantly scanning for an active connection with valid Internet access, as whenever i pass an active WiFi zone that I'm permissioned to access the device will jump onto it and then when I leave it's signal cover it falls back to mobile data.
This would obviously explain the constant pattern.
If I manually stop WiFi then the bar disappears completely from battery statistics.
So no mystery after all or I have got this wrong.
Slightly confused as to the significance of the nfc removal now unless I've completely misunderstood your initial point.
Sent from my Nexus 6
ben_pyett said:
On thinking about it.
I always leave my WiFi on which would most likely explain this pattern, unless I'm misunderstanding how this should actually work.
For example, I leave my house, the device automatically switches from active WiFi and jumps on to mobile data, but I suppose WiFi is still on in the background, I have scanning setting set to off. But the WiFi must be constantly scanning for an active connection with valid Internet access, as whenever i pass an active WiFi zone that I'm permissioned to access the device will jump onto it and then when I leave it's signal cover it falls back to mobile data.
This would obviously explain the constant pattern.
If I manually stop WiFi then the bar disappears completely from battery statistics.
So no mystery after all or I have got this wrong.
Slightly confused as to the significance of the nfc removal now unless I've completely misunderstood your initial point.
Sent from my Nexus 6
Click to expand...
Click to collapse
i dont know how the nfc is connected either. but i do know, if all else fails, it works
I know that whenever I flash a new ROM, and get it booted up and then turn off WiFi that according to batt stats its still on. If you reboot it removes the signature from stats and it will show as it should.
I don't think this is a bug. It only looks like WiFi is always on in the battery history when you have your location services set to maximum or medium accuracy. So even if you switch WiFi off completely in WiFi settings the device will still use WiFi to pinpoint its location. If you select the lowest location accuracy setting, you should see that WiFi bar below the battery graph stop. At least that's how it used to work on my Nexus 5. I stopped worrying about it after that.
Sent from my Nexus 6 using XDA Free mobile app
SpaceGooner said:
I don't think this is a bug. It only looks like WiFi is always on in the battery history when you have your location services set to maximum or medium accuracy. So even if you switch WiFi off completely in WiFi settings the device will still use WiFi to pinpoint its location. If you select the lowest location accuracy setting, you should see that WiFi bar below the battery graph stop. At least that's how it used to work on my Nexus 5. I stopped worrying about it after that.
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse
Well if your running high accuracy all the time with wifi on then that makes sense but unless I'm mistaken that's not the issue. I can reproduce the false WiFi problem every ROM flash on two different devices running lollipop.
bill3508 said:
Well if your running high accuracy all the time with wifi on then that makes sense but unless I'm mistaken that's not the issue. I can reproduce the false WiFi problem every ROM flash on two different devices running lollipop.
Click to expand...
Click to collapse
Fair enough. Like i said I only recall that by turning down location accuracy and turning off wifi on my N5 the device finally stopped reporting WiFi usage. On my N6 I have WiFi and high accuracy location on all the time so didn't realise there was a false reporting issue til seeing this thread. Hope it gets fixed in a future update I guess.
Sent from my Nexus 6 using XDA Free mobile app
simms22 said:
ill tell you tomorrow?
i only "fixed" it right before starting this thread. i dont ever use nfc, ok, once in 6 years, so its no issue here either. i actually normally delete it, but let it slide after 5.1.
Click to expand...
Click to collapse
I'm seeing the same dang thing, my first thoughts were the WiFi only when plugged in or never, and then Google Location Services (making it device only), never thought NFC could be the culprit. I don't use it either, but I'd hate to think this feature that Google has been trying to push is putting WiFi on all the time, irrespective of if it's draining the battery.
I'm going to move the file from system and see how it goes.
Wouldn't freezing it yield the same outcome though? If yes, it'd be a slightly easier step for some.
Sent from my Nexus 6 using Tapatalk

Extreme battery drain?? 6.0.1

Has anyone else run into this after 6.0.1 update. It really didn't hit me until last night when I decided to test it. Unplugged my phone at 80% and went to sleep only to wake up to it dropping almost 50%!!!!!....not normal. It looks like something is just not right with everything after the update because after checking everything, nothing seems to fit. And before you say it was my wifi, I just changed that, this happened even if wifi was off. But I can say doze is definitely not working and no app seemed to go "rouge" with wakelocks when trying to check. Going to downgrade back to a previous build of 6.0, but hopefully someone else can chime in. Only found a few articles of people reporting the same thing but no one is actually posting possible solutions, just bashing a legitimate concern. Hopefully I don't run into that here.....
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Try a factory rest, fixes 99% of issues.
turn off wifi scannning, in you location settings. notice that your wifi us in the whole time? and i bet that you arent even using wifi.. well, turn it off.
A2CKilla said:
Has anyone else run into this after 6.0.1 update. It really didn't hit me until last night when I decided to test it. Unplugged my phone at 80% and went to sleep only to wake up to it dropping almost 50%!!!!!....not normal. It looks like something is just not right with everything after the update because after checking everything, nothing seems to fit. And before you say it was my wifi, I just changed that, this happened even if wifi was off. But I can say doze is definitely not working and no app seemed to go "rouge" with wakelocks when trying to check. Going to downgrade back to a previous build of 6.0, but hopefully someone else can chime in. Only found a few articles of people reporting the same thing but no one is actually posting possible solutions, just bashing a legitimate concern. Hopefully I don't run into that here.....
Click to expand...
Click to collapse
Only out of place thing I see is that your screen was on at some points but the phone wasn't saying it was awake. That leads me to believe there's a kernel wakelock issue because I had the same thing but on 5.1. The issue turned out for me to be a wakelock called bluesleep which is related to bluetooth and it came about from an app called gasbuddy which silently updated to provide support for bluetooth "beacons" at gas stations to give you deals or some crap like that. If you're rooted you can install BetterBatteryStats to test for kernel wakelocks, you can test for bluesleep wakelock by just turning off bluetooth and seeing if the drain/weird screen-on not awake thing happens, and long press power off to start the phone in safe mode to narrow down whether its a system issue or installed app issue and if rooted use an app freezer like Titanium Backup to freeze your installed apps a few at a time to narrow down what app(s) are causing it(so you don't have to uninstall/reinstall trial and error).
StykerB said:
Only out of place thing I see is that your screen was on at some points but the phone wasn't saying it was awake. That leads me to believe there's a kernel wakelock issue because I had the same thing but on 5.1. The issue turned out for me to be a wakelock called bluesleep which is related to bluetooth and it came about from an app called gasbuddy which silently updated to provide support for bluetooth "beacons" at gas stations to give you deals or some crap like that. If you're rooted you can install BetterBatteryStats to test for kernel wakelocks, you can test for bluesleep wakelock by just turning off bluetooth and seeing if the drain/weird screen-on not awake thing happens, and long press power off to start the phone in safe mode to narrow down whether its a system issue or installed app issue and if rooted use an app freezer like Titanium Backup to freeze your installed apps a few at a time to narrow down what app(s) are causing it(so you don't have to uninstall/reinstall trial and error).
Click to expand...
Click to collapse
Wow thanks for that, I actually use GasBuddy, wish you were here before the factory reset I did, but everything seemed to go back to normal after I did the reset but I wanted to actually try to find out specifics. I haven't rooted just because I use Android pay (I know system less root us out there) but I'll try to keep an eye out for that stuff if it happens again.
simms22 said:
turn off wifi scannning, in you location settings. notice that your wifi us in the whole time? and i bet that you arent even using wifi.. well, turn it off.
Click to expand...
Click to collapse
"and before you say it was my wifi, that was off with the same issue".....
A2CKilla said:
"and before you say it was my wifi, that was off with the same issue".....
Click to expand...
Click to collapse
i have only what you gave us, about your issue, and no more. as i see it, you HAD YOUR WIFI ON, but werent using your wifi. you didnt give me anything contrary to that.
simms22 said:
turn off wifi scannning, in you location settings. notice that your wifi us in the whole time? and i bet that you arent even using wifi.. well, turn it off.
Click to expand...
Click to collapse
I wondered where this went.. didn't it used to be in advanced under wifi settings?
lazer77 said:
I wondered where this went.. didn't it used to be in advanced under wifi settings?
Click to expand...
Click to collapse
yup. now its in location settings, three dots at the top right.
simms22 said:
i have only what you gave us, about your issue, and no more. as i see it, you HAD YOUR WIFI ON, but werent using your wifi. you didnt give me anything contrary to that.
Click to expand...
Click to collapse
Not trying to be rude but.....
A2CKilla said:
Has anyone else run into this after 6.0.1 update. It really didn't hit me until last night when I decided to test it. Unplugged my phone at 80% and went to sleep only to wake up to it dropping almost 50%!!!!!....not normal. It looks like something is just not right with everything after the update because after checking everything, nothing seems to fit. And before you say it was my wifi, I just changed that, this happened even if wifi was off. But I can say doze is definitely not working and no app seemed to go "rouge" with wakelocks when trying to check. Going to downgrade back to a previous build of 6.0, but hopefully someone else can chime in. Only found a few articles of people reporting the same thing but no one is actually posting possible solutions, just bashing a legitimate concern. Hopefully I don't run into that here.....
Click to expand...
Click to collapse
A2CKilla said:
Not trying to be rude but.....
Click to expand...
Click to collapse
oh, no. I understand that's it fixed your issues. I was just saying, that was all the information we had, what you had left :angel:
simms22 said:
oh, no. I understand that's it fixed your issues. I was just saying, that was all the information we had, what you had left :angel:
Click to expand...
Click to collapse
Lol, it's all good, but yea, that wasn't the issue, doing now with wifi always on and battery drain is normal and doze is working properly, so probably a bad flash and factory reset fixed it, although I really wish there are ways around that

Question Bluetooth Battery Drain

Hey guys. Since the April update I've noticed I'm getting a fair bit of Bluetooth Battery drain on my Ultra. Only thing I have connected all the time is my Huawei GT2 Pro watch, but this has always been the case and never had the issue.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Just a small snap shot from this morning.
Never used to see any Bluetooth use here really. Have rebooted both devices but seems to be getting worse.
Any ideas ?
Clear system cache.
Do a network reset... see if that helps.
blackhawk said:
Clear system cache.
Do a network reset... see if that helps.
Click to expand...
Click to collapse
Easy way to do this ?
Quazza said:
Easy way to do this ?
Click to expand...
Click to collapse
That is the easy way...
Do a Google search if you don't know how for that make/model.
Network reset is generally found in setting under connectivity at least on Samsung's.
blackhawk said:
That is the easy way...
Do a Google search if you don't know how for that make/model.
Network reset is generally found in setting under connectivity at least on Samsung's.
Click to expand...
Click to collapse
Cache clear seems to have fixed it for now ....cheers !!
Ok nope, it's back. Sigh
Weird
Quazza said:
Ok nope, it's back. Sigh
Weird
Click to expand...
Click to collapse
What Android OS version?
blackhawk said:
What Android OS version?
Click to expand...
Click to collapse
Hopefully it's in here somewhere lol
I don't think Karma Firewall's logging feature works in Android 10 or 11.
That would allow you to see what is accessing the internet and how often. Might give you a clue to what app is responsible.
It may be an app connected with the watch that's gone wild. Google Play Services is a known troublemaker and battery hog.
Man it's somehow getting worse ...
Why is app usage so high?
It's not broke down by app. Wonderful.
More Android 10/11 security?
Try disabling Google Play Services... just a hunch.
If that doesn't work...
Go to Developer options>running processes/cache processes after a reboot and see if you can spot it.
blackhawk said:
Why is app usage so high?
It's not broke down by app. Wonderful.
More Android 10/11 security?
Try disabling Google Play Services... just a hunch.
If that doesn't work...
Go to Developer options>running processes/cache processes after a reboot and see if you can spot it.
Click to expand...
Click to collapse
Is that high ? Went through ADB to break down the app usage ...
Quazza said:
Is that high ? Went through ADB to break down the app usage ...
View attachment 5291077
Click to expand...
Click to collapse
That is a mess. Ditch the trash social apps especially FB and insta****. Health is doing what? Is DeX just hanging out too?
All that message stuff?
G Board?
Which of these has bluetooth permissions?
Time to take out the trash... if you can bare to part with it. It all adds up.
The Adroid system looks high too.
Disable all power management after you take out the trash. Power management can cause erratic behavior and battery drain.
This what my 10+ battery profile looks like. I was using bt for a couple hours but it's bare bones.
The bells and whistles are power sucking and annoying.
Quazza said:
Is that high ? Went through ADB to break down the app usage ...
View attachment 5291077
Click to expand...
Click to collapse
Have you tried turning off nearby device scanning (under connections) and Bluetooth scanning (under improve accuracy in location)?
Also are you able to see if anything is draining your watch faster than it was before?
blackhawk said:
That is a mess. Ditch the trash social apps especially FB and insta****. Health is doing what? Is DeX just hanging out too?
All that message stuff?
G Board?
Which of these has bluetooth permissions?
Time to take out the trash... if you can bare to part with it. It all adds up.
The Adroid system looks high too.
Disable all power management after you take out the trash. Power management can cause erratic behavior and battery drain.
This what my 10+ battery profile looks like. I was using bt for a couple hours but it's bare bones.
The bells and whistles are power sucking and annoying.
Click to expand...
Click to collapse
Health is the app used to connect to the watch. G BOARD is the Google keyboard ? Use that all the time (same as IG and FB unfortunately)
mtm1401 said:
Have you tried turning off nearby device scanning (under connections) and Bluetooth scanning (under improve accuracy in location)?
Also are you able to see if anything is draining your watch faster than it was before?
Click to expand...
Click to collapse
Yeah they are off already. The watch itself seems fine though
Quazza said:
Health is the app used to connect to the watch. G BOARD is the Google keyboard ? Use that all the time (same as IG and FB unfortunately)
Click to expand...
Click to collapse
That should be ok then.
Google apks are notorious troublemakers though. Even Gmail I keep on a short leash.
Maybe the data in Health got corrupted, try clearing data or reloading it.
Don't forget all the Google apps and their many dependencies. One might be polling constantly and going unanswered*.
Tracking something like that down on a unrooted Android 10 or 11 platform is a bloody nightmare.
*I simply disabled Google Play Services expect when I need it because this.
Quazza said:
Yeah they are off already. The watch itself seems fine though
Click to expand...
Click to collapse
If you disconnect the watch does the drain stop? Does the drain continue if you connect a different device? Might be easier to try resetting the watch before the phone?
mtm1401 said:
If you disconnect the watch does the drain stop? Does the drain continue if you connect a different device? Might be easier to try resetting the watch before the phone?
Click to expand...
Click to collapse
Will disconnect the watch tomorrow when I wake and see.
It's been ok today. Only at 2% for the day
(Google Play services however showing as my second most used app )
Quazza said:
Will disconnect the watch tomorrow when I wake and see.
It's been ok today. Only at 2% for the day
(Google Play services however showing as my second most used app )
Click to expand...
Click to collapse
You can disable GplayS in settings to see what happens. Mine is disabled right now.
You can also download Karma Firewall then firewall block GplayS, Google backup Transport and Android Services if those latter two aren't used by you. See if this helps.

Categories

Resources