mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
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:
parent
3904aed3c8
commit
85c467976b
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue