Could you send me the program please ?
armand.christophe@wanadoo.fr
Type: Posts; User: armand_c; Keyword(s):
Could you send me the program please ?
armand.christophe@wanadoo.fr
Hi
I need to play sounds with a big precision (#10 ms) with managing delay and frequency in real time.
I use Nokia UI API like
public void run() {
sound.init(440, 500);
...
I have resolved my problem.
My MIDlet have 2 class, one extends Canvas and the second extends MIDlet.
I wrote all of the graphical methods in the first class and the second contains only methods...
Hi
I have a similar problem with 3510i.
My application runs fine on Sun simulator, 3510i simulator et n3410 terminal, but a null pointer exception appears when i launch my application on n3510i...
Hi,
I need to execute a MIDlet without menu actions. I would like to execute it with a shortcut like #999#.
How can I do this ?
Hello,
I have developed an application with j2me.
I tested it with sun simulator, 3510i simulator and n3410, it's ok.
When i tested it on 3510i, a null pointer exception appears.
Is this...
Hello
I have a problem.
I need to generate sound with a very high real time precision with the Nokia UI API.
I tried to use thread, but the precision is not good.
With the Listener...
Hello,
To generate sound on Nokia devices, you can use the Nokia UI API
I'm searching about the jar of the jsr 135 specification.
I don't find it anywhere.
Does someone know where i can find it ?
Thank you
Hello,
I have developed an application for n3410 with j2me.
I have downloaded the application from the server correctly.
When I want to execute it on the Nokia 3410, an error appears
"Cannot...