thelostsoul
New member
- Jan 1, 2013
- 134
- 0
- 0
Yeah, alot of those random jumpings has to do with what you charged it with,
That can only hold somewhat true. Here's what to make sure of:
Check the Voltage and Amperage ratings on the charger. If it was previously for a phone, voltage is unlikely an issue. If the Amperage is over 2A, don't use it (well, expect that it will charge your phone quickly, but will also degrade the battery's life and cause a lot of heat). If it's less than 750mA, it will likely take a long time to charge, but is actually better for the battery.
Make sure the charger is not a cheap piece of trash. If it feels extremely flimsy and you are having problems with it charging your phone, chances are, it's a bad charger and is damaging your device/battery. You should stop using it immediately and get a new charger.
I have used Blackberry chargers on all my phones since my N8 (N8, then 808, than 920, now 1020) and I've no reason to blame the chargers for any issues. Never had issues with my N8 or 808's battery, only when I started using WP8, and only sometimes (even though I always use the same charger).
The software is looking for a voltage, usually around 3.1-4.2 V. The voltage drops based on the charge of the battery. Batteries do not follow a linear discharge on this value, and the exact maximum and minimum voltages of the battery vary from battery to battery, and phone to phone. The calculations for percentage of charge that your phone displays are a lot more complicated than saying 4.19 is 99% of 4.2V maximum. There's a good deal of code trying to calculate what percentage the battery is actually currently reading, such as last time, it topped off at 4.187V, so now that's 100%. I died at 3.02V last, so that's now 0%. In order to do that, the phone needs some history of the device. Plus, if max is currently at 4, and minimum is at 3, 50% will not likely be at 3.5. The battery will die faster as it discharges, so 50% is going to be closer to 3.6 or so, and 10% will be closer to 3.2 instead of 3.1. All of this means that if there's a time when you've suddenly used excessive power, if the sensors get one erroneous reading, if you use too fast of a charger, etc, etc. then may cause an error in the calculation until it attempts to recalibrate. When you restart you phone, it restarts that calculation.
Also, this is why draining you phone until it dies and then fully recharging it seems to help your battery life. That's only because it now has a fully calibrated battery. Unfortunately, a battery with zero charge is going to degrade (chemistry explanation for another time, and probably from another person). Fortunately, your phone will likely shut off before then, and even if it doesn't, the battery will stop giving a charge (it will read 0V) until a voltage is applied to it due to safety circuits. That said, it's still a bad idea to drain your battery completely. Ever hear of manufacturers having issues getting devices to start after the battery is completely dead? Usually(/sometimes) it's related to this.
EDIT: Please keep in mind that the numbers I've mentioned in here are arbitrary to make a point. They are not calculated, nor are they samples.