mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-21 21:07:16 +09:00
sm6250-common: rootdir: Enable qcrild & data services on boot
Fixes lag on getting network service after boot. Change-Id: I0f7cd9df2a103070b3569a610cc391c54f6e3048
This commit is contained in:
parent
de4430798e
commit
2abc0a364d
@ -227,6 +227,12 @@ on boot
|
||||
mkdir /persist/display 0770 system graphics
|
||||
mkdir /mnt/vendor/persist/display 0770 system graphics
|
||||
|
||||
# Enable qcrild and data services on boot so process starts in main
|
||||
enable vendor.qcrild
|
||||
enable vendor.qcrild2
|
||||
enable vendor.dataqti
|
||||
enable vendor.dataadpl
|
||||
|
||||
# Create vpp directory
|
||||
mkdir /mnt/vendor/persist/vpp 0770 media media
|
||||
|
||||
@ -407,11 +413,6 @@ on post-fs-data
|
||||
#Create dir for TUI
|
||||
mkdir /data/vendor/tui 0700 system drmrpc
|
||||
|
||||
start vendor.qcrild
|
||||
start vendor.qcrild2
|
||||
start vendor.dataqti
|
||||
start vendor.dataadpl
|
||||
|
||||
service nqnfcinfo /system/vendor/bin/nqnfcinfo
|
||||
class late_start
|
||||
group nfc
|
||||
|
Loading…
x
Reference in New Issue
Block a user