Programming Tutorials

Comment on Tutorial - Client Server in J2ME (Socket Programming sample) By David Hemphill



Comment Added by : Ramin

Comment Added at : 2011-07-07 07:23:45

Comment on Tutorial : Client Server in J2ME (Socket Programming sample) By David Hemphill
Hi,
The code runs fine on my emulator even when I use an IP address instead of the Localhost. The IP address is globally open and can be accessed from outsider networks. However, trying to run the application on the mobile phone (Nokia N86) which has a 3G internet connection, it fails with the following error message:

SymbinanOS error = 4161 : Packet data: Packet data connection not available.

any idea how to fix this?

/R


View Tutorial