diff options
Diffstat (limited to 'init.target.rc')
-rwxr-xr-x | init.target.rc | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/init.target.rc b/init.target.rc index ab29ca1..96efffe 100755 --- a/init.target.rc +++ b/init.target.rc @@ -39,9 +39,10 @@ on init write /dev/stune/top-app/schedtune.colocate 1 on fs - wait /dev/block/bootdevice - mount_all fstab.qcom - swapon_all fstab.qcom + wait /dev/block/platform/soc/${ro.boot.bootdevice} + symlink /dev/block/platform/soc/${ro.boot.bootdevice} /dev/block/bootdevice + mount_all /vendor/etc/fstab.qcom + swapon_all /vendor/etc/fstab.qcom # Keeping following partitions outside fstab file. As user may not have # these partition flashed on the device. Failure to mount any partition in fstab file @@ -55,7 +56,7 @@ on fs on post-fs start qseecomd - exec - root root root -- /system/bin/init.qti.qseecomd.sh + exec - system system -- /vendor/bin/init.qti.qseecomd.sh write /dev/ipa 1 on init @@ -97,7 +98,7 @@ on boot chown system system /persist/speccfg/partition #Load WLAN driver - insmod /system/lib/modules/qca_cld3/qca_cld3_wlan.ko + insmod /vendor/lib/modules/qca_cld3/qca_cld3_wlan.ko setprop wlan.driver.status "ok" #Peripheral manager @@ -156,7 +157,7 @@ service qseecomd /vendor/bin/qseecomd user root group root -#service mpdecision /system/bin/mpdecision --avg_comp +#service mpdecision /system/vendor/bin/mpdecision --avg_comp # user root # disabled # @@ -182,12 +183,12 @@ service thermal-engine /system/vendor/bin/thermal-engine # class core # oneshot # -service time_daemon /system/bin/time_daemon +service time_daemon /system/vendor/bin/time_daemon class late_start user root group root -service adsprpcd /system/bin/adsprpcd audiopd +service adsprpcd /system/vendor/bin/adsprpcd audiopd class main user media group media @@ -198,49 +199,49 @@ service hbtp /system/vendor/bin/hbtp_daemon group system disabled -service audiod /system/bin/audiod +service audiod /system/vendor/bin/audiod class late_start user system group system # -#service usf_tester /system/bin/usf_tester +#service usf_tester /system/vendor/bin/usf_tester # user system # group system inet # disabled # -#service usf_epos /system/bin/usf_epos +#service usf_epos /system/vendor/bin/usf_epos # user system # group system inet # disabled # -#service usf_gesture /system/bin/usf_gesture +#service usf_gesture /system/vendor/bin/usf_gesture # user system # group system inet # disabled # -#service usf_sync_gesture /system/bin/usf_sync_gesture +#service usf_sync_gesture /system/vendor/bin/usf_sync_gesture # user system # group system inet # disabled # -#service usf_p2p /system/bin/usf_p2p +#service usf_p2p /system/vendor/bin/usf_p2p # user system # group system inet # disabled # -#service usf_hovering /system/bin/usf_hovering +#service usf_hovering /system/vendor/bin/usf_hovering # user system # group system inet # disabled # -#service usf_proximity /system/bin/usf_proximity +#service usf_proximity /system/vendor/bin/usf_proximity # user system # group system inet # disabled # -#service usf-post-boot /system/bin/sh /system/etc/usf_post_boot.sh +#service usf-post-boot /system/vendor/bin/sh /system/etc/usf_post_boot.sh # class late_start # user root # disabled @@ -402,7 +403,7 @@ on charger # user system # group drmrpc # -#service adsprpcd /system/bin/adsprpcd +#service adsprpcd /system/vendor/bin/adsprpcd # class main # user media # group media @@ -414,7 +415,7 @@ on charger # user system # group system -service seempd /system/bin/seempd +service seempd /system/vendor/bin/seempd class late_start user system group system sdcard_rw @@ -425,7 +426,7 @@ service tlocd /system/bin/tloc_daemon user system group drmrpc -service hvdcp_opti /system/bin/hvdcp_opti +service hvdcp_opti /system/vendor/bin/hvdcp_opti class main user root group system wakelock |