View Single Post
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?