From ff5ba111328b41fa998fc49c510d4c1090bb7f12 Mon Sep 17 00:00:00 2001 From: TheMalachite Date: Mon, 7 Nov 2022 15:24:18 +0300 Subject: [PATCH] rosemary: rootdir: Drop useless services Signed-off-by: TheMalachite Change-Id: I7ad43ec34a70322cf30cfbfe684dec5a1577eae2 --- rootdir/etc/init.mt6785.rc | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/rootdir/etc/init.mt6785.rc b/rootdir/etc/init.mt6785.rc index bb9df9c..7017500 100644 --- a/rootdir/etc/init.mt6785.rc +++ b/rootdir/etc/init.mt6785.rc @@ -73,7 +73,6 @@ on charger mount ext4 /dev/block/platform/bootdevice/by-name/cache /cache rw wait chmod 0660 /dev/spm chown system system /dev/spm - start spm_script chmod 0666 /dev/kmsg chmod 0775 /mnt/vendor mkdir /mnt/vendor/nvcfg @@ -1030,14 +1029,6 @@ on property:sys.boot_completed=1 #bluetooth property parameters setprop persist.bluetooth.a2dp_offload.disabled false -# bugreport is triggered by holding down volume down, volume up and power -service bugreport /system/bin/dumpstate -d -p -B -z \ - -o /data/user_de/0/com.android.shell/files/bugreports/bugreport - class late_start - disabled - oneshot - keycodes 114 115 116 - # end boot time fs tune on property:sys.boot_completed=1 write /sys/block/mmcblk0/queue/iostats 1 @@ -1160,7 +1151,7 @@ on property:odm.pocket.mode.keygurad.locked=0 write /proc/tp_palm 0 # add mi_thermald for thermal -service mi_thermald /system/vendor/bin/mi_thermald +service mi_thermald /vendor/bin/mi_thermald class main user root group system @@ -1174,14 +1165,6 @@ on boot on init symlink /dev/block/platform/bootdevice /dev/block/bootdevice -# VSIM service (vendor OSI) -service osi /system/bin/osi - class main - user root - disabled - oneshot - #seclabel u:r:osi:s0 - # Ultrasound SQT test service ellipticEngineRecord /system/bin/elliptic_engine_record -s /dev/elliptic1:device -f binpayload -p /sdcard/elliptic/ class main