I am working on a mobile communicator and after establishing connection to the server using following method (to illustrate that I am using StreamConnection, InputStream and OutputStream) I distribute inputStream and ...
I am producing a basic j2me application that collects gps information and then sends it out over a wireless network.
It seems like I need a thread to read GPS ...
I have a wma(SMS) project on j2me, which works well on my phone and netbeans, but on both, the application is not able to reply to the messages. The code is ...