Active Topics

 


Reply
Thread Tools
Posts: 424 | Thanked: 196 times | Joined on Mar 2010 @ Sweden
#1
Hello.
Just bought a new Original Nokia BL-5J 1430mAh battery.
And to my supprise when I charge it the phone states that it fully charged at only 87%.

Here is the output from hal.
Code:
  battery.charge_level.capacity_state = 'full'  (string)
  battery.charge_level.current = 8  (0x8)  (int)
  battery.charge_level.design = 8  (0x8)  (int)
  battery.charge_level.last_full = 8  (0x8)  (int)
  battery.charge_level.percentage = 87  (0x57)  (int)
  battery.charge_level.unit = 'bars'  (string)
  battery.is_rechargeable = true  (bool)
  battery.present = true  (bool)
  battery.rechargeable.is_charging = false  (bool)
  battery.rechargeable.is_discharging = true  (bool)
  battery.remaining_time = 21600  (0x5460)  (int)
  battery.remaining_time.calculate_per_time = false  (bool)
  battery.reporting.current = 1215  (0x4bf)  (int)
  battery.reporting.design = 1394  (0x572)  (int)
  battery.reporting.last_full = 1215  (0x4bf)  (int)
  battery.reporting.unit = 'mAh'  (string)
  battery.type = 'pda'  (string)
  battery.voltage.current = 4152  (0x1038)  (int)
  battery.voltage.design = 4200  (0x1068)  (int)
  battery.voltage.unit = 'mV'  (string)
  info.addons = {'hald-addon-bme'} (string list)
  info.capabilities = {'battery'} (string list)
  info.category = 'battery'  (string)
  info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
  info.product = 'Battery (BME-HAL)'  (string)
  info.subsystem = 'unknown'  (string)
  info.udi = '/org/freedesktop/Hal/devices/bme'  (string)
  maemo.charger.connection_status = 'disconnected'  (string)
  maemo.charger.type = 'none'  (string)
  maemo.rechargeable.charging_status = 'off'  (string)
  maemo.rechargeable.positive_rate = false  (bool)
Should I return the battery too Nokia or will a few recharge cycles fix it?
 
Posts: 1,225 | Thanked: 1,905 times | Joined on Feb 2011 @ Quezon City, Philippines
#2
Where do you find these new 1430mAh batteries?

I think you'll need to recalibrate the battery chip.
__________________
N9 PR 1.3 Open Mode + kernel-plus for Harmattan
@kenweknot, working on Glacier for Nemo.
 
Posts: 424 | Thanked: 196 times | Joined on Mar 2010 @ Sweden
#3
Originally Posted by Hurrian View Post
Where do you find these new 1430mAh batteries?

I think you'll need to recalibrate the battery chip.
Will try recalibrate.
Edit: btw is the instruction still correct nowdays with KP50?

About the new BL-5J.
http://europe.nokia.com/find-product...-battery-bl-5j

Last edited by toxaris; 2012-05-10 at 10:53.
 
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#4
Originally Posted by Hurrian View Post
Where do you find these new 1430mAh batteries?

I think you'll need to recalibrate the battery chip.
Re-calibrating the chip is pointless unless you are relying on the BQ27x00 module for battery related things.

Protip: You are relying on BME for battery related stuff which completely ignores the chip calibration etc. (if you ever wondered why they refused to open BME it is due to a huge sense of shame the programmer feels for such a kludge of a program).
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following 3 Users Say Thank You to vi_ For This Useful Post:
Posts: 424 | Thanked: 196 times | Joined on Mar 2010 @ Sweden
#5
Originally Posted by vi_ View Post
Re-calibrating the chip is pointless unless you are relying on the BQ27x00 module for battery related things.

Protip: You are relying on BME for battery related stuff which completely ignores the chip calibration etc. (if you ever wondered why they refused to open BME it is due to a huge sense of shame the programmer feels for such a kludge of a program).
But I guess I need to use BQ27x00 instead of BME to get access to the last 200mAh.
 
Posts: 167 | Thanked: 204 times | Joined on Jul 2010
#6
Whilst fully accepting that BME is known shite, do you know when your battery was manufactured? I suspect that Nokia don't need to produce these very often, and may be selling stock that's easily a year old. If so, then a capacity loss of anywhere from 4-20% is entirely to be expected (see http://en.wikibooks.org/wiki/Battery...ure_and_charge) and your BME may not be as wrong as you think.

Popular wisdom is that the Scud batteries from Lucia Lui are about the best available, they're quoted as 1445mAh and this is realistic, they've been measured at 1400-1500mAh by multiple users. Mine measured in at ~1430mAh when I got it (according to bq27200) and reports at ~1350mAh now, on the same device, after nine months of use.

Hopefully your BL-5J comes good after a few charge cycles, but if not - try a Scud.
 

The Following 2 Users Say Thank You to magick777 For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#7
The same problem here, and deffinitely my 1430 mAh battery is genuine, I took it from asha 200 I bought to my GF.
 

The Following 2 Users Say Thank You to freemangordon For This Useful Post:
Posts: 424 | Thanked: 196 times | Joined on Mar 2010 @ Sweden
#8
Originally Posted by magick777 View Post
Whilst fully accepting that BME is known shite, do you know when your battery was manufactured? I suspect that Nokia don't need to produce these very often, and may be selling stock that's easily a year old. If so, then a capacity loss of anywhere from 4-20% is entirely to be expected (see http://en.wikibooks.org/wiki/Battery...ure_and_charge) and your BME may not be as wrong as you think.

Popular wisdom is that the Scud batteries from Lucia Lui are about the best available, they're quoted as 1445mAh and this is realistic, they've been measured at 1400-1500mAh by multiple users. Mine measured in at ~1430mAh when I got it (according to bq27200) and reports at ~1350mAh now, on the same device, after nine months of use.

Hopefully your BL-5J comes good after a few charge cycles, but if not - try a Scud.
I find no info about manufacturedate in the box.
Edit: no instead of now

Last edited by toxaris; 2012-05-11 at 10:38.
 
Posts: 424 | Thanked: 196 times | Joined on Mar 2010 @ Sweden
#9
Originally Posted by freemangordon View Post
The same problem here, and deffinitely my 1430 mAh battery is genuine, I took it from asha 200 I bought to my GF.
What to you say, try recalibrate?
http://talk.maemo.org/showpost.php?p...&postcount=846
 
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#10
Originally Posted by toxaris View Post
What to you say, try recalibrate?
http://talk.maemo.org/showpost.php?p...&postcount=846
NFC . I asked your question on #maemo a week or so ago and joerg_rw advised to ignore what hal reports and even if it says it is 85% charged, the truth(according to him) is that it is 100% charged. I know it is irritating to have 7 bars left 20 minutes after you disconnect the charger, but it seems that is how BME works.

Maybe we should push harder and finally get rid of that piece of crap (BME I mean)

https://gitorious.org/hald-addon-bme/hald-addon-bme
https://gitorious.org/libbmeipc/libbmeipc

 

The Following 3 Users Say Thank You to freemangordon For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 17:56.