Droid X overclocking on Droid 2

bizzshow

Member
Joined
Dec 28, 2009
Messages
472
Reaction score
0
It won't work for the d2 Due to different memory parameters so the module has to be rebuilt for us. We have the same processor just slightly different kernel builds
 
OP
pc747

pc747

Regular Member
Rescue Squad
Joined
Dec 23, 2009
Messages
25,489
Reaction score
6,865
It won't work for the d2 Due to different memory parameters so the module has to be rebuilt for us. We have the same processor just slightly different kernel builds


thanks.....im interested in seeing how they build it for the d2.
 

robertnorton

New Member
Joined
Oct 13, 2010
Messages
11
Reaction score
0
d2 OC

so we might not have an overclocked kernel for a few days or week possibly:blackdroid:
 

robertnorton

New Member
Joined
Oct 13, 2010
Messages
11
Reaction score
0
d2 sucessfuly overclocked

droid 2 was just sucessfuly overclocked by WalC in fissionrom channel on irc does anyone have any knowledge of this and could someone please post a link for this or thread thank you. and o he even provided picturesdancedroid
 
OP
pc747

pc747

Regular Member
Rescue Squad
Joined
Dec 23, 2009
Messages
25,489
Reaction score
6,865
Thanks freewell on android forums

post_new.gif
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



icon1.gif
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
zip.gif
droid2_22_oc.zip (11.5 KB, 0 view
 
Last edited:
OP
pc747

pc747

Regular Member
Rescue Squad
Joined
Dec 23, 2009
Messages
25,489
Reaction score
6,865
It worked >>>>>>>>>>>>>>>
 
OP
pc747

pc747

Regular Member
Rescue Squad
Joined
Dec 23, 2009
Messages
25,489
Reaction score
6,865
no use root explorer its so much easier brb ima get the commands from android forums.
 
Top