From 61656b69a3ee79bfecbaded4f4f8463bcb258ee9 Mon Sep 17 00:00:00 2001 From: Dan Pasanen Date: Sun, 17 Mar 2019 08:53:29 +0530 Subject: [PATCH] msm8953-common: move wcnss-service to late_start * wcnss-service is in charge of copying your wcnss ini from /system to /data where framework reads it. If /data is encrypted, or being encrypted, this can't happen. Move it to late_start so it tries to run after encrpytion and mount has happened. Change-Id: I63dce20f84935ac22dd737c9b63b40c69f3e815d --- rootdir/etc/init.target.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/etc/init.target.rc b/rootdir/etc/init.target.rc index 4803f22..1bd24a7 100644 --- a/rootdir/etc/init.target.rc +++ b/rootdir/etc/init.target.rc @@ -219,7 +219,7 @@ on property:init.svc.zygote=restarting stop ppd service wcnss-service /system/vendor/bin/wcnss_service - class main + class late_start user system group system wifi radio oneshot