To make the phone ring faster when dialing out, I changed
ro.telephony.call_ring.delay=3000
to
ro.telephony.call_ring.delay=1000
Now the phone rings pretty much instantly when dialing out.
這個好像是改電話鈴聲的反應...到底改了後會怎樣..我也看不懂
Now, to save battery by decreasing the amount of time Wifi looks for an access point, I changed
wifi.supplicant_scan_interval = 45
to
wifi.supplicant_scan_interval = 90
Now wifi will scan once every 1.5 minutes when not around a known location instead of once every 45 seconds which will save battery.
這個改完後..減少Wify搜尋的頻率可以更省電
To enable better scrolling speed through lists, I changed
windowsmgr.max_events_per_sec=55
to
windowsmgr.max_events_per_sec=60
Scrolling through the app drawer and contacts and any lists really is now smoother
這個可以讓圖示滾動更滑順...或許可以提昇觸控的反應
此參數Launcher Pro官方網站有提到建議這樣改
可以提昇3D程式集滾動的順暢度
I also changed the Dalvik VM heap size from
dalvik.vm.heapsize=30m
to
dalvik.vm.heapsize=32m
I remember doing this on my Eris and I was able to run JIT w/ sense enabled (which was a major hassle at the time) It is also an option in most Cyanogen Roms.
增加虛擬記憶體的容量
To make the phone come off of the "black screen" in the middle of, or the end of phone calls when you pull the phone away from your face, I changed
mot.proximity.delay=450 to
mot.proximity.delay=150 The delay is almost no longer NOTICEABLE at all. (It was very annoying to me personally)