sm8150-common: cleanup NFC prop and service
* fixes init being unable to start service or set the prop Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
This commit is contained in:
parent
b5171ba364
commit
870504e13d
|
@ -252,7 +252,6 @@ on boot
|
|||
chown system system sys/devices/platform/soc/soc:goodix_fp/screen_state
|
||||
chmod 0666 /dev/qseecom
|
||||
#endif
|
||||
setprop ro.nfc.port "I2C"
|
||||
chmod 0666 /dev/pn553
|
||||
chown nfc nfc /dev/pn553
|
||||
chmod 0666 /dev/p73
|
||||
|
|
|
@ -463,12 +463,6 @@ on post-fs-data
|
|||
#Create dir for TUI
|
||||
mkdir /data/vendor/tui 0700 system drmrpc
|
||||
|
||||
service nqnfcinfo /system/vendor/bin/nqnfcinfo
|
||||
class late_start
|
||||
group nfc
|
||||
user system
|
||||
oneshot
|
||||
|
||||
service iop /system/vendor/bin/iop
|
||||
class main
|
||||
user root
|
||||
|
|
|
@ -25,7 +25,6 @@ persist.vendor.oem.nfc. u:object_r:vendor_nfc_prop:s0
|
|||
ro.vendor.nfc.notify_tp u:object_r:vendor_nfc_prop:s0
|
||||
vendor.oem.nfc. u:object_r:vendor_nfc_prop:s0
|
||||
persist.factoryota.reboot u:object_r:vendor_nfc_prop:s0
|
||||
ro.nfc.port u:object_r:vendor_nfc_prop:s0
|
||||
persist.vendor.nfc.delayese u:object_r:vendor_nfc_prop:s0
|
||||
|
||||
# Param
|
||||
|
|
|
@ -55,9 +55,6 @@ ro.vendor.qti.sys.fw.bservice_limit=8
|
|||
# Netflix
|
||||
ro.netflix.bsp_rev=Q855-16947-1
|
||||
|
||||
# NFC
|
||||
ro.nfc.port=I2C
|
||||
|
||||
# Perf
|
||||
ro.vendor.qti.sys.fw.bg_apps_limit=60
|
||||
|
||||
|
|
Loading…
Reference in New Issue