This repository was archived by the owner on Apr 24, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystem.prop
More file actions
73 lines (62 loc) · 1.99 KB
/
system.prop
File metadata and controls
73 lines (62 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Copyright (C) 2021 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License
### System Properties for molly
# Audio
ro.audio.flinger_standbytime_ms=15000
## Dalvik
dalvik.vm.implicit_checks=none
## DRM
drm.service.enabled=true
ro.com.widevine.cachesize=16777216
## GL/GPU
# Disable EGL_BUFFER_PRESERVED extension for OpenGLRenderer
debug.hwui.render_dirty_regions=false
# Use glcomposer as the default compositor
persist.tegra.compositor=glcomposer
# GPU producer to CPU consumer not supported
ro.bq.gpu_to_cpu_unsupported=1
# Set GL Version as per stock blobs
ro.opengles.version=131072
# Don't preload OpenGL in Zygote, the Tegra drivers do not like it
ro.zygote.disable_gl_preload=true
## HDMI
persist.sys.display.resolution=1920x1080
persist.sys.hdmi.resolution=Max
persist.tegra.hdmi.primary=1
ro.hdmi.device_type=4
ro.sf.lcd_density=320
## HWUI
ro.hwui.drop_shadow_cache_size=4.0
ro.hwui.gradient_cache_size=0.8
ro.hwui.layer_cache_size=32.0
ro.hwui.path_cache_size=24.0
ro.hwui.shape_cache_size=3.0
ro.hwui.text_large_cache_height=1024
ro.hwui.text_large_cache_width=2048
ro.hwui.text_small_cache_height=512
ro.hwui.text_small_cache_width=1024
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.texture_cache_size=48.0
## NVMM
persist.tegra.nvmmlite=1
## Stagefright
media.aac_51_output_enabled=true
media.stagefright.cache-params=10240/20480/15
media.stagefright.legacyencoder=true
media.stagefright.less-secure=true
persist.sys.media.avsync=true
## Vold
ro.vold.wipe_on_crypt_fail=1
## Wi-Fi
wifi.interface=wlan0