![]() |
Battery charge always 0%
Hello,
when i turn on my N900 ith any kind of battery it shows me in the statusbar a charge of 0% - even when the battery is fully charged. When i connect a charger it will show a green led too... Anybody a idea what's wrong? |
Re: Battery charge always 0%
Quote:
Code:
clear && ID=$(id -un) ; if [ ${ID} != "root" ] ; then echo "You are not 'root', please use this command line as 'root' ..." ; else echo "Ok, you are 'root' ..." ; if grep -q "bq27x00_battery" /etc/modprobe.d/blacklist 2>/dev/null ; then echo "Patch already applyed, nothing to be done ..." ; echo "" ; else echo "Applying patch now ..." ; echo "blacklist bq27x00_battery" >>/etc/modprobe.d/blacklist ; echo "" ; echo "DONE, PLEASE REBOOT YOUR DEVICE ..." ; echo "" ; fi ; fi Apply it and things gona work like expected after that ... A++ |
Re: Battery charge always 0%
Quote:
|
Re: Battery charge always 0%
Patch applied. Finally after a reboot still the same problem.
Quote:
|
Re: Battery charge always 0%
2 Attachment(s)
Just a quick information: BatteryGraph shows me correct charge of 94%... It's just the status panel which gives wrong information... See attached screenshots...
Strange... |
Re: Battery charge always 0%
Quote:
A++ |
Re: Battery charge always 0%
have you rebooted the device ?
as most of these sorta errors recover after rebooting. |
Re: Battery charge always 0%
Also, just to be sure, what does this output ? :
Code:
lshal -u /org/freedesktop/Hal/devices/computer_power_supply_battery_bq27200_0 | grep battery.charge_level.percentage | awk '{print "Battery reported by driver b27x00_battery : "$3"%"}' ; lshal -u /org/freedesktop/Hal/devices/bme | grep battery.charge_level.percentage | awk '{print "Battery reported by Nokia bme binary : "$3"%"}' |
Re: Battery charge always 0%
Here you go:
Quote:
|
Re: Battery charge always 0%
Quote:
Seem, the status panel have a bug ... Why ? I don't really know ... Have you checked another reboot to see if that fix your problem, like 'eefo' suggested ? A++ |
All times are GMT. The time now is 12:10. |
vBulletin® Version 3.8.8