The Following User Says Thank You to 412b For This Useful Post: | ||
|
2008-11-11
, 22:21
|
Posts: 250 |
Thanked: 300 times |
Joined on Sep 2007
|
#12
|
What do you mean by "same as liqbase"?
Governors and cpufreq are system-wide...
|
2008-11-11
, 22:33
|
|
Posts: 1,635 |
Thanked: 1,816 times |
Joined on Apr 2008
@ Manchester, England
|
#13
|
The Following User Says Thank You to lcuk For This Useful Post: | ||
|
2008-11-11
, 23:01
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#14
|
The Following User Says Thank You to allnameswereout For This Useful Post: | ||
|
2008-11-11
, 23:36
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#15
|
#!/bin/sh
qDesktop=/usr/share/applications/hildon-status-bar/hildon-status-bar-battery.desktop
12MandCheck=`cat $qDesktop | grep Mandatory`
if [ x$12MandCheck = xMandatory=true ]; then
sed -i 's/^Mandatory/#Mandatory/' $qDesktop
fi
The Following 2 Users Say Thank You to qwerty12 For This Useful Post: | ||
|
2008-11-12
, 03:27
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#16
|
|
2008-11-12
, 03:32
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#17
|
|
2008-11-12
, 04:34
|
|
Posts: 480 |
Thanked: 378 times |
Joined on Apr 2008
@ Chicago-ish
|
#18
|
The Following User Says Thank You to TrueJournals For This Useful Post: | ||
|
2008-11-12
, 04:40
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#19
|
Maybe go another step and change it to powersave when the battery gets low.
The Following User Says Thank You to GeneralAntilles For This Useful Post: | ||
|
2008-11-12
, 04:45
|
|
Posts: 480 |
Thanked: 378 times |
Joined on Apr 2008
@ Chicago-ish
|
#20
|
Governors and cpufreq are system-wide...