level 14
⚡misaka
楼主
首先解锁,root
①修复改善S6/S6edge在AOE4后的卡顿问题
直接在build.prop里加入
debug.hwc.otf=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=gpu
然后找到# HWUI_BUILD_PROPERTIES
将里边的项目替换为以下内容
ro.hwui.texture_cache_size=80
ro.hwui.layer_cache_size=60
ro.hwui.r_buffer_cache_size=9
ro.hwui.path_cache_size=37
ro.hwui.gradient_cache_size=4
ro.hwui.drop_shadow_cache_size=8
ro.hwui.fbo_cache_size=30
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
贴吧首发![[阴险]](/static/emoticons/u9634u9669.png)

2015年10月06日 10点10分
1
①修复改善S6/S6edge在AOE4后的卡顿问题
直接在build.prop里加入
debug.hwc.otf=1
debug.sf.hw=1
debug.egl.hw=1
debug.composition.type=gpu
然后找到# HWUI_BUILD_PROPERTIES
将里边的项目替换为以下内容
ro.hwui.texture_cache_size=80
ro.hwui.layer_cache_size=60
ro.hwui.r_buffer_cache_size=9
ro.hwui.path_cache_size=37
ro.hwui.gradient_cache_size=4
ro.hwui.drop_shadow_cache_size=8
ro.hwui.fbo_cache_size=30
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024
贴吧首发



