alioth: Update blobs from V13.0.6.0.SKHMIXM
This commit is contained in:
BIN
proprietary/vendor/bin/batterysecret
vendored
BIN
proprietary/vendor/bin/batterysecret
vendored
Binary file not shown.
BIN
proprietary/vendor/bin/hvdcp_opti
vendored
BIN
proprietary/vendor/bin/hvdcp_opti
vendored
Binary file not shown.
Binary file not shown.
40
proprietary/vendor/bin/init.qti.chg_policy.sh
vendored
40
proprietary/vendor/bin/init.qti.chg_policy.sh
vendored
@@ -1,7 +1,7 @@
|
||||
#! /vendor/bin/sh
|
||||
|
||||
#
|
||||
# Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
|
||||
# Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
@@ -11,36 +11,36 @@
|
||||
export PATH=/vendor/bin
|
||||
|
||||
soc_id=`getprop ro.vendor.qti.soc_id`
|
||||
if [ "$soc_id" -eq 415 ] || [ "$soc_id" -eq 439 ] || [ "$soc_id" -eq 450 ]; then
|
||||
if [ "$soc_id" -eq 415 ] || [ "$soc_id" -eq 439 ] || [ "$soc_id" -eq 450 ] || [ "$soc_id" -eq 475 ] || [ "$soc_id" -eq 497 ] || [ "$soc_id" -eq 498 ] || [ "$soc_id" -eq 499 ] || [ "$soc_id" -eq 515 ]; then
|
||||
setprop persist.vendor.hvdcp_opti.start 2
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "$soc_id" -eq 441 ] || [ "$soc_id" -eq 471 ]; then
|
||||
#Scuba does not support usb-pd or charge pumps
|
||||
find /sys/class/power_supply/battery/ -type f | xargs chown system.system
|
||||
find /sys/class/power_supply/bms/ -type f | xargs chown system.system
|
||||
find /sys/class/power_supply/main/ -type f | xargs chown system.system
|
||||
find /sys/class/power_supply/usb/ -type f | xargs chown system.system
|
||||
find /sys/class/power_supply/battery/ -type f -maxdepth 1 | xargs chown system.system
|
||||
find /sys/class/power_supply/bms/ -type f -maxdepth 1 | xargs chown system.system
|
||||
find /sys/class/power_supply/main/ -type f -maxdepth 1 | xargs chown system.system
|
||||
find /sys/class/power_supply/usb/ -type f -maxdepth 1 | xargs chown system.system
|
||||
else
|
||||
find /sys/class/power_supply/battery/ -type f | xargs chown system.system
|
||||
find /sys/class/power_supply/bms/ -type f | xargs chown system.system
|
||||
find /sys/class/power_supply/main/ -type f | xargs chown system.system
|
||||
find /sys/class/power_supply/usb/ -type f | xargs chown system.system
|
||||
find /sys/class/power_supply/charge_pump_master/ -type f | xargs chown system.system
|
||||
find /sys/class/power_supply/pc_port/ -type f | xargs chown system.system
|
||||
find /sys/class/power_supply/dc/ -type f | xargs chown system.system
|
||||
find /sys/class/power_supply/parallel/ -type f | xargs chown system.system
|
||||
find /sys/class/usbpd/usbpd0/ -type f | xargs chown system.system
|
||||
find /sys/class/qc-vdm/ -type f | xargs chown system.system
|
||||
find /sys/class/charge_pump/ -type f | xargs chown system.system
|
||||
find /sys/class/qcom-battery/ -type f | xargs chown system.system
|
||||
find /sys/class/power_supply/battery/ -type f -maxdepth 1 | xargs chown system.system
|
||||
find /sys/class/power_supply/bms/ -type f -maxdepth 1 | xargs chown system.system
|
||||
find /sys/class/power_supply/main/ -type f -maxdepth 1 | xargs chown system.system
|
||||
find /sys/class/power_supply/usb/ -type f -maxdepth 1 | xargs chown system.system
|
||||
find /sys/class/power_supply/charge_pump_master/ -type f -maxdepth 1 | xargs chown system.system
|
||||
find /sys/class/power_supply/pc_port/ -type f -maxdepth 1 | xargs chown system.system
|
||||
find /sys/class/power_supply/dc/ -type f -maxdepth 1 | xargs chown system.system
|
||||
find /sys/class/power_supply/parallel/ -type f -maxdepth 1 | xargs chown system.system
|
||||
find /sys/class/usbpd/usbpd0/ -type f -maxdepth 1 | xargs chown system.system
|
||||
find /sys/class/qc-vdm/ -type f -maxdepth 1 | xargs chown system.system
|
||||
find /sys/class/charge_pump/ -type f -maxdepth 1 | xargs chown system.system
|
||||
find /sys/class/qcom-battery/ -type f -maxdepth 1 | xargs chown system.system
|
||||
|
||||
for i in 0 1 2 3 4 5 6 7 8 9
|
||||
do
|
||||
devname=`cat /sys/bus/iio/devices/iio:device$i/name`
|
||||
if [[ "$devname" == *smb* ]] || [[ "$devname" == *qg* ]] || [[ "$devname" == *div2_cp* ]]; then
|
||||
find /sys/bus/iio/devices/iio:device$i/ -type f | xargs chown system.system
|
||||
if [[ "$devname" == *smb* ]] || [[ "$devname" == *qg* ]] || [[ "$devname" == *div2_cp* ]] || [[ "$devname" == *div2-cp* ]]; then
|
||||
find /sys/bus/iio/devices/iio:device$i/ -type f -maxdepth 1 | xargs chown system.system
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
BIN
proprietary/vendor/bin/sensors.qti
vendored
BIN
proprietary/vendor/bin/sensors.qti
vendored
Binary file not shown.
BIN
proprietary/vendor/bin/sscrpcd
vendored
BIN
proprietary/vendor/bin/sscrpcd
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,19 +1,6 @@
|
||||
multiCameraEnable=TRUE
|
||||
logInfoMask=0x0
|
||||
overrideLogLevels=0x1
|
||||
logConfigMask=0x0
|
||||
logWarningMask=0x0
|
||||
logVerboseMask=0x0
|
||||
logDRQEnable=0x0
|
||||
logMetaEnable=0x0
|
||||
logRequestMapping=0x0
|
||||
systemLogEnable=TRUE
|
||||
logCoreCfgMask=0
|
||||
enableAsciiLogging=FALSE
|
||||
enableTxtLogging=0
|
||||
traceGroupsEnable=0
|
||||
enable3ADebugData=FALSE
|
||||
enableTuningMetadata=FALSE
|
||||
logInfoMask=0x10098
|
||||
overrideLogLevels=0x1F
|
||||
MPMSizeThresToDisableDelayedUnmap=0
|
||||
MPMForceDisableDelayedUnmap=TRUE
|
||||
#pdafHWEnable=TRUE
|
||||
|
||||
@@ -46,7 +46,7 @@ on early-boot
|
||||
chmod 0664 /mnt/vendor/persist/sensors/sensors_settings
|
||||
chown system system /sys/kernel/boot_adsp/ssr
|
||||
|
||||
on post-fs-data
|
||||
on post-fs-data && property:ro.build.type=userdebug
|
||||
#sensors log dir
|
||||
mkdir /data/vendor/sensors 0777 system system
|
||||
mkdir /data/vendor/sensors/scripts 0777 system system
|
||||
|
||||
@@ -34,4 +34,4 @@ service vendor.sensors /vendor/bin/sscrpcd sensorspd
|
||||
user system
|
||||
group system wakelock
|
||||
capabilities BLOCK_SUSPEND
|
||||
|
||||
shutdown critical
|
||||
|
||||
8
proprietary/vendor/etc/thermald-devices.conf
vendored
8
proprietary/vendor/etc/thermald-devices.conf
vendored
@@ -73,3 +73,11 @@ def_target:0
|
||||
select_higher:1
|
||||
]
|
||||
|
||||
#market_download_limit
|
||||
[
|
||||
name:market_download_limit
|
||||
path:/sys/class/thermal/thermal_message/market_download_limit
|
||||
def_target:0
|
||||
select_higher:1
|
||||
]
|
||||
|
||||
|
||||
BIN
proprietary/vendor/firmware/ipa_fws.b00
vendored
BIN
proprietary/vendor/firmware/ipa_fws.b00
vendored
Binary file not shown.
BIN
proprietary/vendor/firmware/ipa_fws.b01
vendored
BIN
proprietary/vendor/firmware/ipa_fws.b01
vendored
Binary file not shown.
BIN
proprietary/vendor/firmware/ipa_fws.b02
vendored
BIN
proprietary/vendor/firmware/ipa_fws.b02
vendored
Binary file not shown.
BIN
proprietary/vendor/firmware/ipa_fws.elf
vendored
BIN
proprietary/vendor/firmware/ipa_fws.elf
vendored
Binary file not shown.
BIN
proprietary/vendor/firmware/ipa_fws.mdt
vendored
BIN
proprietary/vendor/firmware/ipa_fws.mdt
vendored
Binary file not shown.
BIN
proprietary/vendor/firmware/ipa_uc.b01
vendored
BIN
proprietary/vendor/firmware/ipa_uc.b01
vendored
Binary file not shown.
BIN
proprietary/vendor/firmware/ipa_uc.elf
vendored
BIN
proprietary/vendor/firmware/ipa_uc.elf
vendored
Binary file not shown.
BIN
proprietary/vendor/firmware/ipa_uc.mdt
vendored
BIN
proprietary/vendor/firmware/ipa_uc.mdt
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/hw/audio.primary.kona.so
vendored
BIN
proprietary/vendor/lib/hw/audio.primary.kona.so
vendored
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/lib/liba2dpoffload.so
vendored
BIN
proprietary/vendor/lib/liba2dpoffload.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libaudio_log_utils.so
vendored
BIN
proprietary/vendor/lib/libaudio_log_utils.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libaudioroute_ext.so
vendored
BIN
proprietary/vendor/lib/libaudioroute_ext.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libcamxexternalformatutils.so
vendored
BIN
proprietary/vendor/lib/libcamxexternalformatutils.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libcamximageformatutils.so
vendored
BIN
proprietary/vendor/lib/libcamximageformatutils.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/libcamxncs.so
vendored
BIN
proprietary/vendor/lib/libcamxncs.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/rfsa/adsp/capi_v2_dap_cpdp.so
vendored
BIN
proprietary/vendor/lib/rfsa/adsp/capi_v2_dap_cpdp.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib/rfsa/adsp/hrtf5c.bin
vendored
Normal file
BIN
proprietary/vendor/lib/rfsa/adsp/hrtf5c.bin
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/lib/rfsa/adsp/libfastcvadsp.so
vendored
BIN
proprietary/vendor/lib/rfsa/adsp/libfastcvadsp.so
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/lib/rfsa/adsp/libscveT2T_skel.so
vendored
BIN
proprietary/vendor/lib/rfsa/adsp/libscveT2T_skel.so
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
proprietary/vendor/lib/vndk/libxlog.so
vendored
BIN
proprietary/vendor/lib/vndk/libxlog.so
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user