Hi frens,
Can anyone please tell me how to make console application in j2me that runs
in background.i am new bie in j2me so please help me out.
Regards-
Ritu Singh
Hi frens,
Can anyone please tell me how to make console application in j2me that runs
in background.i am new bie in j2me so please help me out.
Regards-
Ritu Singh
Hello ritusingh,
Yeah you can run the app in background in S60 devices but not in S40 devices.
you can use
And again to set the app in foregroundDisplay.getDisplay(midlet).setCurrent(null);
Display.getDisplay (this).setCurrent (myCanvas);
And to set the app in foreground can be done on events like the specific time period or on incoming SMS intervention. For that you can read the push registry.
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
Hii,
Background applications will not work on all the devices. What's your requirement for such appliaction can u explain so that u can find any alternate solution for that.
thanks a lot for ur quick reply.....
i am developing an application in j2me.
for that i want to make a application that runs in background.
and when particular key is pressed on device i have to call another
midlet.
i am making this application for s60 devices.
Regards-
Ritu Singh
Hello,
Yea, what you are looking for is quite possible.
Just try whatever we have suggested to you,
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
thanks for ur reply...
but can you please tell me how on particular key event
another midlet will be launched.
Regards-
Ritu Singh
Hello,
You have to make the midlet suite for the same purpose. And then you can do midlet to midlet invocation. This topic has already been discussed lots of times and for more details you can refer the links,
http://discussion.forum.nokia.com/fo...t=start+midlet
and here
http://discussion.forum.nokia.com/fo...ad.php?t=76059
I am more then sure that these links will help you,
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
thanks for ur reply.....
i want to know that is it possible to call one midlet from another midlet.
if yes what is the procedure of it and other midlet is called at particular
event and the previous midlet should run in background of the application.
Regards-
Ritu Singh