All credit goes to Elkay for the milestone overclock mod, Fab for posting it here and Hilbe for the setscaling.sh and figuring out where to put the commands and also his install-recovery.sh file
All on the computer If you already have overclocking set up and just want to make it survive through a reboot, skip to step 4
1. Download this file
Here
2. Unzip both files to your sdcard
3. In adb run
-adb shell
-su
-"mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system"
-"cp /sdcard/overclock.ko /system/lib/modules/"
-"cp /sdcard/overclock.sh /system/bin/"
-"chmod 644 /system/lib/modules/overclock.ko"
-"chmod 755 /system/bin/overclock.sh"
-"mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system"
4.Download this
file, unzip it and put it where your adb.exe is
In adb run
-"mount -o remount,rw -t yaffs2 /dev/mtd/mtdblock4 /system
-"adb push setscaling.sh /system/bin
-"chmod 755 /system/bin
5. Download this
file and unzip it
Place where your adb.exe is
6. In adb run
-"adb push install-recovery.sh /system/etc/install-recovery.sh"
-"mount -o ro,remount -t yaffs2 /dev/mtd/mtdblock4 /system
Through root explorer
After having done steps 1-4
1.Open up root explorer
2.Navigate to /etc/install-recovery.sh
3.Change system to R/W
4.Long press on the file
5.Scroll to the bottom and add
-"insmod /system/lib/modules/overclock.ko"
-"setscaling"
6.Press the back button and save changes
Done
There ya go, if you want to edit the parameters
I will add using root explorer soon