diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 73a3aa28..21ebb388 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -282,7 +282,6 @@ service ril-qmi /system/bin/sh /init.qcom.ril.sh oneshot on property:vold.decrypt=trigger_restart_framework - setprop ro.fuse_sdcard ${persist.fuse_sdcard} start qcom-c_main-sh start config_bluetooth @@ -704,25 +703,15 @@ service profiler_daemon /system/bin/profiler_daemon service sdcard /system/bin/sdcard /data/media /mnt/shell/emulated 1023 1023 class late_start - disabled service fuse_sdcard /system/bin/sdcard -u 1023 -g 1023 -d /mnt/media_rw/sdcard1 /storage/sdcard1 class late_start - disabled - -on property:ro.fuse_sdcard=true - start sdcard - start fuse_sdcard # Binding fuse mount point to /storage/emulated/legacy on property:init.svc.sdcard=running wait /mnt/shell/emulated/0 mount none /mnt/shell/emulated/0 /storage/emulated/legacy bind -# This will make sure that sdcard service starts as late_start. -on nonencrypted - setprop ro.fuse_sdcard ${persist.fuse_sdcard} - service hcidump /system/bin/sh /system/etc/hcidump.sh user bluetooth group bluetooth system net_bt_admin net_admin