1
vote
1answer
19 views
Trigonometry in CLDC 1.0 / MIDP 2.0 application
How can I use trigonometry in CLDC 1.0 / MIDP 2.0 application? I need "sin cos tan asin acos atan atan2" functions from standart Math library.
Thanks
0
votes
1answer
69 views
Using MIDP Canvas keyPressed / keyCode on BlackBerry to get Canvas.FIRE for trackball click
I have a MIDP application that I would like to run on BlackBerry devices. It's quite generic, the one gotcha is that when I override the Canvas keyPressed(int keyCode) method, I'm not capturing the …
0
votes
2answers
87 views
Which library is used to access the Gmail emails using J2ME?
hi guys
i want to develop gtalk application for the mobile
please tell me the name of library that is used to access the gmail account thr J2ME
3
votes
4answers
465 views
Getting Device IMEI
How to get the IMEI of a Java ME device in a common way that is applicable to all devices
1
vote
0answers
37 views
MIDP application, blocked by Connector.Open(..)
Hi all i've been having the worst time of my life trying to understand why this is happening, any input would be greatly appriciated.
The code in question runs in a diffrent thread then the midlet, …
0
votes
1answer
49 views
MIDP 2.0 push registry
We would like to use MIDP2.0 push registry to invoke our MIDLet at reguler interval
to check for new messages from server. If another MIDLet is already runnning in the foreground will our MIDLet be …
1
vote
3answers
59 views
Is HTTP PUT supported in J2ME?
I just noticed a strange thing in MIDP 2.0 API: The HttpConnection class apidocs make explicit references to methods GET, POST and HEAD, but no other methods. Does this mean that they are not …
1
vote
1answer
73 views
Java VM Best choice for windows CE.
What is, currently, the best choice to run MIDP applets in a Windows CE based System?
0
votes
1answer
45 views
Playing sounds on Samsung M220 (Telus Canada) - MIDP 1.0
Hello everybody,
We're porting some Java applications for the Samsung M220 (Telus). This is a MIDP 1.0 phone and we're stuck when trying to play sounds on it.
As far as I know, MIDP 1.0 does not …
3
votes
2answers
65 views
Synchronize data from JavaME mobile locally
Hi,
I would like to write a litte data-entry app for mobile phones using JavaME (MIDP/CLDC). How do I best synchronize the data with a local application on my PC (resp. just transfer the data to the …
1
vote
1answer
106 views
How to fast-forward and rewind audio in j2me / blackberry (midp) application ?
Hi,
I want to fast-forward and rewind recorded audio in a j2me and Blackberry application.
Is there any sample code available? How do I do it?
Please help.
Thanks in advance.
1
vote
1answer
183 views
Java enums in MIDP 2 mobile application
I've just got back to MIDP development after some 4 years of .NET 2 and Java 5 and 6. During that time I got to like using enums quite a lot.
Enum is a language feature that allows a developer to …
2
votes
2answers
208 views
MIDP Java implementation of SQLite DB
Are there any MIDP implementation of SQLite db available for use of sqlite db within a MIDlet, rather than using RMS. Of course, there are Floggy and OpenBaseMovil, however they are based on RMS, but …
3
votes
3answers
208 views
How can I code Android with J2ME?
Hi,
As for as i know that android application can be developed in core java only.But is it possible to code android with J2ME.Please give some example codes.
regards,
s.kumaran.
0
votes
1answer
61 views
HttpConnection truncating messages in Sony Ericsson W580
Hi guys,
I've been having a problem while using HttpConnection with a Sony Ericsson W580.
The response to my http requests is application/octet-stream, and I'm sending a quite large array of bytes.
…
