How to prevent the app from going to sleep mode in blackberry using J2ME?
I have seen this suggestion to do a Key Injection also read this docs from Native SDK.
But I am not sure whether the second method works with J2ME.
How can I do this efficently in blackberry with J2ME?
About disabling sleep mode, you can read this article.
To solve this problem in blackberry I used code below:
I think this may be achieved ... you can send keyBoard event to the device. For more information see this Prevent BlackBerry From Going Into Sleep Mode.