|
请在build.prop后加上
1.# BRAVIA HACK
2.ro.service.swiqi.supported=true
3.persist.service.swiqi.enable=1
4.# Xloud Engine
5.ro.semc.xloud.supported=true
6.persist.service.xloud.enable=1
复制代码
注意:刷入后dsp管理器会强行关闭
4.S97RamScript
这个就是传说中的15m运存补丁
评测:开机速度明显提升
5.Tweakz
主要功能:VM管理优化,内核优化,sd卡优化,滑动优化,UI优化,zippalign优化(非常方便),Sqlite数据库优化.....
评测:这是迄今为止最全的优化补丁,推荐刷入!!!
6.99Tweaks
主要功能:IPv4优化,VM管理优化,sd卡优化...
7.Supercharger
8.2d分数提升补丁for
alfs系列
评测:2d性能小提升。。
9.Dolby Audio , SRS ,
Beats Audio
主要功能:增强音量,环绕音,重低音等等
10.Adrenaline Boost
深度内存整理脚本
主要功能:深度整理内存,玩游戏前使用使游戏时更流畅!!
方法:进入cwm,在高级选项里unmount
system,刷入。打开终端模拟器,键入
1.su
2.boost
复制代码
需要用cwm刷入 第10项用CWM刷入之前需unmount
system
。第6请提取出99tweaks/99xtweaks放入system/etc/init.d,给予全部权限
build.prop优化
1.更好的录像.照相优化
ro.media.capture.maxres=8m
ro.media.capture.fast.fps=4
ro.media.capture.slow.fps=120
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
2.wifi速度优化
net.ipv4.tcp_ecn=0
net.ipv4.route.flush=1
net.ipv4.tcp_rfc1337=1
net.ipv4.ip_no_pmtu_disc=0
net.ipv4.tcp_sack=1
net.ipv4.tcp_fack=1
net.ipv4.tcp_window_scaling=1
net.ipv4.tcp_times**ps=1
net.ipv4.tcp_rmem=4096 39000 187000
net.ipv4.tcp_wmem=4096 39000 187000
net.ipv4.tcp_mem=187000 187000 187000
net.ipv4.tcp_no_metrics_save=1
net.ipv4.tcp_moderate_rcvbuf=1
3.提高jpg质量100%
ro.media.enc.jpeg.quality=100
4.渲染GPU的UI
debug.sf.hw=1
5.拨号时间减少
ro.telephony.call_ring.delay=0
6.提高滚动反映
windowsmgr.max_events_per_sec=150
5.电池优化
wifi.supplicant_scan_interval=180
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
6.提高整体触摸反应
debug.performance.tuning=1
video.accelerate.hw=1
7.网络调整
ro.ril.hsxpa=2
ro.ril.gprsclass=12
ro.ril.hep=1
ro.ril.hsdpa.category=10
ro.ril.enable.3g.prefix=1
ro.ril.htcmaskw1.bitmask=4294967295
ro.ril.htcmaskw1=14449
ro.ril.hsupa.category=6
ro.ril.def.agps.mode=2
ro.ril.def.agps.feature=1
ro.ril.enable.sdr=1
ro.ril.enable.gea3=1
ro.ril.enable.fd.plmn.prefix=23402,23410,23411
ro.ril.enable.a52=1
ro.ril.enable.a53=1
ro.ril.enable.dtm=1
8.网络速度调整
net.tcp.buffersize.default=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.wifi=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.gprs=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.edge=4096,87380,256960,4096,16384,256960
9.修复通话结束后黑屏问题
ro.lge.proximity.delay=25
mot.proximity.delay=25
10.修复一些应用问题
ro.kernel.android.checkjni=0
11.禁用开机动画
debug.sf.nobootanimation=1
12.使用Stagefright让视频和音乐更快
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
上面的代码在system里build。prop最后另外起一行。
上面wifi优化有两个**是t a m (无空格)
|
|