-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
38 changed files
with
4 additions
and
1,067 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
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 |
---|---|---|
|
@@ -4,80 +4,13 @@ on early-init | |
on fs | ||
wait /dev/block/platform/soc/${ro.boot.bootdevice} | ||
symlink /dev/block/platform/soc/${ro.boot.bootdevice} /dev/block/bootdevice | ||
chmod 0660 /dev/qseecom | ||
chown system drmrpc /dev/qseecom | ||
chmod 0664 /dev/ion | ||
chown system system /dev/ion | ||
install_keyring | ||
setprop crypto.ready 0 | ||
setprop crypto.ready 1 | ||
|
||
# Separate copy needed to use /sbin/linker64 instead of /system/bin/linker64 | ||
service sbinqseecomd /sbin/qseecomd | ||
user root | ||
group root | ||
disabled | ||
seclabel u:r:recovery:s0 | ||
|
||
service hwservicemanager /sbin/hwservicemanager | ||
user root | ||
group root | ||
disabled | ||
onrestart setprop hwservicemanager.ready false | ||
seclabel u:r:recovery:s0 | ||
|
||
service servicemanager /sbin/servicemanager | ||
user root | ||
group root readproc | ||
disabled | ||
seclabel u:r:recovery:s0 | ||
|
||
service keystore_auth /sbin/keystore_auth | ||
oneshot | ||
user system | ||
group root | ||
disabled | ||
seclabel u:r:recovery:s0 | ||
|
||
service keystore /sbin/keystore /tmp/misc/keystore | ||
user root | ||
group root drmrpc readproc | ||
disabled | ||
seclabel u:r:recovery:s0 | ||
|
||
service gatekeeper-1-0 /sbin/[email protected] | ||
user root | ||
group root | ||
disabled | ||
seclabel u:r:recovery:s0 | ||
|
||
service keymaster-3-0 /sbin/[email protected] | ||
user root | ||
group root | ||
disabled | ||
seclabel u:r:recovery:s0 | ||
|
||
on boot | ||
# Workaround for adb not coming up | ||
setprop sys.usb.config mtp,adb | ||
setprop sys.usb.config adb | ||
setprop sys.usb.configfs 1 | ||
|
||
on property:crypto.ready=0 | ||
stop sbinqseecomd | ||
stop keymaster-3-0 | ||
stop gatekeeper-1-0 | ||
stop hwservicemanager | ||
stop keystore | ||
stop servicemanager | ||
|
||
on property:crypto.ready=1 | ||
start sbinqseecomd | ||
start hwservicemanager | ||
start keymaster-3-0 | ||
start gatekeeper-1-0 | ||
start servicemanager | ||
|
||
on boot | ||
# Enable Power modes and set the CPU Freq Sampling rates | ||
write /sys/module/msm_thermal/core_control/enabled 0 | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.