![]() |
2009-12-20
, 11:59
|
Posts: 11 |
Thanked: 0 times |
Joined on Dec 2009
@ Toronto, Canada
|
#11
|
![]() |
2009-12-20
, 12:00
|
Posts: 36 |
Thanked: 3 times |
Joined on Oct 2009
|
#12
|
![]() |
2009-12-20
, 15:28
|
Posts: 5 |
Thanked: 0 times |
Joined on Nov 2009
@ Austria
|
#13
|
![]() |
2009-12-20
, 16:23
|
Posts: 377 |
Thanked: 97 times |
Joined on Dec 2009
@ US
|
#14
|
![]() |
2009-12-20
, 17:03
|
Posts: 110 |
Thanked: 32 times |
Joined on Dec 2009
@ Moon
|
#15
|
![]() |
2009-12-20
, 17:04
|
Posts: 110 |
Thanked: 32 times |
Joined on Dec 2009
@ Moon
|
#16
|
![]() |
2009-12-21
, 14:12
|
|
Posts: 365 |
Thanked: 98 times |
Joined on Nov 2009
|
#17
|
I tried and got as follows...
~ $ lshal|grep charge
battery.charge_level.capacity_state = 'ok' (string)
battery.charge_level.current = 6 (0x6) (int)
battery.charge_level.design = 8 (0x8) (int)
battery.charge_level.last_full = 0 (0x0) (int)
battery.charge_level.percentage = 64 (0x40) (int)
battery.charge_level.unit = 'bars' (string)
battery.is_rechargeable = true (bool)
battery.rechargeable.is_charging = false (bool)
battery.rechargeable.is_discharging = true (bool)
maemo.charger.connection_status = 'disconnected' (string)
maemo.charger.type = 'none' (string)
maemo.rechargeable.charging_status = 'off' (string)
~ $
~ $ lshal|grep battery
battery.charge_level.capacity_state = 'ok' (string)
battery.charge_level.current = 6 (0x6) (int)
battery.charge_level.design = 8 (0x8) (int)
battery.charge_level.last_full = 0 (0x0) (int)
battery.charge_level.percentage = 64 (0x40) (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 = 10800 (0x2a30) (int)
battery.remaining_time.calculate_per_time = false (bool)
battery.reporting.current = 810 (0x32a) (int)
battery.reporting.design = 1256 (0x4e8) (int)
battery.reporting.last_full = 0 (0x0) (int)
battery.reporting.unit = 'mAh' (string)
battery.type = 'pda' (string)
battery.voltage.current = 3856 (0xf10) (int)
battery.voltage.design = 4200 (0x1068) (int)
battery.voltage.unit = 'mV' (string)
info.capabilities = {'battery'} (string list)
info.category = 'battery' (string)
![]() |
2009-12-22
, 07:21
|
Posts: 258 |
Thanked: 144 times |
Joined on Oct 2009
@ Edinburgh
|
#18
|
cany any one explain wht phone says fully charged but above commnd says 89%
![]() |
2010-01-04
, 07:17
|
Posts: 11 |
Thanked: 0 times |
Joined on Dec 2009
@ Toronto, Canada
|
#19
|
This looks pretty decent. Although it would appear you took these readings while it's not charging. (Via USB either?)
I've been having a problem lately where the phone will not charge off of USB even though it says it will. My strings are different, in the following ways however:
battery.charge_level.current = 5 (0x6) (int)
battery.rechargeable.is_charging = true (bool)
battery.rechargeable.is_discharging = false (bool)
maemo.charger.connection_status = 'connected' (string)
maemo.charger.type = '100mA' (string)
maemo.rechargeable.charging_status = 'on' (string)
Before it use to charge through USB, and now it's not.
A little more info for anyone with suggestions:
I'm running the USB cable through a Belkin powered USB hub, which is then connected to the back of a DGL-4500 using Shareport. For connectivity shareport works (If it doesn't a router reboot and it does, this is a known problem with dlinks shareport routers...) The current however should be independent of the shareport functionality, as it's should be getting power from the hub itself.
I've tried to disable all radios, and I'll check in a little while if I am getting any positive gains.
About your charger, doesn't seem like the phone is recognizing it, or you ran the grep charge with it not plugged in. In either case, seems like your charger may be hosed.
Do you get a charge from via the USB Cable?
2d
![]() |
2010-01-04
, 07:36
|
Posts: 57 |
Thanked: 5 times |
Joined on Jan 2010
|
#20
|