Re: [android-developers] Re: Bluetooth in Andoid?

2010-11-22 Thread Ray da Costa
Nanek Lance, thank you. I tried to do this, notice if it works. But still no one in the group knows where or how to go about these ABIX pacontes, the link: http://developer.android.com/resources/samples/BluetoothChat/index.html not have details. 2010/11/19 Lance Nanek lna...@gmail.com You need

Re: [android-developers] Re: Bluetooth in Andoid?

2010-11-22 Thread Kostya Vasilyev
Bluetooth support in Android 2.0 is more complete than in previous releases. If supporting 1.5 and 1.6 devices is a priority, take a look at this: There is a library that fills some of the gaps, available here: http://code.google.com/p/android-bluetooth/ It appears to have been abandoned

[android-developers] Re: Bluetooth in Andoid?

2010-11-19 Thread Lance Nanek
You need to include some sort of library on older version of Android, if I recall correctly. Newer versions you don't need to include anything. The Bluetooth chat sample shows how to prompt the user to enable it when needed and whatnot: