mirror of
https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
synced 2025-09-09 17:02:47 -04:00
move to proprietary
This commit is contained in:
parent
aa6772b176
commit
c0b61d9a22
1694 changed files with 0 additions and 0 deletions
22
universal7570-common/proprietary/etc/init/uncrypt.rc
Normal file
22
universal7570-common/proprietary/etc/init/uncrypt.rc
Normal file
|
@ -0,0 +1,22 @@
|
|||
on post-fs-data
|
||||
# SAMSUNG
|
||||
# create fota directory
|
||||
mkdir /data/fota 0775 system system
|
||||
|
||||
service uncrypt /system/bin/uncrypt
|
||||
class main
|
||||
socket uncrypt stream 600 system system
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service setup-bcb /system/bin/uncrypt --setup-bcb
|
||||
class main
|
||||
socket uncrypt stream 600 system system
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service clear-bcb /system/bin/uncrypt --clear-bcb
|
||||
class main
|
||||
socket uncrypt stream 600 system system
|
||||
disabled
|
||||
oneshot
|
Loading…
Add table
Add a link
Reference in a new issue