import init.omap4.rc import init.tuna.usb.rc on init # Support legacy paths symlink /sdcard /mnt/sdcard symlink /sdcard /storage/sdcard0 # create directory for mounting usb drives chmod 0701 /mnt/media_rw mkdir /mnt/media_rw/usbdisk 0775 system system mkdir /storage/usbdisk 0000 system system # KSM write /sys/kernel/mm/ksm/pages_to_scan 100 write /sys/kernel/mm/ksm/sleep_millisecs 500 write /sys/kernel/mm/ksm/run 1 on post-fs-data # camera calibration mkdir /data/misc/camera 0770 media media mkdir /data/misc/camera/R5_MVEN003_LD2_ND0_IR0_SH0_FL1_SVEN003_DCCID1044 0770 media media mkdir /data/radio 0775 radio radio mkdir /data/radio/log 0775 radio radio setprop vold.post_fs_data_done 1 # LTE chown radio system /sys/devices/tuna_otg/usb_sel chown radio system /sys/devices/tuna_otg/uart_sel chown radio system /sys/bus/i2c/drivers/fsa9480/4-0025/switch chmod 0660 /sys/bus/i2c/drivers/fsa9480/4-0025/switch chmod 0660 /sys/devices/tuna_otg/uart_sel chmod 0660 /sys/devices/tuna_otg/usb_sel on boot mount debugfs /sys/kernel/debug /sys/kernel/debug # autosuspend root hubs immediatly after attached devices write /sys/bus/usb/devices/usb1/power/autosuspend_delay_ms 0 write /sys/bus/usb/devices/usb2/power/autosuspend_delay_ms 0 # Prevents permission denied error for telephony chmod 0644 /proc/cmdline on fs mkdir /factory 0775 radio radio mkdir /tee 0770 drmrpc drmrpc mount_all /fstab.tuna swapon_all /fstab.tuna 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 # read only 1 page at a time write /proc/sys/vm/page-cluster 0 # set swappines to 100 write /proc/sys/vm/swappiness 100 # increase read-ahead value to 256 kb write /sys/block/mmcblk0/queue/read_ahead_kb 256 # change permissions for mtd device chmod 0660 /dev/mtd/mtd0 chown media media /dev/mtd/mtd0 # change permissions for i2c-2 device chmod 0660 /dev/i2c-2 chown media media /dev/i2c-2 # pvr module insmod /system/lib/modules/pvrsrvkm_sgx540_120.ko # add symlink for HDCP key symlink /factory/hdcp.keys /system/vendor/firmware/hdcp.keys # nfc setprop ro.nfc.port "COM4" chmod 0600 /dev/ttyO3 chown nfc nfc /dev/ttyO3 chmod 0600 /sys/devices/platform/nfc-power/nfc_power chown nfc nfc /sys/devices/platform/nfc-power/nfc_power # permissions for bluetooth. setprop ro.bt.bdaddr_path "/factory/bluetooth/bt_addr" chown bluetooth bluetooth ro.bt.bdaddr_path chown bluetooth bluetooth /dev/ttyO1 chmod 0600 /dev/ttyO1 chmod 0660 /sys/class/rfkill/rfkill0/state chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type # backlight chown system system /sys/class/backlight/s6e8aa0/brightness # leds chown system system /dev/an30259a_leds # for GPS chown root system /sys/class/sec/gps/GPS_PWR_EN/value chmod 0660 /sys/class/sec/gps/GPS_PWR_EN/value chown root system /sys/class/sec/gps/GPS_nRST/value chmod 0660 /sys/class/sec/gps/GPS_nRST/value chown system system /proc/mcspi1_cs3_ctrl chmod 0600 /proc/mcspi1_cs3_ctrl # ril control auto-suspend chmod 0660 /sys/bus/usb/devices/usb1/power/control chown radio radio /sys/bus/usb/devices/usb1/power/control # CMHW permissions # Adaptive backlight chmod 0666 /sys/class/backlight/s6e8aa0/acl_set # Gamma chmod 0666 /sys/devices/platform/omapdss/manager0/gamma on charger mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/system /system ro on property:persist.sys.tuna.off_mode=* write /d/pm_debug/enable_off_mode ${persist.sys.tuna.off_mode} on property:ril.modem.lte.powercontrol=* write /sys/bus/usb/devices/1-1/power/control ${ril.modem.lte.powercontrol} service dumpdcc /system/bin/dumpdcc user media group media class late_start oneshot # create filesystems if necessary service setup_fs /system/bin/setup_fs \ /dev/block/platform/omap/omap_hsmmc.0/by-name/cache \ /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata class core user root group root 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 oneshot disabled service fuse_usbdisk /system/bin/sdcard -u 1023 -g 1023 /mnt/media_rw/usbdisk /storage/usbdisk class late_start disabled service p2p_supplicant /system/bin/wpa_supplicant \ -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ -I/system/etc/wifi/wpa_supplicant_overlay.conf -N \ -ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \ -I/system/etc/wifi/p2p_supplicant_overlay.conf \ -O/data/misc/wifi/sockets -puse_p2p_group_interface=1 \ -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0 # we will start as root and wpa_supplicant will switch to user wifi # after setting up the capabilities required for WEXT # user wifi # group wifi inet keystore class main socket wpa_wlan0 dgram 660 wifi wifi disabled oneshot service wpa_supplicant /system/bin/wpa_supplicant \ -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ -I/system/etc/wifi/wpa_supplicant_overlay.conf \ -O/data/misc/wifi/sockets \ -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0 # we will start as root and wpa_supplicant will switch to user wifi # after setting up the capabilities required for WEXT # user wifi # group wifi inet keystore class main socket wpa_wlan0 dgram 660 wifi wifi disabled oneshot service dhcpcd_wlan0 /system/bin/dhcpcd -aABDKL class main disabled oneshot service dhcpcd_p2p /system/bin/dhcpcd -aABKL class main disabled oneshot service dhcpcd_bt-pan /system/bin/dhcpcd -ABKL class main disabled oneshot service dhcpcd_eth0 /system/bin/dhcpcd -ABDKL class main disabled oneshot service iprenew_wlan0 /system/bin/dhcpcd -n class main disabled oneshot service iprenew_p2p /system/bin/dhcpcd -n class main disabled oneshot service iprenew_bt-pan /system/bin/dhcpcd -n class main disabled oneshot service iprenew_eth0 /system/bin/dhcpcd -n class main 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 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