MI8 build.prop 优化整理,代码,安卓9

MI8 build.prop 优化整理,代码,安卓9修改文件有风险操作不当会变砖,无法开机操作不当会变砖,无法开机操作不当会变砖,无法开机首先你必要有ROOTR.E.管理器打开文件夹/system/复制build.prop文件到储存卡根目录/sdcarrd/,再复制文件到电脑,用Notepad++打开修改,在文本最后添加内容,注意文件最后必须有一行空行最后把文件复制替换/system/build.prop把文件权限修改回0644…

修改文件有风险

操作不当会变砖,无法开机
操作不当会变砖,无法开机
操作不当会变砖,无法开机

首先你必要有ROOT
R.E.管理器打开文件夹 /system/
复制 build.prop 文件到 储存卡根目录 /sdcarrd/

再复制文件到电脑,用 Notepad++ 打开修改,

文本最后添加内容,注意文件最后必须有一行空行
最后把文件 复制替换 /system/build.prop
把文件权限修改回 0644 rw-r–r–
重启手机就好啦。

自用方案,别问我硬件加速怎么没添加之类的问题

优化项目都可以搜索到
添加字段如下:

##MIUI10_ADD3+
# Disables data sent and logging
profiler.force_disable_ulog=true
profiler.force_disable_err_rpt=true
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
# Disable Miscellaneous Android Logging Stuff
debugtool.anrhistory=0
profiler.debugmonitor=false
profiler.launch=false
profiler.hung.dumpdobugreport=false
# Disable Logers
ro.config.htc.nocheckin=1
ro.config.nocheckin=1
#Disables built in error reporting.
profiler.force_disable_err_rpt=1
profiler.force_disable_ulog=1
#Enable ADB Debugging By Default & Enable USB Debugging Popup
persist.adb.notify=1
persist.service.adb.enable=1
persist.service.debuggable=1
persist.sys.usb.config=mtp,ad
# Qualcomm Tweaks
com.qc.hardware=1
debug.qc.hardware=true
debug.qctwa.preservebuf=1
debug.qctwa.statusbar=1

# Increase some Performance
ro.product.gpu.driver=1
# Video acceleration and HW debugging. 
debug.performance.tuning=1
video.accelerate.hw=1
# Hardware Power Saving
ro.config.hw_power_saving=true
# slow boot
ro.config.hw_quickpoweron=false

# DHA tunning
ro.config.dha_tunnable=1
#Support for ipv4 and ipv6
persist.telephony.support.ipv6=1
persist.telephony.support.ipv4=1
net.ipv6.route.flush=1
net.ipv4.route.flush=1
#Better signal.
persist.cust.tel.eons=1
ro.config.hw_fast_dormancy=1
#Better call voice quality.
ro.ril.enable.amr.wideband=1
ro.config.vc_call_steps=30
#volume fix
ro.config.media_vol_steps=20

#Dalvik Virtual Machine tweaks!!
dalvik.vm.heapstartsize=16m
#8m
dalvik.vm.heapsize=512m
#512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
#512k
dalvik.vm.heapmaxfree=8m
#Disable Strict Mode Checking
persist.android.strictmode=0

 

 

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:http://bianchenghao.cn/34326.html

(0)
编程小号编程小号

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注