summaryrefslogtreecommitdiffstats
path: root/rootdir/init.tuna.rc
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir/init.tuna.rc')
-rwxr-xr-xrootdir/init.tuna.rc44
1 files changed, 1 insertions, 43 deletions
diff --git a/rootdir/init.tuna.rc b/rootdir/init.tuna.rc
index 1e8d5b9..11ad919 100755
--- a/rootdir/init.tuna.rc
+++ b/rootdir/init.tuna.rc
@@ -52,9 +52,7 @@ on fs
restorecon /dev/block/platform/omap/omap_hsmmc.0/by-name/radio
restorecon_recursive /factory
- mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/efs /factory ro remount
-
- start tee_fs_setup
+ mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/efs /factory rw remount
# read only 1 page at a time
write /proc/sys/vm/page-cluster 0
@@ -73,9 +71,6 @@ on fs
chmod 0660 /dev/i2c-2
chown media media /dev/i2c-2
- # add symlink for HDCP key
- symlink /factory/hdcp.keys /system/vendor/firmware/hdcp.keys
-
# nfc
setprop ro.nfc.port "COM4"
chmod 0600 /dev/ttyO3
@@ -141,23 +136,6 @@ service setup_fs /system/bin/setup_fs \
seclabel u:r:fs_setup:s0
oneshot
-service tf_daemon /system/bin/tf_daemon \
- -d -c /vendor/etc/smc_normal_world_android_cfg.ini
- class core
- user drmrpc
- group drmrpc
- disabled
-
-service smc_pa_wvdrm /system/bin/smc_pa_ctrl \
- -c /vendor/etc/smc_normal_world_android_cfg.ini \
- start /vendor/firmware/smc_pa_wvdrm.ift
- class core
- user drmrpc
- group drmrpc
- seclabel u:r:smc_pa_ctrl:s0
- oneshot
- disabled
-
service fuse_usbdisk /system/bin/sdcard -u 1023 -g 1023 /mnt/media_rw/usbdisk /storage/usbdisk
class late_start
disabled
@@ -232,31 +210,11 @@ service iprenew_eth0 /system/bin/dhcpcd -n
disabled
oneshot
-# bugreport is triggered by holding down volume down, volume up and power
-service bugreport /system/bin/dumpstate -d -p -B \
- -o /data/data/com.android.shell/files/bugreports/bugreport
- class main
- disabled
- oneshot
- keycodes 114 115 116
-
service battery_charger /sbin/healthd -c
class charger
critical
seclabel u:r:healthd:s0
-service tee_fs_setup /system/vendor/bin/tee-fs-setup.sh
- class core
- user root
- group root
- seclabel u:r:recovery:s0
- disabled
- oneshot
-
-on property:init.tee_fs.ready=true
- start smc_pa_wvdrm
- start tf_daemon
-
# Allow writing to the kernel trace log. Enabling tracing still requires root.
on property:ro.debuggable=1
chmod 0222 /sys/kernel/debug/tracing/trace_marker