Hi Kris Yes there is a bunch of stuff in the logcat outpu window. I will try and post a copy of it on here later on. I have a feeling it maybe something to do with the randomly generated UUID I got off the internet. Maybe it has to be very specific type of UUID? I will include the output from logcat in a while. I am still learning my way around the debugger at the moment. Setting break points and stepping through the program is about as far as I am with it.
Steve Kristopher Micinski wrote: > Did you check the logcat? Is it completely silent? > > It's weird that there wouldn't be an exception thrown, but I spose > weirder things have happened. > > Kris > > On Mon, Sep 19, 2011 at 6:04 AM, Steven Bruce <[email protected]> wrote: > > Hi > > > > I have been following the Bluetooth guide on the Android developer > > site and have got everything working so far but now I am really stuck. > > Despite my code looking virtually identical to the one in the > > Bluetooth page it just doesn't work. Is that code wrong or something? > > > > I have my two thread, connectThread and acceptThread. The acceptThread > > successfully initialises itself and is set running up to the point > > where the serversocket waits for a connection by the other device. Its > > when the other device performs the actual connection attempt when the > > server side device force closes the application. > > > > I have stepped through the program and the problem occurs immediately > > as the connection attempt is made. Its like some internal connection > > error but there are no exceptions thrown. I am completely stumped on > > this. Been trying for a couple of weeks now and I'm getting nowhere. > > Anyone got any ideas what the problem could be? > > > > Steve > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

