[android-porting] Re: Can't enable Bluetooth

2014-05-06 Thread Daniel Meer
On Tuesday, May 6, 2014 10:08:20 AM UTC+2, Vishveshwar wrote: Is the following file present in your device? system/etc/permissions/android.hardware.bluetooth.xml If not modify your device.mk to copy this file over. e.g: 1. PRODUCT_COPY_FILES += \ 2.

[android-porting] Can't enable Bluetooth

2014-05-02 Thread Daniel Meer
Hi I have a BeagleBone Black which runs the AOSP 4.4.2 (instead of Rowboat). Now I want to add a Bluetooth module over UART. What I've done so far: - Create my own libbt-vendor.so - Added following lines to the BoardConfig.mk BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_BFH := true