mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 18:07:31 +00:00
rosemary: rootdir: Drop useless services
Signed-off-by: TheMalachite <eliasgheeraert@gmail.com> Change-Id: I7ad43ec34a70322cf30cfbfe684dec5a1577eae2
This commit is contained in:
committed by
Matsvei Niaverau
parent
f07c0837fb
commit
ff5ba11132
@@ -73,7 +73,6 @@ on charger
|
|||||||
mount ext4 /dev/block/platform/bootdevice/by-name/cache /cache rw wait
|
mount ext4 /dev/block/platform/bootdevice/by-name/cache /cache rw wait
|
||||||
chmod 0660 /dev/spm
|
chmod 0660 /dev/spm
|
||||||
chown system system /dev/spm
|
chown system system /dev/spm
|
||||||
start spm_script
|
|
||||||
chmod 0666 /dev/kmsg
|
chmod 0666 /dev/kmsg
|
||||||
chmod 0775 /mnt/vendor
|
chmod 0775 /mnt/vendor
|
||||||
mkdir /mnt/vendor/nvcfg
|
mkdir /mnt/vendor/nvcfg
|
||||||
@@ -1030,14 +1029,6 @@ on property:sys.boot_completed=1
|
|||||||
#bluetooth property parameters
|
#bluetooth property parameters
|
||||||
setprop persist.bluetooth.a2dp_offload.disabled false
|
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
|
# end boot time fs tune
|
||||||
on property:sys.boot_completed=1
|
on property:sys.boot_completed=1
|
||||||
write /sys/block/mmcblk0/queue/iostats 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
|
write /proc/tp_palm 0
|
||||||
|
|
||||||
# add mi_thermald for thermal
|
# add mi_thermald for thermal
|
||||||
service mi_thermald /system/vendor/bin/mi_thermald
|
service mi_thermald /vendor/bin/mi_thermald
|
||||||
class main
|
class main
|
||||||
user root
|
user root
|
||||||
group system
|
group system
|
||||||
@@ -1174,14 +1165,6 @@ on boot
|
|||||||
on init
|
on init
|
||||||
symlink /dev/block/platform/bootdevice /dev/block/bootdevice
|
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
|
# Ultrasound SQT test
|
||||||
service ellipticEngineRecord /system/bin/elliptic_engine_record -s /dev/elliptic1:device -f binpayload -p /sdcard/elliptic/
|
service ellipticEngineRecord /system/bin/elliptic_engine_record -s /dev/elliptic1:device -f binpayload -p /sdcard/elliptic/
|
||||||
class main
|
class main
|
||||||
|
|||||||
Reference in New Issue
Block a user