Could you be more specific on what kind of error do you meet?
Type: Posts; User: done; Keyword(s):
Could you be more specific on what kind of error do you meet?
Just for the record: I was a bit overusing DirectGrahics.drawImage(). I replaced most of the occurences by Graphics.drawImage() and it works now. Don't ask me why :)
Yes, Nokia 6600 supports MIDP 2.0 (IR/Bluetooth) - look at http://www.forum.nokia.com/main/1,6566,015_291,00.html
Yes, floating point, access to IR/Bluetooth etc... You can't port MIDP 2.0 to 1.0 in general, i'm pretty sure.
I believe it's just a spec, not implemented in phones yet.
Memory leaking after closing an application?
I understand that "Unable to run application" is a way to say "No more heap memory available" for N7210 phone. But I have i MIDlet that starts, runs and finishes ok few times, but then it starts to...
Make sure your wav file is in PCM format. This one works with my 3650, while some others don't. You can check the format with Win2000 Sound recorder application for example. (Load your wav and...
I had the same problem, using com.nokia.mid.ui.DirectGraphics helped.
Image myImage = Image.createImage ("/blah.png");
Image mutableImage = Image.createImage (100, 100);
Graphics gfx =...