bonerp
|
2010-02-25
, 20:28
|
Posts: 308 |
Thanked: 118 times |
Joined on Dec 2009
@ UK Swindon
|
#11
|
|
2010-02-28
, 13:17
|
|
Posts: 311 |
Thanked: 180 times |
Joined on Dec 2009
@ London
|
#12
|
I dont think risking an explosion with it next to your face is worth the saving of a few £££s or $$$$s. Apart from the fact that cheap chargers can also set fire to batteries is charged incorrectly, its just not worth it.
|
2010-05-28
, 03:55
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#13
|
udi = '/org/freedesktop/Hal/devices/bme' info.addons = { 'hald-addon-bme' } (string list) maemo.charger.type = 'host 500 mA' (string) maemo.charger.connection_status = 'connected' (string) maemo.rechargeable.charging_status = 'on' (string) maemo.rechargeable.positive_rate = true (bool) battery.present = true (bool) info.product = 'Battery (BME-HAL)' (string) info.subsystem = 'unknown' (string) battery.is_rechargeable = true (bool) info.udi = '/org/freedesktop/Hal/devices/bme' (string) battery.charge_level.unit = 'bars' (string) battery.remaining_time = 7200 (0x1c20) (int) battery.type = 'pda' (string) battery.charge_level.percentage = 71 (0x47) (int) battery.charge_level.design = 8 (0x8) (int) battery.charge_level.capacity_state = 'ok' (string) battery.rechargeable.is_discharging = false (bool) battery.charge_level.last_full = 7 (0x7) (int) battery.reporting.design = 1258 (0x4ea) (int) battery.reporting.last_full = 867 (0x363) (int) battery.reporting.current = 903 (0x387) (int) battery.voltage.unit = 'mV' (string) battery.voltage.design = 4200 (0x1068) (int) info.category = 'battery' (string) battery.voltage.current = 3947 (0xf6b) (int) battery.remaining_time.calculate_per_time = false (bool) info.parent = '/org/freedesktop/Hal/devices/computer' (string) battery.charge_level.current = 7 (0x7) (int) battery.rechargeable.is_charging = true (bool) info.capabilities = { 'battery' } (string list) battery.reporting.unit = 'mAh' (string)
udi = '/org/freedesktop/Hal/devices/bme' info.addons = { 'hald-addon-bme' } (string list) maemo.charger.type = 'host 500 mA' (string) maemo.charger.connection_status = 'connected' (string) maemo.rechargeable.charging_status = 'on' (string) maemo.rechargeable.positive_rate = true (bool) battery.present = true (bool) info.product = 'Battery (BME-HAL)' (string) info.subsystem = 'unknown' (string) battery.is_rechargeable = true (bool) info.udi = '/org/freedesktop/Hal/devices/bme' (string) battery.charge_level.unit = 'bars' (string) battery.remaining_time = 7200 (0x1c20) (int) battery.type = 'pda' (string) battery.charge_level.percentage = 94 (0x5e) (int) battery.charge_level.design = 8 (0x8) (int) battery.charge_level.capacity_state = 'ok' (string) battery.rechargeable.is_discharging = false (bool) battery.charge_level.last_full = 0 (0x0) (int) battery.reporting.design = 1247 (0x4df) (int) battery.reporting.last_full = 0 (0x0) (int) battery.reporting.current = 1183 (0x49f) (int) battery.voltage.unit = 'mV' (string) battery.voltage.design = 4200 (0x1068) (int) info.category = 'battery' (string) battery.voltage.current = 4069 (0xfe5) (int) battery.remaining_time.calculate_per_time = false (bool) info.parent = '/org/freedesktop/Hal/devices/computer' (string) battery.charge_level.current = 8 (0x8) (int) battery.rechargeable.is_charging = true (bool) info.capabilities = { 'battery' } (string list) battery.reporting.unit = 'mAh' (string)
~$ gdiff battery_original.txt battery_new.txt 15c15 < battery.charge_level.percentage = 71 (0x47) (int) --- > battery.charge_level.percentage = 94 (0x5e) (int) 19,22c19,22 < battery.charge_level.last_full = 7 (0x7) (int) < battery.reporting.design = 1258 (0x4ea) (int) < battery.reporting.last_full = 867 (0x363) (int) < battery.reporting.current = 903 (0x387) (int) --- > battery.charge_level.last_full = 0 (0x0) (int) > battery.reporting.design = 1247 (0x4df) (int) > battery.reporting.last_full = 0 (0x0) (int) > battery.reporting.current = 1183 (0x49f) (int) 26c26 < battery.voltage.current = 3947 (0xf6b) (int) --- > battery.voltage.current = 4069 (0xfe5) (int) 29c29 < battery.charge_level.current = 7 (0x7) (int) --- > battery.charge_level.current = 8 (0x8) (int)