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.
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.
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.
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.