2017-06-05 16:55:38 +00:00
|
|
|
# Copyright (c) 2009-2012, 2014-2017, The Linux Foundation. All rights reserved.
|
2016-10-29 17:44:10 +00:00
|
|
|
#
|
|
|
|
# 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 BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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.
|
|
|
|
#
|
|
|
|
|
2017-05-19 15:32:12 +00:00
|
|
|
import /vendor/etc/init/hw/init.qcom.power.rc
|
|
|
|
import /vendor/etc/init/hw/init.qcom.usb.rc
|
|
|
|
import /vendor/etc/init/hw/init.target.rc
|
|
|
|
import /vendor/etc/init/hw/init.device.rc
|
2016-10-29 17:44:10 +00:00
|
|
|
|
|
|
|
on early-init
|
|
|
|
mount debugfs debugfs /sys/kernel/debug
|
|
|
|
chmod 0755 /sys/kernel/debug
|
2017-07-20 18:57:29 +00:00
|
|
|
chown root system /dev/kmsg
|
|
|
|
chmod 0620 /dev/kmsg
|
2016-10-29 17:44:10 +00:00
|
|
|
|
|
|
|
on init
|
|
|
|
|
2018-02-09 06:25:01 +00:00
|
|
|
# Support legacy path
|
2016-10-29 17:44:10 +00:00
|
|
|
symlink /sdcard /storage/sdcard0
|
|
|
|
|
2016-11-06 12:07:37 +00:00
|
|
|
write /sys/module/qpnp_rtc/parameters/poweron_alarm 1
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2018-02-09 06:25:01 +00:00
|
|
|
on post-fs
|
|
|
|
chmod 0755 /sys/kernel/debug/tracing
|
|
|
|
|
|
|
|
on early-boot
|
|
|
|
# set RLIMIT_MEMLOCK to 64MB
|
|
|
|
setrlimit 8 67108864 67108864
|
2018-07-03 17:15:17 +00:00
|
|
|
|
2018-02-09 06:25:01 +00:00
|
|
|
write /sys/kernel/boot_adsp/boot 1
|
2014-10-22 05:31:11 +00:00
|
|
|
chown root audio /sys/kernel/boot_adsp/boot
|
2018-02-09 06:25:01 +00:00
|
|
|
|
|
|
|
# Graphics
|
|
|
|
chown system graphics /sys/class/graphics/fb0/idle_time
|
|
|
|
chmod 0664 /sys/class/graphics/fb0/idle_time
|
|
|
|
chown system graphics /sys/class/graphics/fb0/dynamic_fps
|
|
|
|
chmod 0664 /sys/class/graphics/fb0/dynamic_fps
|
|
|
|
chown system graphics /sys/class/graphics/fb0/dyn_pu
|
|
|
|
chmod 0664 /sys/class/graphics/fb0/dyn_pu
|
|
|
|
chown system graphics /sys/class/graphics/fb0/modes
|
|
|
|
chmod 0664 /sys/class/graphics/fb0/modes
|
|
|
|
chown system graphics /sys/class/graphics/fb0/mode
|
|
|
|
chmod 0664 /sys/class/graphics/fb0/mode
|
|
|
|
chown system graphics /sys/class/graphics/fb0/msm_cmd_autorefresh_en
|
|
|
|
chmod 0664 /sys/class/graphics/fb0/msm_cmd_autorefresh_en
|
|
|
|
|
2018-05-24 21:32:07 +00:00
|
|
|
# SSR setup
|
|
|
|
write /sys/bus/msm_subsys/devices/subsys0/restart_level "related"
|
|
|
|
write /sys/bus/msm_subsys/devices/subsys1/restart_level "related"
|
|
|
|
write /sys/bus/msm_subsys/devices/subsys2/restart_level "related"
|
|
|
|
write /sys/bus/msm_subsys/devices/subsys3/restart_level "related"
|
|
|
|
write /sys/bus/msm_subsys/devices/subsys4/restart_level "related"
|
|
|
|
|
2018-02-09 06:25:01 +00:00
|
|
|
on boot
|
|
|
|
chown system system /sys/module/radio_iris_transport/parameters/fmsmd_set
|
|
|
|
chmod 0660 /sys/module/radio_iris_transport/parameters/fmsmd_set
|
|
|
|
|
|
|
|
# Create QMUX deamon socket area
|
2018-07-03 17:15:17 +00:00
|
|
|
mkdir /dev/socket/qmux_radio 2770 radio radio
|
|
|
|
mkdir /dev/socket/qmux_audio 2770 media audio
|
|
|
|
mkdir /dev/socket/qmux_bluetooth 2770 bluetooth bluetooth
|
|
|
|
mkdir /dev/socket/qmux_gps 2770 gps gps
|
2018-02-09 06:25:01 +00:00
|
|
|
|
2017-05-10 18:45:05 +00:00
|
|
|
mkdir /persist/display 0770 system graphics
|
2018-02-09 06:25:01 +00:00
|
|
|
mkdir /persist/drm 0770 system system
|
|
|
|
mkdir /persist/bluetooth 0770 bluetooth bluetooth
|
|
|
|
mkdir /persist/misc 0770 system system
|
|
|
|
mkdir /persist/alarm 0770 system system
|
|
|
|
mkdir /persist/time 0770 system system
|
|
|
|
|
|
|
|
# Create NETMGR daemon socket area
|
|
|
|
mkdir /dev/socket/netmgr 0750 radio radio
|
|
|
|
|
|
|
|
# Prevent permission denied error for telephony
|
|
|
|
chmod 0644 /proc/cmdline
|
|
|
|
|
|
|
|
# enable camera read sensors data
|
|
|
|
setprop persist.camera.gyro.disable 0
|
|
|
|
|
|
|
|
# Remove SUID bit for iproute2 ip tool
|
|
|
|
chmod 0755 /system/bin/ip
|
|
|
|
|
|
|
|
setprop net.tcp.2g_init_rwnd 10
|
|
|
|
|
|
|
|
# Assign TCP buffer thresholds to be ceiling value of technology maximums
|
|
|
|
# Increased technology maximums should be reflected here.
|
|
|
|
write /proc/sys/net/core/rmem_max 8388608
|
|
|
|
write /proc/sys/net/core/wmem_max 8388608
|
|
|
|
|
|
|
|
# To prevent out of order acknowledgements from making
|
|
|
|
# connection tracking to treat them as not belonging to
|
|
|
|
# the connection they belong to.
|
|
|
|
# Otherwise, a weird issue happens in which some long
|
|
|
|
# connections on high-throughput links get dropped when
|
|
|
|
# an ack packet comes out of order
|
|
|
|
write /proc/sys/net/netfilter/nf_conntrack_tcp_be_liberal 1
|
|
|
|
|
|
|
|
# Allow access to dload sysfs node
|
|
|
|
chown root system /sys/kernel/dload/emmc_dload
|
|
|
|
chmod 0660 /sys/kernel/dload/emmc_dload
|
|
|
|
|
|
|
|
# Goodix Fingerprint
|
|
|
|
chown system system /dev/goodix_fp
|
|
|
|
chmod 0644 /dev/goodix_fp
|
|
|
|
|
|
|
|
setprop persist.sys.fp.vendor none
|
|
|
|
start gx_fpd
|
|
|
|
|
|
|
|
# IR blaster
|
|
|
|
chown root system /sys/class/leds/infrared/transmit
|
|
|
|
chown root system /sys/class/leds/infrared/brightness
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2018-02-09 06:25:01 +00:00
|
|
|
# Notification LEDs
|
|
|
|
chown root system /sys/class/leds/red/blink
|
|
|
|
chown root system /sys/class/leds/green/blink
|
|
|
|
chown root system /sys/class/leds/blue/blink
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2016-12-09 02:41:47 +00:00
|
|
|
# Wifi firmware reload path
|
|
|
|
chown wifi wifi /sys/module/wlan/parameters/fwpath
|
|
|
|
|
2016-10-29 17:44:10 +00:00
|
|
|
# msm specific files that need to be created on /data
|
|
|
|
on post-fs-data
|
2017-07-14 14:36:30 +00:00
|
|
|
mkdir /data/vendor/misc 01771 system system
|
2017-06-05 16:55:38 +00:00
|
|
|
|
2017-05-10 18:45:05 +00:00
|
|
|
# Create directory used by display clients
|
|
|
|
mkdir /data/vendor/display 0770 system graphics
|
|
|
|
|
2017-05-25 23:53:38 +00:00
|
|
|
# Create directory used by media clients
|
|
|
|
mkdir /data/vendor/media 0770 mediacodec media
|
|
|
|
|
2016-10-29 17:44:10 +00:00
|
|
|
#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
|
|
|
|
|
2017-07-18 04:24:29 +00:00
|
|
|
# Create directory for tftp
|
|
|
|
mkdir /data/vendor/tombstones 0771 system system
|
|
|
|
|
2016-10-29 17:44:10 +00:00
|
|
|
#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
|
|
|
|
|
2017-05-18 15:26:00 +00:00
|
|
|
mkdir /data/vendor/ramdump 0771 root system
|
|
|
|
mkdir /data/vendor/bluetooth 0770 bluetooth bluetooth
|
|
|
|
mkdir /data/vendor/ramdump/bluetooth 0770 bluetooth bluetooth
|
2016-10-29 17:44:10 +00:00
|
|
|
|
|
|
|
# Create the directories used by the Wireless subsystem
|
2017-05-16 09:42:11 +00:00
|
|
|
mkdir /data/vendor/wifi 0770 wifi wifi
|
2016-10-29 17:44:10 +00:00
|
|
|
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
|
|
|
|
|
2018-02-09 06:25:01 +00:00
|
|
|
# Create netmgr log dir
|
2017-05-25 23:53:38 +00:00
|
|
|
mkdir /data/vendor/netmgr 0770 radio radio
|
|
|
|
chmod 0770 /data/vendor/netmgr
|
2017-05-12 00:08:51 +00:00
|
|
|
|
2016-10-29 17:44:10 +00:00
|
|
|
# Create the directories used by CnE subsystem
|
|
|
|
mkdir /data/connectivity 0771 system system
|
|
|
|
|
|
|
|
# Create the directories used by DPM subsystem
|
|
|
|
mkdir /data/dpm 0771 system system
|
|
|
|
|
|
|
|
mkdir /data/dpm/nsrm 0771 system system
|
|
|
|
|
|
|
|
# Create directory used by audio subsystem
|
2017-06-05 16:55:38 +00:00
|
|
|
mkdir /data/vendor/misc/audio 0770 audio audio
|
2016-10-29 17:44:10 +00:00
|
|
|
|
|
|
|
# Create directory for audio delta files
|
2017-06-05 16:55:38 +00:00
|
|
|
mkdir /data/vendor/misc/audio/acdbdata 0770 media audio
|
|
|
|
mkdir /data/vendor/misc/audio/acdbdata/delta 0770 media audio
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2017-05-03 21:06:55 +00:00
|
|
|
# Create directory for radio
|
|
|
|
mkdir /data/vendor/radio 0770 system radio
|
|
|
|
|
2016-10-29 17:44:10 +00:00
|
|
|
# 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
|
2016-06-09 01:04:42 +00:00
|
|
|
chown root system /persist
|
2016-10-29 17:44:10 +00:00
|
|
|
chmod 0771 /persist
|
2018-02-09 06:25:01 +00:00
|
|
|
chown system system /persist/WCNSS_qcom_wlan_nv.bin
|
|
|
|
|
|
|
|
# Create directories for Location services
|
2017-05-17 20:35:37 +00:00
|
|
|
mkdir /data/vendor/location 0770 gps gps
|
|
|
|
mkdir /data/vendor/location/mq 0770 gps gps
|
|
|
|
mkdir /data/vendor/location/xtwifi 0770 gps gps
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2017-06-05 16:55:38 +00:00
|
|
|
mkdir /data/vendor/audio/ 0770 media audio
|
2016-10-29 17:44:10 +00:00
|
|
|
|
|
|
|
# Create a folder for audio delta files
|
2017-06-05 16:55:38 +00:00
|
|
|
mkdir /data/vendor/audio/acdbdata 0770 media audio
|
|
|
|
mkdir /data/vendor/audio/acdbdata/delta 0770 media audio
|
2016-10-29 17:44:10 +00:00
|
|
|
|
|
|
|
setprop vold.post_fs_data_done 1
|
|
|
|
|
2018-02-09 06:25:01 +00:00
|
|
|
# Create PERFD deamon related dirs
|
2018-01-13 11:46:35 +00:00
|
|
|
mkdir /data/vendor/perfd 0770 root system
|
|
|
|
rm /data/vendor/perfd/default_values
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2018-02-09 06:25:01 +00:00
|
|
|
# Create IOP deamon related dirs
|
2017-07-11 20:38:29 +00:00
|
|
|
mkdir /data/vendor/iop 0770 root system
|
2016-10-29 17:44:10 +00:00
|
|
|
|
|
|
|
# Mark the copy complete flag to not completed
|
2017-05-03 21:06:55 +00:00
|
|
|
write /data/vendor/radio/copy_complete 0
|
|
|
|
chown radio radio /data/vendor/radio/copy_complete
|
|
|
|
chmod 0660 /data/vendor/radio/copy_complete
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2018-02-09 06:25:01 +00:00
|
|
|
# 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
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2016-10-31 14:46:04 +00:00
|
|
|
# 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
|
|
|
|
|
2016-10-29 17:44:10 +00:00
|
|
|
on property:sys.boot_completed=1
|
|
|
|
write /dev/kmsg "Boot completed "
|
2018-02-09 06:25:01 +00:00
|
|
|
# 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
|
2016-08-23 05:01:27 +00:00
|
|
|
chown media audio /sys/kernel/wdsp0/boot
|
2018-02-09 06:25:01 +00:00
|
|
|
# CPE fw_name used by sound trigger HAL
|
|
|
|
chown media audio /sys/kernel/wcd_cpe0/fw_name
|
2016-10-29 17:44:10 +00:00
|
|
|
|
|
|
|
on property:vold.decrypt=trigger_restart_framework
|
2018-02-16 15:34:07 +00:00
|
|
|
stop camera-provider-2-4
|
|
|
|
start camera-provider-2-4
|
2017-07-23 13:34:21 +00:00
|
|
|
start wcnss-service
|
2016-10-29 17:44:10 +00:00
|
|
|
|
|
|
|
on property:persist.env.fastdorm.enabled=true
|
|
|
|
setprop persist.radio.data_no_toggle 1
|
|
|
|
|
2018-02-03 08:36:56 +00:00
|
|
|
service cnd /vendor/bin/cnd
|
2016-10-29 17:44:10 +00:00
|
|
|
class main
|
2017-06-19 23:39:47 +00:00
|
|
|
user system
|
|
|
|
group system wifi inet radio wakelock net_admin
|
2017-08-11 07:51:07 +00:00
|
|
|
writepid /dev/cpuset/system-background/tasks
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2017-07-21 06:45:22 +00:00
|
|
|
service dpmQmiMgr /vendor/bin/dpmQmiMgr
|
|
|
|
class main
|
|
|
|
user system
|
2018-02-05 15:24:01 +00:00
|
|
|
group radio system
|
2017-07-21 06:45:22 +00:00
|
|
|
|
2018-02-03 11:12:11 +00:00
|
|
|
service irsc_util /vendor/bin/irsc_util "/vendor/etc/sec_config"
|
2016-10-29 17:44:10 +00:00
|
|
|
class core
|
|
|
|
user root
|
|
|
|
oneshot
|
|
|
|
|
2018-02-03 08:36:56 +00:00
|
|
|
service rmt_storage /vendor/bin/rmt_storage
|
2016-10-29 17:44:10 +00:00
|
|
|
class core
|
|
|
|
user root
|
2017-08-02 22:21:07 +00:00
|
|
|
shutdown critical
|
2017-07-21 06:17:15 +00:00
|
|
|
ioprio rt 0
|
2017-08-11 07:51:07 +00:00
|
|
|
writepid /dev/cpuset/system-background/tasks
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2018-02-03 08:36:56 +00:00
|
|
|
service tftp_server /vendor/bin/tftp_server
|
2017-08-11 07:51:07 +00:00
|
|
|
class main
|
|
|
|
user root
|
2018-01-20 10:59:26 +00:00
|
|
|
group root system
|
2017-08-11 07:51:07 +00:00
|
|
|
writepid /dev/cpuset/system-background/tasks
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2018-07-05 15:35:57 +00:00
|
|
|
on property:wc_transport.start_hci=true
|
|
|
|
start start_hci_filter
|
|
|
|
|
|
|
|
on property:wc_transport.start_hci=false
|
|
|
|
stop start_hci_filter
|
|
|
|
|
|
|
|
service start_hci_filter /vendor/bin/wcnss_filter
|
|
|
|
class late_start
|
|
|
|
user bluetooth
|
|
|
|
group bluetooth diag system wakelock
|
|
|
|
seclabel u:r:bluetooth:s0
|
|
|
|
disabled
|
|
|
|
|
2017-09-30 06:14:23 +00:00
|
|
|
service hciattach /vendor/bin/hci_qcomm_init -e
|
2016-10-29 17:44:10 +00:00
|
|
|
class late_start
|
|
|
|
user bluetooth
|
2018-08-15 13:22:59 +00:00
|
|
|
group bluetooth net_bt_admin oem_2901 diag radio
|
2016-10-29 17:44:10 +00:00
|
|
|
disabled
|
|
|
|
oneshot
|
|
|
|
|
|
|
|
on property:bluetooth.hciattach=true
|
|
|
|
start hciattach
|
2017-09-30 06:14:23 +00:00
|
|
|
setprop bluetooth.status on
|
|
|
|
|
|
|
|
on property:bluetooth.hciattach=false
|
|
|
|
setprop bluetooth.status off
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2018-02-09 06:25:01 +00:00
|
|
|
# FM
|
2017-02-25 07:57:33 +00:00
|
|
|
on property:hw.fm.init=0
|
2018-02-09 06:25:01 +00:00
|
|
|
write /sys/module/radio_iris_transport/parameters/fmsmd_set 0
|
2017-02-25 07:57:33 +00:00
|
|
|
|
|
|
|
on property:hw.fm.init=1
|
2018-02-09 06:25:01 +00:00
|
|
|
write /sys/module/radio_iris_transport/parameters/fmsmd_set 1
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2018-02-03 08:36:56 +00:00
|
|
|
service netmgrd /vendor/bin/netmgrd
|
2016-10-29 17:44:10 +00:00
|
|
|
class main
|
2017-08-11 07:51:07 +00:00
|
|
|
writepid /dev/cpuset/system-background/tasks
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2018-02-03 11:12:11 +00:00
|
|
|
service qti /vendor/bin/qti
|
2016-10-29 17:44:10 +00:00
|
|
|
class main
|
|
|
|
user radio
|
2017-07-21 05:41:22 +00:00
|
|
|
group radio oem_2901 usb
|
2017-08-11 07:51:07 +00:00
|
|
|
writepid /dev/cpuset/system-background/tasks
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2018-02-03 08:36:56 +00:00
|
|
|
service sensors /vendor/bin/sensors.qcom
|
2016-10-29 17:44:10 +00:00
|
|
|
class core
|
|
|
|
user root
|
|
|
|
group root
|
2017-08-11 07:51:07 +00:00
|
|
|
writepid /dev/cpuset/system-background/tasks
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2018-02-09 06:25:01 +00:00
|
|
|
# Adjust socket buffer to enlarge TCP receive window for high bandwidth
|
2016-10-29 17:44:10 +00:00
|
|
|
# but only if ro.data.large_tcp_window_size property is set.
|
|
|
|
on property:ro.data.large_tcp_window_size=true
|
|
|
|
write /proc/sys/net/ipv4/tcp_adv_win_scale 2
|
|
|
|
|
2018-02-09 06:25:01 +00:00
|
|
|
on property:sys.sysctl.tcp_adv_win_scale=*
|
|
|
|
write /proc/sys/net/ipv4/tcp_adv_win_scale ${sys.sysctl.tcp_adv_win_scale}
|
|
|
|
|
2017-02-23 18:05:15 +00:00
|
|
|
service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
|
2016-10-29 17:44:10 +00:00
|
|
|
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \
|
2018-02-04 07:07:43 +00:00
|
|
|
-I/vendor/etc/wifi/p2p_supplicant_overlay.conf -N \
|
2016-10-29 17:44:10 +00:00
|
|
|
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
|
2018-02-04 07:07:43 +00:00
|
|
|
-I/vendor/etc/wifi/wpa_supplicant_overlay.conf \
|
2018-02-09 06:25:01 +00:00
|
|
|
-O/data/misc/wifi/sockets -puse_p2p_group_interface=1 -dd \
|
2017-11-30 20:57:55 +00:00
|
|
|
-g@android:wpa_wlan0
|
2016-10-29 17:44:10 +00:00
|
|
|
class main
|
|
|
|
socket wpa_wlan0 dgram 660 wifi wifi
|
|
|
|
disabled
|
|
|
|
oneshot
|
|
|
|
|
2018-02-03 08:36:56 +00:00
|
|
|
service loc_launcher /vendor/bin/loc_launcher
|
2018-07-01 11:54:19 +00:00
|
|
|
# loc_launcher will start as root and set its uid to gps
|
2016-10-29 17:44:10 +00:00
|
|
|
class late_start
|
2018-07-01 11:54:19 +00:00
|
|
|
group gps inet oem_2901 wifi
|
2017-08-11 07:51:07 +00:00
|
|
|
writepid /dev/cpuset/system-background/tasks
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2018-02-04 12:46:50 +00:00
|
|
|
service qcom-sh /vendor/bin/init.qcom.sh
|
2016-10-29 17:44:10 +00:00
|
|
|
class late_start
|
|
|
|
user root
|
|
|
|
oneshot
|
|
|
|
|
2018-05-02 16:09:00 +00:00
|
|
|
service atfwd /vendor/bin/ATFWD-daemon
|
|
|
|
class late_start
|
|
|
|
user system
|
|
|
|
group system radio
|
|
|
|
|
2017-08-23 23:46:24 +00:00
|
|
|
service ril-daemon2 /vendor/bin/hw/rild -c 2
|
2016-10-29 17:44:10 +00:00
|
|
|
class main
|
2017-08-23 23:46:24 +00:00
|
|
|
user radio
|
|
|
|
group radio cache inet misc audio log readproc wakelock oem_2901
|
|
|
|
capabilities BLOCK_SUSPEND NET_ADMIN NET_RAW
|
2016-10-29 17:44:10 +00:00
|
|
|
|
|
|
|
service charger /charger
|
|
|
|
class charger
|
2018-02-09 06:25:01 +00:00
|
|
|
group system graphics
|
2016-10-29 17:44:10 +00:00
|
|
|
seclabel u:r:healthd:s0
|
|
|
|
|
2018-01-13 11:46:35 +00:00
|
|
|
service vendor.msm_irqbalance /vendor/bin/msm_irqbalance -f /vendor/etc/msm_irqbalance.conf
|
2016-11-06 06:32:00 +00:00
|
|
|
class late_start
|
2016-10-29 17:44:10 +00:00
|
|
|
user root
|
|
|
|
group root
|
2017-10-21 18:22:35 +00:00
|
|
|
writepid /dev/cpuset/system-background/tasks
|
2016-10-29 17:44:10 +00:00
|
|
|
|
2018-02-03 08:36:56 +00:00
|
|
|
service gx_fpd /vendor/bin/gx_fpd
|
2017-07-23 06:48:56 +00:00
|
|
|
class core
|
|
|
|
user root
|
|
|
|
group system system
|
|
|
|
disabled
|
|
|
|
|
2017-08-03 12:42:57 +00:00
|
|
|
on property:persist.sys.fp.vendor=switchf
|
|
|
|
stop gx_fpd
|
|
|
|
setprop persist.sys.fp.vendor searchf
|
|
|
|
setprop ro.boot.fpsensor fpc
|
2017-12-16 11:35:08 +00:00
|
|
|
start fps_hal
|
2017-08-03 12:42:57 +00:00
|
|
|
|
2017-07-23 06:48:56 +00:00
|
|
|
on property:persist.sys.fp.vendor=goodix
|
2017-12-16 11:35:08 +00:00
|
|
|
setprop persist.sys.fp.onstart 1
|
2017-08-03 12:42:57 +00:00
|
|
|
setprop ro.boot.fpsensor gdx
|
|
|
|
setprop ro.hardware.fingerprint goodix
|
2017-12-16 11:35:08 +00:00
|
|
|
start fps_hal
|
2016-11-06 12:07:37 +00:00
|
|
|
|
2018-02-03 08:36:56 +00:00
|
|
|
service time_daemon /vendor/bin/time_daemon
|
2016-11-06 12:07:37 +00:00
|
|
|
class main
|
|
|
|
user root
|
|
|
|
group root
|
2018-06-25 03:34:42 +00:00
|
|
|
|
|
|
|
on property:init.svc.media=restarting
|
|
|
|
restart qcamerasvr
|
|
|
|
|
|
|
|
on property:init.svc.servicemanager=restarting
|
|
|
|
restart qcamerasvr
|