can i user platformRequest() from midlet to launch a symbian application?
can i use platformRequest() from midlet to launch a symbian application?
or have anyone another method to launch a symbian application?
plz help
thanks in advance
Re: can i user platformRequest() from midlet to launch a symbian application?
platformRequest() will launch a Symbian application [i]if[/i] you provide the URL of a file, and that type of file is associated with a Symbian application. For example, if the file is a ".jpg", then the image viewer is opened.
You cannot start any application you like.
If you need to start an application to act as a server for a MIDP app, you need to make it "autostart".
Cheers,
Graham.
Re: can i user platformRequest() from midlet to launch a symbian application?
[QUOTE=grahamhughes;572093]platformRequest() will launch a Symbian application [i]if[/i] you provide the URL of a file, and that type of file is associated with a Symbian application. For example, if the file is a ".jpg", then the image viewer is opened.
You cannot start any application you like.
If you need to start an application to act as a server for a MIDP app, you need to make it "autostart".
Cheers,
Graham.[/QUOTE]
thanks for your reply very much!
i think i can do "autostart",
but i just heared a concept about mobile phoen's custom-tailor through manufacturer of mobile phone
can custom-tailor of mobile phone achieve my purpose?
thank you!