View Single Post
James_Littler's Avatar
Posts: 820 | Thanked: 436 times | Joined on May 2010 @ Portsmouth, UK.
#4739
You don't need the flasher to OC using Titans kernel.

Can I suggest that you read through the wiki on over clocking before you actually do anything, everything is explained in there.

If you have kernel for power users and kernel for power users settings installed and your phone has been rebooted, you can do the following in the terminal (provided you have rootsh installed) :
Code:
root
Code:
kernel-config load lv
You have now successfully overclocked your phone.

To make it permanent
Code:
kernel-config default lv
You can change the min/maximum frequencies by doing the following:
Code:
kernel-config limits 250 1000
Where 250 is the minimum frequency and 1000 is the maximum frequency.

To save this new config:
Code:
kernel-config save myconfig
Where myconfig is the name or path of the configuration file to be created

You can then make this the default by using the code above.

Have fun.

You might want to look at 'Transition Control' in the repos, it makes such a difference to the speed of the UI.