The cpu control module is already there. All I did was find the script & put it in the init.d folder & give it all permissions. The first line has to direct to wherever you have busybox installed& you can tweak the voltages/frequencies by editing the script.
Sent from my DROID RAZR using Tapatalk 2
There is no need to add another script to init.d to overclock. The "
90modules" script in init.d already does this. The problem is the "
99test" script (also in init.d) runs later in the boot sequence and resets the cpu frequency table back to stock specs.
The "99test" script does nothing but write the word "done" to a temp file. It is used as a test to make sure init.d is working properly on initial setup. For whatever reason, the Devs decided to use this script to reset the freq table back to stock. Long story short, If you want to overclock you can simply edit or delete /etc/init.d/99test . If you choose to edit the file, keep the first and last two lines of the script and delete everything else. Save and reboot. This will set the set the frequency table to 300MHz, 500MHz, 750MHz, 1000MHz and 1350MHz.
The only caveat is that not everyone's device responds well to being overclocked to 1350 MHz. You may also have to edit the "90modules" script and change the line "echo 4 1350 1410 > /proc/cpu_control/tweak_cpu" to something like "echo 4 1325 1405 > /proc/cpu_control/tweak_cpu", or "echo 4 1300 1400 > /proc/cpu_control/tweak_cpu".
HTH