Hi,
How can I convert the mp3 and wav files to FORMAT_TONE?
Sala
Type: Posts; User: salamon; Keyword(s):
Hi,
How can I convert the mp3 and wav files to FORMAT_TONE?
Sala
According to the docs, you cannot play more than one sound:
"Returns 1 if only one sound can be played at a time."
Sala
Hi,
Not too difficult. Here you can find an explaination (by Eric Giguere) with sample code:
http://developer.java.sun.com/developer/J2METechTips/txtarchive/2001/July01_EricG.txt
Sala
Hi,
I have two 30x30 images (redImage, blueImage), and draw them on a canvas:
g.drawImage(redImage, 10, 10, g.TOP | g.LEFT);
g.drawImage(blueImage, 10, 10+29, g.BOTTOM | g.LEFT);
Blue image...
Backgammon, Racket Game. Sorry, don't remeber the third.
I have a 3510i.
There were only 3 games preinstalled. But you can install more games via wap.
From Games/Game Services/Software Mrkt. I can reach 6 Nokia games.
Sala
Hi,
What is the latest firmware version for Nokia 3510i (I have 3.51). Where can I read about the changes?
Sala
Hi,
I've tried to install Nokia Developer's Suite for J2ME?, Version 1.1 for Linux. After ./setub.bin I've got the following error message:
Invocation of this Java Application has caused an...
Hi,
How can I scale images with J2ME?
Since the phones have different screen size, I'd like to create only
one image, and scale it up/down.
Is there any other way to solve this problem?
...