diff options
-rwxr-xr-x | device.mk | 20 | ||||
-rwxr-xr-x | system.prop | 8 |
2 files changed, 17 insertions, 11 deletions
@@ -90,23 +90,23 @@ TARGET_SCREEN_WIDTH := 1080 PRODUCT_PROPERTY_OVERRIDES += \ dalvik.vm.heapstartsize=8m \ dalvik.vm.heapgrowthlimit=256m \ - dalvik.vm.heapsize=512m \ + dalvik.vm.heapsize=640m \ dalvik.vm.heaptargetutilization=0.75 \ dalvik.vm.heapminfree=512k \ dalvik.vm.heapmaxfree=8m PRODUCT_PROPERTY_OVERRIDES += \ - ro.hwui.texture_cache_size=96 \ - ro.hwui.layer_cache_size=64 \ - ro.hwui.r_buffer_cache_size=12 \ - ro.hwui.path_cache_size=39 \ + ro.hwui.texture_cache_size=72 \ + ro.hwui.layer_cache_size=48 \ + ro.hwui.r_buffer_cache_size=8 \ + ro.hwui.path_cache_size=32 \ ro.hwui.gradient_cache_size=1 \ - ro.hwui.drop_shadow_cache_size=7 \ + ro.hwui.drop_shadow_cache_size=6 \ ro.hwui.texture_cache_flushrate=0.4 \ - ro.hwui.text_small_cache_width=2048 \ - ro.hwui.text_small_cache_height=2048 \ - ro.hwui.text_large_cache_width=3072 \ - ro.hwui.text_large_cache_height=2048 + 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 # Haters gonna hate.. PRODUCT_CHARACTERISTICS := nosdcard diff --git a/system.prop b/system.prop index d98f783..cea333f 100755 --- a/system.prop +++ b/system.prop @@ -86,7 +86,7 @@ persist.timed.enable=true # # 196608 is decimal for 0x30000 to report version 3.0 # 196609 is decimal for 0x30001 to report version 3.1 -# 196609 is decimal for 0x30002 to report version 3.2 +# 196610 is decimal for 0x30002 to report version 3.2 ro.opengles.version=196610 # system property for maximum number of HFP client connections @@ -271,4 +271,10 @@ persist.camera.imglib.fddsp=1 persist.camera.llc=1 persist.camera.llnoise=1 persist.camera.stats.test=0 +camera.disable_zsl_mode=1 + +use.qti.sw.alac.decoder=true +use.qti.sw.ape.decoder=true +flac.sw.decoder.24bit.support=true + |