Droid 2 tweaks to fix minor nuisance

pc747

Regular Member
Rescue Squad
Joined
Dec 23, 2009
Messages
25,489
Reaction score
6,865
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.
 
OP
pc747

pc747

Regular Member
Rescue Squad
Joined
Dec 23, 2009
Messages
25,489
Reaction score
6,865
Some of what I am saying devs like jrummy have tools on the market that makes these tweaks quick and easy.
 
Top