安卓手机修改build.prop导致无法开机的解决办法
build.prop在Android系统中就像Windows系统注册表的文件一样,可以通过修改它来DIY自己的爱机和优化系统。但是,如果不注意修改可能导致手机无法正常使用,甚至无法开机。
操作方法
- 01
首先了解下build.prop文件的部分参数。 # begin build properties (开始设置系统性能) # autogenerated (通过设置形成系统信息) ro.=GRI40 (版本ID) ro.build.=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 (Android 2.3.4系统) ro.build.date=Sun Jun 19 06:02:58 UTC 2011 (制作者及制作时间) ro.build.date.utc=0 ro.build.type=user (编译模式,如user,userdebug,eng,test模式) ro.build.user=buildbot (编译账户) ro.build.host=bb1 (编译主机系统) ro.build.tags=test-keys (编译标签) ro.product.model=HTC Wildfire (HTC内部手机代号) ro.product.brand=htc_wwe (手机品牌) ro.product.name=htc_buzz (手机正式名称) ro.product.device=buzz (采用的设备) ro.product.board=buzz (采用的处理器) ro.product.cpu.abi=armeabi-v6j (cpu的版本) ro.product.cpu.abi2=armeabi (cpu的品牌) ro.product.manufacturer=HTC (手机制造商) ro.product.locale.language=zh (手机默认语言) ro.product.locale.region=CN (地区语言) ro.wifi.channels= (WIFI连接的渠道) ro.board.platform=msm7k (主板平台) # ro.build.product is obsolete; use ro.product.device (旧代码ro.build.product,使用代码ro.product.device) ro.build.product=buzz (建立产品) # Do not try to parse ro.build.description or .fingerprint (不要试图修改description和fingerprint) ro.build.description=passion-user 2.3.3 GRI40 102588 release-keys (用户的KEY) ro.build.fingerprint=google/passion/passion:2.3.3/GRI40/102588:user/release-keys (系统指纹) # 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=240 (显示屏分辨率,数值越大分辨率越底,240就是800*480的) # 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. (特定设置) rild.libpath=/system/lib/libhtc_ 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全称High Speed Downlink Packet Access中文意思:高速下行分组接入,设置的数越大传输越快) ro.ril.htcmaskw1.bitmask=429496 ro.ril.htcmaskw1=14449 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.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 # Default network type. (默认的网络类型) # 0 => WCDMA Preferred. (0=WCDMA优先) ro.telephony.default_network=0 # Enable Google-specific location features, (谷歌特定地点的设置) # like NetworkLocationProvider and LocationCollector.(如网络服务器提供商和服务器位置) ro.c o m.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 (其他性能设置) no_require_sim=true (手机卡保护设置) ro.rommanager.developerid=cyanogenmodnightly (固件管理器开发者是CM大神) ro.url.legal=http://www./intl/%s/mobile/android/basic/phone-legal.html ro.url.legal.android_privacy=http://www]/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=xxxxx) ro.setupwizard.mode=OPTIONAL (安装向导模式) net. bt. name=Android (系统名称) dalvik.vm.stack-trace-file=/data/anr/traces.txt
- 02
修改build.prop文件的方法有很多。这里介绍最简单的方法就是使用工具root explorer。首先安装好后,挂载为可读写权限。
- 03
然后在目录/SYSTEM/可找到build.prop文件,长按选择使用“文本方式编辑”即可修改。
- 04
修改完之后退出保存重启手机配置信息才会生效。如果这时无法开机的话,可能是你修改保存的文件权限不对或者可以使用之前的备份恢复。
- 05
当无法开机时这时你得将手机调到Recovery模式,我的手机是按开机加音量+键进Recovery模式(不同品牌的手机可能有所不同)。进之后使用刷机精灵的adb shell命令功能。
- 06
输入命令adb shell 屏幕显示# 说明已经切换到root用户。输入命令cd system ----> cat build.prop---->chmod 0644-->exit两次,输入adb reboot即可。
- 07
如果还是无法开机可以使用root explorer工具替换现在用的文件。因为一般修改build.prop之前系统会自动备份。
- 08
要特别注意的是修改之后一定要记得权限要设置正确,否则可能导致无法开机的情况出现。修改权限可以使用adb命令,也可以使用root explorer工具是最简单的。设置如下图。