[android-developers] Re: Android talk with NB through the BLUETOOTH device

2011-06-03 Thread gjs
Hi, Try this as well http://developer.android.com/resources/samples/BluetoothChat/index.html Regards On Jun 2, 5:28 pm, mark2011 wrote: > Dear All : > >     I had followed the examples in the book about the bluetooth in the > android and coded the BTClient .java. I'm sure that my android phone

[android-developers] Re: Android talk with NB through the BLUETOOTH device

2011-06-03 Thread Edam
Hi, I was looking at using BT to communicate with the WiiMotes and balance board a while ago. I was having some real issues. I read that any HTC phone (running sense) will not be able to use BT as the stack was not implemented by HTC correctly. First, is your phone a HTC, second, does anyone know

[android-developers] Re: Android talk with NB through the BLUETOOTH device

2011-06-03 Thread burtoogle
Hi, > I read that any HTC phone (running sense) will not be able to use BT > as the stack was not implemented by HTC correctly. > > First, is your phone a HTC, second, does anyone know if this is true? I have an app that uses BT SPP to talk to custom hardware and it works perfectly well with my

[android-developers] Re: Android talk with NB through the BLUETOOTH device

2011-06-03 Thread Edam
Interesting... un-rooted I assume? What version numbers (Android / Baseband / Kernel) are you running? On Jun 3, 9:21 am, burtoogle wrote: > Hi, > > > I read that any HTC phone (running sense) will not be able to use BT > > as the stack was not implemented by HTC correctly. > > > First, is your

[android-developers] Re: Android talk with NB through the BLUETOOTH device

2011-06-03 Thread burtoogle
Hi, > Interesting... un-rooted I assume? Yes, un-rooted. > What version numbers (Android / Baseband / Kernel) are you running? 2.2 / 32.49.00.32U_5.11.05.27 / 2.6.32.15-gf5a401c htc-kernel@and18-2 #1 Cheers, Mark -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Android talk with NB through the BLUETOOTH device

2011-06-03 Thread Edam
Even more interesting, same version as mine. I could not get the BT communication to work. I originally thought it was my code but I found a load of stuff about HTC Sense phones not working correctly with BT. I wonder if HTC fixed it at some point? I'll retest and if its still not working I'll pos

[android-developers] Re: Android talk with NB through the BLUETOOTH device

2011-06-03 Thread burtoogle
Hi, I can send you some of my BT code if it would be useful. BTW - here's a shameless plug for my app (and the product that it talks to) http://www.smartavionics.com/pb3/pb3.html Cheers, Mark -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Re: Android talk with NB through the BLUETOOTH device

2011-06-03 Thread Edam
Hi Mark, Thanks, that might be useful, maybe I'll see that I have gone down the wrong route. I started by looking at the BlueToothChat example. My app can get a list of the available devices but when you try to connect, it fails. That looks like quite a sophisticated app you have there. I was try

[android-developers] Re: Android talk with NB through the BLUETOOTH device

2011-06-06 Thread Edam
Mark, If you send you my code would you be able to give some pointers? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to an

[android-developers] Re: Android talk with NB through the BLUETOOTH device

2011-06-06 Thread burtoogle
Hi, > Mark, If you send you my code would you be able to give some pointers? Sure, I'm happy to take a look. Cheers, Mark -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegro

[android-developers] Re: Android talk with NB through the BLUETOOTH device

2011-06-07 Thread Edam
Thanks. I have zipped the files and its on my dropbox here http://dl.dropbox.com/u/7071839/MyApp.zip I added an info.txt file to explain what's going on. Any help you be greatly appreciated. -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Re: Android talk with NB through the BLUETOOTH device

2011-06-08 Thread gjs
Hi, Answering the following in the forum - re - listenUsingInsecureRfcommWithServiceRecord This is only supported since Android 2.3.3 Regards frommark2011 androidmark2...@gmail.com to gjs dateWed, Jun 8, 2011 at 4:07 PM subject Re: Android talk with NB through the BLUETOOTH device