I need to run a jar file which is application forfor SAMSUNG mobiles. I have configured my eclipse with Latest samsung SDK for java. I also able to run a sam开发者_如何转开发ple application on emulato
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
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
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
I have China made iphone replica. JVM has pre-installed in it. I want to know the specifications of this mobile like Operating System[OS],Processor [Speed & Brand],RAM etc. Is it possible开发者_如
We have an application running on CLDC 1.1/MIDP 2.1, based on Midlets and lcdui. Is it possible to run the same application on CDC 1.1 with the PBP profile ? If so, where should I even start ?
I was sure for a long time that the answer is yes. But after I\'ve read this article: http://javablog.co.uk/2007/08/09/how-midlet-signing-is-killing-j2me/
Is there any way to write a MIDlet, but still use BlackBerry API classes and functions (including the APIs that require code signing)?
Is it possible to create a MIDP Application for Windows Mobile? In other words, I want to create a MIDlet and ru开发者_如何学编程n it on a Windows Mobile Simulator(any).
I have the following code: import javax.microedition.midlet.*; import javax.microedition.lcdui.*; import java.io.*;