[KERNEL] Kernel (deprimed_test) - Break It If You Can

@prime awesome kernel man. Lovin it

Sent from my Droid using DroidForums App
 
Download Milestone Overclock from the market, load module, slide to 1200mhz, enjoy.
 
I'm actually running Milestone Overclock, clicking load module, closing MSOC, then running this LV script of mine:

Code:
 echo "76" > /proc/overclock/max_vsel
echo "1200000" > /proc/overclock/max_rate

echo "6 200000" > /proc/overclock/freq_table
echo "1 200000000 20" > /proc/overclock/mpu_opps

echo "5 400000" > /proc/overclock/freq_table
echo "2 400000000 30" > /proc/overclock/mpu_opps

echo "4 600000" > /proc/overclock/freq_table
echo "3 600000000 40" > /proc/overclock/mpu_opps

echo "3 800000" > /proc/overclock/freq_table
echo "4 800000000 46" > /proc/overclock/mpu_opps

echo "2 1000000" > /proc/overclock/freq_table
echo "5 1000000000 58" > /proc/overclock/mpu_opps

echo "1 1100000" > /proc/overclock/freq_table
echo "6 1100000000 63" > /proc/overclock/mpu_opps
 
I'm actually running Milestone Overclock, clicking load module, closing MSOC, then running this LV script of mine:

Code:
 echo "76" > /proc/overclock/max_vsel
echo "1200000" > /proc/overclock/max_rate

echo "6 200000" > /proc/overclock/freq_table
echo "1 200000000 20" > /proc/overclock/mpu_opps

echo "5 400000" > /proc/overclock/freq_table
echo "2 400000000 30" > /proc/overclock/mpu_opps

echo "4 600000" > /proc/overclock/freq_table
echo "3 600000000 40" > /proc/overclock/mpu_opps

echo "3 800000" > /proc/overclock/freq_table
echo "4 800000000 46" > /proc/overclock/mpu_opps

echo "2 1000000" > /proc/overclock/freq_table
echo "5 1000000000 58" > /proc/overclock/mpu_opps

echo "1 1100000" > /proc/overclock/freq_table
echo "6 1100000000 63" > /proc/overclock/mpu_opps

You type all of that in? Where, terminal?

Sent from my Droid using DroidForums App
 
Is there a specific MSOC to use. I keep getting a message failed to load module

Sent from my Droid using DroidForums App
 
Download Milestone Overclock from the market, load module, slide to 1200mhz, enjoy.
I'm actually running Milestone Overclock, clicking load module, closing MSOC, then running this LV script of mine:...

Howdy Prime. Are you running the Market Milestone Overclock app or your modified version?

I'm running the de-primed kernel, which is execellent, as usual.

Thanks.
 
Neither Prime's modified MSOC or the stock market one will work for me, both fail to load module

Howdy Prime. Are you running the Market Milestone Overclock app or your modified version?

I'm running the de-primed kernel, which is execellent, as usual.

Thanks.
 
Milestone Overclock for deprimed test: http://bit.ly/dpoverclock

Updated OP to include link also.


The script above can be ran with Gscript Lite or my personal favorite Scripter.

But I would raise the vsel values by about 3/5 on each slot, it's sort of UULV and can cause a reboot. You save the script above with raised vsel values, load deprimed version of Milestone Overclock, click "load module" and close MSOC, run the script with gscript or scripter, enjoy your device being faster than most any 1ghz android device...
 
Last edited:
Awesome job Prime. I loaded up the slots/vsels that have been working with reprimed and my phone is crazy fast.

weird thing though, my sd-ext is mounted as read-only now. I can't get the old swap script to work. Would adding a "mount /sd-ext r/w" line to the script make it work?
 
Awesome job Prime. I loaded up the slots/vsels that have been working with reprimed and my phone is crazy fast.

weird thing though, my sd-ext is mounted as read-only now. I can't get the old swap script to work. Would adding a "mount /sd-ext r/w" line to the script would work?

It has to be coincidence, reboot and try again.
 
still no-go. I get:

dd: can't open '/sd-ext/swap.swp' : read only file system

and then a few more errors coming from that.


edit:

Works fine if I use /sdcard/ instead of /sd-ext/. I'd rather use my sd-ext though
 
Last edited:
Back
Top