blob: 0accb2b4eba1e3a38331f1c811b33b55f9d623a2 [file] [log] [blame]
Andrew Appleby88eec502018-04-12 15:25:09 +02001#
Andrew Applebydd6b8302018-04-12 20:02:28 +02002# system.prop for FP2
Andrew Appleby88eec502018-04-12 15:25:09 +02003#
4
5# Audio
6audio.offload.gapless.enabled=false
7dev.pm.dyn_samplingrate=1
8persist.audio.fluence.speaker=true
9persist.audio.fluence.voicecall=true
10persist.audio.fluence.voicerec=false
11persist.speaker.prot.enable=false
12qcom.hw.aac.encoder=true
Andrew Appleby88eec502018-04-12 15:25:09 +020013ro.qc.sdk.audio.fluencetype=none
14ro.qc.sdk.audio.ssr=false
15tunnel.audio.encode = false
16use.voice.path.for.pcm.voip=false
17
18# Bluetooth
19bluetooth.hfp.client=1
20ro.bluetooth.alwaysbleon=true
Andrew Applebydd6b8302018-04-12 20:02:28 +020021qcom.bluetooth.soc=smd
22ro.bluetooth.hfp.ver=1.7
23ro.qualcomm.bt.hci_transport=smd
24ro.bluetooth.dun=false
25ro.bluetooth.sap=false
Andrew Appleby88eec502018-04-12 15:25:09 +020026
27# Cabl
28ro.qualcomm.cabl=1
29
30# Camera
31ro.qc.sdk.camera.facialproc=false
32ro.qc.sdk.gestures.camera=false
33ro.qc.sdk.sensors.gestures=true
Andrew Applebydd6b8302018-04-12 20:02:28 +020034# Enable tintless rolloff for camera
Andrew Appleby88eec502018-04-12 15:25:09 +020035persist.camera.tintless=enable
36
37# Display
Andrew Applebydd6b8302018-04-12 20:02:28 +020038ro.sf.lcd_density=480
Andrew Appleby88eec502018-04-12 15:25:09 +020039
40# GPS
Andrew Applebydd6b8302018-04-12 20:02:28 +020041persist.gps.qc_nlp_in_use=0
42ro.gps.agps_provider=1
Andrew Appleby88eec502018-04-12 15:25:09 +020043
44# Graphics
Andrew Appleby88eec502018-04-12 15:25:09 +020045debug.composition.type=c2d
Andrew Applebydd6b8302018-04-12 20:02:28 +020046debug.egl.hw=1
47debug.sf.hw=1
Andrew Appleby88eec502018-04-12 15:25:09 +020048persist.demo.hdmirotationlock=false
49persist.hwc.mdpcomp.enable=true
50ro.hdmi.enable=false
Borjan Tchakaloffdf22a7c2018-07-23 14:17:14 +020051
52# Graphics: OpenGL ES
Karsten Tausche9f4244e2018-08-03 17:16:39 +020053# 131072 is decimal for 0x20001 to report version 2.0
Borjan Tchakaloffdf22a7c2018-07-23 14:17:14 +020054# 196608 is decimal for 0x30000 to report version 3.0
55# 196609 is decimal for 0x30001 to report version 3.1
Karsten Tausche98e62152019-08-16 15:58:59 +020056# This is handled via vendor hooks in init and vold, see
57# * vendor_load_properties override in init_msm8974.cpp
58# * vendor_post_fs_data_load_properties override in vold_msm8974.cpp
Karsten Tauschec7bfdd32018-09-13 10:06:13 +020059# ro.opengles.version=131072
Andrew Appleby88eec502018-04-12 15:25:09 +020060
61# HWUI properties
62ro.hwui.drop_shadow_cache_size=6
63ro.hwui.gradient_cache_size=1
64ro.hwui.layer_cache_size=48
65ro.hwui.path_cache_size=32
66ro.hwui.r_buffer_cache_size=8
67ro.hwui.text_large_cache_height=1024
68ro.hwui.text_large_cache_width=2048
69ro.hwui.text_small_cache_height=1024
70ro.hwui.text_small_cache_width=1024
71ro.hwui.texture_cache_flushrate=0.4
72ro.hwui.texture_cache_size=72
73
74# Media
75audio.offload.buffer.size.kb=32
76av.offload.enable=true
77debug.mdpcomp.4k2kSplit=1
78debug.mdpcomp.idletime=9000
79debug.mdpcomp.logs=0
80media.aac_51_output_enabled=true
81media.stagefright.enable-aac=true
82media.stagefright.enable-fma2dp=true
83media.stagefright.enable-http=true
84media.stagefright.enable-player=true
85media.stagefright.enable-qcp=true
86media.stagefright.enable-scan=true
Andrew Applebydd6b8302018-04-12 20:02:28 +020087media.stagefright.legacyencoder=true
88media.stagefright.less-secure=true
Andrew Appleby88eec502018-04-12 15:25:09 +020089media.stagefright.use-awesome=true
Andrew Applebydd6b8302018-04-12 20:02:28 +020090# 37491 is decimal sum of supported codecs in AAL
91# codecs: AVI AC3 ASF AAC QCP DTS 3G2 MP2TS
Andrew Appleby88eec502018-04-12 15:25:09 +020092mm.enable.qcom_parser=37491
93mm.enable.smoothstreaming=true
94mmp.enable.3g2=true
Andrew Applebydd6b8302018-04-12 20:02:28 +020095ro.media.maxmem=1451891712
Andrew Appleby88eec502018-04-12 15:25:09 +020096# 1:ERROR 2:HIGH 4:LOW 0:NOLOGS 7:AllLOGS
97vidc.debug.level=1
Andrew Appleby88eec502018-04-12 15:25:09 +020098
99# Network
100persist.cne.feature=1
101persist.data.netmgrd.qos.enable=true
102ro.data.large_tcp_window_size=true
103ro.use_data_netmgrd=true
104
Andrew Appleby88eec502018-04-12 15:25:09 +0200105# Radio
106DEVICE_PROVISIONED=1
Andrew Applebydd6b8302018-04-12 20:02:28 +0200107persist.radio.apm_sim_not_pwdn=1
Andrew Appleby88eec502018-04-12 15:25:09 +0200108persist.radio.multisim.config=dsds
Andrew Appleby88eec502018-04-12 15:25:09 +0200109rild.libargs=-d /dev/smd0
110rild.libpath=/vendor/lib/libril-qc-qmi-1.so
Andrew Appleby88eec502018-04-12 15:25:09 +0200111# Start in global mode
Andrew Applebydd6b8302018-04-12 20:02:28 +0200112ro.telephony.default_network=9,9
113telephony.lteOnGsmDevice=1
114persist.radio.flexmap_type=none
115ro.telephony.ril_class=FP2RIL
Andrew Appleby88eec502018-04-12 15:25:09 +0200116
117# sdcardfs
Andrew Applebydd6b8302018-04-12 20:02:28 +0200118ro.sys.sdcardfs=true
Andrew Appleby88eec502018-04-12 15:25:09 +0200119
120# Time services
121persist.timed.enable=true
122
123# Perfd
Andrew Applebydd6b8302018-04-12 20:02:28 +0200124ro.vendor.extension_library=libqti-perfd-client.so
Andrew Appleby88eec502018-04-12 15:25:09 +0200125
126# Wifi
Andrew Applebydd6b8302018-04-12 20:02:28 +0200127wifi.interface=wlan0
Andrew Appleby88eec502018-04-12 15:25:09 +0200128
129# Wifi Display
130persist.debug.wfd.enable=1
131persist.sys.wfd.virtual=0