Frequently Asked Questions
Here are is a list of questions I have collected of people troubleshooting some errors with my builds. If you have
a question not listed here, feel free to let me know.
-
Windows CE/Mobile
phoneME Feature
- My MIDlet does not work. Is there a log file of phoneME Feature somewhere that I check for exceptions?
You need to add the +LogVMOutput parameter right after runMidlet.exe in the shortcut to create a logfile
called cldc_a.log in the root of your file system. A shortcut could then look like this:255#"\storage card\midp\bin\arm\runMidlet.exe" +LogVMOutput -1 com.sun.midp.appmanager.MVMManager
phoneME Advanced
- My application does not work. Is there a log file of phoneME Advanced somewhere that I check for exceptions?
You can add the "-Xopt:useConsole=true" parameter right after cvm.exe in the shortcut to create a logfile
to get a console. Your shortcut could then look like this:254#"\phoneme\bin\cvm.exe" "-Xopt:useConsole=true" -cp "\phoneme\testclasses.zip" Test
If your application closes quickly, and you have mpt jad the time to read the log, you can add another parameter
to get IN.txt, OUT.txt and ERR.txt log files of standard input/output streams at the location of your choice:254#"\phoneme\bin\cvm.exe" "-Xopt:stdioPrefix=/storage card,useConsole=true" -cp "\phoneme\testclasses.zip" Test
- My MIDlet does not work on the phoneME Advanced dual stack. Is there a log file that I check for exceptions?
See the previous answer.
Other
- My MIDlet does not work. Is there a log file of phoneME Feature somewhere that I check for exceptions?
-
Android
phoneME Feature
phoneME Advanced
Other
