Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. info.addons = { 'hald-addon-bme' } (string list)
  2. maemo.charger.type = 'none' (string)
  3. maemo.charger.connection_status = 'disconnected' (string)
  4. maemo.rechargeable.charging_status = 'off' (string)
  5. maemo.rechargeable.positive_rate = false (bool)
  6. battery.present = true (bool)
  7. info.product = 'Battery (BME-HAL)' (string)
  8. info.subsystem = 'unknown' (string)
  9. battery.is_rechargeable = true (bool)
  10. info.udi = '/org/freedesktop/Hal/devices/bme' (string)
  11. battery.charge_level.unit = 'bars' (string)
  12. battery.remaining_time = 3600 (0xe10) (int)
  13. battery.type = 'pda' (string)
  14. battery.charge_level.percentage = 50 (0x32) (int)
  15. battery.charge_level.design = 8 (0x8) (int)
  16. battery.charge_level.capacity_state = 'ok' (string)
  17. battery.rechargeable.is_discharging = true (bool)
  18. battery.charge_level.last_full = 8 (0x8) (int)
  19. battery.reporting.design = 1234 (0x4d2) (int)
  20. battery.reporting.last_full = 1077 (0x435) (int)
  21. battery.reporting.current = 629 (0x275) (int)
  22. battery.voltage.unit = 'mV' (string)
  23. battery.voltage.design = 4200 (0x1068) (int)
  24. info.category = 'battery' (string)
  25. battery.voltage.current = 3759 (0xeaf) (int)
  26. battery.remaining_time.calculate_per_time = false (bool)
  27. info.parent = '/org/freedesktop/Hal/devices/computer' (string)
  28. battery.charge_level.current = 5 (0x5) (int)
  29. battery.rechargeable.is_charging = false (bool)
  30. info.capabilities = { 'battery' } (string list)
  31. battery.reporting.unit = 'mAh' (string)
  32.  
  33. CSOC: 30 % RSOC: 30 %
  34. Average Current: 343 mA
  35. TTF: 65535 minutes TTE: 44 minutes
  36. NAC: 253 mAh CACD: 253 mAh CACT: 253 mAh
  37. SI: 19 mA STTE: 768 minutes
  38. MLI: 1028 mA MLTTE: 13 minutes
  39. AR: 0 mA ARTTE: 65535 minutes
  40. Last Measured Discharge: 846 mAh
  41. Cycle Count since Learning: 9 Total Cycle Count since last full reset: 400
  42. Reported Battery Voltage: 3756 mV
  43. Battery Gauge die Temperature: 43 C
  44. Flags: 0x04
  45. Charge:0 NOACT:0 IMIN:0 CI:0 CALIP:0 VDQ:1 EDV1:0 EDVF: 0
  46. eeprom data:
  47. ILMD=2056 EDVF=3000 EDV1=3248 ISLC=20
  48. DMF=14700 nanoVolt SD=201 thousandths of percent per day
  49. AGELMD=1 TAPER=102 mA
  50. IMLC=1028 mA
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement