Hello,
I would like to overclock to 800 MHz but keep the stock "theme". If anyone has instructions on how to do that, that would be much appreciated.
Thank you.
This is a discussion on Overclocking, but no new ROM within the Droid Hacks forums, part of the Droid Hacking category; Hello, I would like to overclock to 800 MHz but keep the stock "theme". If anyone has instructions on how to do that, that would ...
Hello,
I would like to overclock to 800 MHz but keep the stock "theme". If anyone has instructions on how to do that, that would be much appreciated.
Thank you.
Use the new app that root's your phone and installs the sholes rom, you will have the choice of the normal "home" or the "Home launcher" which has the five screens and the new look. With that said, once you use the new one you won't want the old one anymore.
What you want to do is flash just the kernel. Find one that you like, put it on the phone, and run flash_image from the recovery console (via ADB shell).
You just need to flash the 800mhz overclock kernel. This requires you to root the phone and put the flash_img in system/bin and as always, you need to create a nandroid backup. If all that sounds unfamiliar, you can download DroidRootHelper from the market and it will do everything for you (other than rooting the phone).
Here's the kernels to OC w/o changing anything else:
AllDroid - View topic - Droid is stable at 800MHz. Nuff said *950MHz, 1.1GHz added*
You are right to be wary. There is much bullcrap. Be wary of me too, because I may be wrong. Make up your own mind after you evaluate all the evidence and the logic. - Mark Rippetoe
Easiest way imo is to get sprecovery up and running create a backup useing sprecovery then download the nandroid backup version of the 800mhz kernal.
Then open ur nandroid backup folder useing ur prefered file brrowser and delete the boot.img and place the one u downloaded in there to replace the one u deleted.
Now boot to sprecovery now do a advanced recovery select the backup u put the 800mhz boot.img in and then only select boot to restore click perform restore takes like 2 seconds then reboot and install setcpu ofcourse.
Any chance of an app like Sholes just released for simply applying the overclock?
What's the best code for copying the flash_image file into the /system/bin without using DRH?
Reddit: TheRealBigLou
Unlikely, given how much easier it is for people to just apply an entire ROM.
What people generally don't get is that "overclock" isn't a standalone item that can be "applied". It is a replacement kernel. Same with WiFi tethering.
Hypothetically, you could make ROMs that *ONLY* change out the kernel. If you made enough of these different kernel ROMs, you could make an app that gave people the option of which one to install (without installing/modifying other things). But really, all the app would be doing is downloading a somekernel.rom.tgz file and dropping it onto your SD card for you.
Cool CM Tricks
custom_backup_list.txt - make a list of files in /system that will survive a nightly install (ringtones, notifications, system apps, wallpapers, whatever)
in Terminal Emulator, set this as your shell command: "/system/xbin/su -c /system/xbin/bash". You get all the features of bash, root access, and you can still use the initial command field for whatever you want (default is adding /data/local/bin to your path)