From 8ab61359386a9ed1f9951052a6b1981892376980 Mon Sep 17 00:00:00 2001 From: Arian Date: Sun, 1 Nov 2020 17:46:34 +0100 Subject: [PATCH] davinci: Start data services * These modules are disabled by default and started by init.class_main.sh which we do not ship. Start them from init.qcom.rc on post-fs-data instead, just like qcrild. Change-Id: Ifa907b5e33d8d3d08e64baaabfb8e3e450925e96 --- rootdir/etc/init.qcom.rc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index cd971f0..047b765 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -220,9 +220,11 @@ on post-fs-data # Make MTU adjusting write /proc/sys/net/ipv4/tcp_mtu_probing 1 - # Start qcrild + # Start qcrild and data services start vendor.qcrild start vendor.qcrild2 + start vendor.dataqti + start vendor.dataadpl setprop vold.post_fs_data_done 1