|
2010-05-10
, 16:12
|
|
Posts: 147 |
Thanked: 78 times |
Joined on Dec 2009
@ Netherlands
|
#3542
|
i read on a thread (i think it was the "saving battery, undervoltage kernels") that the developer of the starving itself stated that there is no guarantee for the starving kernel to work to all devices.
i am aware of it since i read it, but still want to try when its available.
unfortunately, no luck, im sticking with low voltages of titan.
thanks to titan
EDIT: i can chhoose to tweak the settings but i chose not to, i want the kernels the way they are when i installed them, and based on past my experience touching the pmconfig. by usig the ulv and ideal kernels @1ghz, my device has less time producing heat. and only up to 25°c (its a bit cold here, thats why its low) even if using game emus.
|
2010-05-10
, 16:27
|
Posts: 543 |
Thanked: 151 times |
Joined on Feb 2010
@ Germany
|
#3543
|
The Following User Says Thank You to Crogge For This Useful Post: | ||
|
2010-05-10
, 16:39
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#3544
|
this is excellent Can you please help me , how do i run the script ?
I copy paste all these commands on x-terminal? or there is something else i have to do?
|
2010-05-10
, 16:45
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#3545
|
This thread is slowly confusing me, so many different settings and firmware. Is there a kind of "safe starter package" somewhere? I follow it since a while now and everyone here got a different opinion about it.
The Following User Says Thank You to AlMehdi For This Useful Post: | ||
|
2010-05-10
, 16:57
|
Posts: 59 |
Thanked: 7 times |
Joined on Jan 2010
|
#3546
|
You copy it into a file.. and then "chmod +x" and den "./file.sh"
1. Make a directory if you haven't
mkdir /home/opt/scripts
2. Make file (need leafpad)
leafpad /home/opt/scripts/oc-safty.sh (paste into file and save)
3. make it executable
chmod +x /home/opt/scripts/oc-safty.sh
4. Run it.
cd /home/opt/scripts/
./oc-safty.sh
You could probably put it in init.d to make it run automatically every reboot. But am not sure exactly how to do that.
|
2010-05-10
, 17:33
|
Posts: 59 |
Thanked: 7 times |
Joined on Jan 2010
|
#3547
|
You copy it into a file.. and then "chmod +x" and den "./file.sh"
1. Make a directory if you haven't
mkdir /home/opt/scripts
2. Make file (need leafpad)
leafpad /home/opt/scripts/oc-safty.sh (paste into file and save)
3. make it executable
chmod +x /home/opt/scripts/oc-safty.sh
4. Run it.
cd /home/opt/scripts/
./oc-safty.sh
You could probably put it in init.d to make it run automatically every reboot. But am not sure exactly how to do that.
|
2010-05-10
, 17:50
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#3548
|
The Following User Says Thank You to geneven For This Useful Post: | ||
|
2010-05-10
, 17:55
|
Posts: 1,067 |
Thanked: 313 times |
Joined on Sep 2009
@ USA
|
#3549
|
FYI - I've updated my guide with reference to the latest kernel-power-settings 0.6 as per titan's above post.
I am now using tonism's starving profile and so far so good even at 1.1Ghz. =)
http://talk.maemo.org/showpost.php?p...&postcount=101
|
2010-05-10
, 18:10
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#3550
|
my friend i follow your instructions (to the end of the script i have also put the "done", but when i run the final step.
cd /home/opt/scripts/./oc-safty.sh
i take the message cd: i can not cd to /home/opt/scripts/./oc-safty.sh
|
I copy paste all these commands on x-terminal? or there is something else i have to do?