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
Stuck up with MessageList in Blackberry
I am try to do MessageList in blackberry using midlet, but whatever I do some expection comes up. Right now am getting NullPointerException. Here is the code
EncodedImage indicatorIcon = EncodedImage.getEncodedImageResource("img/indicator.png");
…

aNi
- 1,359
- 11
- 17
0
votes
2 answers
Sms listener with BlackBerry Application and Background Application?
I have a Gui-Application and Background-Service that runs on Blackberry device,
I need to implement Sms listener that will invoke some Background-Service methods after it's acknowledges that SMS is arrived to the device, after that it will go sleep…

hackp0int
- 4,052
- 8
- 59
- 95
0
votes
3 answers
How to make a midlet from source?
Hey I got some sources files for midlet application. How can I compile these to a midlet that I can run on my mobile?
john
0
votes
1 answer
Help J2me icon problem
I created a j2me application but I cant set an icon it is the default cofeecup icon thats showing. I am using netbeans and I already went to properties and selected the correct midlet icon but it's not showing for the jar file. How can I fix it? Pls…

Peter
- 1
0
votes
0 answers
how can i send email using j2me midlet
hi all i have been trying to write the a j2me email client code which enables the midlet to send an email into my account but i faced the following error "Must issue a STARTTLS Command first"
here is the code and i included the result shown on…

Yitbarek
- 1
- 2
0
votes
2 answers
bouncycastle encrypted data send from midlet to servlet
I want to encrypt data in a midlet which to be sent to a servlet. I could encrypt data in midlet . I used bouncycastle. It worked perfectly(I could encrypt and decrypt well). Then I send the encrypted data to servlet. For just testing I simply used…

Dhanushka N
- 170
- 2
- 12
0
votes
1 answer
MIDLet managers for Android/Windows devices
I seem to be a bit at loss with the status and development of MIDlet managers for Android or Windows Mobile devices.
I know of JBlend and JBed but I can't work out who those projects belong to.
JBlend is installed on my LG540 by the manufacturer but…

emt14
- 4,846
- 7
- 37
- 58
0
votes
1 answer
Java WTK cannot use StringTokenizer
Initially, I was trying to parse a String into parts and found split method. Then I realized that I cannot use it, because the compiler does not support most of the functions and methods. I thought I found a solution here which suggests…

Burak
- 2,251
- 1
- 16
- 33
0
votes
2 answers
"Undefined methods for the type "error after importing Netbeans project to Eclipse Pulsar
I imported a netbeans project into eclipse ( Pulsar for Mobile Developers.Version: Helios Service Release 1, Build id: 20100917-0705).
I have two errors multiple times -
The method nextInt() in the type Random is not applicable for the arguments…

Salil
- 496
- 1
- 5
- 15
0
votes
2 answers
Problem in Uninstalling Application from Nokia E-72
i have created an application which stores lots of data around 100 mb in rms and application process on this data
now when i am un-installing application from Nokia e-72 some times it remove application many time it cant remove application
when it…

Mihir Palkhiwala
- 2,586
- 3
- 37
- 47
0
votes
1 answer
ksoap connection with web service, no android (using ksoap)
well i am doing a connection... sql server with web service, web service with j2me, but now i am doing one helloworld...i could it, but now than i want to do one "hello world "+nombre...
parameter is not receive in web service, here the web…

angel
- 4,474
- 12
- 57
- 89
0
votes
1 answer
Eclipse MTJ: How to archive all the classes into JAR even the class not referenced by MIDlet?
I am using the Eclipse 3.5.2 with Mobile Tool Java plug-in ver. 1.0.1.
I found IF the class not referenced by MIDlet then this class will not be archived into the .jar file.
Does anybody know how to do that for archive all the classes under the…

Will Tu
- 60
- 2
- 9
0
votes
1 answer
Detect if the MIDlet is installing or running for the first time
I'm using J2ME SDK 3.0 and J2ME Polish and i would like to know if there's any event that is called when the user installs the application or when the MIDlet is running for the first time.

Diogo Cardoso
- 21,637
- 26
- 100
- 138
0
votes
2 answers
NullPointerException in MIDlet with left soft key
The following runs ok and pops up a text field that I can type into. The top left soft key on the phone emulator lets me change the input type (from qwerty to numeric etc.) however every time I press this top left button I get a…

Michael Berry
- 70,193
- 21
- 157
- 216
0
votes
1 answer
How do i specify midlet before packaging j2me application?
i am able to package my application in eclipse.... but when i install application on mobile phone... it says midlet not specified ... so how would set i starting midlet in some settings before packaging...

Sourabh
- 5,170
- 9
- 30
- 41