From 52bb1cf88af5a20f9f4d546baf93d77332832b61 Mon Sep 17 00:00:00 2001 From: Arne Coucheron Date: Sun, 20 Dec 2020 09:21:48 +0100 Subject: [PATCH] flo: rootdir: Start camera server in early_hal class Starting it in early-boot unfortunately made it not load when device was encrypted. Change-Id: I62ab18927d5c9522bc70c4221a89f0489feb9f03 --- rootdir/etc/init.flo.rc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rootdir/etc/init.flo.rc b/rootdir/etc/init.flo.rc index 025eb93..b6fb283 100644 --- a/rootdir/etc/init.flo.rc +++ b/rootdir/etc/init.flo.rc @@ -56,8 +56,6 @@ on early-boot # set RLIMIT_MEMLOCK to 64MB setrlimit 8 67108864 67108864 - start qcamerasvr - # Busy loop to wait for devices booted by devstart_sh just in case device not ready exec - root root system -- /vendor/bin/init.qcom.devwait.sh @@ -351,10 +349,9 @@ service mpdecision /vendor/bin/mpdecision --avg_comp disabled service qcamerasvr /vendor/bin/mm-qcamera-daemon - class main + class early_hal user camera group camera system inet input - disabled service wcnss_init /vendor/bin/init.flo.wifi.sh class late_start