Hey Chetan
I'm having lots of trouble getting my SMS listener to work. Can you post any code or tell me what's wrong with this?
Code:
// in my constructor
...
makeInterface();
pushScreen(screen);
messconn = (MessageConnection) Connector.open("sms://:6222");
// At this point the debugger halts with the message:
// Uncaught exception thrown - Cannot determine Object class.
// Missing debug information
Any help appreciated.