View Single Post
James_Littler's Avatar
Posts: 820 | Thanked: 436 times | Joined on May 2010 @ Portsmouth, UK.
#4663
Originally Posted by Pyro1099 View Post
good good, remember if your phone is switched off it wil revert back to its normal settings, i suggest you save the code in a note on the phone for future use.

you can have it auto run the code at start but I suggest keeping it that way to save against having a infinite reboot loop.
Using titans kernel, if an unexpected reboot occurs, the default kernel is loaded. This is done as a precaution to stop reboot loops.

If you'd like ideal/lv, whatever to be loaded on startup all you have to do is open x-term, and type

Code:
root
Code:
kernel-config default <profileName>
so as an example I use LV oc'd to 250 - 1000, this is what I type to obtain this.
Code:
root
Code:
kernel-config load lv
Code:
kernel-config limits 250 1000
Code:
kernel-config save myconfig
Code:
kernel-config default myconfig
This loads the profile 'myconfig' at startup.
 

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