maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   Charger!!!! (https://talk.maemo.org/showthread.php?t=37841)

shan 2009-12-20 09:14

Charger!!!!
 
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:confused:

bsving 2009-12-20 09:16

Re: Charger!!!!
 
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.

mele 2009-12-20 09:21

Re: Charger!!!!
 
Quote:

Originally Posted by bsving (Post 435135)
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

shan 2009-12-20 09:22

Re: Charger!!!!
 
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...

bsving 2009-12-20 09:24

Re: Charger!!!!
 
Quote:

Originally Posted by mele (Post 435137)
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 :)

Apox 2009-12-20 10:34

Re: Charger!!!!
 
Try http://talk.maemo.org/showthread.php?t=35132&page=4 ?
Posted it in the last thread you made about this too :)

horus 2009-12-20 11:02

Re: Charger!!!!
 
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.

cgarvie 2009-12-20 11:20

Re: Charger!!!!
 
cany any one explain wht phone says fully charged but above commnd says 89%

bsving 2009-12-20 11:23

Re: Charger!!!!
 
Quote:

Originally Posted by cgarvie (Post 435192)
cany any one explain wht phone says fully charged but above commnd says 89%

Some form of digital schizofrenia ?? :D

shan 2009-12-20 11:54

Re: Charger!!!!
 
Quote:

Originally Posted by horus (Post 435186)
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)


All times are GMT. The time now is 00:52.

vBulletin® Version 3.8.8