Hi,
when trying to open a Bluetooth Serial Port Profile connection via Connector.open(<serverURL>), the MIDlet runs into an unhandled exception even though I have a try/catch block around it which catches everything of type Throwable. I'm testing the code on a Nokia 6110 Navigator, firmware version 6.01.
The <serverURL> is obtained by performing the procedures of the Service Discovery Protocol (startInquiry(), searchServices()), which discovers the server properly.
The same code works fine in a J2SE "test frame" with the BlueCove Bluetooth implementation (version 2.0.3).
I suspect that this might be a security issue since the MIDlet is not signed but as long as I can't catch that damn exception this is just guessing...
Any idea how I can catch this exception and (even better) how I can get rid of it?
Thanks in advance
JS

Reply With Quote

