You need to manually enable overclocking :
su
insmod /system/lib/modules/overclock.ko
setscaling.sh
Sent from my DROIDX using Tapatalk
su
insmod /system/lib/modules/overclock.ko
setscaling.sh
I am trying to test the overclock shell script.
I first did:
su
overclock -off
reboot
This, I understand, will disable overclocking at boot time.
I then went back to terminal emulation and typed:
su
cpuinfo
maximum frequency applied: 1000000
maximum frequency available: 1000000
minimum frequency applied: 300000
minimum frequency available: 300000
I then typed:
overclock -oc * in the same terminal
I got back the:
"Blazing at 400/700/900/1300"
but when i typed:
cpuinfo
It gives me the same results as before i typed "overclock -oc"
What am I doing wrong?
Sent from my DROIDX using Tapatalk