Hi,
Is it possible to invoke JAM (java application manager) from a MIDlet in order to install a second MIDlet?
If so, can this be achieved silently, i.e. without any prompts or dialogues?
Hi,
Is it possible to invoke JAM (java application manager) from a MIDlet in order to install a second MIDlet?
If so, can this be achieved silently, i.e. without any prompts or dialogues?
I think , Using J2ME its not possible.
Hi tarnhed,
as correctly told, It's not directly possible in Java ME. You could try by implementing a helper app in Symbian C++ that uses SW Installer Launcher API, and that communicates with your MIDlet with local socket calls (even if I think you'll not be able to totally avoid prompts and popups during installation).
Pit