We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f3bf3 commit e693c8fCopy full SHA for e693c8f
recovery/root/init.recovery.mt6889.rc
@@ -25,13 +25,6 @@ service vendor.gatekeeper-1-0 /vendor/bin/hw/android.hardware.gatekeeper@1.0-ser
25
disabled
26
seclabel u:r:recovery:s0
27
28
-service init-device /system/bin/init-device.sh
29
- user root
30
- group root
31
- disabled
32
- oneshot
33
- seclabel u:r:recovery:s0
34
-
35
on property:hwservicemanager.ready=true
36
start mobicore
37
start vendor.keymaster-4-1-trustonic
@@ -66,5 +59,3 @@ on property:sys.usb.config=fastboot
66
59
on boot
67
60
start health-hal-2-1
68
61
setprop sys.usb.config adb
69
- chmod 0777 /system/bin/init-device.sh
70
- start init-device
recovery/root/system/bin/init-device.sh
0 commit comments