Hi
We recently discovered one of our midlets, if left running for an hour or so, eventually froze a Nokia N70. We managed to track it down to Camera.getProjection, which was being called every...
Type: Posts; User: AdyW_RP; Keyword(s):
Hi
We recently discovered one of our midlets, if left running for an hour or so, eventually froze a Nokia N70. We managed to track it down to Camera.getProjection, which was being called every...
"it's J2ME-on-Nokia, it's not supposed to make any sense" yes I second that opinion.
I'm seeing this on 2.0539.1.2 and 2.0537.1.7
Problem with putting extra sleeps in, is that I don't want my app...
I'm still having this problem, but only occasionally, it seemed for me to be more depedant on memory. If after I run my application then go back to the os via the symbian key then go back to the...
I'm not 100% sure that the patch file has fixed this issue, does anyone else miss calls when running applications that use lots of memory or are processor hungry.
The only way I have found to solve the none looping sound on this device is to use a playerlistener and restart looped audio on media end.
It would seem after much messing about that you need to have a Thread.Sleep of at least 75 milliseconds after player.start();
Now to fix the none looping midi, setLoopCount certainly isn't working.
Hi Siva, it might help if you asked this in a new thread rather than posting into a non-related issue.
Regards,
Ade
I having problems with playing midi on the N90, does anyone know if there are any known issue or workarounds.
After calling player.start everything seems ok no exceptions, the player listerner...
My mistake, I didn't notice the "forum nokia expert" replies :) the tags are easy to overlook not like the sigs on the Hybrid forum.
This is purely a developers problem as far as I can see, although...
Still have the problem, it seems worse on devices of a certain firmware V3.04.35 12-05-05 RM-36 especially if that version of the firmware has the Orange Customised OS installed.
and the usual silence from nokia :)
The only game I've found that behaves correctly is the preinstalled snakes, which I'm not sure is j2me.
I've noticed this issue too, including on games that have been java verified and released. Did you ever find a resolution?
AdyW.
The problem is not with the HideNotify its the 6680's buggy mmapi implementation, when you call player.stop you expect the player to stay stopped not restart by itself. One solution is to destroy...
Does anyone have a list of all the media exception numbers
especially MediaException: -18
TIA
ade
So they are thanks Gopal, and they don't seem to cover known issues, no suprise there then. It's disappointing that it doesn't cover in detail the real world applications of mmapi such as what...
Will the document cover known issues and workarounds of nokias implementation of mmapi such as the 6680 magically restarting midi with play being called.
I really wish someone from Nokia would take the time to post a reply on this subject.... I may as well use the magic eight ball to find a solution.
In our application we stop the audio on an incoming call and then when a key is pressed on our resume menu we restart the audio, this works fine on most interrupts apart from incoming call where the...
I'm guessing that nobody knows then, or those that do want to keep it a secret :)
My application hangs occasionally when creating an Image2D from a java image object [Image2D(int format,java.lang.Object image)] there are no exceptions being thrown it just never returns from the...
I've noticed a few games that seem to be able to stop the handsets screen saver from cutting in. Does anyone know how this is done?
TIA
Ade
Yet another device crash, was entering a message when I closed the slider, the message was saved to draft, went into draft to start editing the message again and the device froze requiring a power...
I'm guessing nokia's on device java verification is more strict than other devices which is why the code passes and runs on other devices eg Sony, and so it would seem that as least one of the...
and the unobfuscated version throws a
Uncaught exception: java.lang.Error: AbstractMethodError
how can an AbstractMethodError occur, and why only on Nokia....
It would be handy if it actually told you the name of the method though....
Ade