Battery Issues - Samsung Galaxy Player 4.0, 5.0

My SGP5 battery has been wacky since day one. First few days I didn't think it would charge past 80%, but I found if you charged it overnight it would hit 100% (that's after an 8 hour charge to 80%).
Today it showed 100% all day. I booted it and now shows 30%. The settings battery status does not show actual time on the lower scale. Like I said I was at 100% all day, and the chart goes up to a 100% peak, but doesn't flatten or go down.... as if the battery clock stopped (not there is such a thing).
Can't do a battery pull... could rooting solve this issue? At least you can do a calibration with root. I just don't want to root if this will be fixed in an update. But I really don't like not really knowing how much battery is left.

I have a similar issue. It seems random- I use it all the time and literally 1/2 of the overnight charges I put it through it gets to either 80% or 100%. What I've noticed is that even when it says 80%, it still performed as if it was fully charged.
I rooted my device a few days after I got it and I honestly didn't notice the issue until after I rooted my device. So it may be different for you.

I'm not rooted. Have you tried something like: http://www.appbrain.com/app/battery-calibration/com.nema.batterycalibration or manual calibration deleting the battery stat file? I'll gladly root if it solves this problem.
savergn said:
I have a similar issue. It seems random- I use it all the time and literally 1/2 of the overnight charges I put it through it gets to either 80% or 100%. What I've noticed is that even when it says 80%, it still performed as if it was fully charged.
I rooted my device a few days after I got it and I honestly didn't notice the issue until after I rooted my device. So it may be different for you.
Click to expand...
Click to collapse

Same here, mine has all the same problems and also the Horizontal calibration never settles
Sent from my SAMSUNG-SGH-I727 using xda premium

To show how squirrely battery charging is, I monitored with Battery Monitor Widget and looks like this, one charge overnight without unplugging:
(each grid line is 1 hour, little over 1 day shown, screen was NOT on during charging)
{
"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"
}

Related

[Q] Battery

I am having trouble, the charging LED never turns green for me. It was plugged in overnight. I installed an app called "Battery Monitor Widget" and left it plugged in. The highest it reaches is 3801mAh out of 3840mAh. It was at this state for 2 hours, saying 99% charged. The tech specs say this is a 4000mAh phone, is that rounded from the 3840 the app tells me? or is something terribly wrong with my battery? Anyone else experiencing this?
also, if anyone can recommend a battery monitor app, I would appreciate it. I downloaded the first one I came across that gave actual numbers instead of a bar.
it finally made it to 3840mAh and turned green. It has been plugged in since my first post. Can anyone verify that their phones battery capacity is 3840mAh?
Yes, mine is the same.
I use juice defender ultimate, set cpu and juice plotter.
Works great for me.
I just installed the free JuiceDefender app and it appears to need root to work:
{
"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"
}
Thank you both. Ever since I left it plugged in for basically two days, it has been charging and turning green in what I consider a reasonable amount of time. I still think I have an underlying problem and expect to have a shortened batter life, but I also think I will upgrade to the next 7" from HTC before it causes frustration.
frh1: your added picture made me even more excited to own the flyer.
I think you're good. These batteries have to go through some charge cycles before the calibrated correctly. Some batteries will never see 100% after a few uses. Both of my Sammy 10.1's would say they were at 100 then as soon as you unplugged them they were down to 98. I thought there was something wrong with my view because it was taking a while to charge. My first view charged very quickly. I guess I didn't notice on the first one because i was playing with it so much, but after a few full drains and then charges it started charging faster. That's one of the things I like about the view, it charges fast.

[Q] Battery life indicator - Stuck

Ok, here is my problem.
The battery indicator its stuck either at 100 % or 95%. I know my real batery life with a program (battery indicator pro).
It seems that the only way to charge it correctly is power it down and plug it to the charger (original by the way). If i charge it while is turned on, the indicator that signal the 100% charge never pops up.
I'm using the go launcher ex, its not rooted, and the stock rom (2.2.2 International).
PS:Yeah i know, my english is pretty bad, so please bear with me.
Mine gets stuck at 80%, both charging and discharging. After 3 or 4 hours at 80% it will go to 100% a few hours later. Hopefully they'll fix this on an update! The battery itself seems to be operating properly.
Well... I guess I take comfort in knowing that I am not the only one experiencing this odd bug. I have the exact behavior and like it's been said, my 5.0 player seems to have normal battery life. I just can't trust the charge indicator.
The method this device uses to estimate state of charge is VERY primitive.
It has a fixed table based purely on battery voltage - the problem is that battery voltage can vary quite a lot for a given state of charge depending on load.
https://github.com/Entropy512/linux_kernel_galaxyplayer/blob/master/drivers/power/adc_battery.h#L87
I'm not sure why they didn't use the MAX17040 fuel gauge that is built into the MAX8998 PMIC...
mV readings seem more accurate than %:
{
"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"
}
mV readings are a poor estimate of state of charge, since they'll go up when on a charger, and down when under heavy load.
Our battery % indicator is derived directly from those mV readings. (Which is why our battery % estimate sucks.)
What IS odd is that you seem to have a case where the charger held flat at around 4060 mV for a while - which does correspond to an 80% reading. I think I've seen that once too, might be a kernel bug there, I need to look.
Showing 100% with the voltage dropping shouldn't have happened - I've never seen it myself.
I believe the "stuck" numbers are 80%, 100% and sometimes 65%. Happens every cycle for me, 80% being worst. But on a reboot, immediately drops 25-35% (depending how long it was stuck for). So if you reboot every hour, it will show good readings (but I reboot about once a month).
My tablets battery will say 100 then how down to 3% so ill turn it off then back on and it'll say like 35%. Then most recently its been stuck on 35-37% for some odd reason.
Did you guys try wiping the battery stats in CWM?

[Q] 100% battery several minutes after unplug..

I dunno, maybe its not quite problem, just curious. When I had Palm, there when I unplug my phone, it immediately turn 99, which is normal I guess, because from mathematic view, hope you will understand.
But on my SGS2 I have 100 for some time. I am using Battery widget for monitoring battery, so I see, when I charge there was 4188 mV (calibration used here), I unploged, now it is 4150mV, and still 100%. Weird.
So is there something with it?? Do you have the same with it guys??
Thanks for replies.....
Retko85 said:
I dunno, maybe its not quite problem, just curious. When I had Palm, there when I unplug my phone, it immediately turn 99, which is normal I guess, because from mathematic view, hope you will understand.
But on my SGS2 I have 100 for some time. I am using Battery widget for monitoring battery, so I see, when I charge there was 4188 mV (calibration used here), I unploged, now it is 4150mV, and still 100%. Weird.
So is there something with it?? Do you have the same with it guys??
Thanks for replies.....
Click to expand...
Click to collapse
{
"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"
}
Nothing is wrong. Android uses deep sleep feature which allows it to drain very little energy while locked and throttling while idle, so you'll stay at 100% for a while. That's perfectly normal.
Also if battery loses some of it's physical capacity over time due to charging cycles - the new, lower capacity value will still be reported as 100% when fully charged, it'll just go down faster.
wow is this thread ridiculous.
back in the day, people were satisfied with 3 or 4 battery bars, just to be generally informed whether they would have to charge the device next week or the week after and these days people are obsessed with their battery life (partly due to it being generally poor). i can understand the many people who are falsely claiming the android os bug, most of which are just unable to understand percentages, other people want to show off their battery life by running the phone in airplane mode and never installing any apps, just to show off "who has the longest", while robbing their phone entirely of its purpose...
and here we are, debating about fractions of % of the battery level which mean absolutely nothing.
i guess it makes sense, that 100% stays for longer than a second, because until 99.5 percent, it would round up. or maybe it counts from 100.0 to 99.1 and only when the .0 digit is triggered, the number goes down by one, effectively most of the time showing you 1% more than you have, but honestly, WHO CARES?

[Q] Jumping battery

The problem:
Lately, well it's been quite a while actually... my battery stats seems to jump whether i'm charging or discharging.
While charging sometimes it jumps from 30% > 80% > 100% within 15 minutes (this is what happened today) while discharging, it jumps from 90 > 50 (this quite often) then to 20% > 5% then off. My max usage time without charging is usually less than 1 hour.
I've tried to do battery reset (charging while the phone is off until full, reset battery data, then use it till it 100% drained)
I've tried to charge from 30% to about 80/90% then use it as usual.
I used original charger from motorola, used blackberry charger, samsung charger, no difference.
Unfortunately no good. Currently the ad hoc solution is to use battery powerbank constantly while I'm not near electrical plug. But its bulky and well not the best solution.
My question is, does the problem lies in the battery or at the battery controller. Is there anyway to test where the culprit is?
Thanks in advance
Battery daemon Moto uses is imperfect in calculating the battery percentage.
However, the jumps you experience and the backup you're getting, looks like your battery has worn out.
Reply
neo.ank said:
Battery daemon Moto uses is imperfect in calculating the battery percentage.
However, the jumps you experience and the backup you're getting, looks like your battery has worn out.
Click to expand...
Click to collapse
Hi, thanks for the input. My question then, will replacing the battery help to solves the problem? Cos lately the battery stats seldom runs over an hour. Here's a screenshot of my latest battery stats...
{
"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"
}
Thanks in advance, all
galeshka said:
Hi, thanks for the input. My question then, will replacing the battery help to solves the problem? Cos lately the battery stats seldom runs over an hour. Here's a screenshot of my latest battery stats...
Thanks in advance, all
Click to expand...
Click to collapse
Your battery is definitely worn out. Replace it.
A new battery will certainly remove the issues..
Use the 10% mod though else you might still have infrequent jumps..

Very poor battery life after marshmallow upgrade

Hello,
i recently upgraded my Nexus 9 to Android 6.0 (Marshmallow MRA58K) with the factory image. So the tablet was completly wiped. The system is completly stock, no root.
After that i'm experiencing very poor battery life (see attached screenshot). Basically, i unplugged the tablet this morning (at 100% battery) and it was lying around in the living room all the day, doing nothing and this evening the battery was down to 63%. Battery optimization is turned on.
{
"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"
}
I don't even know what the process "99113" is doing.
Any suggestions?
bigtreiber
If there are only 3 things each using 1 % of the battery life then its sounds like the battery reader isn't properly calibrated. Let it run till it shuts off then plug it in and let it charge back up. If if that solves it. I am rooted but have no real changes that would effect power and I get 3-4 days on my 6.0 install.
As above post. If anything, I am getting better battery life with Marshmallow.
Sent from my Nexus 9 using Tapatalk
I'm getting better battery as well.....it does take a while for it to calibrate itself after the update.
Here is a screen cap of my battery life:
https://drive.google.com/file/d/1xTt8XTttm_6NRs46QNbhUaF9zqEwtS5HpA/view?usp=sharing
Okay, after "calibrating" it seems to be better.
But, what i noticed, there seems to be a massive battery drain when connected to a 5 GHz WLAN. Anybody seeing the same thing?
Poor Battery
bigtreiber said:
Okay, after "calibrating" it seems to be better.
But, what i noticed, there seems to be a massive battery drain when connected to a 5 GHz WLAN. Anybody seeing the same thing?
Click to expand...
Click to collapse
My battery life has been severely degraded as well after installing the OTA update to Marshmallow. I have not tried calibrating the battery and will try that after my battery drains to 0 and the device turns off.
Its better to charge your device before it runs out...
Factory Reset over Recovery
I had the same symptoms like running out of battery in one day doing nothing.
Problem was solved after a factory reset in recovery (Power+Down)
"Battery Calibration" did not work at all

Categories

Resources