diff options
-rw-r--r-- | config.fs | 6 | ||||
-rw-r--r-- | proprietary-files.txt | 1 | ||||
-rw-r--r-- | rootdir/etc/init.qcom.rc | 15 |
3 files changed, 0 insertions, 22 deletions
@@ -10,12 +10,6 @@ value:2903 [AID_VENDOR_RFS_SHARED] value:2904 -[vendor/bin/wcnss_filter] -mode: 0755 -user: AID_BLUETOOTH -group: AID_BLUETOOTH -caps: BLOCK_SUSPEND - [vendor/bin/pm-service] mode: 0755 user: AID_SYSTEM diff --git a/proprietary-files.txt b/proprietary-files.txt index 861baac..bf5f9f9 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -74,7 +74,6 @@ vendor/etc/audio_tuning_mixer.txt # Bluetooth - from LA.UM.7.2.r1-04000-sdm660.0 - B2N_sprout:9/PPR1.180610.011/00WW_3_22C vendor/bin/hw/android.hardware.bluetooth@1.0-service-qti|3144e709a358b8b5a4930d6e1206c07f126b8e1d -vendor/bin/wcnss_filter|4b068a2c1d5957524dd2efd2a8c8214b3f739ed0 vendor/etc/init/android.hardware.bluetooth@1.0-service-qti.rc|a979981c55f3dcaf6cf2212e71b901ca4d58b959 vendor/lib64/hw/android.hardware.bluetooth@1.0-impl-qti.so|f3b8f2f7fa25ba9692909c5c07d34ac30ffc47c1 vendor/lib64/libbtnv.so|6dce5418587127591fe02ae95e5d983a923c208c diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 1ec6717..e42d629 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -394,21 +394,6 @@ service tftp_server /vendor/bin/tftp_server user root writepid /dev/cpuset/system-background/tasks -on property:vendor.wc_transport.start_hci=true - start vendor.start_hci_filter - -on property:vendor.wc_transport.start_hci=false - stop vendor.start_hci_filter - - -service vendor.start_hci_filter /vendor/bin/wcnss_filter - class late_start - user bluetooth - group bluetooth diag system wakelock - seclabel u:r:bluetooth:s0 - writepid /dev/cpuset/system-background/tasks - disabled - service atfwd /vendor/bin/ATFWD-daemon class late_start user system |