pali
|
2013-09-12
, 20:11
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#241
|
The Following 7 Users Say Thank You to pali For This Useful Post: | ||
|
2013-09-12
, 21:00
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#242
|
The Following 4 Users Say Thank You to ade For This Useful Post: | ||
|
2013-10-20
, 20:00
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#243
|
Nokia-N900:~# cat /sys/class/power_supply/rx51-battery/charge_full_design 1272685 Nokia-N900:~# cat /sys/class/power_supply/bq27200-0/charge_full 1564731
The Following 5 Users Say Thank You to iDont For This Useful Post: | ||
|
2013-10-20
, 20:10
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#244
|
Unloading the rx51-battery module makes the applet report the correct battery size. Are there any negative side effects if I leave this module unloaded?
Or is there a better solution to make the data from bq27200 take precedence over rx51-battery? Thanks!
The Following 8 Users Say Thank You to pali For This Useful Post: | ||
|
2013-10-21
, 04:26
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#245
|
Yes, rx51_battery module is used for reporting battery temperature to pulseaudio and dsme. If tou unload it both daemons can stop working (no idea what closed source nokia pulseaudio module doing with temperature)...
Yes, recent version of battery applet understand gconf key which can be used for source of design capacity. Look at git commit message for possible values: https://gitorious.org/community-ssu/...ebf53fb6d11a12
--- hal-device-with-rx51-battery +++ hal-device-without-rx51-battery @@ -3,7 +3,7 @@ battery.type = 'pda' (string) info.subsystem = 'unknown' (string) info.product = 'Battery (BME-HAL)' (string) - battery.reporting.design = 1277 (0x4fd) (int) + battery.reporting.design = 0 (0x0) (int) battery.reporting.unit = 'mAh' (string) battery.charge_level.unit = 'bars' (string) maemo.charger.connection_status = 'disconnected' (string) @@ -12,20 +12,20 @@ maemo.rechargeable.positive_rate = false (bool) battery.rechargeable.is_charging = false (bool) battery.is_rechargeable = true (bool) - battery.reporting.last_full = 1277 (0x4fd) (int) + battery.reporting.last_full = 1564 (0x61c) (int) battery.charge_level.capacity_state = 'ok' (string) - battery.reporting.current = 1477 (0x5c5) (int) + battery.reporting.current = 1479 (0x5c7) (int) battery.present = true (bool) battery.rechargeable.is_discharging = true (bool) - battery.charge_level.percentage = 100 (0x64) (int) - battery.remaining_time = 34260 (0x85d4) (int) - battery.voltage.design = 4200 (0x1068) (int) + battery.charge_level.percentage = 94 (0x5e) (int) + battery.remaining_time = 27000 (0x6978) (int) + battery.voltage.design = 0 (0x0) (int) battery.voltage.unit = 'mV' (string) info.category = 'battery' (string) info.parent = '/org/freedesktop/Hal/devices/computer' (string) info.udi = '/org/freedesktop/Hal/devices/bme' (string) battery.charge_level.design = 8 (0x8) (int) - battery.voltage.current = 4029 (0xfbd) (int) + battery.voltage.current = 4069 (0xfe5) (int) battery.charge_level.current = 8 (0x8) (int) info.capabilities = { 'battery' } (string list) maemo.bme.version = '1.0' (string)
The Following 5 Users Say Thank You to iDont For This Useful Post: | ||
|
2013-10-21
, 05:41
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#246
|
|
2013-10-21
, 18:56
|
Posts: 268 |
Thanked: 1,053 times |
Joined on May 2010
@ The Netherlands
|
#247
|
@iDont: Try new version on http://atrey.karlin.mff.cuni.cz/~pali/hald-addon-bme
The Following 3 Users Say Thank You to iDont For This Useful Post: | ||
|
2013-10-22
, 02:12
|
Posts: 863 |
Thanked: 213 times |
Joined on Feb 2012
@ Goa
|
#248
|
|
2013-10-22
, 19:16
|
Posts: 126 |
Thanked: 160 times |
Joined on Aug 2012
|
#250
|
The Following User Says Thank You to pinochio For This Useful Post: | ||
Tags |
easter egg, lockslider |
|