Re: [android-developers] Re: Android Bluetooth Development - Problem connecting

2010-04-19 Thread Max Gilead
Hi Serge! Moto Droid 2.0.1 here. I described the issue in much more (and up to date) detail on Stack Overflow: http://stackoverflow.com/questions/2660968/how-to-prevent-android-bluetooth-rfcomm-connection-from-dying-immediately-after What kind of timing issue you think about? Cheers, Max On 1

[android-developers] Re: Android Bluetooth Development - Problem connecting

2010-04-19 Thread ssozonoff
Hi Guys, I am having the same issue with code which worked fine on the HTC Legend and now fails on the HTC Desire. Could you report which handsets you are using as well. I would like to establish if this could be some sort of timing related issue. Thanks, Serge On Apr 18, 12:32 am, Max wrote:

[android-developers] Re: Android Bluetooth Development - Problem connecting

2010-04-19 Thread Max
Hi Phil! I just found your post and thought I'd chime in. Funnily enough I'm just spending second day trying to connect to a device with very similar signature to yours and I'm using code which is pretty much the same as yours and, of course, I can't make it work as well so I thought we could coo

[android-developers] Re: Android Bluetooth Development - Problem connecting

2010-03-20 Thread philDev
push On Mar 17, 7:23 pm, philDev wrote: > OK, but still thank you > > On Mar 17, 7:10 pm, DonFrench wrote: > > > > BTW: There is some very important Information missing on theAndroid- > > > dev Page about theBluetoothAPI. Theandroid.Permissions.INTERNET > > > have to be set in the Manifest too,

[android-developers] Re: Android Bluetooth Development - Problem connecting

2010-03-17 Thread philDev
OK, but still thank you On Mar 17, 7:10 pm, DonFrench wrote: > > BTW: There is some very important Information missing on the Android- > > dev Page about the Bluetooth API. The android.Permissions.INTERNET > > have to be set in the Manifest too, because without them creating a > > Socket will fai

[android-developers] Re: Android Bluetooth Development - Problem connecting

2010-03-17 Thread DonFrench
> BTW: There is some very important Information missing on the Android- > dev Page about the Bluetooth API. The android.Permissions.INTERNET > have to be set in the Manifest too, because without them creating a > Socket will fail. I am not replying to your main question because I don't have time