diff options
author | Arian <arian.kulmer@web.de> | 2019-09-30 17:37:29 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:17:13 +0200 |
commit | ccda84ecf67b6379466f06384a88b0e11d16e3b0 (patch) | |
tree | a9b689cc4d049f8ac85c25f358af64792da0384e /rootdir/etc | |
parent | 97ce75965ec0b972294d2bcb609d8df18a7053d0 (diff) |
shinano-common: rootdir: Set bluetooth properties from makefile
Change-Id: I1b2ac64116c056000bf482a613b0a4904f73b1ae
Diffstat (limited to 'rootdir/etc')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 5620d45..5c7067d 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -41,16 +41,6 @@ on init chown system system /dev/block/mmcblk0p1 chmod 0770 /dev/block/mmcblk0p1 - # Bluetooth address setting - setprop ro.bt.bdaddr_path "/data/etc/bluetooth_bdaddr" - chown bluetooth bluetooth ro.bt.bdaddr_path - - #Enable Bluetooth HFP 1.6 - setprop ro.bluetooth.hfp.ver 1.6 - - #Disable Bluetooth A2DP SNK - setprop bluetooth.a2dp.sink.enabled false - write /sys/module/qpnp_rtc/parameters/poweron_alarm 1 # Enable panic on out of memory |