MIDlet is an application that uses the Mobile Information Device Profile (MIDP) of the Connected Limited Device Configuration (CLDC) for the Java ME environment
Questions tagged [midlet]
263 questions
0
votes
1 answer
Reading RMS Data of other Midlet
I want to Read RMS Data created by one midlet from second midlet
Target devise are S60 is it possible??

Mihir Palkhiwala
- 2,586
- 3
- 37
- 47
0
votes
1 answer
deploying a signed midlet in nokia 6131
I am trying to deploy a signed midlet in Nokia 6131 over the air using VeriSign certificate but while installing I am getting message "No valid certificate". Do I need to sign the .jar file also?

user624478
- 53
- 1
- 4
0
votes
1 answer
Midlet-browser interaction
Is there anyway to interact between a phone's browser and a midlet?
As far as I understand it they both run in different sand box and except if using platform specific api communication between midlet and native apps is not possible.

emt14
- 4,846
- 7
- 37
- 58
0
votes
1 answer
java midlet for touch screen
Can somebody please guide me on how can i test my application JAD on touch screen emulator in Linux environment.Is there any touch enabled emulator to test applications?
The JAD is currently not showing softkey labels on touch screen phones.I have…

Pooja Rajput
- 1
- 3
0
votes
1 answer
I need to setup a icon menu for my aplication
How can I setup an icon in my j2me aplication ? I have setup this icon in my midlet configuration, but I can see in mobile menu. Where Should I put my icon ?

sjmg
- 9
- 1
0
votes
1 answer
Reconnect to GPRS from J2ME
I have a little problem. I have developed a midlet application that call some webservices through internet. I'm using cell phones with GPRS connection. For some time it runs as I wanted, run the apps, call the webservices through the GPRS, it…

Rozi
- 35
- 1
- 1
- 4
0
votes
1 answer
Java ME deploying midlet
I'm writing a Java ME Midlet for a Nokia N82,
I want to just count down from 30 and restart when it reaches 0.
Whenever i move the .jar and .jad file and try to run them from the mobile phone it will say that it can't install the midlet or that the…

user6
- 1,999
- 2
- 23
- 29
0
votes
1 answer
Who actually installs the Java MIDlet file
Suppose i have TicTacToe.jar (Collection of class files and resource files) & TicTacToe.jad (Descriptor File) files,
Who and How does this installation from jar file to some machine dependant files like (.sis and all)
Platform independant …

Vikas
- 1
0
votes
0 answers
How to save a microedition.lcdui.Image object into storage?
How can you save an Image (microedition.lcdui.Image) object into storage?
I have this Image object:
Image outImg; //Contains image data
I tried the code below to save it to storage but without success:
int[] rgb = new…

Tentoi
- 1
0
votes
2 answers
error in midlet while implementing command
import com.sun.lwuit.Command;
import javax.microedition.midlet.;
import javax.microedition.lcdui.;
in my code but still the following errors are coming...
exitCommand = new Command("Exit", Command.EXIT, 2); //line 1
…

garima
- 5,154
- 11
- 46
- 77
0
votes
2 answers
j2me zoom in zoom out in E-72
I want to do zoom in and zoom out in my j2me application. I am using a Nokia E-72. How can I do this?

Mihir Palkhiwala
- 2,586
- 3
- 37
- 47
0
votes
1 answer
J2me web service call and error java.rmi.ServerException:
Hello i am creating a J2ME application in which i need to call a web service for processing
i am encrypting data and then calling web service
my code is working perfect on my Linux(Fedora) but not working on my windows and actual mobile
Server is…

Mihir Palkhiwala
- 2,586
- 3
- 37
- 47
0
votes
1 answer
wurf introduction
How do I setup wrufl so that I can begin querying for information regarding phone models ?
Thanks

blue-sky
- 51,962
- 152
- 427
- 752
0
votes
2 answers
Where can I check the available memory (heap) of phone model
Is there an online database where I can check the amount of available heap memory on a particular mobile phone ?
Thanks

blue-sky
- 51,962
- 152
- 427
- 752
0
votes
1 answer
Why the image is not displayed in the imageItem?
I used the Nokia sample codes for Google Map. It has retrieveStaticImage method which loads and returns an Image. I them loaded the image to an ImageItem but I get an exception everytime..
Here are my codes...
Codes for GoogleMaps class
import…

Manish Basdeo
- 6,139
- 22
- 68
- 102