summaryrefslogtreecommitdiff
path: root/system.prop
blob: d8973a6c4bef58b6130dde742988d0abca68bcba (plain)
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
#
# system.prop for slte
#
ro.product.model=SM-G850F
ro.product.brand=samsung
ro.product.name=sltexx
ro.product.device=sltexx

ro.sf.lcd_density=320

#
# RIL
#
rild.libpath=/system/lib/libsec-ril.so
rild.libargs=-d /dev/ttyS0
ro.telephony.ril_class=SlteRIL

ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.ril.telephony.mqanelements=4

# Allow sim to enter low power mode
persist.radio.add_power_save=1

#
# HWC
#
debug.hwc.winupdate=1
debug.hwc.otf=1

#
# HWUI_BUILD_PROPERTIES
#
ro.hwui.texture_cache_size=24
ro.hwui.layer_cache_size=16
ro.hwui.path_cache_size=4
ro.hwui.shape_cache_size=1
ro.hwui.gradient_cache_size=0.5
ro.hwui.drop_shadow_cache_size=2
ro.hwui.r_buffer_cache_size=2
ro.hwui.text_small_cache_width=1024
ro.hwui.text_small_cache_height=512
ro.hwui.text_large_cache_width=2048
ro.hwui.text_large_cache_height=1024

#
# StageFright
#
media.stagefright.legacyencoder=true
media.stagefright.less-secure=true

# AUDIO
af.fast_track_multiplier=1

# ART
# use 4 threads for dex2oat
ro.sys.fw.dex2oat_thread_count=4