java-me

Is there a way to send a file over bluetooth using j2me and ftp protocol from a mobile to a pc.

I am making a j2me application to send an image (taken from a camera) to a PC for further processing. Can I send it over bluetooth using ftp to the pc ? ...

Dictionary of English Words for a J2ME app

I intend to develop a J2ME application, that should be able to read words from the English Dictionary. How do I interface to/and store a Dictionary ? Will I have to create the Dictionary myself, by inserting words, or is there a third party Dictionary available with APIs? ...

Are there any PDF libraries for J2ME?

We need to create a basic PDF reader running on J2ME. While there are several PDF libraries for Java, I'm not sure whether they support J2ME. Does anyone know a working J2ME PDF library? If not, why it's so hard to make it? ...

Error preverifying class NetBeans 6.8 using lwuit api

I'm trying to develop a portable J2ME appli, but Netbeans do a class preverification of LWUIT library that uses optional APIs that some configurations don't have, so I get this error when I try to compile on a configuration without JSR-184 (M3G Optional API): Error preverifying class com.sun.lwuit.animations.Transition3D VERIFIER ER...

j2me MIDP: detecting if phone has a data plan

Is there a way to determine what kind of data plan a device has so an app provides a less rich experience if a data plan is not available? I imagine the connector factory would still be able to return me an HTTPConnection but it would cost the user serious money for lots of data, and I'd like to be nice and prevent that. I thought ther...

J2ME Slow bluetooth connection

Hello, I am working on a simple game using the mobile phone emulator in netbeans. The game works fine and the screen is updated when it needs to be. Whenever a ball moves, it sends the position of the ball to the other handset (in this case emulator). But when ever anything goes outwards on the OutputStream on the bluetooth connection,...

PWC1406: Servlet.service() threw exception java.io.IOException: Invalid chunk header When client send data to server

I am developing an application using J2ME to send the GPS coordinates received to the server and i am new to developing client server application. Everything works fine with the use of Nokia N97mini or E71. But when i tried it on HTC HD2, i get the exception from the server. I am using Netbeans 6.5.1 GlassFish V2 as Server. I have no id...

j2me/BlackBerry - How to send Email with Attachment from Application?

hey i am building an application in which user can send an email to a person. The user enters the email id of the person to whom email is to be sent in a Edit field and then presses a send button the email must be delivered with an attachment. how can i do it?????? i m really confused after googling. can someone tell me the exact way ...

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 answer to this choices give another set of question to the user- Kind of Yes/No- If Yes this question or No this question. How do we do tha...

Displaying a pdf file located on a http server from mobile phone

I have some pdf files located on a http server: Like: http://domain.com/files/file1.pdf http://domain.com/files/file1.pdf http://domain.com/files/file1.pdf I need to display these files on a mobile application using java me. I tried to display them by opening Google Docs Viewer with platformRequest. However it seems ...

How can I lock the keypad in Blackberry application using "lockSystem" method in J2ME ??

How can I lock the keypad in Blackberry application using "lockSystem" method in J2ME ?? And also the brightness of the blackberry should reduce to Zero ?? ...

BlackBerry - How to send Email with embedded Image from Application?

What is the possible way of sending Email with an embedded Image from Application? ...

Problem on creating font using a custom ant task, which extends LWUIT's FontTask.

Hi. I am new to LWUIT and j2me, and I am building a j2me application for showing Japanese text vertically. The phonetic symbol part of the text should be shown in relatively small font size (about half the size of the text), small Kanas need to be shown as normal ones, and some 'vertical only' characters need to be put into the Private ...

How can I display scroll text like marque in Blackberry using J2ME ??

How can I display scroll like marque text in Blackberry using J2ME ?? Thats move from left to right or vertically ?? Any help will be very very appreciated ... Hope u will help me Baby.. Thanks in Advance, Asem IM. ...

Java ME bundle Microlog jars with my midlet jar.

Hello, I'm pretty new to Java ME and i'm trying to use Microlog to handle logging in my midlet. In eclipse i can reference Microlog jars and it's all good in dev time, but when i try to launch the application the jars aren't found on the device. How can i bundle those referenced libs into my midlet? Someone have any experience with us...

error : jad file not found using s60 sdk with netbeans

I am trying to run the normal application with s60 emulator but it is giving the error Jad file not found It is working fine with wireless toolkit please help me as iam at learning stage ...

eclipse mtj - proguard : obfuscate third party jar error

i use proguard (support in mtj plugin) to obfuscate a project that has some third party jars but i gives me errors: Your input classes appear to be inconsistent. You may need to recompile them and try again. Alternatively, you may have to specify the options '-dontskipnonpubliclibraryclasses' and/or '-dontskipnonpubliclibraryclass...

Getting started with JavaMe

Hello, I'm trying to make a very simple program run on my Nokia 5000. On the Nokia website, there is a SDK (Series 40). I included this SDK in my IntelliJ project. The problem is, when I try to run the helloWorld app on my phone, I get an error message. (http://wiki.forum.nokia.com/index.php/Hello_World_in_Java_ME) Can anyone help me ...

integration of Eclipse with symbian SDK

I want to develop a simple j2me application in eclipse and by using symbian s60 SDK but as i am completely new i dont know how to integrate eclipse and symbian sdk. ...

White screen between Canvases

Hello everyone, I am having, what i believe is a minor issue. I am developing a J2ME application which predominantly uses canvases for display. The problem is I have set all these canvases to fullscreen and when i navigate from one class to another i am first given a white screen and then taken to the canvas i intend to go. I am not un...