-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.prop
133 lines (104 loc) · 1.89 KB
/
system.prop
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
###
# BEGIN zero-common device-properties
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017 The LineageOS Project
#
#
# Board
#
ro.chipname=exynos7420
ro.arch=exynos7420
#
# Dalvik
#
dalvik.vm.image-dex2oat-filter=speed
dalvik.vm.dex2oat-filter=speed
dalvik.vm.heapgrowthlimit=256m
dalvik.vm.heapstartsize=8m
dalvik.vm.heapsize=512m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=8m
#
# Power
#
sys.power.profiles=true
#
# Ril
#
persist.radio.add_power_save=1
persist.radio.apm_sim_not_pwdn=1
rild.libpath=/system/lib64/libsec-ril.so
rild.libpath2=/system/lib64/libsec-ril-dsds.so
ro.telephony.ril_class=SlteRIL
telephony.lteOnGsmDevice=1
telephony.lteOnCdmaDevice=0
ro.telephony.default_network=9
ro.use_data_netmgrd=false
persist.data.netmgrd.qos.enable=false
ro.ril.hsxpa=1
ro.ril.telephony.mqanelements=6
ro.ril.gprsclass=10
# read single/dual-SIM properties
import /vendor/etc/properties/radio.prop
import /efs/factory.prop
# read model properties
import /init.rilchip.prop
#
# OMX
#
media.sf.omx-plugin=libffmpeg_omx.so,libsomxcore.so
persist.media.treble_omx=false
#
# Miracast (Wireless Display)
#
wlan.wfd.hdcp=disable
persist.debug.wfd.enable=1
persist.sys.wfd.virtual=0
#
# NFC
#
ro.nfc.sec_hal=true
#
# HWC
#
debug.hwc.force_gpu=1
debug.egl.hw=0
debug.sf.hw=0
persist.sys.ui.hw=false
#
# Graphics
#
ro.opengles.version=196610
debug.hwui.use_buffer_age=false
ro.sf.lcd_density=640
sys.use_fifo_ui=1
#
# Audio
#
af.fast_track_multiplier=1
audio_hal.force_voice_config=wide
ro.config.media_vol_steps=25
ro.config.vc_call_vol_steps=15
#
# Storage
#
ro.sys.sdcardfs=1
ro.sys.sdcardfs.legacy-mounting=1
#
# Vendor Security Patch Level
#
ro.lineage.build.vendor_security_patch=2019-01-01
#
# Wi-Fi
#
wifi.interface=wlan0
wifi.direct.interface=p2p-dev-wlan0
#
# USB
#
sys.usb.ffs.aio_compat=1
#
# END zero device-properties
###