|
2011-05-17
, 13:57
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#602
|
|
2011-05-17
, 14:05
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#603
|
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 "blacklist 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-05-17
, 14:14
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#604
|
Final step :
Open a terminal as root, then do :
Reboot & enjoy !!!Code:echo "blacklist bq27x00_battery" >>/etc/modprobe.d/blacklist
For details, please read this thread from here : http://talk.maemo.org/showthread.php?t=71879&page=54
A++
The Following User Says Thank You to Flandry For This Useful Post: | ||
|
2011-05-17
, 14:24
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#605
|
I don't understand how this is going to help. The battery indicator is obviously not following the Nokia bme binary numbers and it's the battery indicator that suggests the battery is draining faster now. Could you please explain?
|
2011-05-17
, 14:28
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#606
|
|
2011-05-17
, 14:41
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#607
|
Sorry, i read those posts a few days ago and i read them again now and it still makes no sense in the context of what appears to be an increase in battery consumption. Or are you saying that the b27x00 driver causes the battery consumption to increase?
|
2011-05-17
, 15:08
|
Posts: 619 |
Thanked: 691 times |
Joined on Feb 2010
|
#608
|
|
2011-05-17
, 17:29
|
Posts: 458 |
Thanked: 783 times |
Joined on Jan 2010
@ France
|
#609
|
ironic how colin is now asking ppl to run commands on root to diagnose a problem after vi_* screwed a newb who asked for help for running commands he did not understand on root,
... its not only the newbs who are problematic around here...
ps - thanks colin for trying to geniuely help.
|
2011-05-17
, 18:42
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#610
|
The Following 3 Users Say Thank You to Mentalist Traceur For This Useful Post: | ||
Tags |
battery-status, bq27x00_battery, kernel, kernel-power, misiak4king, noobs-cant-read, pali4president, patches, readdirections, revolverspinyou |
Thread Tools | |
|
Last edited by colin.stephane; 2011-05-17 at 13:49.