build.prop詳解

# begin build properties開始設置系統性能

# autogenerated by buildinfo.sh{通過設置形成系統信息}

ro.build.id=MIUI(版本ID)

ro.build.display.id=oyang06_MIUI(版本號)

ro.build.version.incremental=2.2.1(版本增量)

ro.build.version.sdk=8(sdk版本)

ro.build.version.codename=REL版本代號

ro.build.version.release=2.2.1 Android 2.2.1系統無需修改,也可改爲3.0裝裝B

ro.build.svn=04

ro.build.date=Thu Jan 13 15:04:26 CST 2011製作者製作的時間

ro.build.date.utc=1294902266

ro.build.type=user

ro.build.user=prodcm

ro.build.host=xinyudt

ro.build.tags=test-keys

ro.product.model=Milestone XT720內部手機代號也就是手機名

ro.product.brand=motorola手機品牌

ro.product.name=umts_sholes手機正式名稱

ro.product.device=umts_sholes採用的設備

ro.product.board=sholes採用的處理器

ro.product.cpu.abi=armeabi-v7a cpu的版本

ro.product.cpu.abi2=armeabi cpu的品牌

ro.product.manufacturer=motorola手機制造商

ro.product.locale.language=zh手機默認語言

ro.product.locale.region=CN地區語言

ro.wifi.channels= WIFI連接的渠道

ro.board.platform=omap3主板平臺

# ro.build.product is obsolete; use ro.product.device

ro.build.product=umts_sholes

# Do not try to parse ro.build.description or .fingerprint不要試圖修改description和fingerprint

ro.build.description=libra_umts_sholes-userdebug 2.2.1 MIUI 1.5.26 test-keys用戶的KEY

ro.build.fingerprint=motorola/libra_umts_sholes/umts_sholes/sholes:2.2.1/MIUI/1.3.11:userdebug/test-keys機身碼

# end build properties性能代碼完畢

#

# system.prop for UMTS Sholes系統技術支持由UMTS Shole提供

#

rild.libpath=/system/lib/libril-moto-umts-1.so

rild.libargs=-d /dev/ttyS0

ro.sf.lcd_density=240顯示屏分辨率,數值越大分辨率越底

ro.default_usb_mode=4

# 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 (顯示屏分辨率,數值越大分辨率越底)
# View configuration for QVGA. (屏幕的設置)
view.fading_edge_length=8
view.touch_slop=15 
(觸摸屏靈敏度,數值越大越靈敏)
view.minimum_fling_velocity=25 (滑動速度)
view.scroll_friction=0.008 (滑動誤差)
# RIL specific configuration. (特定設置)
ro.ril.def.agps.mode=2 (打開AGPS服務支持,可改爲ro.ril.def.agps.mode=0 改後能省電但GPS定位速度會變慢)

ro.ril.gprsclass=12 (GPRS設置)
# 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.inte**ce=eth0 (WIFI界面)
wifi.supplicant_scan_interval=45 (WIFI掃描間隔時間,這裏設置是45秒。把這個時間設置長點能省電)
# Mobile data inte**ces (移動數據的接口)
mobiledata.inte**ces=rmnet0,rmnet1,rmnet2
# Allow or deny tethering. 
(允許和拒絕綁定)
ro.tether.denied=false
# Default network type. 
(默認的網絡類型)
# 0 => WCDMA Preferred. (0=WCDMA優先)
ro.telephony.default_network=0
# 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
# Performance settings. 
(性能設置)
dalvik.vm.execution-mode=int:jit
dalvik.vm.heapsize=24m 
(虛擬內存大小,可設置爲16m或24m或32m或48m)
persist.sys.use_dithering=1
persist.sys.purgeable_assets=1
# Increase SKIA decode memory capability for progressive jpg file. 
ro.media.dec.jpeg.memcap=20000000
#
# ADDITIONAL_BUILD_PROPERTIES (其他性能設置)

#
keyguard.no_require_sim=true 
(手機卡保護設置)
ro.rommanager.developerid=cyanogenmodnightly (固件管理器開發者是CM大神)
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.com.google.clientidbase=android-google 
(谷歌客戶身份)
ro.com.android.wifi-watchlist=GoogleGuest (WIFI用戶名單)
ro.setupwizard.enterprise_mode=1 (默認情景模式)
ro.com.android.dateformat=MM-dd-yyyy (默認時間格式,改爲yyyy-MM-dd,顯示效果就是XXXX年XX月XX日)
ro.com.android.dataroaming=false (漫遊設置)
ro.config.ringtone=Playa.ogg (默認鈴聲設置,文件在/system/media/audio/ringtones 把喜歡的鈴聲放這裏,比如123.MP3放入ringtones文件夾中,這裏代碼改爲ro.config.ringtone=123.mp3)
ro.config.notification_sound=regulus.ogg (默認提示音,文件在/system/media/audio/notifications 修改方法同上)
ro.config.alarm_alert=Alarm_Beep_03.ogg (默認鬧鈴,文件在/system/media/audio/alarms 修改方法同上) 
ro.modversion=0000000000000000000 
(版本信息,改這個能讓你大名出現系統關於中,改爲ro.modversion=000大神-00000版)
ro.setupwizard.mode=OPTIONAL (安裝嚮導模式)
net.bt.name=Android (系統名稱)
dalvik.vm.stack-trace-file=/data/anr/traces.txt

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章