-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsystem.prop
132 lines (114 loc) · 2.15 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
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017 The LineageOS Project
# Copyright (C) 2017-2019 TeamNexus
# Copyright (C) 2020 Team Sexynos
#
#
# Board
#
ro.product.board=universal7420
ro.board.platform=exynos5
#
# ADB
#
sys.usb.ffs.aio_compat=1
#
# Audio
#
af.fast_track_multiplier=1
audio_hal.force_voice_config=wide
#
# 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
#
# Graphics
#
ro.opengles.version=196610
#
# HWUI
#
ro.hwui.texture_cache_size=88
ro.hwui.layer_cache_size=58
ro.hwui.path_cache_size=16
ro.hwui.texture_cache_flushrate=0.4
ro.hwui.shape_cache_size=4
ro.hwui.gradient_cache_size=2
ro.hwui.drop_shadow_cache_size=6
ro.hwui.r_buffer_cache_size=8
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=1024
ro.hwui.text_large_cache_width=4096
ro.hwui.text_large_cache_height=2048
#
# HWC
#
debug.sf.latch_unsignaled=1
debug.sf.disable_backpressure=1
persist.sys.ui.hw=1
debug.sf.enable_gl_backpressure=1
#
# Media
#
debug.stagefright.ccodec=0
#
# Networking
#
net.tethering.noprovisioning=true
persist.data.netmgrd.qos.enable=false
ro.use_data_netmgrd=false
#
# Power
#
sys.power.profiles=true
#
# RIL
#
persist.radio.add_power_save=1
persist.radio.apm_sim_not_pwdn=1
rild.libpath=/system/vendor/lib64/libsec-ril.so
rild.libpath2=/system/vendor/lib64/libsec-ril-dsds.so
ro.ril.force_eri_from_xml=true
ro.ril.gprsclass=10
ro.ril.hsxpa=1
ro.ril.telephony.mqanelements=6
ro.telephony.get_imsi_from_sim=true
ro.telephony.ril_class=SlteRIL
telephony.lteOnGsmDevice=1
# read single/dual-SIM properties
import /vendor/etc/properties/radio.prop
import /efs/factory.prop
# read model properties
import /init.rilchip.prop
#
# SoC
#
ro.chipname=exynos7420
ro.nfc.sec_hal=true
ro.nfc.fw_dl_on_boot=false
#
# Storage
#
ro.sys.sdcardfs=1
#
# WiFi
#
wifi.interface=wlan0
wifi.direct.interface=p2p-dev-wlan0
#
# Wireless Display
#
wlan.wfd.hdcp=disable
persist.debug.wfd.enable=1
persist.sys.wfd.virtual=0
#
# END zero device-properties
###