Tags
|
cooking on gas, cortex-a8, faster, first to fry it wins!, hardware, its smoking, n900, need for speed, need for weed, nos, omap, omap3, omap3430, overclock, overclocking, soc, system-on-a-chip, the dogs, this thread got good!, vtec just kicked in y0!, warranty will be void, whooplah, zoom zoom |
All times are GMT. The time now is 20:53.
/Load the default settings
kernel-config load default
/set freq limits
kernel-config limits 250 1150
/save as config file, were "maxfreq" can be any name you want to name /your profile as
kernel-config save maxfreq
Now, as you use freq above 900 MHz, smartreflex cannot be used to automatically adjust your CPU voltage on the fly. (not designed for)
So, you have to open your favorite text editor and edit /home/user/.kernel/yourconfigfile
Set the SMARTREFLEX_VDD1 and SMARTREFLEX_VDD2 to 0
and save.
Now, each time you want, you can easily use:
kernel-config load maxfreq
to load your 1150 profile
Last step, if you want those settings to be applied anytime, you have to set your profile as default:
kernel-config default maxfreq
Voila, keep in mind that the phone was not designed to run at this speed so, as you may already know, use this at your own risk!
Last thing, if you are runnning speed or battery patch, you should remove them. May require a full flash of the device.
Hope it helped