0
votes
1answer
30 views
Using MIDP Canvas keyPressed / keyCode on BlackBerry to get Canvas.FIRE for trackball click
I have a MIDP application that I would like to run on BlackBerry devices. It's quite generic, the one gotcha is that when I override the Canvas keyPressed(int keyCode) method, I'm …
2
votes
2answers
23 views
Is there a way to develop new JSR’s for Java ME enabled devices?
Hi there,
I have a MIDP2.0 mobile device with no support for a specific JSR (it's JSR 180 SIP API for J2ME). Sun's website says there's a reference implementation but it seems it …
1
vote
1answer
111 views
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 …
0
votes
1answer
235 views
How to add third party zip files to Blackberry project in Eclipse?
Hi,
I am trying to add a third party zip file to my project while using Blackberry plugin for eclipse.
Whenever I build the project,the zip files disappear.
Is there any way to com …
1
vote
3answers
60 views
Java for J2ME mobile development
I am planning to start some Java mobile phone development. I downloaded the wireless toolkit, but it asks for the Java SE SDK. I have got to this page - http://java.sun.com/javase/ …
2
votes
8answers
2k views
Best practice for storing large amounts of data with J2ME
I am developing a J2ME application that has a large amount of data to store on the device (in the region of 1MB but variable). I can't rely on the file system so I'm stuck the Reco …
8
votes
10answers
780 views
Java ME UI libraries
Guys, I'm developing a Java ME app & need pointers to some really good UI libraries. I did see a few such as JavaME Polish. Are there any more out there? For e.g. ebuddy's java …
3
votes
4answers
428 views
Getting Device IMEI
How to get the IMEI of a Java ME device in a common way that is applicable to all devices
1
vote
1answer
28 views
How to use google protocol buffers with java me?
i have designed a protocol using google protocol buffers and now want to write a java me client. but this implementation that i have found is severely restricted. it does not allow …
2
votes
1answer
49 views
How to use SQLite database in JME ?
How to use SQLite dabase in JME?
1
vote
7answers
184 views
It it necessary to learn J2ME for Android or iPhone development?
I want to learn mobile programming, specifically Android or iPhone programming, but not sure if it is necessary to learn J2ME before working with Android or iPhone. I know only cor …
1
vote
3answers
897 views
Better approach for XML Creation in Blackberry
Hi there,
I am facing a problem,
I have created XML file,but I can't view it/output it.I know there is no way to output created XML file.
Can anyone please suggest what is better …
2
votes
7answers
1k views
How to read console output in j2me cellphones? Where does System.out.println() go?
When writing j2me applications for cellphones, using System.out.println() prints on the console if using an emulator. However, when the code is deployed on a cellphone, where does …
0
votes
1answer
182 views
Java ME SDK 3 fails to start
I downloaded & installed the latest JDK & Java ME SDK. Both seemed to install fine.
However, when I try to run the SDK, when the progress bar at the splash screen gets to …
1
vote
7answers
250 views
Which phones support which J2ME (Java Micro Edition) spec?
Hello!
I just can't find an up-to-date chart about which mobile devices support which Java
Micro Edition version.
I'm especially interested in Nokia smartphones and their support …
