build.prop这个是什么?干嘛的
的有关信息介绍如下:安卓就像是操作系统,刷机什么的就像是为手机重装个系统,相信当年大家都还记得,如果一个人会为电脑重装系统那么他肯定就是一个高手,这个定义曾经深入人心。现在安卓也出现了这样的情况,如果一个人会刷机那么他手机一定玩得很好。其实就像电脑拥有通过修改系统文件来带来特殊效果的技巧,安卓其实也有,今天小编就来为大家介绍一下,安卓进阶篇system\build.prop可以做到什么。 通过修改system\build.prop这个文件,可以做很多事,下面是对照解释,希望可以为大家了解安卓系统提供更多的帮助。 #beginbuildproperties(开始设置系统性能) #autogeneratedbybuildinfo.sh(通过设置形成系统信息) ro.build.id=GRI40(版本ID) ro.build.display.id=GRJ22(版本号) ro.build.version.incremental=eng.buildbot.20110619.060228(版本增量) ro.build.version.sdk=10(sdk版本) ro.build.version.codename=REL(版本代号) ro.build.version.release=2.3.4(Android2.3.4系统无需修改,也可改为3.0装装B) ro.build.date=SunJun1906:02:58UTC2011(制作者制作的时间,可修改2011年X月X日某某某制作) ro.build.date.utc=0 ro.build.type=user ro.build.user=buildbot ro.build.host=bb1 ro.build.tags=test-keys ro.product.model=HTCWildfire(HTC内部手机代号也就是手机名,改为大鸡巴) ro.product.brand=htc_wwe(手机品牌,改为中国山寨机) ro.product.name=htc_buzz(手机正式名称,改为小鸡巴) ro.product.device=buzz(采用的设备,改为ChinaG8) ro.product.board=buzz(采用的处理器,改为China800.8Ghz) ro.product.cpu.abi=armeabi-v6j(cpu的版本) ro.product.cpu.abi2=armeabi(cpu的品牌) ro.product.manufacturer=HTC(手机制造商,改为中国智造) ##############上面是扯蛋的,别乱改############## ro.product.locale.language=en(手机默认语言,把en改为zh) ro.product.locale.region=US(地区语言,美国毛多呀美国,干掉US改为CN) ro.wifi.channels=(WIFI连接的渠道) ro.board.platform=msm7k(主板平台) #ro.build.productisobsolete;usero.product.device(旧代码ro.build.product,使用代码ro.product.device) ro.build.product=buzz(建立产品) #Donottrytoparsero.build.descriptionor.fingerprint(不要试图修改description和fingerprint) ro.build.description=passion-user2.3.3GRI40102588release-keys(用户的KEY) ro.build.fingerprint=google/passion/passion:2.3.3/GRI40/102588:user/release-keys(机身码的啥玩意) #endbuildproperties(性能代码完毕) # #system.propforbuzz(系统技术支持由BUZZ提供) # #DensityinDPIoftheLCDofthisboard.ThisisusedtoscaletheUI(高密度的液晶的DPI板。这是用来大规模UI的) #appropriately.Ifthispropertyisnotdefined,thedefaultvalueis160dpi.(appropriately.如果这个属性没有定义,缺省值是160dpi的分辨率) ro.sf.lcd_density=240(显示屏分辨率,数值越大分辨率越底,240就是800*480的) #ViewconfigurationforQVGA.(屏幕的设置) view.fading_edge_length=8 view.touch_slop=15(触摸屏灵敏度,数值越大越灵敏) view.minimum_fling_velocity=25(滑动速度) view.scroll_friction=0.008(滑动误差) #RILspecificconfiguration.(特定设置) rild.libpath=/system/lib/libhtc_ril.so ro.ril.ecc.HTC-WWE=999 ro.ril.ecc.HTC-ELL=92,93,94 ro.ril.enable.a52.HTC-ITA=1 ro.ril.enable.a53.HTC-ITA=1 ro.ril.enable.a52=0 ro.ril.enable.a53=1 ro.ril.vmail.23415=1571,BT ro.ril.hsdpa.category=8(hsdpa全称HighSpeedDownlinkPacketAccess中文意思:高速下行分组接入,设置的数越大传输越快) ro.ril.htcmaskw1.bitmask=4294967295 ro.ril.htcmaskw1=14449 ro.ril.def.agps.mode=2(打开AGPS服务支持,可改为ro.ril.def.agps.mode=0改后能省电但GPS定位速度会变慢) ro.ril.gprsclass=12(GPRS设置) #ForHSDPAlowthroughput(HSDPA低输量) ro.ril.disable.power.collapse=1(关闭电源) #ModifyMMSAPNretrytimerfrom5sto2s.(修改短信的APN设置5秒为2秒) ro.gsm.2nd_data_retry_config=max_retries=3,2000,2000,2000 #Timebetweenscansinseconds.Keepithightominimizebatterydrain.(扫描在几秒之内,可降低用电量) #Thisonlyaffectsthecaseinwhichtherearerememberedaccesspoints,(这个修改仅能影响此文件) #butnoneareinrange.(但是没有一项是在范围内的) wifi.interface=eth0(WIFI界面) wifi.supplicant_scan_interval=45(WIFI扫描间隔时间,这里设置是45秒。把这个时间设置长点能省电) #Mobiledatainterfaces(移动数据的接口) mobiledata.interfaces=rmnet0,rmnet1,rmnet2 #Allowordenytethering.(允许和拒绝绑定) ro.tether.denied=false #Defaultnetworktype.(默认的网络类型) #0=>WCDMAPreferred.(0=WCDMA优先) ro.telephony.default_network=0 #EnableGoogle-specificlocationfeatures,(谷歌特定地点的设置) #likeNetworkLocationProviderandLocationCollector.(如网络服务器提供商和服务器位置) ro.com.google.locationfeatures=1 #TheOpenGLESAPIlevelthatisnativelysupportedbythisdevice.(开放式绘图介面) #Thisisa16.16fixedpointnumber.(界面有16个点,16个不动点数量) ro.opengles.version=65536(开放式绘图介面参数) #Disablefscheckonbootbydefault.(开机时默认禁用FS检查) sys.checkfs.fat=false #Performancesettings.(性能设置) dalvik.vm.execution-mode=int:jit dalvik.vm.heapsize=24m(虚拟内存大小,可设置为16m或24m或32m或48m) persist.sys.use_dithering=1 persist.sys.purgeable_assets=1 #IncreaseSKIAdecodememorycapabilityforprogressivejpgfile. 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=CyanogenMod-7-06192011-NIGHTLY-buzz(版本信息,改这个能让你大名出现系统关于中,改为ro.modversion=小鸡巴大神-G8版) ro.setupwizard.mode=OPTIONAL(安装向导模式) net.bt.name=Android(系统名称) dalvik.vm.stack-trace-file=/data/anr/traces.txt 就像当初安卓PC系统的技巧已经普及了,现在安卓的刷机也在普及中,那么自诩为高手的你怎么能甘愿与和曾经什么都不懂的小白持有同样的技巧?高他们一筹才是高手应有的素质,那么就来深入了解一下被大家刷了又刷的安卓system吧!