Thanks freewell on android forums
Today, 10:12 PM #
1 (
permalink)
FreeWELL
Junior Member
Join Date: Aug 2010
Posts: 52
Device(s):
Thanks: 0
Thanked 27 Times in 9 Posts
Droid 2 Overclock(Kernel Module+Instructions)
* Props to Super_Six_Two and WalCs for helping me get the memory address' and testing the module out for the D2*
Before continuing on please check out the following links, and learn from what the DX guys have discovered:
http://http://androidforums.com/droid-x-all-things-root/201920-droid-x-2-2-overclock-kernel-module-w-instructions.html
[How-To] Overclock your Droid X
[How-to] Overclock that survives a reboot
Here it is:
Milestone Overclock Module 1.2t (nadlabak's patch) w/ Memory Locations for Droid2 2.2 Added by FreeWELL
Credits:
Tiago Sousa aka Mirage: for The Milestone Overclock Project
nadlabak: for patching in Froyo/2.2 Support
FreeWELL: for finding DroidX 2.2 memory locations/module compilation
Notes:
I'm trying to keep this as close as possible to the way it was done on 2.1 for the Droid X. For me, 2.2 seems to need a little more voltage to be stable than it was under 2.1. I've included two versions of setscaling.sh to start from.
setscaling.sh is set to stock voltages/clock speed
setscaling100.sh is set to stock voltages w/100mhz bump accross the board to 400/700/900/1100 (This appears to be stable for me, and is the baseline for my testing/tuning)
Install Instructions
adb/terminal:
$ su
# cd /sdcard/extracted/droid2_22_oc (or wherever you extracted the files to)
# mount -o rw,remount -t ext3 /dev/block/mcblk1p21 /system
# cp overclock.ko /system/lib/modules/overclock.ko
# cp setscaling.sh /system/xbin/setscaling.sh
# chmod 644 /system/lib/modules/overclock.ko
# chmod 755 /system/xbin/setscaling.sh
<optional(only do after thoroughly testing what works for your DroidX in setscaling.sh)>
# cp install-recovery.sh /system/etc/install-recovery.sh
# chmod 755 /system/etc/install-recovery.sh
</optional>
# mount -o ro,remount -t ext3 /dev/block/mcblk1p21 /system
Run Instructions
adb/terminal:
$ su
# insmod /system/lib/modules/overclock.ko
# setscaling.sh
Attached Files
droid2_22_oc.zip (11.5 KB, 0 view