devon: Drop STFlashTool

It doesn't do anything since it references a non existent config

Change-Id: I89f43190c28313c30a545e1c65feaed5120b2d30
This commit is contained in:
Michael Bestas
2025-05-02 03:06:06 +03:00
parent 6418a68128
commit e455baaccb
5 changed files with 3 additions and 62 deletions
@@ -1,10 +1,10 @@
on property:init.svc.vendor.stflashtool=stopped && property:ro.vendor.hw.nfc=true
on boot && property:ro.vendor.hw.nfc=true
start vendor.st_nfc_hal_service
on property:init.svc.vendor.stflashtool=stopped && property:ro.vendor.hw.nfc=st
on boot && property:ro.vendor.hw.nfc=st
start vendor.st_nfc_hal_service
on property:init.svc.vendor.stflashtool=stopped && property:ro.vendor.hw.nfc=ese_st
on boot && property:ro.vendor.hw.nfc=ese_st
start vendor.st_nfc_hal_service
service vendor.st_nfc_hal_service /vendor/bin/hw/android.hardware.nfc@1.2-service.st
-23
View File
@@ -1,23 +0,0 @@
# This file needs to be executed by vendor_init at boot of the device,
# both in normal and factory mode.
on post-fs
# Change ownership and permision of st nfc device
chown nfc nfc /dev/st21nfc
chmod 0660 /dev/st21nfc
on property:ro.vendor.hw.nfc=true && property:persist.vendor.radio.multisim.config=*
start vendor.stflashtool
on property:ro.vendor.hw.nfc=st && property:persist.vendor.radio.multisim.config=*
start vendor.stflashtool
on property:ro.vendor.hw.nfc=ese_st && property:persist.vendor.radio.multisim.config=*
start vendor.stflashtool
service vendor.stflashtool /vendor/bin/STFlashTool -c /vendor/etc/st21nfc_conf.txt -P vendor.nfc.fw_status
group nfc
user nfc
oneshot
disabled