Hi is it OK to leave our device connected to the computer at 100% battery level? I develop android apps and there are times I need to debug and have my device connected for hours for debugging. At 100% level, I noticed the device is not heating up and I assume this wouldn't damage the li-ion battery or would it?
Does this device have an ic chip to handle overcharging ?
Sent from my Nexus 7 using xda app-developers app
geocine said:
Hi is it OK to leave our device connected to the computer at 100% battery level? I develop android apps and there are times I need to debug and have my device connected for hours for debugging. At 100% level, I noticed the device is not heating up and I assume this wouldn't damage the li-ion battery or would it?
Does this device have an ic chip to handle overcharging ?
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
It's not good for the battery. Lithium batteries don't like to be fully charged all the time.
I don't know about chips, but it must have overcharge protection, otherwise the battery would go up in flames.
geocine said:
Hi is it OK to leave our device connected to the computer at 100% battery level? I develop android apps and there are times I need to debug and have my device connected for hours for debugging. At 100% level, I noticed the device is not heating up and I assume this wouldn't damage the li-ion battery or would it?
Does this device have an ic chip to handle overcharging ?
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
Lithium batteries does have overcharge protection.
Sent from my Nexus 7 (2013) using Tapatalk 4
I've had no issues doing it with a few devices and my battery has never had issues, I always plug my devices in and let them charge overnight whether they need it or not
Sent from my HTC One using Tapatalk 4
From what I have read, there isn't a need for concern. The device automatically cuts off charging at 99-100% and there is overcharge protection. Unless I am missing something.
Great now i can sleep at night without worrying my phone getting overcharged
LoVeRice said:
Great now i can sleep at night with worrying my phone getting overcharged
Click to expand...
Click to collapse
I've noticed that (at least when it's close to being full) that the kernel watches it like a hawk. It seems to be checking on things every 20 seconds according to the dmesg output. It's reporting the voltage, temp and calculated charge level each time around.
Muikkuman said:
Lithium batteries does have overcharge protection.
Sent from my Nexus 7 (2013) using Tapatalk 4
Click to expand...
Click to collapse
I am really curious if it does really have because I have an li-ion battery on my Samsung galaxy ace and I have been doing the same thing. But now the battery performance is a lot lower compared to when I first had it. What seems to be the reason? Is it true for all lo-ion batteries?
geocine said:
I am really curious if it does really have because I have an li-ion battery on my Samsung galaxy ace and I have been doing the same thing. But now the battery performance is a lot lower compared to when I first had it. What seems to be the reason? Is it true for all lo-ion batteries?
Click to expand...
Click to collapse
Has been said before, but here we go again: Things that are BAD for your LiIon/LiPoly battery:
-storing your battery at full charge (which is essentially what you are doing)
-running down the battery to "0%", i.e. < 3.40 V repeatedly
-heat
-very fast discharges (not possible with a smartphone)
-very fast charges (again not possible)
So, if you want to get the best life out of your battery, it is definitely NOT advisable to leave it connected to the charger at all times. It will (or should) not get overcharged, but simply being at full charge for a prolonged time damages the cell more than being used in a normal fashion.
And yes, all LiIon batteries in phones have overcharge protection, because LiIon batteries burst into flames at just about 4.55 V (which is obviously very close to the full charge voltage) and companies want to avoid that in general.
I'm just going to leave this here.
The HTC one has a hardware circuit, as well as software on a PMIC (Power Management Integrated Circuit -- a tiny chip that acts as a micro processor) that shunts current away from the mainboard and battery once the battery has been fully charged. You could leave it charging for weeks at a time and have little to no effect on the battery or the device.
Most consumer electronic devices have the same protection, and have for years.
Click to expand...
Click to collapse
Taken from: http://forums.androidcentral.com/htc-one/288313-safe-charge-battery-overnight.html#post2859433
Valynor said:
Has been said before, but here we go again: Things that are BAD for your LiIon/LiPoly battery:
-storing your battery at full charge (which is essentially what you are doing)
-running down the battery to "0%", i.e. < 3.40 V repeatedly
-heat
-very fast discharges (not possible with a smartphone)
-very fast charges (again not possible)
So, if you want to get the best life out of your battery, it is definitely NOT advisable to leave it connected to the charger at all times. It will (or should) not get overcharged, but simply being at full charge for a prolonged time damages the cell more than being used in a normal fashion.
And yes, all LiIon batteries in phones have overcharge protection, because LiIon batteries burst into flames at just about 4.55 V (which is obviously very close to the full charge voltage) and companies want to avoid that in general.
Click to expand...
Click to collapse
That is a very clear explanation. Is it possible to disable charging when connected to computer (programatically)?
It is really a pain to disconnect it every time I hook it up on a computer for debugging and it wouldn't even guarantee to discharge when I hook it up and disconnect when not debugging since I do it frequently. When debugging, everytime I change and compile code I need to hook it up to the computer. I am debugging games and sometimes smali files so an emulator is not really an option.
geocine said:
That is a very clear explanation. Is it possible to disable charging when connected to computer (programatically)?
It is really a pain to disconnect it every time I hook it up on a computer for debugging and it wouldn't even guarantee to discharge when I hook it up and disconnect when not debugging since I do it frequently. When debugging, everytime I change and compile code I need to hook it up to the computer. I am debugging games and sometimes smali files so an emulator is not really an option.
Click to expand...
Click to collapse
I guess it would be possible by modifying the Android kernel.
The best practical advice is probably: Buy only smartphones with exchangeable batteries. :cyclops:
Valynor said:
Has been said before, but here we go again: Things that are BAD for your LiIon/LiPoly battery:
-storing your battery at full charge (which is essentially what you are doing)
-running down the battery to "0%", i.e. < 3.40 V repeatedly
-heat
-very fast discharges (not possible with a smartphone)
-very fast charges (again not possible)
So, if you want to get the best life out of your battery, it is definitely NOT advisable to leave it connected to the charger at all times. It will (or should) not get overcharged, but simply being at full charge for a prolonged time damages the cell more than being used in a normal fashion.
And yes, all LiIon batteries in phones have overcharge protection, because LiIon batteries burst into flames at just about 4.55 V (which is obviously very close to the full charge voltage) and companies want to avoid that in general.
Click to expand...
Click to collapse
Have we gone back to 1985?
Where's my tinfoilhat?
Aliens n stuff!
kitch9 said:
Have we gone back to 1985?
Where's my tinfoilhat?
Aliens n stuff!
Click to expand...
Click to collapse
If you don't know much about LiIon battery chemistry, perhaps you want to research a little bit?
Valynor said:
If you don't know much about LiIon battery chemistry, perhaps you want to research a little bit?
Click to expand...
Click to collapse
Facepalm.gif.
Op said he connects his machine for HOURS. If he said YEARS I'd agree with you, all li-ion modern batteries have circuits which moderate their charge cycle to condition the battery when plugged in. When your device is plugged in it doesn't actually mean the battery is charging if it doesn't need it then it won't be. You might want to research that.
kitch9 said:
Facepalm.gif.
Op said he connects his machine for HOURS. If he said YEARS I'd agree with you, all li-ion modern batteries have circuits which moderate their charge cycle to condition the battery when plugged in. When your device is plugged in it doesn't actually mean the battery is charging if it doesn't need it then it won't be. You might want to research that.
Click to expand...
Click to collapse
Of course its not charging if its full, otherwise it would go up in flames. But Valynor is right, storing lithium batteries fully charged is not good for the battery.
poisike said:
Of course its not charging if its full, otherwise it would go up in flames. But Valynor is right, storing lithium batteries fully charged is not good for the battery.
Click to expand...
Click to collapse
Which is awesome, but that was not what the OP was asking. All Li-ion batteries have overcharge/discharge protection which means the OP can do as he has asked without worrying.
Banging on about how he might die in a fire is a little..... Hyperbolic?
Related
hello is this possible to disable usb charge when connect to pc?
thanks
akoylini said:
hello is this possible to disable usb charge when connect to pc?
thanks
Click to expand...
Click to collapse
Cut the +5V line?
Out of curiosity, why would you want to do this?
I want does not charge the battery when p3600 is connected with pc
akoylini said:
I want does not charge the battery when p3600 is connected with pc
Click to expand...
Click to collapse
Yes - that was kind of obvious. I think the question was WHY you do not want to "charge the battery when p3600 is connected with pc".
If you have a reason that others have not thought of, others might decide to do the same. Seeing as the USB is the only way to charge the phone - I'm guessing the only way to do this is modify the cable you use to connect to your PC. But then you'd NEVER be able to charge using this keyboard.
Lithium ion batteries do NOT! have memory so you
should use the batt up before charging them once more
it's a myth
it was Ni-MH batteries which was supped to suffered from that
heard that one can even damage Lithium ion batts by using that old myth as a way to "exercise" them
guess old myths die hard
same thing with the "you have to wait ½hour after you eat to go swimming or you get cramps and drown" thats a myth too
same thing with looking too much at the tv damage your eyesight or reading in with too little light on
Rudegar said:
Lithium ion batteries do NOT! have memory so you
should use the batt up before charging them once more
it's a myth
it was Ni-MH batteries which was supped to suffered from that
heard that one can even damage Lithium ion batts by using that old myth as a way to "exercise" them
guess old myths die hard
same thing with the "you have to wait ½hour after you eat to go swimming or you get cramps and drown" thats a myth too
same thing with looking too much at the tv damage your eyesight or reading in with too little light on
Click to expand...
Click to collapse
Yes like the myth that too much w***ing makes you blind. I know lots of complete and utter w***ers who can see perfectly
GO on system tabs ont your trinity, then battery then advanced tab
and check the box
poussin69 said:
GO on system tabs ont your trinity, then battery then advanced tab
and check the box
Click to expand...
Click to collapse
what ROM u runnin?
Rudegar said:
Lithium ion batteries do NOT! have memory so you
should use the batt up before charging them once more
it's a myth
it was Ni-MH batteries which was supped to suffered from that
heard that one can even damage Lithium ion batts by using that old myth as a way to "exercise" them
guess old myths die hard
same thing with the "you have to wait ½hour after you eat to go swimming or you get cramps and drown" thats a myth too
same thing with looking too much at the tv damage your eyesight or reading in with too little light on
Click to expand...
Click to collapse
^ is right, I heard you should charge Li-Ion batteries as often as possible.
Hi,on Prophet to disable usb charge,you can modify this key : HKLM\drivers\builtin\usbfndrv and put 0 to disable.On trinity,this key doesn't exist on wm6,verify if ,your os is wm5,thatv the key exists.
Rudegar said:
same thing with the "you have to wait ½hour after you eat to go swimming or you get cramps and drown" thats a myth too
same thing with looking too much at the tv damage your eyesight or reading in with too little light on
Click to expand...
Click to collapse
its good to wait half hour b4 any phisical exercise because the blood is naturally redirected to your stomach after esting to help digesting, exercising screws that up...
Watching TV is harmful in many ways, eyesight, radiation, hormones, day/night cycle, Can even trigger epilepsy...Especially using old TV sets.
Reading in poor light conditions can damage your eyesight if you do it often enough, it is possible to overwork any organ... Plus you get related problems like bad posture and back problems from subconscious compensating...
I guess there is a piece of true in evwery myth...
Oh, w*nking is good BTW
Plastriq said:
Cut the +5V line?
Out of curiosity, why would you want to do this?
Click to expand...
Click to collapse
may be it should be useful to preserve a notebook battery life
sorry for my english. i hope you understand me ok
I agree with Lithium ion batteries do NOT have memory...
... but i'd like to avoid charging battery when i connect Trinity to Pc because ALL batteries have a limited number of charge cycles.
continously charging make battery cells at the top lost a lot of charge cycles while the bottom cells no.
When battery cells finish the number of life-cycles, they are no more usefull decreasing the total capacity of battery.
Seriously?
Is it just me or have others seen their battery drop half after an hour of on and off browser user w 3g (auto brightness)
Brutal
Sent from my Galaxy Nexus using xda premium
don't charge it via A/C adapter if you want better battery life.
and how many times have you cycled the battery?
paOol said:
don't charge it via A/C adapter if you want better battery life.
Click to expand...
Click to collapse
Why is that? I would think just the opposite
paOol said:
don't charge it via A/C adapter if you want better battery life.
and how many times have you cycled the battery?
Click to expand...
Click to collapse
is ac adapter the one where you plug in the usb charge into?
paOol said:
don't charge it via A/C adapter if you want better battery life.
and how many times have you cycled the battery?
Click to expand...
Click to collapse
wtf? lollllll
How much is your screen awake time? if it is more than one hour+ 3G so yes it is normal.. This phone needs an extended battery fast
paOol said:
don't charge it via A/C adapter if you want better battery life.
and how many times have you cycled the battery?
Click to expand...
Click to collapse
Just don't charge it at all. It's so stupid to charge your phone, nothing good comes from it! And if you need to charge, NEVER, use the A/C Adapter that came with your device like paOol said!
/Sarcasm off
Your USB cable isn't braided with 24-strand Unicorn hair. Therefore the power coming from the charger isn't pure enough for our Galaxy Nexus.
paOol said:
don't charge it via A/C adapter if you want better battery life.
Click to expand...
Click to collapse
this is 100% false, and more importantly, ignorant.
paOol said:
don't charge it via A/C adapter if you want better battery life.
and how many times have you cycled the battery?
Click to expand...
Click to collapse
Wow, these forums are getting dangerous...
Next this guy will tell you to use your car battery with jumper cables to charge the battery more efficiently
tk123456789 said:
Wow, these forums are getting dangerous...
Next this guy will tell you to use your car battery with jumper cables to charge the battery more efficiently
Click to expand...
Click to collapse
The above comment actually made me laugh out loud! what an image
Stupid as it sounds, there is some truth to it (though OP probably didn't know, lol). Quick chargers wear out the battery a bit faster than a slow charger, so charging from the usb port on your computer is slightly better for the battery, but the charge takes a lot longer. This does not affect your battery capacity per charge, but affects how many cycles the battery lasts before it wears out.
xda IQ level has gone to ****...
Requiem87 said:
Stupid as it sounds, there is some truth to it (though OP probably didn't know, lol). Quick chargers wear out the battery a bit faster than a slow charger, so charging from the usb port on your computer is slightly better for the battery, but the charge takes a lot longer. This does not affect your battery capacity per charge, but affects how many cycles the battery lasts before it wears out.
Click to expand...
Click to collapse
This guy knows!
Lithium ion batteries actually like a slow charge and discharge rate . By that I mean to prolong the cells life and IRS storage capacity. Optimum rates vary a little but I found in testing that makita lithium batteries provided best service with .5C charge and discharge rates...
Not exactly the same as your phone battery, but the same chemical make-up inside the cells..
Anyway.. lol
Sent from my Galaxy Nexus using Tapatalk
BANE said:
The above comment actually made me laugh out loud! what an image
Click to expand...
Click to collapse
tk123456789 said:
Wow, these forums are getting dangerous...
Next this guy will tell you to use your car battery with jumper cables to charge the battery more efficiently
Click to expand...
Click to collapse
hahahahah yes.
I heard that if you use a potato to charge your phone it doubles the battery capacity.
that seems about right to me. I browse a lot and routinely get about 3.5 hours screen time before my phone goes to the red zone. Which IIRC is around 15%?
I have my browser open and the brightness to 40% and my bluetooth off.
The battery life has been the sole black spot in owning this phone so far. I am sure the owners of the next generation phones will make all of us jealous. I bought a spare -regular- battery for just this reason.
if you want your phone to be ugly as **** and look like you have a tumor on your leg you can get this
http://gizmodo.com/5877114/turn-your-galaxy-nexus-into-a-hunchback-with-a-3800mah-battery
I always had this question in my head and i think its time to ask. All android phones i had does this and i wanna know if this does harm in somehow the battery.
When i plug the phone to the PC to transfer some files it recharges the battery too, sometimes depending how big are they, the phone stays connected for longer. I want to know if it harms the battery doing this small, medium charges while transfering files.
Doesn't harm the new batteries.
Sent from my iPad 2 using Tapatalk
Ok, thanks.
... what Flo95 said.
More specifically, lithium-ion batteries don't develop the 'charge memory' older battery technologies like NiCad do if not allowed to fully run down before a charge.
Loosely said:
... what Flo95 said.
More specifically, lithium-ion batteries don't develop the 'charge memory' older battery technologies like NiCad do if not allowed to fully run down before a charge.
Click to expand...
Click to collapse
Can you please explain a little, I didn't really understand what you said here bro
Sorry about that.
DeepUnknown said:
Can you please explain a little, I didn't really understand what you said here bro
Sorry about that.
Click to expand...
Click to collapse
Older batteries suffered from "memory effect", meaning that if you charged them before they were empty and until they were any less than full, soon enough their capacity would deteriorate.
New batteries don't have that problem. You can charge them any time you want for as long as you want. In fact, it's advisable to not let them discharge completely and charge them often.
iR¡[email protected]!* via Tapatalk
iridaki said:
Older batteries suffered from "memory effect", meaning that if you charged them before they were empty and until they were any less than full, soon enough their capacity would deteriorate.
New batteries don't have that problem. You can charge them any time you want for as long as you want. In fact, it's advisable to not let them discharge completely and charge them often.
iR¡[email protected]!* via Tapatalk
Click to expand...
Click to collapse
Thanks for explaining it for me
It seems a bit ironic, previously we had to be aware from charging at any time and it was stronly recommended to charge only when battery is completely dead.
While these days it's better if we not let the battery completely discharged
I'm not up-to-date on battery etiquette, so thought I would check with you chaps. I should be picking my One X up from Carphone Warehouse tomorrow or Wed, but wanted to know whether it was considered better to charge immediately, or to use the battery until the phone dies, then charge fully, or some other third option. Want to make sure I get the best out of the battery, obviously.
Thanks!
wilkomints said:
I'm not up-to-date on battery etiquette, so thought I would check with you chaps. I should be picking my One X up from Carphone Warehouse tomorrow or Wed, but wanted to know whether it was considered better to charge immediately, or to use the battery until the phone dies, then charge fully, or some other third option. Want to make sure I get the best out of the battery, obviously.
Thanks!
Click to expand...
Click to collapse
What you really want to do is condition your battery. You don't need to do it immediately but in the first week or so of having the phone. By conditioning, I mean... Charging it until it's full, then using it until its fully discharged, then charging it again. Repeat this cycle ("fully discharged when charging") for 3 to 4 times... after that, you'll notice that your battery lasts longer than usual. It's what I've done with all my phones, seemed to work pretty good.
JohnnyRodger said:
What you really want to do is condition your battery. You don't need to do it immediately but in the first week or so of having the phone. By conditioning, I mean... Charging it until it's full, then using it until its fully discharged, then charging it again. Repeat this cycle ("fully discharged when charging") for 3 to 4 times... after that, you'll notice that your battery lasts longer than usual. It's what I've done with all my phones, seemed to work pretty good.
Click to expand...
Click to collapse
But were you using Lithium-Ion batteries? From what I have heard, completely depleting the power of the battery actually damages its health.
OysterCatcheRR said:
But were you using Lithium-Ion batteries? From what I have heard, completely depleting the power of the battery actually damages its health.
Click to expand...
Click to collapse
I think you are right.
Sent from my GT-I9000 using xda premium
A lot of the time android will shut down just before your battery is 100% empty, you will find if you try to turn your phone on after its shut down it will still boot and run for 15 - 30 mins, depending on battery age and condition ofcorse. And if you keep on turning on the phone when its battery is very low/empty you will then start to damage it.
Sent from my HTC Desire using Tapatalk
Some one posted this website before:
http://batteryuniversity.com/
It also has a nice table about how to look after your battery:
http://batteryuniversity.com/learn/article/how_to_charge_when_to_charge_table
How to Prime Batteries
...Rechargeable batteries may not deliver their full rated capacity when new and will require formatting. While this applies to most battery systems, manufacturers of lithium-ion batteries disagree. They say that Li-ion is ready at birth and does not need priming. Although this may be true, users have reported some capacity gains by cycling these batteries after long storage....
Click to expand...
Click to collapse
Source: http://batteryuniversity.com/learn/article/how_to_prime_batteries
Charging the battery
Before you turn on and start using HTC One X, it is recommended that you charge the battery.
Only the power adapter and USB Cable provided in the box must be used to charge the battery.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Source: HTC One X Manual as pasted here http://forum.xda-developers.com/showthread.php?t=1572581
However there seems to be a common agreement that over the first week / two weeks of usage the battery will improve...
Last quote from MaDaCo review comments from Paul when asked how does he condition his battery:
I don't really condition it tbh, I just find it takes a few charges to get 'up to speed'.
Click to expand...
Click to collapse
Conditioning the battery was needed with old style batteries.. new Li-xxx batteries don't need one.. and what does an extra 30mins actually mean to you ...
now you can buy original replacement batteries for 20-30$, so if it loses it's capacity after some time you can easily buy new one...
LorD ClockaN said:
Conditioning the battery was needed with old style batteries.. new Li-xxx batteries don't need one.. and what does an extra 30mins actually mean to you ...
now you can buy original replacement batteries for 20-30$, so if it loses it's capacity after some time you can easily buy new one...
Click to expand...
Click to collapse
and how do we fit it ???????????????
Sent from my Transformer TF101 using XDA Premium HD app
wilkomints said:
I'm not up-to-date on battery etiquette, so thought I would check with you chaps. I should be picking my One X up from Carphone Warehouse tomorrow or Wed, but wanted to know whether it was considered better to charge immediately, or to use the battery until the phone dies, then charge fully, or some other third option. Want to make sure I get the best out of the battery, obviously.
Thanks!
Click to expand...
Click to collapse
I'd use the battery as soon as you get it until completely drained.
Then perform a full battery charge without use, its best to do this to ensure a full 0%-100% charge.
Dunno how to say it in English but physically my battery is getting bigger, and when on battery low, it gives me the notification and the phone just turns of on the same second.
The battery is starting to be like a balloon and and hardly fits in the phone, can anyone tell me what's happening?
btw, I'm using the stock ROM now.
Your battery is bloated. Congratulations. To fix this, there is only one solution. Change your battery.
Sent from my 4.1 running Galaxy W.
Great
iDelta said:
Your battery is bloated. Congratulations. To fix this, there is only one solution. Change your battery.
Sent from my 4.1 running Galaxy W.
Click to expand...
Click to collapse
Thanks for the reply, but does anyone knows why did this happen? My device is 1 year old last week, it shouldn't happen that fast I guess.
Osoris said:
Thanks for the reply, but does anyone knows why did this happen? My device is 1 year old last week, it shouldn't happen that fast I guess.
Click to expand...
Click to collapse
there are many reasons why your battery is bloated .......... one of charging too much time away from his proper time, time you charge the phone you are using (playing games) .....
sorry with my english
Correct
hazikh said:
there are many reasons why your battery is bloated .......... one of charging too much time away from his proper time, time you charge the phone you are using (playing games) .....
sorry with my english
Click to expand...
Click to collapse
I use it a lot while charging specially for games, and lots if times I had to charge it while it's still have more than 40%. OK lesson learned and the new battery will be treated differently. Thanks.
Osoris said:
I use it a lot while charging specially for games, and lots if times I had to charge it while it's still have more than 40%. OK lesson learned and the new battery will be treated differently. Thanks.
Click to expand...
Click to collapse
Hi, found this on eHow and as automobile electrician dealing sometimes also with batteries i cannot confirm that your battery was bloated just because of playing games an charge phone at same time. Li-Ion cells don't like to be fully discharged. When u charge them before they go out of power is the best you can do to preserve their capacity.
Don't use your phone with silicon case when gaming because it can prevent air ventilation in the phone and cause it to heat up more when placed under heavy load like when playing games.
And now what can contibute to a battery bloatup:
Battery Components
• Most cell phone batteries contain a lithium-ion mixture. Lithium is an alkaline metal, and its ion simply has more electrons than protons. The battery also contains a positive and negative electrode, and when you use the battery, the lithium ions move from one to the other, creating an electric charge. Under normal circumstances, the lithium ions can continue to absorb and dissipate energy. However, if you expose the battery to certain conditions, its chemistry can change, causing undesirable effects.
Water Damage
• Your cell phone battery is extremely sensitive to water. The plastic casing provides some protection; however, if you expose the metal electrodes to water, they can corrode and become ineffective. Water leaking into the batteries case can cause it to appear bloated. Discard such a battery immediately because the lithium solvent can be harmful if you come into contact with it. If the phone has been submerged in water, this is usually enough to cause water damage to the battery if there is not a tight seal between the battery and the phone.
Heat Damage
• The lithium solvent that carries the charge from electrode to electrode is extremely sensitive to heat. If you expose the phone to temperatures that considerably exceed 77 degrees Fahrenheit, the battery may lose its ability to hold a charge over time. This is considered normal. However, if you consistently expose it to higher temperatures, then you can cause the lithium-ion mixture to rupture the cell, which can cause the battery to appear bloated. Most lithium-ion batteries contain fail-safes that prevent them from operating in extreme temperatures, but there is no guarantee that these will work in every case.
Prevention
• Prevent damage of this sort from occurring by not exposing your phone to extreme temperatures and unsafe environments. For example, do not bring your mobile phone near pools or inside of saunas. On hot summer days, keep the phone and other electronics out of direct sunlight.
try doctor battery, its available at the store free,
bhun said:
Hi, found this on eHow and as automobile electrician dealing sometimes also with batteries i cannot confirm that your battery was bloated just because of playing games an charge phone at same time.
Click to expand...
Click to collapse
But I can confirm this. I´m having actually here 4 batteries for the SGW and one of them is bloated due to heavy usage while charging the battery. This battery was my best battery but now it´s just a paperweight. It´s still working well though it´s bloated, but I´m not going to risk anything.
You can´t simply compare a car with its lead battery to this device, because in the car the battery is just needed to start the car. Once the engine is running the battery is not needed as the generator is producing enough electricity for the entire car and to charge the not needed battery.
You can even remove the lead battery completely and just connect the car to a powerfull enough source to get it started. Onec its running, you can remove the source too and it will continue to run.
With the SGW and its LI-Ion battery things are a bit different. You for example can´t simply plug in the charger and turn the device on without the battery. The battery is still neeeded to power on the device for two reasons. First is the charger might be not strong enough to offer enough power but the obvious one is, the circuit inside the phone reduces the charging current to a max. level and the voltage to be 4.2V max. It acts like a constant current and constant voltage source where the preset max limits can´t be exeeded. The real charging current and voltage are depending to the charging level and the battery resistance, but will never exeed the max limits in a proper working circuit.
Additionally this circuit is feeding the battery directly, so the current is floating first into the battery and then the battery is feeding the entire device. So at heavy usage the power offered by the circuit will be not enough to be simply passed to the device and so the battery will be stressed twice, as it´s charging and discharging at the same time.
This is still a simplyfied explanation to what is really going on, but explains a little bit why you can´t compare a car with it´s battery to this device.
Also, the batteries for the SGW do not offer it´s own protection circuit. The only circuit that protects the battery is build in into the phone.
So the best advice that can be given here is to avoid heavy usage while the battery is being charged. Better charge it first, use it then and recharge when not in use.
bhun said:
Lithium is an alkaline metal, and its ion simply has more electrons than protons.
Click to expand...
Click to collapse
I´m not sure where you digged this out, but this is simply not the full truth. In neutral stage each element is having as much electrons as much protons it has. Ions are either having temporaly more or less electrons. They can be ionized positive or negative.
In a normal Li-Ion battery it´s the anode that consists of lithium and is having positive lithium ions, so less electrons than protons.
In a lead battery both, the anode and the cathode consist of lead. One is positive ionized and the other one negative.
honeyx said:
But I can confirm this. I´m having actually here 4 batteries for the SGW and one of them is bloated due to heavy usage while charging the battery. This battery was my best battery but now it´s just a paperweight. It´s still working well though it´s bloated, but I´m not going to risk anything.
You can´t simply compare a car with its lead battery to this device, because in the car the battery is just needed to start the car. Once the engine is running the battery is not needed as the generator is producing enough electricity for the entire car and to charge the not needed battery.
You can even remove the lead battery completely and just connect the car to a powerfull enough source to get it started. Onec its running, you can remove the source too and it will continue to run.
With the SGW and its LI-Ion battery things are a bit different. You for example can´t simply plug in the charger and turn the device on without the battery. The battery is still neeeded to power on the device for two reasons. First is the charger might be not strong enough to offer enough power but the obvious one is, the circuit inside the phone reduces the charging current to a max. level and the voltage to be 4.2V max. It acts like a constant current and constant voltage source where the preset max limits can´t be exeeded. The real charging current and voltage are depending to the charging level and the battery resistance, but will never exeed the max limits in a proper working circuit.
Additionally this circuit is feeding the battery directly, so the current is floating first into the battery and then the battery is feeding the entire device. So at heavy usage the power offered by the circuit will be not enough to be simply passed to the device and so the battery will be stressed twice, as it´s charging and discharging at the same time.
This is still a simplyfied explanation to what is really going on, but explains a little bit why you can´t compare a car with it´s battery to this device.
Also, the batteries for the SGW do not offer it´s own protection circuit. The only circuit that protects the battery is build in into the phone.
So the best advice that can be given here is to avoid heavy usage while the battery is being charged. Better charge it first, use it then and recharge when not in use.
Click to expand...
Click to collapse
Sorry if it souded as i would compare a Li-Ion to a lead battery. I was actually not doing that. By that i meant that i understand somewhat of batteries. I've learned about batteries (how different types work) back in school. All Li-Ion based batteries have their own protecting circuit. It is not depending on the phone. This circuit built in every Li-Ion based battery prevents it from beeing overcharged, wich would result in the battery exploding. It also gives the phone a limited feedback on battery charge status, and perhaps somewhat potecting the battery to be fully drained wich would result in irreversible damage to the cells. I agree with you that it is better to charge when not using them, but in real life this is not easy to do when you (by what cause ever) want or have to use your device. I am not a gamer so i am not using my phone that way.
Since i am using my phone lots of times plugged on a charger, making phonecalls and doing other stuff like email, surfing the web, watching videos and so on, and never get close to that issue (battery is almost 2 years old) i still don't think that that would be the biggest problem.
On hot days is it not recommended to use our devices with heavy loads, ofcourse you could climb into the fridge (may not be a problem then), and it is also advised to avoid humidity. That's all i know for now, that it would contribute to a bloated battery.
Sorry if i unattendedly caused some confusion.
bhun said:
Sorry if it souded as i would compare a Li-Ion to a lead battery.
Click to expand...
Click to collapse
No problem, I´m just trying to clarify this
but with this I have to disagree
bhun said:
All Li-Ion based batteries have their own protecting circuit. It is not depending on the phone. This circuit built in every Li-Ion based battery prevents it from beeing overcharged, wich would result in the battery exploding. It also gives the phone a limited feedback on battery charge status, and perhaps somewhat potecting the battery to be fully drained wich would result in irreversible damage to the cells
Click to expand...
Click to collapse
Not all Li-Ion batteries have their own protection ciurcuit. Only the protected ones. Do a search on google about protected and not protected Li-Ion batteries.
In cellphones most batteries are not protected ones because of the circuit taking to much space and so incrasing the battery size a lot. Therefore the protection circuit gets moved into the phone but the battery itself is not protected at all. In most batteries the feedback you will only get is the temperature. It´s mostly a simple thermistor either being somwhere close to the battery or inside the battery. The rest is calculated by knowing the capacity and monitoring the voltage and current drain.
So the only circuit you will find in not protected batteries is the one for reading the thermistor, if there is one build in. But this circuit will not protect the battery against a short circuit.
Just to not confuse about this. There are of course protected batteries for cellphones as long the circuit can fit into the part where the connections are.
But the truth is this circuit can fail to disconnect the battery from a short circuit and there are even batteries with fake protection. So there is a pcb with a circuit, but this is just fake and doing nothing.
However regarding this discussion about bloated batteries it doesn´t matter the battery has a protection circuit or not. The protection circuit only disconnects the battery if a short circuit occurs or the battery voltage drops below 3V.
Buy a new battery.
Sent from my GT-I8150 using xda app-developers app
iDelta said:
Your battery is bloated. Congratulations. To fix this, there is only one solution. Change your battery.
Sent from my 4.1 running Galaxy W.
Click to expand...
Click to collapse
That is the best answer for your problem, maybe to alot of overcharge :angel: