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

2014-05-06 Thread Vishveshwar
On Friday, May 2, 2014 1:03:30 PM UTC+5:30, Daniel Meer wrote: 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

[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.

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

2010-05-29 Thread Subramani Venkatesh
Hi There, Listen what SOM/SOC are you working with? kernel version? if you cannot enable bluetooth, it is most likely Firmware could not be loaded.. The firmware that you might be needed is TIInit_5.3.53.bts, which you can place it in /system/lib/btfm/TIInit_5.3.53.bts Regards, Subbu On Fri, May

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

2010-05-28 Thread aBiNg
Or what libraries and binaries must be extracted from htc stock ROM to make bluetooth work? In my opinion, the list is here: bts -- htc specified hciattach/hcid/sdptool -- hciattach compiled from aosp is different from htc stock one, others are same libbluedroid.so/libbluetooth.so --