land: ramdisk: Update from LA.UM.5.6.c1-02300-8x37.0
* restored init.target.rc * removed old paths and services Change-Id: Iac7ddd97989d76132a7ab252586b980976282550
This commit is contained in:
parent
647c0cd3ca
commit
8b2ee0fab3
8 changed files with 851 additions and 632 deletions
|
@ -2,6 +2,7 @@
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
fstab.qcom \
|
fstab.qcom \
|
||||||
init.qcom.rc \
|
init.qcom.rc \
|
||||||
|
init.target.rc \
|
||||||
init.qcom.power.rc \
|
init.qcom.power.rc \
|
||||||
init.qcom.usb.rc \
|
init.qcom.usb.rc \
|
||||||
init.recovery.qcom.rc \
|
init.recovery.qcom.rc \
|
||||||
|
|
|
@ -26,6 +26,14 @@ LOCAL_SRC_FILES := init.qcom.rc
|
||||||
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
||||||
include $(BUILD_PREBUILT)
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := init.target.rc
|
||||||
|
LOCAL_MODULE_TAGS := optional eng
|
||||||
|
LOCAL_MODULE_CLASS := ETC
|
||||||
|
LOCAL_SRC_FILES := init.target.rc
|
||||||
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_MODULE := init.qcom.sh
|
LOCAL_MODULE := init.qcom.sh
|
||||||
LOCAL_MODULE_TAGS := optional eng
|
LOCAL_MODULE_TAGS := optional eng
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (c) 2009-2012, 2014-2015, The Linux Foundation. All rights reserved.
|
# Copyright (c) 2009-2012, 2014-2016, The Linux Foundation. All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions are met:
|
# modification, are permitted provided that the following conditions are met:
|
||||||
|
@ -27,13 +27,9 @@
|
||||||
|
|
||||||
import init.qcom.power.rc
|
import init.qcom.power.rc
|
||||||
import init.qcom.usb.rc
|
import init.qcom.usb.rc
|
||||||
|
import init.target.rc
|
||||||
|
|
||||||
on early-init
|
on early-init
|
||||||
mkdir /firmware 0771 system system
|
|
||||||
mkdir /system 0777 root root
|
|
||||||
symlink /data/tombstones /tombstones
|
|
||||||
mkdir /dsp 0771 media media
|
|
||||||
|
|
||||||
mount debugfs debugfs /sys/kernel/debug
|
mount debugfs debugfs /sys/kernel/debug
|
||||||
chmod 0755 /sys/kernel/debug
|
chmod 0755 /sys/kernel/debug
|
||||||
|
|
||||||
|
@ -43,181 +39,13 @@ on init
|
||||||
# Set permissions for persist partition
|
# Set permissions for persist partition
|
||||||
mkdir /persist 0771 root system
|
mkdir /persist 0771 root system
|
||||||
|
|
||||||
# Support legacy paths
|
# Support legacy path
|
||||||
symlink /sdcard /storage/sdcard0
|
symlink /sdcard /storage/sdcard0
|
||||||
|
|
||||||
write /sys/module/qpnp_rtc/parameters/poweron_alarm 1
|
write /sys/module/qpnp_rtc/parameters/poweron_alarm 1
|
||||||
|
|
||||||
on fs
|
on post-fs
|
||||||
mount_all fstab.qcom
|
chmod 0755 /sys/kernel/debug/tracing
|
||||||
swapon_all fstab.qcom
|
|
||||||
write /proc/sys/vm/page-cluster 0
|
|
||||||
write /proc/sys/vm/swappiness 100
|
|
||||||
|
|
||||||
mkdir /persist/data 0700 system system
|
|
||||||
restorecon_recursive /persist
|
|
||||||
|
|
||||||
# msm specific files that need to be created on /data
|
|
||||||
on post-fs-data
|
|
||||||
mkdir /data/tombstones 0771 system system
|
|
||||||
mkdir /tombstones/modem 0771 system system
|
|
||||||
mkdir /tombstones/lpass 0771 system system
|
|
||||||
mkdir /tombstones/wcnss 0771 system system
|
|
||||||
mkdir /tombstones/dsps 0771 system system
|
|
||||||
mkdir /persist/data/sfs 0700 system system
|
|
||||||
mkdir /persist/data/tz 0700 system system
|
|
||||||
mkdir /data/misc/hbtp 0750 system system
|
|
||||||
mkdir /data/misc/dts 0770 media audio
|
|
||||||
|
|
||||||
#Create directories for Fingerprint
|
|
||||||
mkdir /data/misc/stargate 0770 system system
|
|
||||||
mkdir /data/misc/stargate/bg_estimation 0770 system system
|
|
||||||
mkdir /data/misc/stargate/calib_test 0770 system system
|
|
||||||
mkdir /data/misc/stargate/database 0770 system system
|
|
||||||
|
|
||||||
# Create directory for TZ Apps
|
|
||||||
mkdir /data/misc/qsee 0770 system system
|
|
||||||
|
|
||||||
#Create folder for mm-qcamera-daemon
|
|
||||||
mkdir /data/misc/camera 0770 camera camera
|
|
||||||
|
|
||||||
mkdir /data/media 0770 media_rw media_rw
|
|
||||||
chown media_rw media_rw /data/media
|
|
||||||
|
|
||||||
mkdir /data/misc/ipa 0700 net_admin net_admin
|
|
||||||
|
|
||||||
mkdir /data/misc/bluetooth 0770 bluetooth bluetooth
|
|
||||||
|
|
||||||
# Create the directories used by the Wireless subsystem
|
|
||||||
mkdir /data/misc/wifi 0770 wifi wifi
|
|
||||||
mkdir /data/misc/wifi/sockets 0770 wifi wifi
|
|
||||||
mkdir /data/misc/wifi/wpa_supplicant 0770 wifi wifi
|
|
||||||
mkdir /data/misc/dhcp 0770 dhcp dhcp
|
|
||||||
chown dhcp dhcp /data/misc/dhcp
|
|
||||||
|
|
||||||
#create netmgr log dir
|
|
||||||
mkdir /data/misc/netmgr 0770 radio radio
|
|
||||||
chmod 0770 /data/misc/netmgr
|
|
||||||
|
|
||||||
# Create the directories used by CnE subsystem
|
|
||||||
mkdir /data/connectivity 0771 system system
|
|
||||||
chown system system /data/connectivity
|
|
||||||
|
|
||||||
# Create the directories used by DPM subsystem
|
|
||||||
mkdir /data/dpm 0771 system system
|
|
||||||
chown system system /data/dpm
|
|
||||||
|
|
||||||
mkdir /data/dpm/nsrm 0771 system system
|
|
||||||
chown system system /data/dpm/nsrm
|
|
||||||
|
|
||||||
# Create directory used by audio subsystem
|
|
||||||
mkdir /data/misc/audio 0770 audio audio
|
|
||||||
|
|
||||||
# Create directory for audio delta files
|
|
||||||
mkdir /data/misc/audio/acdbdata 0770 media audio
|
|
||||||
mkdir /data/misc/audio/acdbdata/delta 0770 media audio
|
|
||||||
|
|
||||||
# Create directory used by the DASH client
|
|
||||||
mkdir /data/misc/dash 0770 media audio
|
|
||||||
|
|
||||||
# Create directory used by display clients
|
|
||||||
mkdir /data/misc/display 0770 system graphics
|
|
||||||
|
|
||||||
# Mounting of persist is moved to 'on emmc-fs' and 'on fs' sections
|
|
||||||
# We chown/chmod /persist again so because mount is run as root + defaults
|
|
||||||
chown root system /persist
|
|
||||||
chmod 0771 /persist
|
|
||||||
chmod 0664 /sys/devices/platform/msm_sdcc.1/polling
|
|
||||||
chmod 0664 /sys/devices/platform/msm_sdcc.2/polling
|
|
||||||
chmod 0664 /sys/devices/platform/msm_sdcc.3/polling
|
|
||||||
chmod 0664 /sys/devices/platform/msm_sdcc.4/polling
|
|
||||||
|
|
||||||
# Chown polling nodes as needed from UI running on system server
|
|
||||||
chown system system /sys/devices/platform/msm_sdcc.1/polling
|
|
||||||
chown system system /sys/devices/platform/msm_sdcc.2/polling
|
|
||||||
chown system system /sys/devices/platform/msm_sdcc.3/polling
|
|
||||||
chown system system /sys/devices/platform/msm_sdcc.4/polling
|
|
||||||
|
|
||||||
#Create the symlink to qcn wpa_supplicant folder for ar6000 wpa_supplicant
|
|
||||||
mkdir /data/system 0775 system system
|
|
||||||
#symlink /data/misc/wifi/wpa_supplicant /data/system/wpa_supplicant
|
|
||||||
|
|
||||||
#Create directories for Location services
|
|
||||||
mkdir /data/misc/location 0770 gps gps
|
|
||||||
mkdir /data/misc/location/mq 0770 gps gps
|
|
||||||
mkdir /data/misc/location/xtwifi 0770 gps gps
|
|
||||||
mkdir /data/misc/location/gpsone_d 0770 system gps
|
|
||||||
mkdir /data/misc/location/quipc 0770 gps system
|
|
||||||
mkdir /data/misc/location/gsiff 0770 gps gps
|
|
||||||
|
|
||||||
#Create directory from IMS services
|
|
||||||
mkdir /data/shared 0755
|
|
||||||
chown system system /data/shared
|
|
||||||
|
|
||||||
#Create directory for hostapd
|
|
||||||
mkdir /data/hostapd 0770 system wifi
|
|
||||||
|
|
||||||
# Create /data/time folder for time-services
|
|
||||||
mkdir /data/time/ 0700 system system
|
|
||||||
|
|
||||||
mkdir /data/audio/ 0770 media audio
|
|
||||||
|
|
||||||
# Create a folder for audio delta files
|
|
||||||
mkdir /data/audio/acdbdata 0770 media audio
|
|
||||||
mkdir /data/audio/acdbdata/delta 0770 media audio
|
|
||||||
|
|
||||||
setprop vold.post_fs_data_done 1
|
|
||||||
|
|
||||||
#Create a folder for SRS to be able to create a usercfg file
|
|
||||||
mkdir /data/data/media 0770 media media
|
|
||||||
|
|
||||||
#Create FM dir for patchdownloader
|
|
||||||
mkdir /data/misc/fm 0770 system system
|
|
||||||
chmod 0770 /data/misc/fm
|
|
||||||
|
|
||||||
# RIDL data
|
|
||||||
#mkdir /data/misc/SelfHost/ 0710 system shell
|
|
||||||
#mkdir /data/misc/SelfHost/QCLogs/ 2750 system shell
|
|
||||||
#mkdir /data/misc/SelfHost/QCLogs/temp/ 0700 system shell
|
|
||||||
#mkdir /data/misc/SelfHost/storage/ 0700 system shell
|
|
||||||
#mkdir /data/misc/SelfHost/Running/ 2750 system shell
|
|
||||||
#mkdir /data/misc/SelfHost/socket/ 2770 system system
|
|
||||||
|
|
||||||
#Create PERFD deamon related dirs
|
|
||||||
mkdir /data/system/perfd 0770 root system
|
|
||||||
chmod 2770 /data/system/perfd
|
|
||||||
|
|
||||||
#Create IOP deamon related dirs
|
|
||||||
mkdir /data/misc/iop 0770 root system
|
|
||||||
|
|
||||||
# Mark the copy complete flag to not completed
|
|
||||||
write /data/misc/radio/copy_complete 0
|
|
||||||
chown radio radio /data/misc/radio/copy_complete
|
|
||||||
chmod 0660 /data/misc/radio/copy_complete
|
|
||||||
|
|
||||||
# File flags for prebuilt ril db file
|
|
||||||
write /data/misc/radio/prebuilt_db_support 1
|
|
||||||
chown radio radio /data/misc/radio/prebuilt_db_support
|
|
||||||
chmod 0400 /data/misc/radio/prebuilt_db_support
|
|
||||||
write /data/misc/radio/db_check_done 0
|
|
||||||
chown radio radio /data/misc/radio/db_check_done
|
|
||||||
chmod 0660 /data/misc/radio/db_check_done
|
|
||||||
|
|
||||||
# qti-logkit data
|
|
||||||
mkdir /data/misc/qti-logkit/ 0771 system system
|
|
||||||
mkdir /data/misc/qti-logkit/shared-privileged/ 2770 system system
|
|
||||||
mkdir /data/misc/qti-logkit/shared-public/ 2770 system qcom_diag
|
|
||||||
mkdir /data/misc/qti-logkit/socket-privileged/ 2770 system system
|
|
||||||
mkdir /data/misc/qti-logkit/socket-public/ 2750 system qcom_diag
|
|
||||||
mkdir /data/misc/qti-logkit/logdata/ 2750 system shell
|
|
||||||
|
|
||||||
# Sensors
|
|
||||||
chmod 0775 /persist/sensors
|
|
||||||
chmod 0664 /persist/sensors/sensors_settings
|
|
||||||
chown system root /persist/sensors/sensors_settings
|
|
||||||
|
|
||||||
mkdir /data/misc/sensors
|
|
||||||
chmod 0775 /data/misc/sensors
|
|
||||||
|
|
||||||
on early-boot
|
on early-boot
|
||||||
# set RLIMIT_MEMLOCK to 64MB
|
# set RLIMIT_MEMLOCK to 64MB
|
||||||
|
@ -241,32 +69,10 @@ on early-boot
|
||||||
chmod 0664 /sys/class/graphics/fb0/msm_cmd_autorefresh_en
|
chmod 0664 /sys/class/graphics/fb0/msm_cmd_autorefresh_en
|
||||||
|
|
||||||
on boot
|
on boot
|
||||||
chown bluetooth bluetooth /sys/module/bluetooth_power/parameters/power
|
chown system system /sys/module/radio_iris_transport/parameters/fmsmd_set
|
||||||
chown bluetooth net_bt /sys/class/rfkill/rfkill0/type
|
chmod 0660 /sys/module/radio_iris_transport/parameters/fmsmd_set
|
||||||
chown bluetooth net_bt /sys/class/rfkill/rfkill0/state
|
|
||||||
chown bluetooth bluetooth /proc/bluetooth/sleep/proto
|
|
||||||
chown bluetooth bluetooth /sys/module/hci_uart/parameters/ath_lpm
|
|
||||||
chown bluetooth bluetooth /sys/module/hci_uart/parameters/ath_btwrite
|
|
||||||
chown system system /sys/module/sco/parameters/disable_esco
|
|
||||||
chown bluetooth bluetooth /sys/module/hci_smd/parameters/hcismd_set
|
|
||||||
chmod 0660 /sys/module/bluetooth_power/parameters/power
|
|
||||||
chmod 0660 /sys/module/hci_smd/parameters/hcismd_set
|
|
||||||
chmod 0660 /sys/class/rfkill/rfkill0/state
|
|
||||||
chmod 0660 /proc/bluetooth/sleep/proto
|
|
||||||
chown bluetooth net_bt /dev/ttyHS0
|
|
||||||
chmod 0660 /sys/module/hci_uart/parameters/ath_lpm
|
|
||||||
chmod 0660 /sys/module/hci_uart/parameters/ath_btwrite
|
|
||||||
chmod 0660 /dev/ttyHS0
|
|
||||||
chown bluetooth bluetooth /sys/devices/platform/msm_serial_hs.0/clock
|
|
||||||
chmod 0660 /sys/devices/platform/msm_serial_hs.0/clock
|
|
||||||
|
|
||||||
chmod 0660 /dev/ttyHS2
|
# Create QMUX deamon socket area
|
||||||
chown bluetooth bluetooth /dev/ttyHS2
|
|
||||||
|
|
||||||
chown bluetooth net_bt /sys/class/rfkill/rfkill0/device/extldo
|
|
||||||
chmod 0660 /sys/class/rfkill/rfkill0/device/extldo
|
|
||||||
|
|
||||||
#Create QMUX deamon socket area
|
|
||||||
mkdir /dev/socket/qmux_radio 0770 radio radio
|
mkdir /dev/socket/qmux_radio 0770 radio radio
|
||||||
chmod 2770 /dev/socket/qmux_radio
|
chmod 2770 /dev/socket/qmux_radio
|
||||||
mkdir /dev/socket/qmux_audio 0770 media audio
|
mkdir /dev/socket/qmux_audio 0770 media audio
|
||||||
|
@ -279,57 +85,45 @@ on boot
|
||||||
mkdir /persist/drm 0770 system system
|
mkdir /persist/drm 0770 system system
|
||||||
mkdir /persist/bluetooth 0770 bluetooth bluetooth
|
mkdir /persist/bluetooth 0770 bluetooth bluetooth
|
||||||
mkdir /persist/misc 0770 system system
|
mkdir /persist/misc 0770 system system
|
||||||
|
mkdir /persist/alarm 0770 system system
|
||||||
mkdir /persist/time 0770 system system
|
mkdir /persist/time 0770 system system
|
||||||
|
|
||||||
#Create NETMGR daemon socket area
|
# Create NETMGR daemon socket area
|
||||||
mkdir /dev/socket/netmgr 0750 radio radio
|
mkdir /dev/socket/netmgr 0750 radio radio
|
||||||
|
|
||||||
# Prevents permission denied error for telephony
|
# Prevent permission denied error for telephony
|
||||||
chmod 0644 /proc/cmdline
|
chmod 0644 /proc/cmdline
|
||||||
|
|
||||||
#NULL lixiuzhen 2016\04\03 add ota prop for mbn update
|
# Define TCP buffer sizes for various networks
|
||||||
setprop persist.radio.start_ota_daemon 1
|
# ReadMin, ReadInitial, ReadMax, WriteMin, WriteInitial, WriteMax,
|
||||||
setprop persist.radio.sw_mbn_openmkt 1
|
setprop net.tcp.buffersize.wifi 524288,2097152,4194304,262144,524288,1048576
|
||||||
|
|
||||||
#enable camera read sensors data
|
# enable camera read sensors data
|
||||||
setprop persist.camera.gyro.disable 0
|
setprop persist.camera.gyro.disable 0
|
||||||
setprop persist.camera.stats.test 5
|
|
||||||
|
|
||||||
#Remove SUID bit for iproute2 ip tool
|
# Remove SUID bit for iproute2 ip tool
|
||||||
chmod 0755 /system/bin/ip
|
chmod 0755 /system/bin/ip
|
||||||
|
|
||||||
chmod 0444 /sys/devices/platform/msm_hsusb/gadget/usb_state
|
# Define TCP buffer sizes for various networks
|
||||||
|
# ReadMin, ReadInitial, ReadMax, WriteMin, WriteInitial, WriteMax,
|
||||||
|
setprop net.tcp.buffersize.default 4096,87380,524288,4096,16384,110208
|
||||||
|
setprop net.tcp.buffersize.lte 2097152,4194304,8388608,262144,524288,1048576
|
||||||
|
setprop net.tcp.buffersize.umts 4094,87380,110208,4096,16384,110208
|
||||||
|
setprop net.tcp.buffersize.hspa 4094,87380,1220608,4096,16384,1220608
|
||||||
|
setprop net.tcp.buffersize.hsupa 4094,87380,1220608,4096,16384,1220608
|
||||||
|
setprop net.tcp.buffersize.hsdpa 4094,87380,1220608,4096,16384,1220608
|
||||||
|
setprop net.tcp.buffersize.hspap 4094,87380,1220608,4096,16384,1220608
|
||||||
|
setprop net.tcp.buffersize.edge 4093,26280,35040,4096,16384,35040
|
||||||
|
setprop net.tcp.buffersize.gprs 4092,8760,11680,4096,8760,11680
|
||||||
|
setprop net.tcp.buffersize.evdo 4094,87380,524288,4096,16384,262144
|
||||||
|
|
||||||
#For bridgemgr daemon to inform the USB driver of the correct transport
|
setprop net.tcp.2g_init_rwnd 10
|
||||||
chown radio radio /sys/class/android_usb/f_rmnet_smd_sdio/transport
|
|
||||||
|
|
||||||
# Assign TCP buffer thresholds to be ceiling value of technology maximums
|
# Assign TCP buffer thresholds to be ceiling value of technology maximums
|
||||||
# Increased technology maximums should be reflected here.
|
# Increased technology maximums should be reflected here.
|
||||||
write /proc/sys/net/core/rmem_max 8388608
|
write /proc/sys/net/core/rmem_max 8388608
|
||||||
write /proc/sys/net/core/wmem_max 8388608
|
write /proc/sys/net/core/wmem_max 8388608
|
||||||
|
|
||||||
#To allow interfaces to get v6 address when tethering is enabled
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet0/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet1/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet2/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet3/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet4/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet5/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet6/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet7/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet_sdio0/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet_sdio1/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet_sdio2/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet_sdio3/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet_sdio4/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet_sdio5/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet_sdio6/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet_sdio7/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet_usb0/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet_usb1/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet_usb2/accept_ra 2
|
|
||||||
write /proc/sys/net/ipv6/conf/rmnet_usb3/accept_ra 2
|
|
||||||
|
|
||||||
# To prevent out of order acknowledgements from making
|
# To prevent out of order acknowledgements from making
|
||||||
# connection tracking to treat them as not belonging to
|
# connection tracking to treat them as not belonging to
|
||||||
# the connection they belong to.
|
# the connection they belong to.
|
||||||
|
@ -338,15 +132,9 @@ on boot
|
||||||
# an ack packet comes out of order
|
# an ack packet comes out of order
|
||||||
write /proc/sys/net/netfilter/nf_conntrack_tcp_be_liberal 1
|
write /proc/sys/net/netfilter/nf_conntrack_tcp_be_liberal 1
|
||||||
|
|
||||||
# Set the console loglevel to < KERN_INFO
|
# Allow access to dload sysfs node
|
||||||
# Set the default message loglevel to KERN_INFO
|
chown root system /sys/kernel/dload/emmc_dload
|
||||||
write /proc/sys/kernel/printk "6 6 1 7"
|
chmod 0660 /sys/kernel/dload/emmc_dload
|
||||||
|
|
||||||
# Allow access for CCID command/response timeout configuration
|
|
||||||
chown system system /sys/module/ccid_bridge/parameters/bulk_msg_timeout
|
|
||||||
|
|
||||||
# bond0 used by FST Manager
|
|
||||||
chown wifi wifi /sys/class/net/bond0/bonding/queue_id
|
|
||||||
|
|
||||||
# Goodix Fingerprint
|
# Goodix Fingerprint
|
||||||
chown system system /dev/goodix_fp
|
chown system system /dev/goodix_fp
|
||||||
|
@ -355,21 +143,149 @@ on boot
|
||||||
setprop persist.sys.fp.vendor none
|
setprop persist.sys.fp.vendor none
|
||||||
start gx_fpd
|
start gx_fpd
|
||||||
|
|
||||||
|
# IR blaster
|
||||||
|
chown root system /sys/class/leds/infrared/transmit
|
||||||
|
chown root system /sys/class/leds/infrared/brightness
|
||||||
|
|
||||||
# Notification LEDs
|
# Notification LEDs
|
||||||
chown root system /sys/class/leds/red/blink
|
chown root system /sys/class/leds/red/blink
|
||||||
chown root system /sys/class/leds/green/blink
|
chown root system /sys/class/leds/green/blink
|
||||||
chown root system /sys/class/leds/blue/blink
|
chown root system /sys/class/leds/blue/blink
|
||||||
|
|
||||||
# IR blaster
|
# msm specific files that need to be created on /data
|
||||||
chown root system /sys/class/leds/infrared/transmit
|
on post-fs-data
|
||||||
chown root system /sys/class/leds/infrared/brightness
|
#Create directories for Fingerprint
|
||||||
|
mkdir /data/misc/stargate 0770 system system
|
||||||
|
mkdir /data/misc/stargate/bg_estimation 0770 system system
|
||||||
|
mkdir /data/misc/stargate/calib_test 0770 system system
|
||||||
|
mkdir /data/misc/stargate/database 0770 system system
|
||||||
|
|
||||||
on class_start:late_start
|
# Create directory for TZ Apps
|
||||||
write /proc/sys/net/ipv6/conf/default/accept_ra_defrtr 1
|
mkdir /data/misc/qsee 0770 system system
|
||||||
|
|
||||||
copy /system/vendor/qcril.db /data/misc/radio/qcril.db
|
#Create folder for mm-qcamera-daemon
|
||||||
chown radio radio /data/misc/radio/qcril.db
|
mkdir /data/misc/camera 0770 camera camera
|
||||||
write /data/misc/radio/db_check_done 1
|
|
||||||
|
mkdir /data/media 0770 media_rw media_rw
|
||||||
|
chown media_rw media_rw /data/media
|
||||||
|
|
||||||
|
mkdir /data/misc/bluetooth 0770 bluetooth bluetooth
|
||||||
|
|
||||||
|
# Create the directories used by the Wireless subsystem
|
||||||
|
mkdir /data/misc/wifi 0770 wifi wifi
|
||||||
|
mkdir /data/misc/wifi/sockets 0770 wifi wifi
|
||||||
|
mkdir /data/misc/wifi/wpa_supplicant 0770 wifi wifi
|
||||||
|
mkdir /data/misc/dhcp 0770 dhcp dhcp
|
||||||
|
chown dhcp dhcp /data/misc/dhcp
|
||||||
|
|
||||||
|
# Create netmgr log dir
|
||||||
|
mkdir /data/misc/netmgr 0770 radio radio
|
||||||
|
chmod 0770 /data/misc/netmgr
|
||||||
|
|
||||||
|
# Create the directories used by CnE subsystem
|
||||||
|
mkdir /data/connectivity 0771 system system
|
||||||
|
chown system system /data/connectivity
|
||||||
|
|
||||||
|
# Create the directories used by DPM subsystem
|
||||||
|
mkdir /data/dpm 0771 system system
|
||||||
|
chown system system /data/dpm
|
||||||
|
|
||||||
|
mkdir /data/dpm/nsrm 0771 system system
|
||||||
|
chown system system /data/dpm/nsrm
|
||||||
|
|
||||||
|
# Create directory used by audio subsystem
|
||||||
|
mkdir /data/misc/audio 0770 audio audio
|
||||||
|
|
||||||
|
# Create directory for audio delta files
|
||||||
|
mkdir /data/misc/audio/acdbdata 0770 media audio
|
||||||
|
mkdir /data/misc/audio/acdbdata/delta 0770 media audio
|
||||||
|
|
||||||
|
# Create directory used by display clients
|
||||||
|
mkdir /data/misc/display 0770 system graphics
|
||||||
|
|
||||||
|
# Mounting of persist is moved to 'on emmc-fs' and 'on fs' sections
|
||||||
|
# We chown/chmod /persist again so because mount is run as root + defaults
|
||||||
|
chown root system /persist
|
||||||
|
chmod 0771 /persist
|
||||||
|
chown system system /persist/WCNSS_qcom_wlan_nv.bin
|
||||||
|
|
||||||
|
# Create directories for Location services
|
||||||
|
mkdir /data/misc/location 0770 gps gps
|
||||||
|
mkdir /data/misc/location/mq 0770 gps gps
|
||||||
|
mkdir /data/misc/location/xtwifi 0770 gps gps
|
||||||
|
mkdir /data/misc/location/gpsone_d 0770 system gps
|
||||||
|
mkdir /data/misc/location/quipc 0770 gps system
|
||||||
|
mkdir /data/misc/location/gsiff 0770 gps gps
|
||||||
|
|
||||||
|
# Create directory from IMS services
|
||||||
|
mkdir /data/shared 0755
|
||||||
|
chown system system /data/shared
|
||||||
|
|
||||||
|
# Create directory for hostapd
|
||||||
|
mkdir /data/hostapd 0770 system wifi
|
||||||
|
|
||||||
|
# Create /data/time folder for time-services
|
||||||
|
mkdir /data/time/ 0700 system system
|
||||||
|
|
||||||
|
mkdir /data/audio/ 0770 media audio
|
||||||
|
|
||||||
|
# Create a folder for audio delta files
|
||||||
|
mkdir /data/audio/acdbdata 0770 media audio
|
||||||
|
mkdir /data/audio/acdbdata/delta 0770 media audio
|
||||||
|
|
||||||
|
setprop vold.post_fs_data_done 1
|
||||||
|
|
||||||
|
# Create a folder for SRS to be able to create a usercfg file
|
||||||
|
mkdir /data/data/media 0770 media media
|
||||||
|
|
||||||
|
# Create FM dir for patchdownloader
|
||||||
|
mkdir /data/misc/fm 0770 system system
|
||||||
|
chmod 0770 /data/misc/fm
|
||||||
|
|
||||||
|
# Create PERFD deamon related dirs
|
||||||
|
mkdir /data/system/perfd 0770 root system
|
||||||
|
chmod 2770 /data/system/perfd
|
||||||
|
rm /data/system/perfd/default_values
|
||||||
|
start perfd
|
||||||
|
|
||||||
|
# Create IOP deamon related dirs
|
||||||
|
mkdir /data/misc/iop 0770 root system
|
||||||
|
|
||||||
|
# Mark the copy complete flag to not completed
|
||||||
|
write /data/misc/radio/copy_complete 0
|
||||||
|
chown radio radio /data/misc/radio/copy_complete
|
||||||
|
chmod 0660 /data/misc/radio/copy_complete
|
||||||
|
|
||||||
|
# copy prebuilt qcril.db files always
|
||||||
|
copy /system/vendor/qcril.db /data/misc/radio/qcril_prebuilt.db
|
||||||
|
chown radio radio /data/misc/radio/qcril_prebuilt.db
|
||||||
|
chmod 0660 /data/misc/radio/qcril_prebuilt.db
|
||||||
|
# File flags for prebuilt ril db file
|
||||||
|
write /data/misc/radio/prebuilt_db_support 1
|
||||||
|
chown radio radio /data/misc/radio/prebuilt_db_support
|
||||||
|
chmod 0400 /data/misc/radio/prebuilt_db_support
|
||||||
|
write /data/misc/radio/db_check_done 0
|
||||||
|
chown radio radio /data/misc/radio/db_check_done
|
||||||
|
chmod 0660 /data/misc/radio/db_check_done
|
||||||
|
|
||||||
|
# set aggressive read ahead for dm-0 and dm-1 during boot up
|
||||||
|
write /sys/block/dm-0/queue/read_ahead_kb 2048
|
||||||
|
write /sys/block/dm-1/queue/read_ahead_kb 2048
|
||||||
|
|
||||||
|
# Sensors
|
||||||
|
chmod 0775 /persist/sensors
|
||||||
|
chmod 0664 /persist/sensors/sensors_settings
|
||||||
|
chown system root /persist/sensors/sensors_settings
|
||||||
|
|
||||||
|
mkdir /data/misc/sensors
|
||||||
|
chmod 0775 /data/misc/sensors
|
||||||
|
|
||||||
|
service perfd /system/vendor/bin/perfd
|
||||||
|
class main
|
||||||
|
user root
|
||||||
|
group root readproc
|
||||||
|
disabled
|
||||||
|
socket perfd seqpacket 0666 root system
|
||||||
|
|
||||||
service iop /system/bin/iop
|
service iop /system/bin/iop
|
||||||
class main
|
class main
|
||||||
|
@ -380,14 +296,13 @@ service iop /system/bin/iop
|
||||||
|
|
||||||
on property:sys.boot_completed=1
|
on property:sys.boot_completed=1
|
||||||
write /dev/kmsg "Boot completed "
|
write /dev/kmsg "Boot completed "
|
||||||
#WDSP FW boot sysfs node used by STHAL
|
# Reset read ahead for dm-0 and dm-1 to 512kb
|
||||||
|
write /sys/block/dm-0/queue/read_ahead_kb 512
|
||||||
|
write /sys/block/dm-1/queue/read_ahead_kb 512
|
||||||
|
# WDSP FW boot sysfs node used by STHAL
|
||||||
chown media audio /sys/kernel/wdsp0/boot
|
chown media audio /sys/kernel/wdsp0/boot
|
||||||
|
# CPE fw_name used by sound trigger HAL
|
||||||
#bug156417 zhaoqf_sh add Allow usb charging to be disabled peristently
|
chown media audio /sys/kernel/wcd_cpe0/fw_name
|
||||||
on property:persist.sys.chgdisabled=1
|
|
||||||
write /sys/class/power_supply/battery/charging_enabled 0
|
|
||||||
on property:persist.sys.chgdisabled=0
|
|
||||||
write /sys/class/power_supply/battery/charging_enabled 1
|
|
||||||
|
|
||||||
on property:vold.decrypt=trigger_restart_framework
|
on property:vold.decrypt=trigger_restart_framework
|
||||||
start config_bt_addr
|
start config_bt_addr
|
||||||
|
@ -441,12 +356,12 @@ service hciattach /system/bin/sh /system/etc/init.qcom.bt.sh
|
||||||
on property:bluetooth.hciattach=true
|
on property:bluetooth.hciattach=true
|
||||||
start hciattach
|
start hciattach
|
||||||
|
|
||||||
#FM
|
# FM
|
||||||
on property:hw.fm.init=0
|
on property:hw.fm.init=0
|
||||||
write /sys/module/radio_iris_transport/parameters/fmsmd_set 0
|
write /sys/module/radio_iris_transport/parameters/fmsmd_set 0
|
||||||
|
|
||||||
on property:hw.fm.init=1
|
on property:hw.fm.init=1
|
||||||
write /sys/module/radio_iris_transport/parameters/fmsmd_set 1
|
write /sys/module/radio_iris_transport/parameters/fmsmd_set 1
|
||||||
|
|
||||||
service netmgrd /system/bin/netmgrd
|
service netmgrd /system/bin/netmgrd
|
||||||
class main
|
class main
|
||||||
|
@ -466,22 +381,21 @@ service sensors /system/bin/sensors.qcom
|
||||||
group root
|
group root
|
||||||
writepid /dev/cpuset/system-background/tasks
|
writepid /dev/cpuset/system-background/tasks
|
||||||
|
|
||||||
# Adjust socket buffer to enlarge TCP receive window for high bandwidth (e.g. DO-RevB)
|
# Adjust socket buffer to enlarge TCP receive window for high bandwidth
|
||||||
# but only if ro.data.large_tcp_window_size property is set.
|
# but only if ro.data.large_tcp_window_size property is set.
|
||||||
on property:ro.data.large_tcp_window_size=true
|
on property:ro.data.large_tcp_window_size=true
|
||||||
write /proc/sys/net/ipv4/tcp_adv_win_scale 2
|
write /proc/sys/net/ipv4/tcp_adv_win_scale 2
|
||||||
|
|
||||||
|
on property:sys.sysctl.tcp_adv_win_scale=*
|
||||||
|
write /proc/sys/net/ipv4/tcp_adv_win_scale ${sys.sysctl.tcp_adv_win_scale}
|
||||||
|
|
||||||
service p2p_supplicant /system/bin/wpa_supplicant \
|
service p2p_supplicant /system/bin/wpa_supplicant \
|
||||||
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \
|
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \
|
||||||
-I/system/etc/wifi/p2p_supplicant_overlay.conf -N \
|
-I/system/etc/wifi/p2p_supplicant_overlay.conf -N \
|
||||||
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
|
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
|
||||||
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
|
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
|
||||||
-O/data/misc/wifi/sockets -puse_p2p_group_interface=1 \
|
-O/data/misc/wifi/sockets -puse_p2p_group_interface=1 -dd \
|
||||||
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
|
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
|
||||||
# we will start as root and wpa_supplicant will switch to user wifi
|
|
||||||
# after setting up the capabilities required for WEXT
|
|
||||||
# user wifi
|
|
||||||
# group wifi inet keystore
|
|
||||||
class main
|
class main
|
||||||
socket wpa_wlan0 dgram 660 wifi wifi
|
socket wpa_wlan0 dgram 660 wifi wifi
|
||||||
disabled
|
disabled
|
||||||
|
@ -490,12 +404,8 @@ service p2p_supplicant /system/bin/wpa_supplicant \
|
||||||
service wpa_supplicant /system/bin/wpa_supplicant \
|
service wpa_supplicant /system/bin/wpa_supplicant \
|
||||||
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
|
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
|
||||||
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
|
-I/system/etc/wifi/wpa_supplicant_overlay.conf \
|
||||||
-O/data/misc/wifi/sockets \
|
-O/data/misc/wifi/sockets -dd \
|
||||||
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
|
-e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
|
||||||
# we will start as root and wpa_supplicant will switch to user wifi
|
|
||||||
# after setting up the capabilities required for WEXT
|
|
||||||
# user wifi
|
|
||||||
# group wifi inet keystore
|
|
||||||
class main
|
class main
|
||||||
socket wpa_wlan0 dgram 660 wifi wifi
|
socket wpa_wlan0 dgram 660 wifi wifi
|
||||||
disabled
|
disabled
|
||||||
|
@ -527,30 +437,10 @@ service ril-daemon2 /system/bin/rild -c 2
|
||||||
user root
|
user root
|
||||||
group radio cache inet misc audio log readproc wakelock qcom_diag
|
group radio cache inet misc audio log readproc wakelock qcom_diag
|
||||||
|
|
||||||
service hcidump /system/bin/sh /system/etc/hcidump.sh
|
|
||||||
user bluetooth
|
|
||||||
group bluetooth system net_bt_admin net_admin
|
|
||||||
disabled
|
|
||||||
oneshot
|
|
||||||
|
|
||||||
service charger /charger
|
service charger /charger
|
||||||
class charger
|
class charger
|
||||||
group graphics system
|
group system graphics
|
||||||
seclabel u:r:healthd:s0
|
seclabel u:r:healthd:s0
|
||||||
writepid /dev/cpuset/system-background/tasks
|
|
||||||
|
|
||||||
#+first boot,jiangtao.wt,add 20150810
|
|
||||||
on property:sys.installed.running=1
|
|
||||||
write /sys/power/wake_lock InstalldWakeLock
|
|
||||||
|
|
||||||
on property:sys.installed.running=0
|
|
||||||
write /sys/power/wake_unlock InstalldWakeLock
|
|
||||||
#-first boot,jiangtao.wt,add 20150810
|
|
||||||
|
|
||||||
on property:persist.radio.otaconfig=0
|
|
||||||
setprop persist.radio.start_ota_daemon 0
|
|
||||||
on property:persist.radio.otaconfig=1
|
|
||||||
setprop persist.radio.start_ota_daemon 1
|
|
||||||
|
|
||||||
service msm_irqbalance /system/bin/msm_irqbalance -f /system/vendor/etc/msm_irqbalance.conf
|
service msm_irqbalance /system/bin/msm_irqbalance -f /system/vendor/etc/msm_irqbalance.conf
|
||||||
class late_start
|
class late_start
|
||||||
|
@ -592,144 +482,7 @@ on property:persist.sys.fp.onstart=1
|
||||||
on property:ro.boot.fpsensor=gdx
|
on property:ro.boot.fpsensor=gdx
|
||||||
setprop ro.hardware.fingerprint goodix
|
setprop ro.hardware.fingerprint goodix
|
||||||
|
|
||||||
# Start camera server as daemon
|
|
||||||
service qcamerasvr /system/bin/mm-qcamera-daemon
|
|
||||||
class late_start
|
|
||||||
user camera
|
|
||||||
group camera system inet input graphics
|
|
||||||
writepid /dev/cpuset/system-background/tasks
|
|
||||||
|
|
||||||
# Allow usb charging to be disabled peristently
|
|
||||||
on property:persist.usb.chgdisabled=1
|
|
||||||
write /sys/class/power_supply/battery/charging_enabled 0
|
|
||||||
|
|
||||||
on property:persist.usb.chgdisabled=0
|
|
||||||
write /sys/class/power_supply/battery/charging_enabled 1
|
|
||||||
|
|
||||||
service qseecomd /system/bin/qseecomd
|
|
||||||
class core
|
|
||||||
user root
|
|
||||||
group root
|
|
||||||
|
|
||||||
service perfd /system/vendor/bin/perfd
|
|
||||||
class main
|
|
||||||
user root
|
|
||||||
group root readproc
|
|
||||||
socket perfd seqpacket 0666 root system
|
|
||||||
disabled
|
|
||||||
writepid /dev/cpuset/system-background/tasks
|
|
||||||
|
|
||||||
service thermal-engine /system/vendor/bin/thermal-engine
|
|
||||||
class main
|
|
||||||
user root
|
|
||||||
socket thermal-send-client stream 0666 system system
|
|
||||||
socket thermal-recv-client stream 0660 system system
|
|
||||||
socket thermal-recv-passive-client stream 0666 system system
|
|
||||||
group root
|
|
||||||
|
|
||||||
service time_daemon /system/bin/time_daemon
|
service time_daemon /system/bin/time_daemon
|
||||||
class late_start
|
|
||||||
user root
|
|
||||||
group root
|
|
||||||
writepid /dev/cpuset/system-background/tasks
|
|
||||||
|
|
||||||
service audiod /system/bin/audiod
|
|
||||||
class late_start
|
|
||||||
user system
|
|
||||||
group system
|
|
||||||
|
|
||||||
service wcnss-service /system/bin/wcnss_service
|
|
||||||
class main
|
|
||||||
user system
|
|
||||||
group system wifi radio
|
|
||||||
oneshot
|
|
||||||
|
|
||||||
service imsqmidaemon /system/bin/imsqmidaemon
|
|
||||||
class main
|
|
||||||
user system
|
|
||||||
socket ims_qmid stream 0660 system radio
|
|
||||||
group radio log diag
|
|
||||||
|
|
||||||
service imsdatadaemon /system/bin/imsdatadaemon
|
|
||||||
class main
|
|
||||||
user system
|
|
||||||
socket ims_datad stream 0660 system radio
|
|
||||||
group system wifi radio inet log diag
|
|
||||||
writepid /dev/cpuset/system-background/tasks
|
|
||||||
disabled
|
|
||||||
|
|
||||||
on property:sys.ims.QMI_DAEMON_STATUS=1
|
|
||||||
start imsdatadaemon
|
|
||||||
|
|
||||||
service ims_rtp_daemon /system/bin/ims_rtp_daemon
|
|
||||||
class main
|
|
||||||
user system
|
|
||||||
socket ims_rtpd stream 0660 system radio
|
|
||||||
group radio diag diag inet log
|
|
||||||
disabled
|
|
||||||
|
|
||||||
service imscmservice /system/bin/imscmservice
|
|
||||||
class main
|
|
||||||
user system
|
|
||||||
group radio diag inet log
|
|
||||||
writepid /dev/cpuset/system-background/tasks
|
|
||||||
disabled
|
|
||||||
|
|
||||||
on property:sys.ims.DATA_DAEMON_STATUS=1
|
|
||||||
start ims_rtp_daemon
|
|
||||||
start imscmservice
|
|
||||||
|
|
||||||
service ppd /system/vendor/bin/mm-pp-dpps
|
|
||||||
class late_start
|
|
||||||
disabled
|
|
||||||
user system
|
|
||||||
socket pps stream 0660 system system
|
|
||||||
group system graphics
|
|
||||||
|
|
||||||
on property:init.svc.surfaceflinger=stopped
|
|
||||||
stop ppd
|
|
||||||
|
|
||||||
on property:init.svc.surfaceflinger=running
|
|
||||||
start ppd
|
|
||||||
|
|
||||||
on property:init.svc.surfaceflinger=restarting
|
|
||||||
stop ppd
|
|
||||||
|
|
||||||
on property:init.svc.zygote=stopped
|
|
||||||
stop ppd
|
|
||||||
|
|
||||||
on property:init.svc.zygote=running
|
|
||||||
start ppd
|
|
||||||
|
|
||||||
on property:init.svc.zygote=restarting
|
|
||||||
stop ppd
|
|
||||||
|
|
||||||
on charger
|
|
||||||
wait /dev/block/bootdevice/by-name/system
|
|
||||||
mount ext4 /dev/block/bootdevice/by-name/system /system ro barrier=1
|
|
||||||
load_all_props
|
|
||||||
setprop persist.sys.usb.config mass_storage
|
|
||||||
setprop persist.sys.usb.config mass_storage
|
|
||||||
start hvdcp_opti
|
|
||||||
|
|
||||||
service hbtp /system/vendor/bin/hbtp_daemon
|
|
||||||
class main
|
|
||||||
user system
|
|
||||||
group system
|
|
||||||
disabled
|
|
||||||
|
|
||||||
service adsprpcd /system/bin/adsprpcd
|
|
||||||
class main
|
|
||||||
user media
|
|
||||||
group media
|
|
||||||
|
|
||||||
service per_mgr /system/bin/pm-service
|
|
||||||
class core
|
|
||||||
user system
|
|
||||||
group system net_raw
|
|
||||||
writepid /dev/cpuset/system-background/tasks
|
|
||||||
|
|
||||||
service hvdcp_opti /system/bin/hvdcp_opti
|
|
||||||
class main
|
class main
|
||||||
user root
|
user root
|
||||||
group root
|
group root
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/system/bin/sh
|
#!/system/bin/sh
|
||||||
# Copyright (c) 2009-2015, The Linux Foundation. All rights reserved.
|
# Copyright (c) 2009-2017, The Linux Foundation. All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions are met:
|
# modification, are permitted provided that the following conditions are met:
|
||||||
|
@ -29,6 +29,12 @@
|
||||||
# Set shared touchpanel nodes ownership (these are proc_symlinks to the real sysfs nodes)
|
# Set shared touchpanel nodes ownership (these are proc_symlinks to the real sysfs nodes)
|
||||||
chown -LR system.system /proc/touchpanel
|
chown -LR system.system /proc/touchpanel
|
||||||
|
|
||||||
|
#
|
||||||
|
# Copy qcril.db if needed for RIL
|
||||||
|
#
|
||||||
|
start_copying_prebuilt_qcril_db
|
||||||
|
echo 1 > /data/misc/radio/db_check_done
|
||||||
|
|
||||||
#
|
#
|
||||||
# Make modem config folder and copy firmware config to that folder for RIL
|
# Make modem config folder and copy firmware config to that folder for RIL
|
||||||
#
|
#
|
||||||
|
@ -39,7 +45,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cur_version_info=`cat /firmware/verinfo/ver_info.txt`
|
cur_version_info=`cat /firmware/verinfo/ver_info.txt`
|
||||||
if [ "$prev_version_info" != "$cur_version_info" ]; then
|
if [ ! -f /firmware/verinfo/ver_info.txt -o "$prev_version_info" != "$cur_version_info" ]; then
|
||||||
rm -rf /data/misc/radio/modem_config
|
rm -rf /data/misc/radio/modem_config
|
||||||
mkdir /data/misc/radio/modem_config
|
mkdir /data/misc/radio/modem_config
|
||||||
chmod 770 /data/misc/radio/modem_config
|
chmod 770 /data/misc/radio/modem_config
|
||||||
|
@ -48,4 +54,6 @@ if [ "$prev_version_info" != "$cur_version_info" ]; then
|
||||||
cp /firmware/verinfo/ver_info.txt /data/misc/radio/ver_info.txt
|
cp /firmware/verinfo/ver_info.txt /data/misc/radio/ver_info.txt
|
||||||
chown radio.radio /data/misc/radio/ver_info.txt
|
chown radio.radio /data/misc/radio/ver_info.txt
|
||||||
fi
|
fi
|
||||||
|
cp /firmware/image/modem_pr/mbn_ota.txt /data/misc/radio/modem_config
|
||||||
|
chown radio.radio /data/misc/radio/modem_config/mbn_ota.txt
|
||||||
echo 1 > /data/misc/radio/copy_complete
|
echo 1 > /data/misc/radio/copy_complete
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,5 @@
|
||||||
#!/system/bin/sh
|
#!/system/bin/sh
|
||||||
# Copyright (c) 2012, The Linux Foundation. All rights reserved.
|
# Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions are
|
# modification, are permitted provided that the following conditions are
|
||||||
|
@ -93,80 +93,103 @@ fi
|
||||||
|
|
||||||
target=`getprop ro.board.platform`
|
target=`getprop ro.board.platform`
|
||||||
|
|
||||||
|
# soc_ids for 8937
|
||||||
|
if [ -f /sys/devices/soc0/soc_id ]; then
|
||||||
|
soc_id=`cat /sys/devices/soc0/soc_id`
|
||||||
|
else
|
||||||
|
soc_id=`cat /sys/devices/system/soc/soc0/id`
|
||||||
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
# Allow USB enumeration with default PID/VID
|
# Allow USB enumeration with default PID/VID
|
||||||
#
|
#
|
||||||
baseband=`getprop ro.baseband`
|
baseband=`getprop ro.baseband`
|
||||||
|
|
||||||
echo 1 > /sys/class/android_usb/f_mass_storage/lun/nofua
|
echo 1 > /sys/class/android_usb/f_mass_storage/lun/nofua
|
||||||
usb_config=`getprop persist.sys.usb.config`
|
usb_config=`getprop persist.sys.usb.config`
|
||||||
case "$usb_config" in
|
case "$usb_config" in
|
||||||
"" | "adb") #USB persist config not set, select default configuration
|
"" | "adb") #USB persist config not set, select default configuration
|
||||||
case "$esoc_link" in
|
case "$esoc_link" in
|
||||||
"HSIC")
|
|
||||||
setprop persist.sys.usb.config diag,diag_mdm,serial_hsic,serial_tty,rmnet_hsic,mass_storage,adb
|
|
||||||
setprop persist.rmnet.mux enabled
|
|
||||||
;;
|
|
||||||
"HSIC+PCIe")
|
|
||||||
setprop persist.sys.usb.config diag,diag_mdm,serial_hsic,rmnet_qti_ether,mass_storage,adb
|
|
||||||
;;
|
|
||||||
"PCIe")
|
"PCIe")
|
||||||
setprop persist.sys.usb.config diag,diag_mdm,serial_cdev,rmnet_qti_ether,mass_storage,adb
|
setprop persist.sys.usb.config diag,diag_mdm,serial_cdev,rmnet_qti_ether,mass_storage,adb
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
case "$baseband" in
|
case "$baseband" in
|
||||||
"mdm")
|
"apq")
|
||||||
setprop persist.sys.usb.config diag,diag_mdm,serial_hsic,serial_tty,rmnet_hsic,mass_storage,adb
|
setprop persist.sys.usb.config diag,adb
|
||||||
;;
|
;;
|
||||||
"mdm2")
|
*)
|
||||||
setprop persist.sys.usb.config diag,diag_mdm,serial_hsic,serial_tty,rmnet_hsic,mass_storage,adb
|
case "$soc_hwplatform" in
|
||||||
;;
|
"Dragon" | "SBC")
|
||||||
"sglte")
|
setprop persist.sys.usb.config diag,adb
|
||||||
setprop persist.sys.usb.config diag,diag_qsc,serial_smd,serial_tty,serial_hsuart,rmnet_hsuart,mass_storage,adb
|
;;
|
||||||
;;
|
*)
|
||||||
"dsda" | "sglte2")
|
case "$target" in
|
||||||
setprop persist.sys.usb.config diag,diag_mdm,diag_qsc,serial_hsic,serial_hsuart,rmnet_hsic,rmnet_hsuart,mass_storage,adb
|
"msm8916")
|
||||||
;;
|
setprop persist.sys.usb.config diag,serial_smd,rmnet_bam,adb
|
||||||
"dsda2")
|
;;
|
||||||
setprop persist.sys.usb.config diag,diag_mdm,diag_mdm2,serial_hsic,serial_hsusb,rmnet_hsic,rmnet_hsusb,mass_storage,adb
|
"msm8994" | "msm8992")
|
||||||
;;
|
setprop persist.sys.usb.config diag,serial_smd,serial_tty,rmnet_ipa,mass_storage,adb
|
||||||
*)
|
;;
|
||||||
case "$target" in
|
"msm8996")
|
||||||
"msm8916")
|
setprop persist.sys.usb.config diag,serial_cdev,serial_tty,rmnet_ipa,mass_storage,adb
|
||||||
setprop persist.sys.usb.config diag,serial_smd,rmnet_bam,adb
|
;;
|
||||||
;;
|
"msm8909")
|
||||||
"msm8994" | "msm8992")
|
setprop persist.sys.usb.config diag,serial_smd,rmnet_qti_bam,adb
|
||||||
if [ "$soc_hwplatform" == "Dragon" ]; then
|
;;
|
||||||
setprop persist.sys.usb.config diag,adb
|
"msm8937")
|
||||||
else
|
case "$soc_id" in
|
||||||
setprop persist.sys.usb.config diag,serial_smd,serial_tty,rmnet_ipa,mass_storage,adb
|
"313" | "320")
|
||||||
fi
|
setprop persist.sys.usb.config diag,serial_smd,rmnet_ipa,adb
|
||||||
;;
|
;;
|
||||||
"msm8996")
|
*)
|
||||||
if [ "$soc_revision" == "1.0" -o "$soc_hwplatform" == "Dragon" ]
|
setprop persist.sys.usb.config diag,serial_smd,rmnet_qti_bam,adb
|
||||||
then
|
;;
|
||||||
setprop persist.sys.usb.config diag,adb
|
esac
|
||||||
else
|
;;
|
||||||
setprop persist.sys.usb.config diag,serial_cdev,serial_tty,rmnet_ipa,mass_storage,adb
|
"msm8952" | "msm8953")
|
||||||
fi
|
setprop persist.sys.usb.config diag,serial_smd,rmnet_ipa,adb
|
||||||
;;
|
;;
|
||||||
"msm8909" | "msm8937")
|
"msm8998")
|
||||||
setprop persist.sys.usb.config diag,serial_smd,rmnet_qti_bam,adb
|
setprop persist.sys.usb.config diag,serial_cdev,rmnet_gsi,adb
|
||||||
;;
|
;;
|
||||||
"msm8952" | "msm8953")
|
*)
|
||||||
setprop persist.sys.usb.config diag,serial_smd,rmnet_ipa,adb
|
setprop persist.sys.usb.config diag,adb
|
||||||
;;
|
;;
|
||||||
*)
|
esac
|
||||||
setprop persist.sys.usb.config diag,adb
|
;;
|
||||||
;;
|
esac
|
||||||
esac
|
;;
|
||||||
;;
|
esac
|
||||||
esac
|
;;
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
* ) ;; #USB persist config exists, do nothing
|
* ) ;; #USB persist config exists, do nothing
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# set USB controller's device node
|
||||||
|
case "$target" in
|
||||||
|
"msm8996")
|
||||||
|
setprop sys.usb.controller "6a00000.dwc3"
|
||||||
|
setprop sys.usb.rndis.func.name "rndis_bam"
|
||||||
|
;;
|
||||||
|
"msm8998")
|
||||||
|
setprop sys.usb.controller "a800000.dwc3"
|
||||||
|
setprop sys.usb.rndis.func.name "gsi"
|
||||||
|
;;
|
||||||
|
"msmfalcon")
|
||||||
|
setprop sys.usb.controller "a800000.dwc3"
|
||||||
|
setprop sys.usb.rndis.func.name "rndis_bam"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# check configfs is mounted or not
|
||||||
|
if [ -d /config/usb_gadget ]; then
|
||||||
|
setprop sys.usb.configfs 1
|
||||||
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
# Do target specific things
|
# Do target specific things
|
||||||
#
|
#
|
||||||
|
@ -192,6 +215,13 @@ case "$target" in
|
||||||
echo 131072 > /sys/module/g_android/parameters/mtp_tx_req_len
|
echo 131072 > /sys/module/g_android/parameters/mtp_tx_req_len
|
||||||
echo 131072 > /sys/module/g_android/parameters/mtp_rx_req_len
|
echo 131072 > /sys/module/g_android/parameters/mtp_rx_req_len
|
||||||
;;
|
;;
|
||||||
|
"msm8937")
|
||||||
|
case "$soc_id" in
|
||||||
|
"313" | "320")
|
||||||
|
echo BAM2BAM_IPA > /sys/class/android_usb/android0/f_rndis_qc/rndis_transports
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
185
rootdir/init.target.rc
Normal file
185
rootdir/init.target.rc
Normal file
|
@ -0,0 +1,185 @@
|
||||||
|
# Copyright (c) 2014-2016, The Linux Foundation. All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
# modification, are permitted provided that the following conditions are
|
||||||
|
# met:
|
||||||
|
# * Redistributions of source code must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
# * Redistributions in binary form must reproduce the above
|
||||||
|
# copyright notice, this list of conditions and the following
|
||||||
|
# disclaimer in the documentation and/or other materials provided
|
||||||
|
# with the distribution.
|
||||||
|
# * Neither the name of The Linux Foundation nor the names of its
|
||||||
|
# contributors may be used to endorse or promote products derived
|
||||||
|
# from this software without specific prior written permission.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||||
|
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||||
|
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
|
||||||
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
||||||
|
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||||
|
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||||
|
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||||
|
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
|
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
||||||
|
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||||
|
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
||||||
|
on early-init
|
||||||
|
mkdir /firmware 0771 system system
|
||||||
|
mkdir /system 0777 root root
|
||||||
|
symlink /data/tombstones /tombstones
|
||||||
|
mkdir /dsp 0771 media media
|
||||||
|
|
||||||
|
on fs
|
||||||
|
wait /dev/block/bootdevice
|
||||||
|
|
||||||
|
mount_all fstab.qcom
|
||||||
|
swapon_all fstab.qcom
|
||||||
|
write /proc/sys/vm/page-cluster 0
|
||||||
|
write /proc/sys/vm/swappiness 100
|
||||||
|
|
||||||
|
mkdir /persist/data 0700 system system
|
||||||
|
mkdir /persist/bms 0700 root system
|
||||||
|
restorecon_recursive /persist
|
||||||
|
|
||||||
|
on post-fs-data
|
||||||
|
mkdir /data/tombstones 0771 system system
|
||||||
|
mkdir /tombstones/modem 0771 system system
|
||||||
|
mkdir /tombstones/lpass 0771 system system
|
||||||
|
mkdir /tombstones/wcnss 0771 system system
|
||||||
|
mkdir /tombstones/dsps 0771 system system
|
||||||
|
mkdir /persist/data/sfs 0700 system system
|
||||||
|
mkdir /persist/data/tz 0700 system system
|
||||||
|
mkdir /data/misc/hbtp 0750 system system
|
||||||
|
mkdir /data/misc/dts 0770 media audio
|
||||||
|
|
||||||
|
# Start camera server as daemon
|
||||||
|
service qcamerasvr /system/bin/mm-qcamera-daemon
|
||||||
|
class late_start
|
||||||
|
user camera
|
||||||
|
group camera system inet input graphics
|
||||||
|
writepid /dev/cpuset/system-background/tasks
|
||||||
|
|
||||||
|
# Allow usb charging to be disabled peristently
|
||||||
|
on property:persist.usb.chgdisabled=1
|
||||||
|
write /sys/class/power_supply/battery/charging_enabled 0
|
||||||
|
|
||||||
|
on property:persist.usb.chgdisabled=0
|
||||||
|
write /sys/class/power_supply/battery/charging_enabled 1
|
||||||
|
|
||||||
|
service qseecomd /system/bin/qseecomd
|
||||||
|
class core
|
||||||
|
user root
|
||||||
|
group root
|
||||||
|
|
||||||
|
service thermal-engine /system/vendor/bin/thermal-engine
|
||||||
|
class main
|
||||||
|
user root
|
||||||
|
socket thermal-send-client stream 0666 system system
|
||||||
|
socket thermal-recv-client stream 0660 system system
|
||||||
|
socket thermal-recv-passive-client stream 0666 system system
|
||||||
|
group root
|
||||||
|
|
||||||
|
service audiod /system/bin/audiod
|
||||||
|
class late_start
|
||||||
|
user system
|
||||||
|
group system
|
||||||
|
|
||||||
|
service wcnss-service /system/bin/wcnss_service
|
||||||
|
class main
|
||||||
|
user system
|
||||||
|
group system wifi radio
|
||||||
|
oneshot
|
||||||
|
|
||||||
|
service imsqmidaemon /system/bin/imsqmidaemon
|
||||||
|
class main
|
||||||
|
user system
|
||||||
|
socket ims_qmid stream 0660 system radio
|
||||||
|
group radio log diag
|
||||||
|
|
||||||
|
service imsdatadaemon /system/bin/imsdatadaemon
|
||||||
|
class main
|
||||||
|
user system
|
||||||
|
socket ims_datad stream 0660 system radio
|
||||||
|
group system wifi radio inet log diag
|
||||||
|
writepid /dev/cpuset/system-background/tasks
|
||||||
|
disabled
|
||||||
|
|
||||||
|
on property:sys.ims.QMI_DAEMON_STATUS=1
|
||||||
|
start imsdatadaemon
|
||||||
|
|
||||||
|
service ims_rtp_daemon /system/bin/ims_rtp_daemon
|
||||||
|
class main
|
||||||
|
user system
|
||||||
|
socket ims_rtpd stream 0660 system radio
|
||||||
|
group radio diag diag inet log
|
||||||
|
disabled
|
||||||
|
|
||||||
|
service imscmservice /system/bin/imscmservice
|
||||||
|
class main
|
||||||
|
user system
|
||||||
|
group radio diag inet log
|
||||||
|
writepid /dev/cpuset/system-background/tasks
|
||||||
|
disabled
|
||||||
|
|
||||||
|
on property:sys.ims.DATA_DAEMON_STATUS=1
|
||||||
|
start ims_rtp_daemon
|
||||||
|
start imscmservice
|
||||||
|
|
||||||
|
service ppd /system/vendor/bin/mm-pp-dpps
|
||||||
|
class late_start
|
||||||
|
disabled
|
||||||
|
user system
|
||||||
|
socket pps stream 0660 system system
|
||||||
|
group system graphics
|
||||||
|
|
||||||
|
on property:init.svc.surfaceflinger=stopped
|
||||||
|
stop ppd
|
||||||
|
|
||||||
|
on property:init.svc.surfaceflinger=running
|
||||||
|
start ppd
|
||||||
|
|
||||||
|
on property:init.svc.surfaceflinger=restarting
|
||||||
|
stop ppd
|
||||||
|
|
||||||
|
on property:init.svc.zygote=stopped
|
||||||
|
stop ppd
|
||||||
|
|
||||||
|
on property:init.svc.zygote=running
|
||||||
|
start ppd
|
||||||
|
|
||||||
|
on property:init.svc.zygote=restarting
|
||||||
|
stop ppd
|
||||||
|
|
||||||
|
on charger
|
||||||
|
wait /dev/block/bootdevice/by-name/system
|
||||||
|
mount ext4 /dev/block/bootdevice/by-name/system /system ro barrier=1
|
||||||
|
load_all_props
|
||||||
|
setprop sys.usb.configfs 0
|
||||||
|
setprop persist.sys.usb.config mass_storage
|
||||||
|
start hvdcp_opti
|
||||||
|
|
||||||
|
service hbtp /system/vendor/bin/hbtp_daemon
|
||||||
|
class main
|
||||||
|
user system
|
||||||
|
group system
|
||||||
|
disabled
|
||||||
|
|
||||||
|
service adsprpcd /system/bin/adsprpcd
|
||||||
|
class main
|
||||||
|
user media
|
||||||
|
group media
|
||||||
|
|
||||||
|
service per_mgr /system/bin/pm-service
|
||||||
|
class core
|
||||||
|
user system
|
||||||
|
group system net_raw
|
||||||
|
writepid /dev/cpuset/system-background/tasks
|
||||||
|
|
||||||
|
service hvdcp_opti /system/bin/hvdcp_opti
|
||||||
|
class main
|
||||||
|
user root
|
||||||
|
group root
|
|
@ -103,12 +103,20 @@
|
||||||
/dev/mhi_pipe_14 0640 radio radio
|
/dev/mhi_pipe_14 0640 radio radio
|
||||||
/dev/mhi_pipe_16 0640 radio radio
|
/dev/mhi_pipe_16 0640 radio radio
|
||||||
/dev/mhi_pipe_32 0640 radio radio
|
/dev/mhi_pipe_32 0640 radio radio
|
||||||
|
/dev/at_usb0 0640 radio radio
|
||||||
|
/dev/at_mdm0 0640 radio radio
|
||||||
/dev/video* 0660 system camera
|
/dev/video* 0660 system camera
|
||||||
/dev/media* 0660 system camera
|
/dev/media* 0660 system camera
|
||||||
/dev/v4l-subdev* 0660 system camera
|
/dev/v4l-subdev* 0660 system camera
|
||||||
/dev/qseecom 0660 system drmrpc
|
/dev/qseecom 0660 system drmrpc
|
||||||
|
/dev/qsee_ipc_irq_spss 0660 system drmrpc
|
||||||
/dev/seemplog 0660 system system
|
/dev/seemplog 0660 system system
|
||||||
/dev/pft 0660 system drmrpc
|
/dev/pft 0660 system drmrpc
|
||||||
|
/dev/spcom 0660 system system
|
||||||
|
/dev/sp_kernel 0660 system system
|
||||||
|
/dev/sp_ssr 0660 system system
|
||||||
|
/dev/sp_keymaster 0660 system system
|
||||||
|
/dev/cryptoapp 0660 system system
|
||||||
/dev/gemini0 0660 system camera
|
/dev/gemini0 0660 system camera
|
||||||
/dev/jpeg0 0660 system camera
|
/dev/jpeg0 0660 system camera
|
||||||
/dev/jpeg1 0660 system camera
|
/dev/jpeg1 0660 system camera
|
||||||
|
@ -117,6 +125,7 @@
|
||||||
/dev/adsprpc-smd 0664 system system
|
/dev/adsprpc-smd 0664 system system
|
||||||
/dev/system_health_monitor 0644 radio system
|
/dev/system_health_monitor 0644 radio system
|
||||||
/dev/mdss_rotator 0664 system system
|
/dev/mdss_rotator 0664 system system
|
||||||
|
/dev/earlycamera 0666 system system
|
||||||
# wlan
|
# wlan
|
||||||
/dev/wcnss_wlan 0660 system system
|
/dev/wcnss_wlan 0660 system system
|
||||||
/dev/wcnss_ctrl 0660 system system
|
/dev/wcnss_ctrl 0660 system system
|
||||||
|
@ -131,9 +140,10 @@
|
||||||
/dev/msm_vidc_enc 0660 system audio
|
/dev/msm_vidc_enc 0660 system audio
|
||||||
/dev/msm_rotator 0660 system system
|
/dev/msm_rotator 0660 system system
|
||||||
/dev/hw_random 0600 root root
|
/dev/hw_random 0600 root root
|
||||||
/dev/adsprpc-smd 0664 system system
|
/dev/sdsprpc-smd 0660 system system
|
||||||
|
|
||||||
#permissions for audio
|
#permissions for audio
|
||||||
|
/dev/wcd-dsp-glink 0660 system audio
|
||||||
/dev/audio_slimslave 0660 system audio
|
/dev/audio_slimslave 0660 system audio
|
||||||
/dev/msm_qcelp 0660 system audio
|
/dev/msm_qcelp 0660 system audio
|
||||||
/dev/msm_evrc 0660 system audio
|
/dev/msm_evrc 0660 system audio
|
||||||
|
@ -209,6 +219,14 @@
|
||||||
/sys/devices/soc/78b7000.i2c/i2c-3/3-0020/input/input* secure_touch_enable 0660 system drmrpc
|
/sys/devices/soc/78b7000.i2c/i2c-3/3-0020/input/input* secure_touch_enable 0660 system drmrpc
|
||||||
/sys/devices/soc/78b7000.i2c/i2c-3/3-0038/input/input* secure_touch 0440 system drmrpc
|
/sys/devices/soc/78b7000.i2c/i2c-3/3-0038/input/input* secure_touch 0440 system drmrpc
|
||||||
/sys/devices/soc/78b7000.i2c/i2c-3/3-0038/input/input* secure_touch_enable 0660 system drmrpc
|
/sys/devices/soc/78b7000.i2c/i2c-3/3-0038/input/input* secure_touch_enable 0660 system drmrpc
|
||||||
|
/sys/devices/soc/78b7000.i2c/i2c-3/3-004b/input/input* secure_touch 0440 system drmrpc
|
||||||
|
/sys/devices/soc/78b7000.i2c/i2c-3/3-004b/input/input* secure_touch_enable 0660 system drmrpc
|
||||||
|
/sys/devices/soc/c179000.i2c/i2c-5/5-0020/input/input* secure_touch 0440 system drmrpc
|
||||||
|
/sys/devices/soc/c179000.i2c/i2c-5/5-0020/input/input* secure_touch_enable 0660 system drmrpc
|
||||||
|
|
||||||
|
# laser sensor access
|
||||||
|
/sys/devices/virtual/input/input* enable_ps_sensor 0660 system system
|
||||||
|
/sys/devices/virtual/input/input* set_delay_ms 0660 system system
|
||||||
|
|
||||||
# vm_bms
|
# vm_bms
|
||||||
/dev/vm_bms 0660 system system
|
/dev/vm_bms 0660 system system
|
||||||
|
@ -248,9 +266,12 @@
|
||||||
|
|
||||||
# Add device block for FRP
|
# Add device block for FRP
|
||||||
/dev/block/platform/soc/7824900.sdhci/by-name/config 0600 system system
|
/dev/block/platform/soc/7824900.sdhci/by-name/config 0600 system system
|
||||||
|
/dev/block/platform/soc/7464900.sdhci/by-name/frp 0600 system system
|
||||||
|
/dev/block/platform/soc/624000.ufshc/by-name/frp 0600 system system
|
||||||
|
/dev/block/platform/soc/1da4000.ufshc/by-name/frp 0600 system system
|
||||||
|
|
||||||
# fpc Fingerprint
|
# fpc Fingerprint
|
||||||
/sys/devices/soc/soc:fpc1020 hw_reset 0220 system system
|
/sys/devices/soc/soc:fpc1020 hw_reset 0220 system system
|
||||||
/sys/devices/soc/soc:fpc1020 irq 0660 system system
|
/sys/devices/soc/soc:fpc1020 irq 0660 system system
|
||||||
/sys/devices/soc/soc:fpc1020 wakeup_enable 0220 system system
|
/sys/devices/soc/soc:fpc1020 wakeup_enable 0220 system system
|
||||||
/sys/devices/soc/soc:fpc1020 compatible_all 0220 system system
|
/sys/devices/soc/soc:fpc1020 compatible_all 0220 system system
|
||||||
|
|
Loading…
Reference in a new issue