mirror of
https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
synced 2025-09-07 08:48:05 -04:00
22 lines
489 B
Text
22 lines
489 B
Text
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
|