Is it possible to write a Java application which can send SMS's as one would do normally, and then pick up the response that is sent back ?
Is it possible to write a Java application which can send SMS's as one would do normally, and then pick up the response that is sent back ?
The MIDP specification doesn't (yet) provide any sort of SMS interfaces, but Nokia have their own one. Look at the Nokia SMS API document here http://www.forum.nokia.com/javaforum/main/1,35452,1_0_10,00.html and see if it's what you want. The note says that it's supported in the 3410, so you'll need one of those to test with I guess.
Hope this helps,
Steve