Is there a way to launch one Java ME Midlet from another? Both of them would be running on CLD开发者_开发知识库C Phones. What we are planning is that there\'s one main midlet that will do maximum of t
i am trying to generate a logfile. static String fname=\"file:///c:/logfile.txt;append=true\"; fc = (FileConnection) Connector.open(fname, Connector.WRITE);
I have a Windows Mobile application written in Java that uses AWT for the user interface.I am looking at porting the UI to SWT.I got a hold of the SWT libraries for windows mobile and I started lookin
Im trying to obfuscate a Java MIDlet with proguard. It runs ok on the PC, however, when I run it on the phone, the program opens, connects to the server, and then freezes. If I disable obfuscation, it
I need to know, how to trigger or open J2ME application whe开发者_运维百科n GPS coordinates changesI don\'t think that starting an application based on GPS co-ordinate chnages is possible generically
Here is what I\'m trying to do .. Whenever event occurs, device should vibrate for couple of seconds. I tried to use
I would like to find a list of mobile devices in the world on which I can run J2ME appl开发者_开发百科ications.From http://java.sun.com/javame/index.jsp#devicematrix
I want to send an image from a J2ME client to a Servlet. I am able to get a byte array of the image and send it using HTTP POST.
What is the distinction between MIDP and JME? How do both relate开发者_C百科 to Android? As far as I understand JME isn\'t supported on Android - is that correct?
While developing GUI using Java ME- I get the wordwrap for the text being shown on ChoiceGroup, but the text on the Ch开发者_如何学GooiceElement doesn\'t get shifted to the new line if the length of t