Questions tagged [midlet]

MIDlet is an application that uses the Mobile Information Device Profile (MIDP) of the Connected Limited Device Configuration (CLDC) for the Java ME environment

263 questions
1
vote
1 answer

How to access one midlet from another midlet in j2me

I have two different midlets. Is it possible to call one midlet from the other?
Ayush
  • 31
  • 1
  • 3
1
vote
1 answer

How do I align textPosition for a label?

I wonder if it is possible to set textPosition() for a Label that includes an Image and a text part so that the text is both TOP and LEFT. The problem I have now is that I need the text to be TOP but when that is selected the text is centered over…
Renas
1
vote
0 answers

php server for Java Midlet client

how can i set up a php server that can communicate with a client directly. i want to use it to serve java Midlets. say, get records from a DB then return them as a string...im on X10hosting but plan on shifting to a paid one that allows python cgi…
kearabiloe
  • 11
  • 2
1
vote
0 answers

creating stub files using a wadl file in j2me

Hello i want to create stubs using a WADL web service. i know how to create stubs from wsdl file using stub generator, wscompile even from netbeans j2me web service client but i have a WADL file and i am creating stubs same way as WSDL then getting…
Mihir Palkhiwala
  • 2,586
  • 3
  • 37
  • 47
1
vote
1 answer

J2ME Find Group name and numbers

i want to find group name and related phone no for my sms application i know how to find phone book contact name and numbers but i want to find group name and number. is it possible with j2me???
Mihir Palkhiwala
  • 2,586
  • 3
  • 37
  • 47
1
vote
0 answers

ConnectionNotFoundException j2me

I'have written the following code in j2me but it always throws ConnectionNotFoundException. I have disabled the windows firewall in case it blocks the netbeans network activity. package networking; import java.io.IOException; import…
Kanishk Anand
  • 21
  • 1
  • 4
1
vote
1 answer

JavaME Midlet cannot establish HTTP Connection

I just downloaded the Java ME Platform SDK 3.0 and created my frist Midlet (from some Oracle Tutorial). Which works fine on the Emulator. When I deploy it on my Nokia N97 I can run it but as soon that I press "Connect" and allow to proceed I get a…
Marcel Menz
  • 1,075
  • 7
  • 17
  • 25
1
vote
1 answer

Assign command to the central soft button within javaMe

I have the mobile javaMe application that has been working on Nokia Phones. However, now I'm porting it to Samsung 5611, and I've faced with such a problem: no command is assigned on the central soft button, all of them are contained in the…
Spectorsky
  • 608
  • 4
  • 23
1
vote
1 answer

How to catch implicit menu 'Back' command?

I'm programming a J(2)ME app (actually a MIDlet) where more commands than command buttons available are shown on the screen and I'm stuck with this situation: The mapping to concrete user interface constructs may also depend on the total number…
nofish
  • 115
  • 2
  • 10
1
vote
1 answer

j2me is it possible to make an image appear later?

is it possible to make an image to appear 5 seconds later once the app has started? i want to make the rain appear and drop once the cloud get to the center of the emulator. I'm not sure if its in the canvas or Midlet?
antz
  • 11
  • 1
1
vote
2 answers

Get RecordStore data from an external middlet

Is there any form to get the data of the recordstore from an external middlet ?
iberck
  • 2,372
  • 5
  • 31
  • 41
1
vote
1 answer

Midlet throws javax.microedition.rms.RecordStoreException: error opening record store file in Samsung emulator

I'm using the Samsung SDK 1.2.0 Beta in Netbeans 6.8. I'm trying to test my midlet for accessing the record store management system. This statement RecordStore rs = RecordStore.openRecordStore("Store", true); runs fine when I'm using the Nokia…
jean27
  • 701
  • 8
  • 25
1
vote
2 answers

Mutually Exclusive Permissions in J2ME

What are the other mutually exclusive permissions for a MIDlet aside from "Net Access" and "Auto Invocation"? Are "Net Access" and "Messaging" not mutually exclusive? Edit: What about "Messaging" and "Auto Invocation"?
jean27
  • 701
  • 8
  • 25
1
vote
1 answer

(J2ME) How do you retrieve device color depth in a midlet?

how can i determine the color depth of the display device during runtime. is this even possible?
keno
  • 11
  • 1
1
vote
1 answer

how to run JAR file in emulator in eclipse configured for Samsung SDK

I need to run a jar file which is application for for SAMSUNG mobiles. I have configured my eclipse with Latest samsung SDK for java. I also able to run a sample application on emulator. Now I have to run a JAR file in that emulator. Please advise.
Maneesh
  • 6,098
  • 5
  • 36
  • 55