Hi all:
I have a proyect in J2ME with 2 midlets. I start one of midlets with push registry from the other midlet with socket connection.
In the JAD file, I insert the 2 midlets that appears in the screen. But this registy in the JAD file causes that user's terminal can show 2 midlet to access to the application, and I want that the users only can see one midlet.
How can I do that the second midlet can't be active by user directly or how can I active a midlet with other midlet?
This is my JAD file:
MIDlet-2: PruebaPush1B,,PruebaPush1B
MIDlet-1: RegistroConexionB,,RegistroConexionB
MIDlet-Jar-URL: PushSocketBueno.jar
MicroEdition-Configuration: CLDC-1.1
MIDlet-Push-1: socket://:1712,PruebaPush1B,*
MIDlet-Version: 1.0.0
MIDlet-Name: PushSocketBueno Midlet Suite
MIDlet-Vendor: Midlet Suite Vendor
MicroEdition-Profile: MIDP-2.0
MIDlet-Permissions: javax.microedition.io.PushRegistry,javax.microedition.io.Connector,javax.microedition.io.SocketConnection
I want that the users can access to the MIDlet-2.
Thanks all.
Em.

Reply With Quote


