![]() |
2011-07-13
, 15:56
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#2
|
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?
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
![]() |
2011-07-13
, 16:08
|
|
Posts: 251 |
Thanked: 90 times |
Joined on Nov 2009
@ Earth, Milky-way Galaxy
|
#3
|
I think you use power-kernel v47, if so, here is the fix :
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++
![]() |
2011-07-13
, 16:09
|
Posts: 26 |
Thanked: 2 times |
Joined on Dec 2010
|
#4
|
how to apply it, kindly tel us...
![]() |
2011-07-13
, 16:33
|
Posts: 26 |
Thanked: 2 times |
Joined on Dec 2010
|
#5
|
![]() |
2011-07-13
, 18:04
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#6
|
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...
![]() |
2011-07-13
, 18:08
|
|
Posts: 1,444 |
Thanked: 461 times |
Joined on Dec 2010
@ pakistan
|
#7
|
![]() |
2011-07-13
, 18:12
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#8
|
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"%"}'
![]() |
2011-07-13
, 18:26
|
Posts: 26 |
Thanked: 2 times |
Joined on Dec 2010
|
#9
|
root@Nokia-N900 ~ # lshal -u /org/freedesktop/Hal/devices/computer_power_supplybattery_bq27200_0 | grep battery.charge_level.percentage | awk '{print "Batteryreported by driver b27x00_battery : "$3"%"}' ; lshal -u /org/freedesktop/Hal/deices/bme | grep battery.charge_level.percentage | awk '{print "Battery reportedby Nokia bme binary : "$3"%"}'
Battery reported by Nokia bme binary : 100%
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?