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 2 tweaks to fix minor nuisance

pc747

Regular Member
Rescue Squad
Methods with a superuser skull beside it requires superuser permissions (root)

I am going to use this thread to discuss any minor issues you have with android o.s and see if we can come up with some fixes. Some fixes have been discussed but may be buried some where else.

One issue that does plague android devices is the call delay. Fabulous from android forums posted a fix and I modified what he posted to something easier.


qba86-1.png
rom a terminal window:

adb pull /system/build.prop build.prop

Open the build.prop file with notepad or wordpad w/e

Find the following line:

ro.telephony.call_ring.delay=3000

Change 3000 to 1, or delete the line entirely, save the file

Then, back in the terminal:

adb shell mount -o remount,rw /dev/mtd/mtdblock4 /system

adb push build.prop /system/



easier method is to mount in root exploer, open build prop in text editor, change to 1, then save.
 
Some of what I am saying devs like jrummy have tools on the market that makes these tweaks quick and easy.
 
Back
Top