-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55e504c
commit 03e5468
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,12 +103,12 @@ service vendor.gatekeeper-1-0 /vendor/bin/hw/[email protected] | |
oneshot | ||
seclabel u:r:recovery:s0 | ||
|
||
service mifs_support /system/bin/mifs_support.sh | ||
user root | ||
group root | ||
disabled | ||
oneshot | ||
seclabel u:r:recovery:s0 | ||
# service mifs_support /system/bin/mifs_support.sh | ||
# user root | ||
# group root | ||
# disabled | ||
# oneshot | ||
# seclabel u:r:recovery:s0 | ||
|
||
#service haptic_hal /system/bin/haptic_hal.sh | ||
# user root | ||
|
@@ -155,6 +155,6 @@ on property:crypto.ready=0 | |
on boot | ||
start health-hal-2-1 | ||
start overrideprops | ||
start mifs_support | ||
# start mifs_support | ||
setprop sys.usb.config adb | ||
|