Hi,
I'm trying to develope a j2me application that should run in the background and send commands to other j2me applications through keystrokes.
I've encountered methods such as vibrate or flashBackLight that send direct messages to the OS, but nothing about the keypad.
What i'm trying to do is simulate a keystroke, which will cause a key event on a different MIDlet.
Is such a thing possible with j2me?

Reply With Quote


