diff options
-rw-r--r-- | proprietary-files.txt | 1 | ||||
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt index 818f6bf..ee3f0df 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -24,7 +24,6 @@ bin/imsqmidaemon bin/dpmd bin/qseecomd bin/energy-awareness -bin/btnvtool bin/xtwifi-inet-agent etc/dpm/dpm.conf etc/dpm/nsrm/NsrmConfiguration.xml diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 37ceb87..5c579cc 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -774,7 +774,6 @@ on property:bluetooth.startbtsnoop=false stop btsnoop on property:vold.decrypt=trigger_restart_framework - start config_bt_addr start config_bluetooth on property:persist.env.fastdorm.enabled=true @@ -832,12 +831,6 @@ service hci_filter_root /system/bin/wcnss_filter group bluetooth diag system disabled -service config_bt_addr /system/bin/btnvtool -O - class core - user bluetooth - group bluetooth radio - oneshot - on property:wc_transport.start_root=true start hci_filter_root |