Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Ok rooters. I need major help from you experts. I used the sholes updater to update and everything was working just fine no problem. tonight I updated to the 2.0.3 rom from the 2.0.2. Now I forgot to uncheck to keep my stock apps on my droid. Now I lost my built in email app and mp3 store app whick is what I actually care about. How do I get them back. Im not an expert on rooting thats why I used to sholes app. So explain it to me like Im a 4 year old kid how to get those apps back and put it back on my Droid without making things worst.
OK, I've done as the first post and it worked fine, I'm rooted thanks for posting it step by step, since I'm new to droid coming from a blackberry it was great help. Now I have one question, how do I set the speed the CPU speed to 800? I've downloaded the app setCPU and the max it gives me is 550mhz, i tried choosing autodetect under device selections and it didn't help me, could anyone tell me how to do it?
Thanks
Rooting on its own does not give you an O/C. It just grants you the access to do so.
The easiest way to O/C is download a custom ROM that has it built in, like Smoked Glass or Bugless Beast.
If you would like to O/C without a custom ROM the link below will give you great step by step instructions on how to do so. I would highly recommend backing up your phone first. Instructions on how to flash a recovery image and nandroid back ups can be found on this site as well.
Overclocking the Droid | Root Your Droid
thanks for the reply and help, I've been searching in the market for "smoked glass and bugless beast" but i can't find it, do i download this from somewhere else or I should search in the market using another name> Thanks again
hi bro...see u haven trouble? well let me suggest you use this guide:
Obtaining Root - Root Your Droid
it's Ubber easy and u'll be rooted in no time trust me.![]()
Click Start on your computer, and click run. Type cmd in the box, and hit ok. Now type the following, pressing Enter after each line:
cd c:\Android\tools
adb push su /data/local
adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
cd /system/bin
mv su osu
cat /data/local/su > su
chmod 6755 su
ls -l *su
(you should see the following)
-rwsr-sr-x root root 76200 2008-08-01 05:00 osu
-rwsr-sr-x root root 76200 2009-05-30 11:28 su
(now continue typing these following lines to finish)
sync
reboot
You're done!