I\'m creating a canvas and setting it as fullscreen. In the canvas my getHeight() and getWidth() functions does not return the actual height and width of the full screen. It returns them as if I didn\
sorry for my bad english, can someone开发者_JAVA百科 tha has worked with java on a mobile device (cell phone) tell me if its possible to enable the bluetooth connection of the device from a java appli
How can I check whether my device\'s bluetooth is turned on or off? I have tried i开发者_如何学Cspoweron() method but it doesn\'t work. Do your usual operations with Bluetooth. If they throw Bluetoot
I need my phone to act like a Bluetooth headset. I am planning to 开发者_开发百科run a J2ME application in Phone to make Phone as Bluetooth Headset.
i am trying to invoke blackberry map and label a location by address.i开发者_运维问答 tried the sample code as following
I want to make a Java ME application that sends a message to a server (Tomcat, Java EE). The server should then send a message back to this Java ME app开发者_运维技巧lication.
I have two websites: one with Lighttpd with PHP and second with Apache and neither of this handle chunked transfer encoding properly.
I\'m developing a text editor in J2ME for editing source code, and because it has special features like syntax coloring, I can\'t use the regular TextBox, so I have to make a text box from scratch, us
How to create a Startup Application in JavaME.the Program will sta开发者_运维知识库rts while the boot up of the MobileFor nokia add jad attribute.
I have a jar file. I want to know which external classes and methods are used by classes inside JAR file. Can anyone suggest me any tool?