What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Droid X successfully overclocked

Status
Not open for further replies.
These lower voltages aren't stable. They appear to be for a while but when you tax things a but the random reboot occurs. That said, I'm running 1100@34 and the reboots aren't occurring enough to stop.

Sent from my DROIDX using Tapatalk
 
I can't wait for flashing kernels and an all in one root package. I rooted yesterday and don't feel very confident using cmd prompts to overclock or for any of the other root stuff. All though I've rooted all 3 of my droid phones without a computer (x, d1, eris) but the d1 I used the computer to install the 2.0.1sbf. Anyone wanna help me get my x overclocked? Reason I don't use a computer is I have no internet.
 
I've had little to no success with overclocking to 1.2ghz. Either it becomes incredibly unstable, freezes, or just reboots. I've tried various vsel settings, but I can't get anything that feels stable. I'm not defeated just yet, going to keep playing with it.
 
I can't wait for flashing kernels and an all in one root package. I rooted yesterday and don't feel very confident using cmd prompts to overclock or for any of the other root stuff. All though I've rooted all 3 of my droid phones without a computer (x, d1, eris) but the d1 I used the computer to install the 2.0.1sbf. Anyone wanna help me get my x overclocked? Reason I don't use a computer is I have no internet.

I'd love to help. Do you have the android-sdk? or do you wish to use only the phone? either way. after you download the two files and extract both to root of sdcard:
EDIT [The two files:
http://www.droidforums.net/forum/at...93-droid-x-successfully-overclocked-dx-oc.zip
]
(in Terminal Emulator or an 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

After this you need to go into the directories and change the permission" (atleast i did)

cd /system/lib/modules
chmod 644 overclock.ko
cd ../../bin
chmod 755 overclock.sh

and your done! I keep mine at this and it seems to work
overclock.sh 1170000 66
remember to redo it/get rid of it you have to:
busybox rmmod overclock

Hope i helped
 
Last edited:
Working on official support in Milestone Overclock app

Hi all,

I'm the developer of Milestone Overclock on which the overclock.ko you're using is based.

First of all I'd like to thank Elkay for his successful hack in porting the original overclock module over to Droid X. Also everyone's testing is very helpful in determining safe values to use. I'd like to incorporate this module into the Milestone Overclock app (I should really rename it by now...). There is an open ticket regarding this on the project's site, your feedback is most welcome:

Issue 36 - milestone-overclock - Modify Source to Support Droid X. - Project Hosting on Google Code

It would be very helpful if someone would reboot the phone, load the module through the app and type in Terminal Emulator / adb shell the following command (and then put the result here or screenshot it):

cat /proc/overclock/*

Thanks
Tiago Sousa aka mirage
 
Last edited:
I've used overclok.ko and setscaling.sh to undervolt my droid x, following the suggestions over on droidforums. Is there a way to see the current voltage? I couldn't find it looking through setcpu - is there a terminal command i can run? Thanks for your help!

Sent from my DROIDX
 
I've used overclok.ko and setscaling.sh to undervolt my droid x, following the suggestions over on droidforums. Is there a way to see the current voltage? I couldn't find it looking through setcpu - is there a terminal command i can run? Thanks for your help!

Sent from my DROIDX

yes. theres a command. type

#cat /proc/overclock/mpu_opps
 
Thanks, I actually figured that looking at mpu_opps would give me the values right after I posted.

On another note, I think an important point to talk about here is the possibility of keeping stock cpu frequency and undervolting to save battery. There's a thread over on DroidXForums about undervolting to 34 vsel while keeping the cpu at stock 1 GHz. This vsel value works great for me, and my battery usage has dropped dramatically. I can link to the thread if you want.

Sent from my DROIDX
 
I have been running with the following for four days without any issues, reboots, etc:

300 / 28
600 / 34
900 / 45
114 / 60

I use Touiteur - I found a quick way to determine if I would have any issues would be to open it up and swipe hard up and down so that it had to download new tweets/update and go up to several days backwards. Most of the time it would just crash and restart - that would indicate the voltage settings were bad right from the start. Not scientific - but, if it didn't crash I would give the settings a chance.

With the above settings I can run Pandora, browse the net, open up ChompSMS, etc without any issues.

Battery life is MUCH improved. Watching SetCPU it almost always jumps down to 300 / 28 when the device is inactive. Also, it seems to charge faster.
 
you guys think the reason that your having trouble getting a decent OC on this newer chip might be a bottleneck like the RAM.

if this 1000Mhz version of the 3630 has the RAM linked to the same ratio as the normal 720Mhz 3630 does then the RAM would get pushed higher than normal as well.

maybe that was why people get such a high OC on the OG Droid. because the RAM in the OG Droid was running much slower and had more headroom?

plus if im not mistaken the RAM is shared by the GPU as well, which might play a cause for some of the instability at higher RAM speeds.

just a theory...
 
you guys think the reason that your having trouble getting a decent OC on this newer chip might.....cause for some of the instability at higher RAM speeds.

just a theory...

I don't know a lot about overclocking but what i was thinking was your theory may be not far off. I was thinking the kernel is setup with the settings related to your theory but if and when we can load custom kernels. Developer will be able to tweak the kernel so the relationship between ram, cpu and gpu wont be a problem and hopefully we will be able to achieve 1.5ghz or higher
 
So do these phone platforms work like normal computers where all the resultant cpu/men frequncies are controlled by a host clock and multipliers/dividers?
 
Status
Not open for further replies.
Back
Top