View Single Post
Posts: 101 | Thanked: 30 times | Joined on Jul 2010
#929
Originally Posted by stalker View Post
nice work nitdroid team... i managed to boot in maemo with power kernel 40, but i dont know how to overclock my phone, whenever i tried to type this commands on xterminal kernel-config show or kernel-config limits 250 850 it says that sh: kernel-config not found.., any hints how to set my processor speed to 250-850? thanks
If you want to enable overclock in titan's power40:

download kernel-power-settings_0.11_armel.deb and copy the file to /home/user/MyDocs/tmp (please note if the tmp dir doesnt exist you will need to create it).

Open xterminal and as root:

cd /home/user/MyDocs/tmp
dpkg-deb -x kernel-power-settings_0.11_armel.deb /home/user/MyDocs/tmp

Now you should see in that directory two new dirs. One will be called usr and one called etc

You now need to copy those two folders into the system in "/" (not in "/root" !)

I use OpenSSH Server to do this (is simple )

If program ask you to overwrite file click yes to all.

Once you have done this the last step is to change the perms on the two binaries.

Open xterminal and as root:

chmod +x /usr/sbin/kernel-*

That's all !

Now keep in mind this means you wont get update notifications about kernel-power etc as you are essentially just copying files and not installing the package itself.
 

The Following User Says Thank You to gft2k1 For This Useful Post: