I would like to be able to communicate from my MIDlet to a native Symbian app on the Nokia 7650. Given the restrictions of MIDP, I'm not sure if this is possible, so I'm open to ideas.
Here are a couple ideas, but I don't know if they're feasible and I don't have a Nokia 7650 on which to test them:
1. Have the native Symbian app listen for a local HTTP connection on an agreed upon port and have the MIDlet make an HttpConnection to (for example) http://localhost:7777. Do localhost connections from MIDlets work on the Nokia 7650?
2. Write messages to RMS from the MIDlet and have the native Symbian app watch the record store for interprocess communications. This seems risky as I suppose the record store location and format could change with new firmware releases.

Reply With Quote

