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 ?
...
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?
...
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?
...
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...
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...
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,...
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...
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
...
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...
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 ??
And also the brightness of the blackberry should reduce to Zero ??
...
What is the possible way of sending Email with an embedded Image from Application?
...
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 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.
...
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...
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
...
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...
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 ...
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.
...
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...