It is 600 not 800. Stock
sent from a rogue droid
This is corect, its 600 on boot. I did not edit the boot I'm to oc on boot.
Sent from my Droid
It is 600 not 800. Stock
sent from a rogue droid
He said blue is the underclocked but when you boot it's grey? So, isn't gray the 600 and blue the 800?
It doesn't do it stock, but you can easily get it to do it at boot up. Just edit the 99complete file located in "/system/etc/init.d/" and include the following lines for the value you wish to change at startup.
To change your CPU maximum:
echo "xxxxxxx" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
To change you CPU minimum:
echo "xxxxxxx" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
To change your scaling governor:
echo "yyyyyy" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
Change the x's to be you max:
800000 = 800Mhz
900000 = 900Mhz
1000000 = 1Ghz
1100000 = 1.1Ghz
1200000 = 1.2Ghz
Change the y's to be whatever governor you wish to use (such as interactive). The default is ondemand, so if you don't include that line, that's what the governor will be.
M1 you can use this script to oc:
It doesn't do it stock, but you can easily get it to do it at boot up. Just edit the 99complete file located in "/system/etc/init.d/" and include the following lines for the value you wish to change at startup.
To change your CPU maximum:
echo "xxxxxxx" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
To change you CPU minimum:
echo "xxxxxxx" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
To change your scaling governor:
echo "yyyyyy" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
Change the x's to be you max:
800000 = 800Mhz
900000 = 900Mhz
1000000 = 1Ghz
1100000 = 1.1Ghz
1200000 = 1.2Ghz
Change the y's to be whatever governor you wish to use (such as interactive). The default is ondemand, so if you don't include that line, that's what the governor will be.
I ported most of the milestone rom over to the droid. Meaning I did not do a complete port of the libs and etc. I ported most of them though. The same problems occur even with MIUI's new motorola framework patch. It's the first official release from them so we'll see about doing a full system port. I am very busy today and tomorrow morning so I will not be doing any more hands on work. I'm available for testers that want to try on their own.
I didn't upload the file before I came to work so whoever does test it needs to know how to port the apks, which is the easy part. Pretty much any of us can do that with a little bit of knowledge.
I ported most of the milestone rom over to the droid. Meaning I did not do a complete port of the libs and etc. I ported most of them though. The same problems occur even with MIUI's new motorola framework patch. It's the first official release from them so we'll see about doing a full system port. I am very busy today and tomorrow morning so I will not be doing any more hands on work. I'm available for testers that want to try on their own.
I didn't upload the file before I came to work so whoever does test it needs to know how to port the apks, which is the easy part. Pretty much any of us can do that with a little bit of knowledge.