diff options
| author | Alex Tsanis <alextsanisbadlorg@gmail.com> | 2018-01-30 16:20:49 +0000 |
|---|---|---|
| committer | Alex Tsanis <alextsanisbadlorg@gmail.com> | 2018-01-30 16:20:49 +0000 |
| commit | 903f63f318a846e74f87a8f43f0ef91c20e59a79 (patch) | |
| tree | a5d3853774bfc99e5038ce152b66ce5c033880f0 /system.prop | |
| parent | 9128a215f233b75750c1402a014114eb8097e0bb (diff) | |
Diffstat (limited to 'system.prop')
| -rw-r--r-- | system.prop | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/system.prop b/system.prop index 1cc9a95..01b6b64 100644 --- a/system.prop +++ b/system.prop @@ -43,13 +43,8 @@ persist.cne.feature=1 persist.dpm.feature=5 persist.dpm.nsrm.bkg.evt=3955 -# Dex2oat optimisation -# use 6 cores during bootup dex compilation -dalvik.vm.boot-dex2oat-threads=6 -# use 4 cores durning normal dex compilation (app installations) -dalvik.vm.dex2oat-threads=4 -# use 4 cores during boot image dex compilation -dalvik.vm.image-dex2oat-threads=4 +# Dex2oat threads for faster app installation +ro.sys.fw.dex2oat_thread_count=4 # Data modules ro.use_data_netmgrd=true @@ -84,9 +79,6 @@ persist.hwc.downscale_threshold=1.15 ro.opengles.version=196610 ro.sf.lcd_density=480 -# Maintainer -ro.cardinal.maintainer=Aashish T | Adarsh M.R - # Media media.msm8956hw=1 mm.enable.smoothstreaming=true @@ -138,6 +130,3 @@ persist.timed.enable=true # WiFi wifi.interface=wlan0 - -# zram disk -ro.config.zram=true |
