W910i J2ME Bluetooth Stack Problems

I’ve been programming with the W910i recently. Theoretically, it should be a great phone to work with. Plenty of optional APIs included, has a J2ME accessible accelerometer, BUT, Bluetooth keeps failing randomly with the following error message (in console output, testing in Java Developer mode using Sony Ericsson Device Explorer/Connection Proxy):
[Java/OJEX] bt.core[Util.raiseBluetoothConnectionException] FAILED_NOINFO
I’m using a separate thread that keeps making a serial profile connection (BTSPP://) to a GPS device that outputs in NMEA-0183 format. During random times (sometimes 20 secs, sometimes 5 mins) the thread locks up and any attempt to access it locks up that thread too. It must be to do with some of the bugs listed here - even after updating my firmware using the auto update within the device it’s not fixed. There seems to be no fix available anywhere!
I’m going to do a more simpler test later to see if it’s my code, but I doubt it will make any difference.
This is just a warning for those fellow developers out there tearing their hair out. For now, I’m sticking with Nokia phones and my Sparkfun accelerometer… Just need to re-solder that power connection!
Recent Comments