Re: Firing up another midlet from running midlet

[email protected] Wed, 30 Jul 2008 00:32:26 PDT
Newsgroups gmane.comp.java.sun.kvm
Message-ID <[email protected]>
Thanks for clarifying what you're trying to do....

You can try doing Push Registration by modifying the JAD file to add a MIDlet-Push attribute, thus not having to modify any of your pre-packaged application code/binaries. The phone's Application Management System should then register the push connection to fire up your pushed MIDlet. The timer could work, but is it possible to use a socket connection to loopback to a different port to initiate a push? I have a feeling trying to go to localhost:xxxx might not work though.

I've not tried it myself, but I'm not sure how this would affect your 'root' MIDlet. Perhaps the push causes your running MIDlet to go into a paused state.

If you get any success, do let us know!
[Message sent by forum member 'davjoh' (davjoh)]

http://forums.java.net/jive/thread.jspa?messageID=290271

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff KVM-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".