Ok, my phone does NOT have a "command line", but I need to know how to launch a midlet from an external application (specifically in Python). Using z:\system\programs\apprun.exe and z:\system\programs\midp2.exe does not work, so... what?!?
Ok, my phone does NOT have a "command line", but I need to know how to launch a midlet from an external application (specifically in Python). Using z:\system\programs\apprun.exe and z:\system\programs\midp2.exe does not work, so... what?!?
Do these help at all?
http://wiki.forum.nokia.com/index.ph...n_C%2B%2B_code
http://wiki.forum.nokia.com/index.ph...60_3rd_Edition
Hartti
This should mean something like...
e32.start_exe('z:\\system\\programs\\midp2.exe','7049*270443195*HelloMIDlet*e:\\System\\MIDlets\\[1013124f]\\midSMSRemote.jar**')
I'll give it a try.. although my phone does note require JAD files, and I don't know if/how I can omit it in the commandline...
I remember that on my old SYmbian UIQ phone a midlet was started by a .APP application which used a .TXT files containing something like this:
-cp jUIQdiz.jar -cd \System\Apps\jUIQdiz jUIQdiz
Maybe we should pass a similar group of parameters to APPRUN or MIDP2 to properly start a midlet?