diff options
| author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2017-09-14 20:47:02 +0200 |
|---|---|---|
| committer | hemantbeast <hemantbeast@gmail.com> | 2017-09-15 23:42:55 +0530 |
| commit | e04eef0306fd995ec8fba179008f681fef493b7e (patch) | |
| tree | eb31caaa7e021c86a91d823fbe1b544297a7c8f2 | |
| parent | 27727cf6364e7cfccff54da09870e38395fc9a9e (diff) | |
s2: add btnvtool
Change-Id: Ieafb3bf4da3ed37be93a3ed814e61260f7dbfd1e
| -rw-r--r-- | proprietary-files.txt | 1 | ||||
| -rwxr-xr-x | rootdir/init.qcom.rc | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt index 9800a81..551b3bf 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -1,6 +1,7 @@ -app/TimeService/TimeService.apk -app/QtiTelephonyService/QtiTelephonyService.apk -app/fastdormancy/fastdormancy.apk +bin/btnvtool bin/ims_rtp_daemon bin/loc_launcher bin/ssr_diag diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index fefc3d5..9eba06a 100755 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -752,6 +752,12 @@ service hcidump /system/bin/sh /system/etc/hcidump.sh disabled oneshot +service config_bt_addr /system/bin/btnvtool -O + class core + user bluetooth + group bluetooth radio + oneshot + service ssr_diag /system/bin/ssr_diag class late_start user system |
