sdm660-common: props: move some props to system.prop

[    8.598055] init: Do not have permissions to set 'ro.vendor.qti.am.reschedule_service' to 'true' in property file '/vendor/build.prop': SELinux permission check failed
[    8.598101] init: Do not have permissions to set 'ro.sys.fw.dex2oat_thread_count' to '8' in property file '/vendor/build.prop': SELinux permission check failed
[    8.598698] init: Do not have permissions to set 'bt.max.hfpclient.connections' to '1' in property file '/vendor/build.prop': SELinux permission check failed
[    8.598747] init: Do not have permissions to set 'vendor.hw.fm.init' to '0' in property file '/vendor/build.prop': SELinux permission check failed
[    8.598819] init: Do not have permissions to set 'camera.aux.packagelist' to 'com.google.android.GoogleCamera,com.android.camera,org.codeaurora.snapcam' in property file '/vendor/build.prop': SELinux permission check failed
[    8.598960] init: Do not have permissions to set 'persist.vendor.dpm.loglevel' to '0' in property file '/vendor/build.prop': SELinux permission check failed
[    8.599199] init: Do not have permissions to set 'persist.backup.ntpServer' to '"0.pool.ntp.org"' in property file '/vendor/build.prop': SELinux permission check failed
[    8.599244] init: Do not have permissions to set 'persist.vendor.overlay.izat.optin' to 'rro' in property file '/vendor/build.prop': SELinux permission check failed
[    8.599327] init: Do not have permissions to set 'camera.hal1.packagelist' to 'com.android.camera,com.android.camera2,com.instagram.android' in property file '/vendor/build.prop': SELinux permission check failed
[    8.599361] init: Do not have permissions to set 'ro.media.recorder-max-base-layer-fps' to '60' in property file '/vendor/build.prop': SELinux permission check failed
[    8.599492] init: Do not have permissions to set 'ro.vendor.qti.sys.fw.bservice_enable' to 'true' in property file '/vendor/build.prop': SELinux permission check failed
[    8.599580] init: Do not have permissions to set 'persist.vendor.qti.telephony.vt_cam_interface' to '2' in property file '/vendor/build.prop': SELinux permission check failed
[    8.599837] init: Do not have permissions to set 'ro.build.shutdown_timeout' to '2' in property file '/vendor/build.prop': SELinux permission check failed
This commit is contained in:
pix106 2022-07-02 07:56:13 +02:00
parent cff5bdbd3b
commit e75bc48d25
2 changed files with 25 additions and 22 deletions

View file

@ -1,3 +1,7 @@
# ART
ro.vendor.qti.am.reschedule_service=true
ro.sys.fw.dex2oat_thread_count=8
# Audio # Audio
audio.safemedia.bypass=true audio.safemedia.bypass=true
audio.offload.min.duration.secs=30 audio.offload.min.duration.secs=30
@ -6,15 +10,18 @@ persist.vendor.audio_hal.dsp_bit_width_enforce_mode=24
ro.config.media_vol_steps=25 ro.config.media_vol_steps=25
ro.config.vc_call_vol_steps=7 ro.config.vc_call_vol_steps=7
# Bluetooth # Bluetooth & FM
persist.vendor.bt.a2dp_offload_cap=sbc-aac-aptx-aptxhd-ldac persist.vendor.bt.a2dp_offload_cap=sbc-aac-aptx-aptxhd-ldac
vendor.bluetooth.soc=cherokee vendor.bluetooth.soc=cherokee
bt.max.hfpclient.connections=1
vendor.hw.fm.init=0
# Blur # Blur
ro.surface_flinger.supports_background_blur=0 ro.surface_flinger.supports_background_blur=0
# Camera # Camera
persist.vendor.camera.privapp.list=org.codeaurora.snapcam persist.vendor.camera.privapp.list=org.codeaurora.snapcam
camera.aux.packagelist=com.google.android.GoogleCamera,com.android.camera,org.codeaurora.snapcam
# Charger # Charger
ro.charger.enable_suspend=true ro.charger.enable_suspend=true
@ -49,6 +56,9 @@ renderthread.skia.reduceopstasksplitting=true
ro.qualcomm.cabl=0 ro.qualcomm.cabl=0
sdm.debug.disable_skip_validate=1 sdm.debug.disable_skip_validate=1
# DPM
persist.vendor.dpm.loglevel=0
# Surfaceflinger # Surfaceflinger
debug.sf.hw=1 debug.sf.hw=1
debug.sf.enable_hwc_vds=0 debug.sf.enable_hwc_vds=0
@ -68,6 +78,13 @@ persist.sys.fuse.passthrough.enable=true
# Gboard # Gboard
ro.com.google.ime.kb_pad_port_b=1 ro.com.google.ime.kb_pad_port_b=1
# GPS
persist.backup.ntpServer="0.pool.ntp.org"
persist.vendor.overlay.izat.optin=rro
# HAL1 app list
camera.hal1.packagelist=com.android.camera,com.android.camera2,com.instagram.android
# IMS # IMS
persist.vendor.ims.disableUserAgent=0 persist.vendor.ims.disableUserAgent=0
@ -95,6 +112,7 @@ media.stagefright.enable-scan=true
media.stagefright.thumbnail.prefer_hw_codecs=true media.stagefright.thumbnail.prefer_hw_codecs=true
mmp.enable.3g2=true mmp.enable.3g2=true
persist.mm.enable.prefetch=true persist.mm.enable.prefetch=true
ro.media.recorder-max-base-layer-fps=60
vidc.dec.enable.downscalar=0 vidc.dec.enable.downscalar=0
vidc.enc.target_support_bframe=1 vidc.enc.target_support_bframe=1
vendor.mm.enable.qcom_parser=16777213 vendor.mm.enable.qcom_parser=16777213
@ -102,6 +120,8 @@ vendor.vidc.dec.enable.downscalar=0
vendor.vidc.enc.disable_bframes=1 vendor.vidc.enc.disable_bframes=1
vendor.vidc.enc.disable.pq=false vendor.vidc.enc.disable.pq=false
# Misc
ro.vendor.qti.sys.fw.bservice_enable=true
# Netflix # Netflix
ro.netflix.bsp_rev=Q660-13149-1 ro.netflix.bsp_rev=Q660-13149-1
@ -122,6 +142,7 @@ persist.radio.VT_CAM_INTERFACE=2
persist.radio.data_con_rprt=1 persist.radio.data_con_rprt=1
persist.vendor.ims.disableADBLogs=1 persist.vendor.ims.disableADBLogs=1
persist.vendor.ims.disableIMSLogs=1 persist.vendor.ims.disableIMSLogs=1
persist.vendor.qti.telephony.vt_cam_interface=2
persist.vendor.radio.enable_temp_dds=true persist.vendor.radio.enable_temp_dds=true
persist.vendor.radio.force_on_dc=true persist.vendor.radio.force_on_dc=true
ril.subscription.types=RUIM ril.subscription.types=RUIM
@ -132,6 +153,9 @@ ro.build.selinux=1
#Storaged #Storaged
ro.storaged.event.interval=99999 ro.storaged.event.interval=99999
# System restart
ro.build.shutdown_timeout=2
# Zygote preforking # Zygote preforking
persist.device_config.runtime_native.usap_pool_enabled=true persist.device_config.runtime_native.usap_pool_enabled=true

View file

@ -1,8 +1,6 @@
# ART # ART
pm.dexopt.ab-ota=speed-profile pm.dexopt.ab-ota=speed-profile
dalvik.vm.dex2oat64.enabled=true dalvik.vm.dex2oat64.enabled=true
ro.vendor.qti.am.reschedule_service=true
ro.sys.fw.dex2oat_thread_count=8
dalvik.vm.boot-dex2oat-cpu-set=0,1,2,3,4,5,6,7 dalvik.vm.boot-dex2oat-cpu-set=0,1,2,3,4,5,6,7
dalvik.vm.boot-dex2oat-threads=8 dalvik.vm.boot-dex2oat-threads=8
dalvik.vm.dex2oat-cpu-set=0,1,2,3,4,5,6,7 dalvik.vm.dex2oat-cpu-set=0,1,2,3,4,5,6,7
@ -98,9 +96,7 @@ persist.vendor.bt.aac_frm_ctl.enabled=true
persist.vendor.qcom.bluetooth.enable.splita2dp=false persist.vendor.qcom.bluetooth.enable.splita2dp=false
ro.vendor.bluetooth.wipower=false ro.vendor.bluetooth.wipower=false
vendor.qcom.bluetooth.soc=cherokee vendor.qcom.bluetooth.soc=cherokee
bt.max.hfpclient.connections=1
ro.vendor.fm.use_audio_session=true ro.vendor.fm.use_audio_session=true
vendor.hw.fm.init=0
# Camera # Camera
persist.vendor.camera.dual.isp.sync=0 persist.vendor.camera.dual.isp.sync=0
@ -108,8 +104,6 @@ persist.vendor.camera.HAL3.enabled=1
persist.vendor.camera.exif.make=Xiaomi persist.vendor.camera.exif.make=Xiaomi
persist.vendor.camera.perflock.enable=0 persist.vendor.camera.perflock.enable=0
vendor.camera.aux.packageblacklist=com.discord vendor.camera.aux.packageblacklist=com.discord
camera.aux.packagelist=com.google.android.GoogleCamera,com.android.camera,org.codeaurora.snapcam
vendor.camera.aux.packagelist=com.google.android.GoogleCamera,com.android.camera,org.codeaurora.snapcam
# Codec2 switch # Codec2 switch
debug.media.codec2=2 debug.media.codec2=2
@ -121,7 +115,6 @@ ro.telephony.iwlan_operation_mode=legacy
ro.vendor.use_data_netmgrd=true ro.vendor.use_data_netmgrd=true
# DPM # DPM
persist.vendor.dpm.loglevel=0
persist.vendor.dpmhalservice.enable=1 persist.vendor.dpmhalservice.enable=1
# DRM # DRM
@ -148,30 +141,20 @@ ro.vendor.qti.va_aosp.support=1
# Fwk detect # Fwk detect
ro.vendor.qti.va_aosp.support=1 ro.vendor.qti.va_aosp.support=1
# GPS
persist.backup.ntpServer="0.pool.ntp.org"
persist.vendor.overlay.izat.optin=rro
# Graphics # Graphics
ro.hardware.egl=adreno ro.hardware.egl=adreno
ro.hardware.vulkan=adreno ro.hardware.vulkan=adreno
vendor.opengles.version=196610 vendor.opengles.version=196610
# HAL1 app list
camera.hal1.packagelist=com.android.camera,com.android.camera2,com.instagram.android
vendor.camera.hal1.packagelist= com.android.camera,com.android.camera2,com.instagram.android
# Media # Media
debug.stagefright.omx_default_rank=0 debug.stagefright.omx_default_rank=0
vidc.enc.dcvs.extra-buff-count=2 vidc.enc.dcvs.extra-buff-count=2
ro.media.recorder-max-base-layer-fps=60
# Misc # Misc
keyguard.no_require_sim=true keyguard.no_require_sim=true
persist.vendor.delta_time.enable=true persist.vendor.delta_time.enable=true
qemu.hw.mainkeys=0 qemu.hw.mainkeys=0
ro.com.android.dataroaming=false ro.com.android.dataroaming=false
ro.vendor.qti.sys.fw.bservice_enable=true
ro.frp.pst=/dev/block/bootdevice/by-name/frp ro.frp.pst=/dev/block/bootdevice/by-name/frp
# QCOM # QCOM
@ -187,7 +170,6 @@ persist.dbg.volte_avail_ovr=1
persist.dbg.vt_avail_ovr=1 persist.dbg.vt_avail_ovr=1
persist.dbg.wfc_avail_ovr=1 persist.dbg.wfc_avail_ovr=1
persist.sys.fflag.override.settings_provider_model=false persist.sys.fflag.override.settings_provider_model=false
persist.vendor.qti.telephony.vt_cam_interface=2
persist.vendor.radio.aosp_usr_pref_sel=true persist.vendor.radio.aosp_usr_pref_sel=true
persist.vendor.radio.add_power_save=1 persist.vendor.radio.add_power_save=1
persist.vendor.radio.apm_sim_not_pwdn=1 persist.vendor.radio.apm_sim_not_pwdn=1
@ -228,9 +210,6 @@ ro.soc.model=SDM660
# SSR # SSR
persist.vendor.ssr.restart_level=ALL_ENABLE persist.vendor.ssr.restart_level=ALL_ENABLE
# System restart
ro.build.shutdown_timeout=2
# USB # USB
vendor.usb.diag.func.name=diag vendor.usb.diag.func.name=diag
vendor.usb.use_ffs_mtp=0 vendor.usb.use_ffs_mtp=0