If I try to open a normal SocketConnection with C7-00 and I have some network connections open I get this error:
java.io.IOException: Unable to open socket connection. POSIX error code: -142
Type: Posts; User: mkonji; Keyword(s):
If I try to open a normal SocketConnection with C7-00 and I have some network connections open I get this error:
java.io.IOException: Unable to open socket connection. POSIX error code: -142
Connections are not opened inside a loop. Application works fine with emulator and all other phones except Symbian^3.
I have a problem that I cannot open a ServerSocketConnection on Nokia C7-00.
The Thread in which I open the connection jams on Connector.open and nothing happens. Don't even get an exception or a...
I'm trying to create a transparent Image and draw an SVG image on top of it. This way I would not have to draw SVG image in paint() methods. I want to do it this way because it seems to be much...
Guess it is the same problem than on the link below and will never be fixed.
...
All connections are closed properly and the same happens even if I don't open any Input/OutputStreams.
The problem doesn't occur if I use HttpConnection.
I want my application to be able to run...
Seems like it is impossible to open and close a SocketConnection multiple times while application is running.
After SocketConnection has been opened and closed about 90 times on my Nokia 6210...