From 7256610eb8ed67d5054ed69fcc660c0c9cbac964 Mon Sep 17 00:00:00 2001 From: Brock5555 <77067332+Brock5555@users.noreply.github.com> Date: Mon, 4 Mar 2024 02:45:32 +0800 Subject: [PATCH] sdm660-common: rootdir: Register and enable qcrild & data services on boot * Fixes delay on getting network service after boot Change-Id: Ibed5c5addb307d89f26cbf51420e37f1b04c42e5 --- rootdir/etc/init.qcom.rc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index ae1ecd1c..c9b19b8e 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -136,6 +136,12 @@ on boot chown bluetooth bluetooth /sys/devices/platform/msm_serial_hs.0/clock chmod 0660 /sys/devices/platform/msm_serial_hs.0/clock + # Enable qcrild and data services on boot so process starts in main + enable vendor.qcrild + enable vendor.qcrild2 + enable vendor.dataqti + enable vendor.dataadpl + chmod 0660 /dev/ttyHS2 chown bluetooth bluetooth /dev/ttyHS2