diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-09-30 17:50:01 +0200 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-12-07 20:47:47 +0100 |
| commit | ddfd32764ae36f46c8184777d60f3e9463424548 (patch) | |
| tree | f1711cd84dea7696664f948e567b2efa5d5fb90f /rootdir | |
| parent | 5a58b3803c25eb201663d2087b259dd6f64df946 (diff) | |
rootdir: move services to /vendor
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/factory_init.project.rc | 8 | ||||
| -rw-r--r-- | rootdir/factory_init.rc | 8 | ||||
| -rwxr-xr-x | rootdir/init.modem.rc | 14 | ||||
| -rwxr-xr-x | rootdir/init.mt6735.rc | 30 | ||||
| -rw-r--r-- | rootdir/meta_init.modem.rc | 4 | ||||
| -rw-r--r-- | rootdir/meta_init.project.rc | 4 | ||||
| -rw-r--r-- | rootdir/meta_init.rc | 4 |
7 files changed, 36 insertions, 36 deletions
diff --git a/rootdir/factory_init.project.rc b/rootdir/factory_init.project.rc index 0982846..c1ef1a3 100644 --- a/rootdir/factory_init.project.rc +++ b/rootdir/factory_init.project.rc @@ -1,11 +1,11 @@ mkdir /data/misc/sensors 0664 system system -service msensord /system/bin/msensord +service msensord /vendor/bin/msensord user system group system oneshot -service akmd8963 /system/bin/akmd8963 +service akmd09911 /vendor/bin/akmd09911 disabled user system group system @@ -44,12 +44,12 @@ on boot # Connectivity related services (Begin) # -service wmtLoader /system/bin/wmt_loader +service wmtLoader /vendor/bin/wmt_loader user root group root oneshot -service conn_launcher /system/bin/6620_launcher -p /system/etc/firmware/ +service conn_launcher /vendor/bin/6620_launcher -p /vendor/etc/firmware/ user system group system diff --git a/rootdir/factory_init.rc b/rootdir/factory_init.rc index 78779c3..8cff364 100644 --- a/rootdir/factory_init.rc +++ b/rootdir/factory_init.rc @@ -445,21 +445,21 @@ service encrypt /system/bin/vdc --wait cryptfs enablecrypto inplace default ## Custom service area (START) # Please add custom service below -service thermal_manager /system/bin/thermal_manager +service thermal_manager /vendor/bin/thermal_manager user root oneshot -service ccci_fsd /system/bin/ccci_fsd 0 +service ccci_fsd /vendor/bin/ccci_fsd 0 user radio group radio system oneshot -service ccci_mdinit /system/bin/ccci_mdinit 0 +service ccci_mdinit /vendor/bin/ccci_mdinit 0 user system group radio system oneshot -service nvram_daemon /system/bin/nvram_daemon +service nvram_daemon /vendor/bin/nvram_daemon class main user root group system diff --git a/rootdir/init.modem.rc b/rootdir/init.modem.rc index b487eea..705c1c1 100755 --- a/rootdir/init.modem.rc +++ b/rootdir/init.modem.rc @@ -35,14 +35,14 @@ on post-fs-data # clear the sim switch flag setprop persist.radio.simswitch "" -service gsm0710muxd /system/bin/gsm0710muxd -s /dev/ttyC0 -f 512 -n 8 -m basic +service gsm0710muxd /vendor/bin/gsm0710muxd -s /dev/ttyC0 -f 512 -n 8 -m basic class core user root group radio cache inet misc disabled oneshot -service muxreport-daemon /system/bin/muxreport +service muxreport-daemon /vendor/bin/muxreport class core user radio group radio cache inet misc @@ -50,10 +50,10 @@ service muxreport-daemon /system/bin/muxreport oneshot # disable rild -service ril-daemon /system/bin/mtkrild +service ril-daemon /vendor/bin/mtkrild disabled -service ril-daemon-mtk /system/bin/mtkrild +service ril-daemon-mtk /vendor/bin/mtkrild class core socket rild stream 660 root radio socket rild2 stream 660 root radio @@ -79,19 +79,19 @@ service ril-daemon-mtk /system/bin/mtkrild oneshot -service ccci_fsd /system/bin/ccci_fsd 0 +service ccci_fsd /vendor/bin/ccci_fsd 0 user radio group radio system class core oneshot -service ccci_mdinit /system/bin/ccci_mdinit 0 +service ccci_mdinit /vendor/bin/ccci_mdinit 0 user system group radio system class core oneshot -service terservice /system/bin/terservice +service terservice /vendor/bin/terservice class core user radio group radio cache inet misc diff --git a/rootdir/init.mt6735.rc b/rootdir/init.mt6735.rc index c993737..f334c8a 100755 --- a/rootdir/init.mt6735.rc +++ b/rootdir/init.mt6735.rc @@ -20,7 +20,7 @@ on early-init write /sys/class/leds/lcd-backlight/trigger "backlight" on init - export LD_SHIM_LIBS "/system/lib/libmedia.so|libshim_snd.so:/system/lib64/libmedia.so|libshim_snd.so:/system/lib/liblog.so|libshim_xlog.so:/system/lib64/liblog.so|libshim_xlog.so:/system/lib/libui.so|libshim_ui.so:/system/lib64/libui.so|libshim_ui.so:/system/lib/libgui.so|libshim_gui.so:/system/lib64/libgui.so|libshim_gui.so:/system/bin/mtk_agpsd|libshim_agps.so" + export LD_SHIM_LIBS "/system/lib/libmedia.so|libshim_snd.so:/system/lib64/libmedia.so|libshim_snd.so:/system/lib/liblog.so|libshim_xlog.so:/system/lib64/liblog.so|libshim_xlog.so:/system/lib/libui.so|libshim_ui.so:/system/lib64/libui.so|libshim_ui.so:/system/lib/libgui.so|libshim_gui.so:/system/lib64/libgui.so|libshim_gui.so:/system/vendor/bin/mtk_agpsd|libshim_agps.so" # mount points mkdir /protect_f 0771 system system @@ -698,23 +698,23 @@ on property:vold.decrypt=trigger_restart_framework on property:vold.decrypt=trigger_shutdown_framework start stop_modem -service stop_modem /system/bin/md_ctrl 0 +service stop_modem /vendor/bin/md_ctrl 0 class main disabled oneshot -service start_modem /system/bin/md_ctrl 1 +service start_modem /vendor/bin/md_ctrl 1 class main disabled oneshot -service nvram_daemon /system/bin/nvram_daemon +service nvram_daemon /vendor/bin/nvram_daemon class main user root group system oneshot -service pq /system/bin/pq +service pq /vendor/bin/pq class main user system group system graphics @@ -764,7 +764,7 @@ service wpa_supplicant /system/bin/wpa_supplicant \ # # GPS -service agpsd /system/bin/mtk_agpsd +service agpsd /vendor/bin/mtk_agpsd class main socket agpsd stream 660 gps system socket agpsd2 stream 660 gps inet @@ -772,23 +772,23 @@ service agpsd /system/bin/mtk_agpsd user gps group gps radio inet sdcard_r sdcard_rw misc -service wifi2agps /system/bin/wifi2agps +service wifi2agps /vendor/bin/wifi2agps class main user wifi group gps inet -service mnld /system/xbin/mnld +service mnld /vendor/bin/mnld class main user gps group gps inet misc sdcard_rw sdcard_r media_rw system socket mnld stream 660 gps system # Sensors -service msensord /system/bin/msensord +service msensord /vendor/bin/msensord class main oneshot -service akmd09911 /system/bin/akmd09911 +service akmd09911 /vendor/bin/akmd09911 disabled user system group system @@ -797,7 +797,7 @@ service akmd09911 /system/bin/akmd09911 # # emsvr service (start) # -service emsvr /system/bin/em_svr +service emsvr /vendor/bin/em_svr disabled user system group system radio diag net_bt_stack @@ -807,24 +807,24 @@ service emsvr /system/bin/em_svr # # Thermal -service thermal_manager /system/bin/thermal_manager +service thermal_manager /vendor/bin/thermal_manager class main user root group system oneshot -service fuelgauged /system/bin/fuelgauged +service fuelgauged /vendor/bin/fuelgauged class main user system group system -service wmtLoader /system/bin/wmt_loader +service wmtLoader /vendor/bin/wmt_loader user root group root class core oneshot -service conn_launcher /system/bin/6620_launcher -p /system/etc/firmware/ +service conn_launcher /vendor/bin/6620_launcher -p /vendor/etc/firmware/ user system group system class core diff --git a/rootdir/meta_init.modem.rc b/rootdir/meta_init.modem.rc index d9e0d74..8fd1006 100644 --- a/rootdir/meta_init.modem.rc +++ b/rootdir/meta_init.modem.rc @@ -13,12 +13,12 @@ on post-fs chown radio radio /sys/kernel/ccci/boot -service ccci_fsd /system/bin/ccci_fsd 0 +service ccci_fsd /vendor/bin/ccci_fsd 0 user radio group radio system oneshot -service ccci_mdinit /system/bin/ccci_mdinit 0 +service ccci_mdinit /vendor/bin/ccci_mdinit 0 user system group radio system oneshot diff --git a/rootdir/meta_init.project.rc b/rootdir/meta_init.project.rc index e5ad6a7..bbc9e5d 100644 --- a/rootdir/meta_init.project.rc +++ b/rootdir/meta_init.project.rc @@ -32,12 +32,12 @@ on boot # Connectivity related services (Begin) # -service wmtLoader /system/bin/wmt_loader +service wmtLoader /vendor/bin/wmt_loader user root group root oneshot -service conn_launcher /system/bin/6620_launcher -p /system/etc/firmware/ +service conn_launcher /vendor/bin/6620_launcher -p /vendor/etc/firmware/ user system group system diff --git a/rootdir/meta_init.rc b/rootdir/meta_init.rc index a7f5c65..f533b0a 100644 --- a/rootdir/meta_init.rc +++ b/rootdir/meta_init.rc @@ -409,9 +409,9 @@ service encrypt /system/bin/vdc --wait cryptfs enablecrypto inplace default # vold will set vold.decrypt to trigger_restart_framework (default # encryption) -service meta_tst /system/bin/meta_tst +service meta_tst /vendor/bin/meta_tst -service nvram_daemon /system/bin/nvram_daemon +service nvram_daemon /vendor/bin/nvram_daemon class main user root group system |
