Questions tagged [cldc]

Connected Limited Device Configuration (CLDC) is a specification of a framework for Java ME applications. Known versions are CLDC 1.0 (JSR 30) and CLDC 1.1 (JSR 139)

69 questions
0
votes
1 answer

LocationProvider.getInstance() always returns null

In my Java ME app, LocationProvider.getInstance(null) always returns me null in emulator. App in early state, so I didn't tried on real phone. I believe, I read every article about Location API, but I still don't get, why it's happening to me. It…
leorik
  • 1
0
votes
1 answer

Equivalent (roughly) of setCurrent() in BlackBerry()

Equivalent (roughly) of setCurrent() in BlackBerry()? I have some J2ME code I am porting to BBs RIM classes. The J2ME code uses setCurrent() to "change page" in the application, but that is of course not working. Any ideas?
Prof. Falken
  • 24,226
  • 19
  • 100
  • 173
0
votes
0 answers

What are CDC/CLDC in J2ME?

Our current projects are in J2ME, and I'm used to android, trying to understand J2ME is a little confusing, I can't seem to understand the architecture well.
Hadh
  • 317
  • 1
  • 7
  • 22
0
votes
1 answer

How to approach SRS

What is the best way to write the system requirement specification. Definition is given to me. project scope is very heavy. Which model should i approach to get the detailed requirement from the client ? Which are the common mistakes while…
sohilv
  • 1,712
  • 2
  • 16
  • 21
0
votes
1 answer

Calling number with special characters in J2ME Nokia

I want to call a number in the below format using platformRequest: platformRequest("tel:number,number#number#"); But i'm getting an invalid number error , is it possible to do that?
Reham
  • 1,916
  • 6
  • 21
  • 45
0
votes
1 answer

DeleteRecordStore error: record store is still open

I have a simple problem. I want to delete a recordStore data. when I execute the deletion code I get this error message javax.microedition.rms.RecordStoreException: deleteRecordStore error: record store is still open at…
PHPFan
  • 756
  • 3
  • 12
  • 46
0
votes
2 answers

lcdui v/s lwuit

I want to create j2me screens for an application. I am new to j2me and wnat to know if i should opt for lcdui or lwuit. I read that lwuit will be supported only in CLDC 1.1 mobiles. I would like to know the list of CLDC 1.0 mobiles. From what I have…
0
votes
1 answer

Adding MIDlet-attributes to JAD file

I am using J2ME Polish to build an application for nokia s40 phones. When i finished packaging the app, i find out that the manifest attributes: "MicroEdition-Configuration" and "MicroEdition-Profile" which is available in the manifest file is not…
Sunday Okpokor
  • 721
  • 6
  • 18
0
votes
2 answers

Mobile application connect to server with "vodafone" sim,but not connect with "Idea" sim.

I'm creating a mobile app with j2me. My configuration is CLDC-1.1, MIDP-2.0. I'm sending the request to server via (https and http) and get response from my application through GPRS. If I'm using vodafone sim then it will works fine. But if I'm…
SIVAKUMAR.J
  • 4,258
  • 9
  • 45
  • 80
1 2 3 4
5