java me - Debug as Blackberry Device + Socket connection -


I eclipse -> debug as -> blackberry device

whenever I try LAN In order to establish a socket connection to the server, I get IOException and I can not connect to the LAN server through the actual device.

I am using the Blackberry Pearl 8100 device.

Based on further comments and discussions, I think this is a better answer:

A Blackberry device will only automatically route a network connection through a USB port (and for local LAN) if the device is active on BES.

If the device is a non-BES device, then you need a special code to make a USB connection - that is, if you are plugged into a USB connection, your device will still be able to create a network connection. Will try to use the radio.


Comments