Reply
Thread Tools
Posts: 11 | Thanked: 0 times | Joined on Dec 2009 @ Toronto, Canada
#1
I cant charge the phone through the wall charger...It only starts to charge when the phone is turned off....doesnt do anything while the device is turned on....any help
 
Posts: 304 | Thanked: 160 times | Joined on Jul 2008
#2
Are you sure you are not seeing the small battery icon charge? There is no LED light while the phone is on, only when the phone is off.
 
Posts: 251 | Thanked: 75 times | Joined on Oct 2009 @ Finland, Vaasa
#3
Originally Posted by bsving View Post
Are you sure you are not seeing the small battery icon charge? There is no LED light while the phone is on, only when the phone is off.
You see the same blinking orange red also when the phone is on, but only if screen doesnt have lights on or its locked
 
Posts: 11 | Thanked: 0 times | Joined on Dec 2009 @ Toronto, Canada
#4
nope the battery icon is not moving at all....I had it plugged in and the battery level decreased instead of it charging....confirmed it via x terminal....thorugh the lshal grep...
 
Posts: 304 | Thanked: 160 times | Joined on Jul 2008
#5
Originally Posted by mele View Post
You see the same blinking orange red also when the phone is on, but only if screen doesnt have lights on or its locked
Yes correct, screen is on/off
 
Posts: 32 | Thanked: 7 times | Joined on Dec 2009 @ Netherlands
#6
Try http://talk.maemo.org/showthread.php?t=35132&page=4 ?
Posted it in the last thread you made about this too
 
horus's Avatar
Posts: 190 | Thanked: 101 times | Joined on Oct 2009
#7
Shan could you try something like;
Code:
lshal|grep charge
and
Code:
lshal|grep battery
and tell us the outputs. I'd like to compare them to a working unit and see if the booleans are equivalent.
 
Posts: 258 | Thanked: 144 times | Joined on Oct 2009 @ Edinburgh
#8
cany any one explain wht phone says fully charged but above commnd says 89%
 
Posts: 304 | Thanked: 160 times | Joined on Jul 2008
#9
Originally Posted by cgarvie View Post
cany any one explain wht phone says fully charged but above commnd says 89%
Some form of digital schizofrenia ??
 
Posts: 11 | Thanked: 0 times | Joined on Dec 2009 @ Toronto, Canada
#10
Originally Posted by horus View Post
Shan could you try something like;
Code:
lshal|grep charge
and
Code:
lshal|grep battery
and tell us the outputs. I'd like to compare them to a working unit and see if the booleans are equivalent.
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)
 
Reply


 
Forum Jump


All times are GMT. The time now is 18:48.