mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sdm710-common
synced 2026-02-01 07:57:25 +00:00
Fingerprint HAL looks for sys.panel.{color,display,touch_vendor,vendor}
properties:
E [GF_HAL][XiaoMiSensor]: [init] Failed getting sys.panel.display property
E [GF_HAL][ExtModuleCreator]: Failed to getprop sys.panel.touch_vendor
E [GF_HAL][ExtModuleCreator]: Failed to getprop sys.panel.Vendor
On stock ROM these properties are set by init.panel_info.sh script
that translates lockdown-info values from touchscreen drivers.
After investigation of lockdown info from pyxis, vela, grus and xmsirius
all these properties' values are the same: color is BLACK and panel
and display vendor are SDC (Samsung Display Corp).
Add these properties and label them so the fingerprint HAL can access
them. After testing on Pyxis it looks that FP operations are more
reliable.
Change-Id: I9bcc471265ef364318bada305c2ea25110127606
98 lines
2.4 KiB
Plaintext
98 lines
2.4 KiB
Plaintext
# Audio
|
|
audio.deep_buffer.media=true
|
|
audio.offload.buffer.size.kb=32
|
|
audio.offload.gapless.enabled=true
|
|
audio.offload.video=true
|
|
persist.audio.button_jack.profile=volume
|
|
persist.audio.button_jack.switch=0
|
|
persist.audio.fluence.speaker=true
|
|
persist.audio.fluence.voicecall=true
|
|
persist.audio.fluence.voicerec=false
|
|
ro.af.client_heap_size_kbyte=7168
|
|
ro.config.media_vol_default=10
|
|
ro.config.vc_call_vol_steps=11
|
|
ro.qc.sdk.audio.fluencetype=none
|
|
ro.qc.sdk.audio.ssr=false
|
|
tunnel.audio.encode=true
|
|
use.voice.path.for.pcm.voip=true
|
|
|
|
# Bluetooth
|
|
bt.max.hfpclient.connections=1
|
|
persist.vendor.bt.a2dp.mac_whitelist=false
|
|
persist.vendor.btsatck.absvolfeature=true
|
|
persist.vendor.btstack.a2dp_offload_cap=sbc-aptx-aptxtws-aptxhd-aac-ldac
|
|
persist.vendor.btstack.enable.splita2dp=true
|
|
ro.bluetooth.emb_wp_mode=true
|
|
ro.bluetooth.wipower=true
|
|
vendor.bluetooth.soc=cherokee
|
|
|
|
# Camera
|
|
camera.disable_zsl_mode=true
|
|
|
|
# Data modules
|
|
persist.vendor.data.mode=concurrent
|
|
ro.vendor.use_data_netmgrd=true
|
|
|
|
# Display
|
|
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true
|
|
ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
|
ro.surface_flinger.max_virtual_display_dimension=4096
|
|
ro.surface_flinger.protected_contents=true
|
|
|
|
# DPM
|
|
persist.vendor.dpm.feature=1
|
|
|
|
# Fwk detect
|
|
ro.vendor.qti.va_aosp.support=1
|
|
|
|
# Graphics
|
|
debug.sf.disable_backpressure=1
|
|
debug.sf.enable_hwc_vds=1
|
|
debug.sf.latch_unsignaled=1
|
|
|
|
# LMKD/PSI
|
|
ro.lmk.use_psi=true
|
|
ro.lmk.low=1001
|
|
ro.lmk.medium=800
|
|
ro.lmk.critical=0
|
|
ro.lmk.critical_upgrade=true
|
|
ro.lmk.upgrade_pressure=40
|
|
ro.lmk.downgrade_pressure=60
|
|
ro.lmk.kill_heaviest_task=true
|
|
|
|
# Media
|
|
media.settings.xml=/vendor/etc/media_profiles_vendor.xml
|
|
|
|
# Netflix custom property
|
|
ro.netflix.bsp_rev=Q670-14477-1
|
|
|
|
# Panel
|
|
sys.panel.color=BLACK
|
|
sys.panel.display=SDC
|
|
sys.panel.vendor=SDC
|
|
|
|
# RCS
|
|
persist.rcs.supported=0
|
|
|
|
# RIL
|
|
DEVICE_PROVISIONED=1
|
|
persist.radio.NO_STAPA=1
|
|
persist.radio.VT_CAM_INTERFACE=1
|
|
persist.radio.VT_HYBRID_ENABLE=1
|
|
persist.radio.apm_sim_not_pwdn=1
|
|
persist.radio.dynamic_sar=false
|
|
persist.radio.multisim.config=dsds
|
|
persist.vendor.radio.atfwd.start=true
|
|
persist.vendor.radio.data_con_rprt=1
|
|
persist.vendor.radio.enable_temp_dds=true
|
|
persist.vendor.radio.force_on_dc=true
|
|
persist.vendor.radio.manual_nw_rej_ct=1
|
|
persist.vendor.radio.rat_on=combine
|
|
persist.vendor.radio.redir_party_num=1
|
|
persist.vendor.radio.report_codec=1
|
|
ril.subscription.types=RUIM
|
|
ro.com.android.dataroaming=false
|
|
ro.telephony.default_cdma_sub=0
|
|
ro.telephony.default_network=22,22
|
|
telephony.lteOnCdmaDevice=1
|