what do you do if a rom doesnt have the sysrw command? there is a way to do it manually from terminal, right?
the kernel includes the sysro/sysrw commands
what do you do if a rom doesnt have the sysrw command? there is a way to do it manually from terminal, right?
first you dont enter ulv 1100, its ulv, 1000, 1100, or 1250...ulv is the same as the others it just stands for 900 (btw the speed wont take effect until after a reboot)
Interesting !!!
If you are running a CyanogenMod 7 already, doesn't that include a kernel too packaged with the CM ROM ?
Does one have the option of choosing a kernel other than the one pre-packaged with the bundled CM7 ROM?
So ran the primed script using terminal and I got the 20overclock script. How do I know what values to put to make it a higher min/max value? As of now my SETCPU says 900 max. How would I make it 1100?
Sent from my CushZero using Tapatalk
do this instead in terminal
su
sysrw
cp /system/bin/1100 /etc/init.d/20overclock
sh /etc/init.d/20overclock
sysro
I have compcache enabled at 18% on my rom. But when i run "compcache restart" in terminal it says "zram not found" and i looked at system/lib/modules and it seems there is no ramzwap.ko anywhere. :blink:
Thank You
If i want to clock it up to 1250 all i have to do is put the same lines in terminal and replace "cp /system/bin/1100" 1100 with 1250. Correct?
And is it standard voltage?
yeah, prime forgot the compcache module in the last release, try typing in zswap in terminal...i think that enables some type of swap somewhere?
yup, and its between ultra low voltage and low voltage, btw usually my phone can run well at 1250 but i edited the 20overclock file because my phone didnt like it on this kernel and gets a bit warm at 1250 on the ics rom, all i did was change the value near the end to 1200 instead of 1250 with root explorer and text editor, i would suggest this if you notice any issues (only real difference between 1200 and 1250 is benchmarks)
-btw just an extra little bit of info, ramzswap.ko isnt the only compcache module available in kernels, some have zram.ko instead
Thanks for quick reply. So basically you just subtracted a few numbers off the vsel values?
And yeah I noticed that the system/lib/modules didn't have zram.ko or ramzwap.ko so i guess ill try to run "zwap" in terminal and see what happens. Otherwise, might as well turn off compcache.
i lowered the top speed from 1250 to 1200...lower vsels would make things worse lol
suOh, do you think you can explain how you did that? I tried to make it 1250 and i bootlooped. There doesn't seem to be a 1200 file in system/bin
su
sysrw
cp /system/bin/1250 /etc/init.d/20overclock
sysro
then use root explorer to go to /etc/init.d/20overclock, long press, open in text editor and change this line
echo "1250000" > /proc/overclock/max_rate
to
echo "1200000" > /proc/overclock/max_rate
save and run sh /etc/init.d/20overclock in terminal
(should look like this)
View attachment 45877
if that doesnt work try changing these
echo "80" > /proc/overclock/max_vsel
echo "1250000" > /proc/overclock/max_rate
to
echo "78" > /proc/overclock/max_vsel
echo "1150000" > /proc/overclock/max_rate
(should look like this)
View attachment 45878