dre: Move properties to their respective partitions
* They don't have permission to be set otherwise. Change-Id: I63aa83d0ff316c5fe0c90df85f0951c4d3a19e06
This commit is contained in:
parent
4f1bc6a399
commit
a99a36b875
2 changed files with 8 additions and 9 deletions
|
|
@ -1,12 +1,15 @@
|
|||
# Audio
|
||||
audio.offload.min.duration.secs=30
|
||||
persist.vendor.audio_hal.dsp_bit_width_enforce_mode=24
|
||||
tunnel.audio.encode=true
|
||||
|
||||
# Bluetooth
|
||||
persist.bluetooth.bqr.choppy_threshold=9,6
|
||||
persist.bluetooth.bqr.event_mask=0x8000000E
|
||||
persist.bluetooth.bqr.min_interval_ms=60000
|
||||
persist.vendor.bt.a2dp.aac_whitelist=false
|
||||
persist.vendor.bt.a2dp.hal.implementation=true
|
||||
persist.vendor.btstack.aac_frm_ctl.enabled=true
|
||||
ro.bluetooth.library_name=libbluetooth_qti.so
|
||||
|
||||
# Camera
|
||||
|
|
@ -25,6 +28,10 @@ persist.vendor.cne.feature=1
|
|||
# DPM
|
||||
persist.vendor.dpm.feature=11
|
||||
|
||||
# GPS
|
||||
persist.backup.ntpServer=0.pool.ntp.org
|
||||
persist.vendor.overlay.izat.optin=rro
|
||||
|
||||
# IMS
|
||||
persist.dbg.volte_avail_ovr=1
|
||||
persist.dbg.vt_avail_ovr=1
|
||||
|
|
@ -34,6 +41,7 @@ persist.dbg.wfc_avail_ovr=1
|
|||
media.settings.xml=/vendor/etc/media_profiles_vendor.xml
|
||||
media.stagefright.thumbnail.prefer_hw_codecs=true
|
||||
ro.media.recorder-max-base-layer-fps=60
|
||||
vendor.mm.enable.qcom_parser=4044018
|
||||
|
||||
# Netmgr
|
||||
persist.data.df.agg.dl_pkt=10
|
||||
|
|
|
|||
Loading…
Reference in a new issue