Tagged Questions

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)

learn more… | top users | synonyms

7
votes
6answers
7k views

Is there any option for local database like Sqlite for j2me - CLDC devices?

Is there any option for local database like Sqlite for j2me - CLDC devices? PerstLite and OpenBaseMovil are both under dual license. Is there any open source option for this? Or, any alternate way of ...
4
votes
4answers
825 views

MIDP 2.0 version issues: $method is undefined for $type

I've written a MIDlet that does several "advanced" things: fetching images from the web, resizing them, saving them on the phone, displaying them. This all works perfectly in the Nokia S60 3rd ...
4
votes
5answers
889 views

The hunt for the J2ME-friendly IoC container is on!

I'm in the beginning phases of a Blackberry/J2ME project -- and along with other limitations that come with this wonderful platform, the lack of support for reflection and 1.3 language level mean that ...
4
votes
4answers
2k views

Getting Device IMEI

How to get the IMEI of a Java ME device in a common way that is applicable to all devices
4
votes
3answers
3k views

Is there a good HttpClient library for J2ME/MIDP?

I want to call some RESTful web services from a J2ME client running on a MIDP enabled mobile device. I read the MIDP api for HTTPConnections and thought this is just crying out for a simple wrapper to ...
3
votes
2answers
88 views

Using boolean var for stopping threads

I have a Java book I'm learning from and in one of the examples, I saw something suspicious. public class ThreadExample extends MIDlet { boolean threadsRunning = true; // Flag stopping the ...
3
votes
2answers
298 views

Class.getSuperclass() replacement on Java ME?

How can I get the the superclass of a Class instance in Java ME. That is, fake the Class.getSuperclass() functionality with the limited functionality available in CLDC 1.1? What I want to do is to ...
3
votes
2answers
786 views

J2ME does not find my implementation of java.util.TreeMap

What I'm trying I'm trying to use java.util.TreeMap in a J2ME application. I know that TreeMap is present on J2SE but not on J2ME, so I've made some efforts to port the J2SE 6.0 TreeMap to J2ME 1.2 ...
3
votes
3answers
589 views

Is it possible to upload data as a background process in j2me?

Even with a poor network connection? Specifically, I've written code which launches a separate thread (from the UI) that attempts to upload a file via HTTP POST. I've found, however, that if the ...
2
votes
2answers
55 views

Alternatives for arbitrary-precision decimals in J2ME

We're making some modifications to a legacy project using J2ME. Until now, decimal numbers were treated as Strings since no arithmetic operations were needed. The values were only displayed as text. ...
2
votes
1answer
65 views

Commands sometimes don't work

There is a Canvas which has two Commands. The problem is that when the canvas is first opened then the commands work , but when I open it for the second time then the command doesn't work! Here is the ...
2
votes
1answer
169 views

Designing keyboard on J2ME color mobile

I want to create a J2ME application for writing SMS faster using QWERTY button on a simple non-qwerty phone. So the application will show all these buttons which user can use I've knowledge on Java ...
2
votes
4answers
338 views

Java ME Application running fine in Emulator but crashing when deployed to N70. Any way to identify the reason for crashing?

I have developed a Java ME application for CLDC platform. It works fine when executed in an emulator. But when i deploy it to my N70 phone the application doesn't start at all in the phone. In my ...
2
votes
1answer
1k views

What is the difference between CLDC and MIDP for Java Mobile?

Could anyone explain what the difference is between CLDC and MIDP?
2
votes
1answer
649 views

Why is java.io.ObjectStreamException used in WTK stub generator for enums?

I am using a web service implemented in WCF which has enums defined in the interface. I am trying to call this from a Java BlackBerry client. I am using Eclipse to develop the Java application for ...
2
votes
1answer
415 views

Image Map-like Blackberry Control - CLDC Application

Does anyone know of an Image Map-like Blackberry Control that I can use in my CLDC application? If there isn't one, is there a way to get click x,y coordinates on a MainScreen or BitmapField derived ...
2
votes
3answers
557 views

J2ME coverage tools

I need to estimate the code coverage of a test set. The tests are run on a J2ME application, on a physical device. MIDP 2.1, CLDC 1.1 and JSR-75 FileConnection are available. As J2ME is (roughly) a ...
1
vote
1answer
64 views

Midlet doesnt respond to touch in older touch screen phone

I am very new to j2me. I have developed a basic SMS Banking app. My app works in most phones which are touch and non touch devices (Samsung duos, Monte, Nokia 6120c …, Sony Ericson w300). But when I ...
1
vote
1answer
226 views

CLDC & CDC in J2ME from Android point of view

Like the title says, I am wondering, there is a CDC and CLDC in J2ME, and I want to know what resembles them in the Java for Android point of view. Maybe something like comparisons, or what's in the ...
1
vote
2answers
138 views

How to force use of StringBuffer instead of StringBuilder by default in javac?

I am trying to compile the CLDC with kvm on linux, I get an error cannot access java.lang.StringBuilder class file for java.lang.StringBuilder not found at the statement: return ...
1
vote
2answers
195 views

Developing CLDC or J2ME applications under Mac OSX?

I have noticed that Oracle now has released a Java Platform Micro Edition SDK for Mac OS. It works, it can compile the provided examples and the included phone emulator works too. But how do I compile ...
1
vote
1answer
48 views

Connecting 2 Java Me applications- One launching the another

Is there a way to launch one Java ME Midlet from another? Both of them would be running on CLDC Phones. What we are planning is that there's one main midlet that will do maximum of the work and ...
1
vote
1answer
139 views

How to add wordwrap for ChoiceElement in the ChoiceGroup while developing GUI using Java ME?

While developing GUI using Java ME- I get the wordwrap for the text being shown on ChoiceGroup, but the text on the ChoiceElement doesn't get shifted to the new line if the length of the text exceeds ...
1
vote
1answer
196 views

How do we add ChoiceGroups dynamically in Java ME (CLDC) based on the answer to previous choice group values

I am developing a Java ME application for CLDC devices. I have a requirement where the questions are generated based on the previous response. I would start with one choicegroup and then based on the ...
1
vote
1answer
55 views

how to detect Compatible CLDC version of Phones?

i am currently working on mobile base xhtml site. in this site i have to do download page. for this i need to detect Compatible CLDC version of Phone. please help me. thanks
1
vote
4answers
2k views

J2ME: How to generate random number?

I just wanted to know how do I generate random number using J2ME CLDC 1.0 MIDP 2.0 ? Basically I want to generate a 14 digits random number each time when the menu item Generate is clicked from the ...
1
vote
2answers
301 views

Trigonometry in CLDC 1.0 / MIDP 2.0 application

How can I use trigonometry in CLDC 1.0 / MIDP 2.0 application? I need "sin cos tan asin acos atan atan2" functions from standart Math library. Thanks
1
vote
1answer
685 views

How to fast-forward and rewind audio in j2me / blackberry (midp) application?

I want to fast-forward and rewind recorded audio in a j2me and Blackberry application. Is there any sample code available? How do I do it? Please help. Thanks in advance.
1
vote
3answers
1k views

UDP send problem on BlackBerry

I am writing network application for Blackberry. This code is correct on the simulator but not working on a device. When I run my application on the simulator, my server recieves the message but when ...
1
vote
1answer
725 views

Problems with sound on a 6265i Nokia using J2ME and Netbeans 6.1

Currently, I have some basic code to play a simple tone whenever a button is pressed in the command item menu. Using: Manager.playTone(note, duration, volume); I also have a blackberry that I'm ...
0
votes
0answers
30 views

sonyericsson emulator “ORIENTATION.PORTRAİT ”

I installed sonyericsson 2.5 0.5 emulator. when I run the program it says: Starting emulator in execution mode Warning: Couldn't find text for resource ORIENTATION.PORTRAİT Warning: Couldn't find ...
0
votes
1answer
22 views

What is the best way to achieve push on CLDC devices?

I would like to receive push messages from a server on most CLDC mobile phones while my application is running in background. I did it already with SMS but it is costly so I'm thinking about another ...
0
votes
1answer
55 views

J2me application showing error in some mobile

i have a j2me application with web service stub. it worked in some mobiles. but in some mobiles "Application Error" comes up. i tried creating package making versions MIDP 2.0 and CLDC 1.0(made stub ...
0
votes
1answer
154 views

Database and UI framework for J2ME?

I am an Android developer. I haven't developed J2ME applications before. I have a requirement in which the client needs a J2ME application which requires me to store around 10,000 (Each record would ...
0
votes
1answer
86 views

Trying to write a hello world CLDC blackberry program

I got the book Advance Black Berry 6 Development. I was able to get the midlet example to work, but not the first example for a CLDC program. It seems like it never gets to the code and when I run ...
0
votes
2answers
309 views

“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 ...
0
votes
1answer
168 views

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 ...
0
votes
1answer
64 views

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 ...
0
votes
1answer
105 views

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 ...
0
votes
3answers
193 views

How to implement notification service in JavaME - CLDC application?

How to implement notification service in JavaME - CLDC application,for both series 40 and series 60 phones?
0
votes
1answer
299 views

What is the best resource for BlackBerry CLDC programming?

I deployed many midlets on Blackberry, but now I want to try their CLDC model. Never deal with it. What is the best resource to read for a quick start (except the BB examples?)