I need my J2ME app to run in the background and still allow the user to use his mobile without problem. the app still needs to process some events in the background.
This is not always supported, but on the handsets that do, the command is:
Display.getDisplay(theMidlet).setCurrent(null);