deb: rootdir: Start camera server from early boot

Solves random issue with camera orientation and flash not
being detected during boot.

Change-Id: I90db0064a1ca3cbeac89c1ab80c6f87038b40a4f
This commit is contained in:
Arne Coucheron 2020-11-19 06:20:54 +01:00 committed by followmsi
parent 3904aed3c8
commit 85c467976b

View file

@ -43,6 +43,8 @@ on early-boot
# set RLIMIT_MEMLOCK to 64MB
setrlimit 8 67108864 67108864
start qcamerasvr
on boot
#Create QMUX deamon socket area
mkdir /dev/socket/qmux_radio 0770 radio radio
@ -325,9 +327,10 @@ service mpdecision /vendor/bin/mpdecision --avg_comp
group root readproc system
service qcamerasvr /vendor/bin/mm-qcamera-daemon
class late_start
class main
user camera
group camera system inet input
disabled
service wcnss_init /vendor/bin/init.flo.wifi.sh
class late_start