##### end build properties (性能代碼完畢)
# # system.prop for buzz (系統技術支持由BUZZ提供)
# # Density in DPI of the LCD of this board. This is used to scale the UI (高密度的液晶的DPI板。這是用來大規模UI的)
# appropriately. If this property is not defined, the default value is 160 dpi. (appropriately.如果這個屬性沒有定義,缺省值是160 dpi的分辨率)
ro .sf.lcd_density=120 (顯示屏分辨率,數值越大分辨率越底)
# For HSDPA low throughput (HSDPA低輸量)
ro.ril.disable.power.collapse=1 (關閉電源)
# Modify MMS APN retry timer from 5s to 2s. (修改短信的APN設置5秒為2秒)
ro.gsm.2nd_data_retry_config=max_retries=3, 2000, 2000, 2000
# Time between scans in seconds. Keep it high to minimize battery drain.(掃描在幾秒之內,可降低用電量)
# This only affects the case in which there are remembered access points, (這個修改僅能影響此文件)
# but none are in range.(但是沒有一項是在範圍內的)
wifi.interface=eth0 (WIFI界面)
wifi.supplicant_scan_interval=45 (WIFI掃描間隔時間,這裡設置是45秒。把這個時間設置長點能省電)
# Mobile data interfaces (移動數據的接口)
mobiledata.interfaces=rmnet0,rmnet1,rmnet2
# Allow or deny tethering. (允許和拒絕綁定)
ro.tether.denied=false
# Enable Google-specific location features, (谷歌特定地點的設置)
# like NetworkLocationProvider and LocationCollector.(如網絡服務器提供商和服務器位置)
ro.com .google.locationfeatures=1
# The OpenGL ES API level that is natively supported by this device. (開放式繪圖介面)
# This is a 16.16 fixed point number. (界面有16個點,16個不動點數量)
ro .opengles.version=65536 (開放式繪圖介面參數)
# Disable fs check on boot by default. (開機時默認禁用FS檢查)
sys.checkfs.fat=false
#To save power while phone is asleep (在手機休眠時更省電):
ro.ril.disable.power.collapse=1
#To make the phone ring faster when dialing out... (使電話撥出時更快接通)
ro.telephony.call_ring.delay=1000
#To make UI more responsive (使界面反應更快)
windowsmgr.max_events_per_sec=150
#To save battery by decreasing the amount of time Wifi looks for an access point (使WIFI在查找接入點時更省電)
wifi.supplicant_scan_interval=150
**Now wifi will scan once every 1.5 minutes when not around a known location instead of once every minute which will save battery.** #現在wifi將每隔1.5分鐘查找一次接入點而不是每分鐘查一次。當你在一個沒有已知接入點的地方。(估計是,如果你開WIFI了,如果沒有連接到接入點,查找接入點的時間間隔改成了一分半鐘)作者: 小宥迪迪 時間: 2013-6-20 12:51
請麻煩整理一下...
有點亂 作者: c85645 時間: 2013-6-20 17:54 本帖最後由 c85645 於 2013-6-20 17:56 編輯
##### end build properties (性能代碼完畢)
# # system.prop for buzz (系統技術支持由BUZZ提供)
# # Density in DPI of the LCD of this board. This is used to scale the UI (高密度的液晶的DPI板。這是用來大規模UI的)
# appropriately. If this property is not defined, the default value is 160 dpi. (appropriately.如果這個屬性沒有定義,缺省值是160 dpi的分辨率)
ro .sf.lcd_density=120 (顯示屏分辨率,數值越大分辨率越底)
# For HSDPA low throughput (HSDPA低輸量)
ro.ril.disable.power.collapse=1 (關閉電源)
# Modify MMS APN retry timer from 5s to 2s. (修改短信的APN設置5秒為2秒)
ro.gsm.2nd_data_retry_config=max_retries=3, 2000, 2000, 2000
# Time between scans in seconds. Keep it high to minimize battery drain.(掃描在幾秒之內,可降低用電量)
# This only affects the case in which there are remembered access points, (這個修改僅能影響此文件)
# but none are in range.(但是沒有一項是在範圍內的)
wifi.interface=eth0 (WIFI界面)
wifi.supplicant_scan_interval=45 (WIFI掃描間隔時間,這裡設置是45秒。把這個時間設置長點能省電)
# Mobile data interfaces (移動數據的接口)
mobiledata.interfaces=rmnet0,rmnet1,rmnet2
# Allow or deny tethering. (允許和拒絕綁定)
ro.tether.denied=false
# Enable Google-specific location features, (谷歌特定地點的設置)
# like NetworkLocationProvider and LocationCollector.(如網絡服務器提供商和服務器位置)
ro.com .google.locationfeatures=1
# The OpenGL ES API level that is natively supported by this device. (開放式繪圖介面)
# This is a 16.16 fixed point number. (界面有16個點,16個不動點數量)
ro .opengles.version=65536 (開放式繪圖介面參數)
# Disable fs check on boot by default. (開機時默認禁用FS檢查)
sys.checkfs.fat=false
#To save power while phone is asleep (在手機休眠時更省電):
ro.ril.disable.power.collapse=1
#To make the phone ring faster when dialing out... (使電話撥出時更快接通)
ro.telephony.call_ring.delay=1000
#To make UI more responsive (使界面反應更快)
windowsmgr.max_events_per_sec=150
#To save battery by decreasing the amount of time Wifi looks for an access point (使WIFI在查找接入點時更省電)
wifi.supplicant_scan_interval=150
**Now wifi will scan once every 1.5 minutes when not around a known location instead of once every minute which will save battery.** #現在wifi將每隔1.5分鐘查找一次接入點而不是每分鐘查一次。當你在一個沒有已知接入點的地方。(估計是,如果你開WIFI了,如果沒有連接到接入點,查找接入點的時間間隔改成了一分半鐘)作者: 研社 時間: 2013-6-22 19:31
修改這個好用嗎??作者: h120311397 時間: 2013-6-22 21:14
感謝3樓大大的整理 樓主貼得有些凌亂作者: 原罪o 時間: 2013-6-23 13:13
可是這怎麼看...修改完都會變成HTC Wildfire吧= =
然後堂堂SONY 也會變成大陸山寨版-3-作者: tks886 時間: 2013-7-21 22:09
這個是刷機前修改.?還是刷完後再改也可以呢?作者: exp5201 時間: 2014-1-25 17:15
這根本不是優化...以那種舊機子的數值放sp只會更卡
dalvik.vm.heapsize=32m sp應該是256mb
jit==
根本外面不知道直接貼進來....作者: e25254 時間: 2015-1-6 09:56
Xperia t 可以改嗎