Tagged Questions

2
votes
1answer
549 views

How to install a MIDlet on a SonyEricsson phone directly in the Organizer folder

This question refers strictly to Sony Ericsson phones running Java Platform 8 or higher. It is possible to instruct the AMS to install the application in one of the folders Applications or Games. But ...
1
vote
0answers
204 views

How to hide the midlet icon on Nokia phones in J2ME?

I have developed a midlet that is supposed to be invoked using Push Registry only. The user must not be able to manually start the app. I have achieved this by checking if the midlet was not invoked ...
0
votes
0answers
163 views

Command Map for touch screen phones

I have developed a jad which is working perfectly on key based devices but not showing labels on touch screen phones.Not even the jad is responding to command List added to any of its screen.Please ...
0
votes
1answer
142 views

How to tell cell phone to install midlet in applications folder?

I'd like to suggest where the phone should install the j2me app. For instance, on Nokia phones, it always install them in games folder. Is there a way to suggest a destination folder? Either in .jad ...
0
votes
3answers
1k views

Setting Midlet Icon using J2ME-Polish

I'm using J2ME Polish version 2.0.7 together with ant to build my Midlet application. In order to specifcy the main-class, name and icon of the application, the J2ME Polish documentation suggests that ...