Hello people,
First time I've stumbled upon this forum and I do hope that I will find some help here, as I've found no other help concerning this. The online resources for developing java for Samsung mobile are, to say the least, horrible.
I have a very specific problem, which is that the Samsung E900 (and probably more Samsungs), respond positively on calls such as Class.forName("javax.bluetooth.LocalDevice")
but still freezes completely when calling javax.bluetooth.LocalDevice.getLocalDevice()
No exception or error is thrown, but the application cannot continue after this call. I call Class.forName for the other bluetooth libraries as well and all of them return not null and no exception is ever thrown, which would normally mean that the phone has bluetooth, but the fact that it freezes and that the Samsung mobile webpage claims that it does not have bluetooth makes me believe that it might be a problem with Samsungs.
Have anyone ever experienced something like this? Any help would be great.
//Patrik
|