As far as I know no phone uses palette's internally (Except maybe the old Siemens S55, as it ONLY supported 256 colors). The image is probably loaded into memory and kept in the native format, for...
Type: Posts; User: samnova; Keyword(s):
As far as I know no phone uses palette's internally (Except maybe the old Siemens S55, as it ONLY supported 256 colors). The image is probably loaded into memory and kept in the native format, for...
Sorry for not been able to answer, but what about a Nokia 7710 (Series 90 !!) version of Python ?
-Sam
Abour JAR limits. As far as I understand there where some problems with early firmware, not allowing more than 64KB by OTA.
Please check my OLD post
...
VERY strange.. Probably one more of these 'firmware' issues...
Good luck with it (if there is a solution at all).
-Sam
and keep in mind that on some (if not all) series 60 the RMS is buggy. So you have to delete the records and not just 'set' the content of them, as the RMS file dont get reused, so it will continue...
Hmm.. Never had this problem before, but of course we also use fullscreen.
Is your icon 42x29 pixels ?
-Sam
Question, have you been able to download using OTA.. We have no success with JAR's larger than 32 KB !!
See my other post
...
Anyone had success with OTA on Nokia 7200 ?
Our firmware is 3.110, in case anyone got another firmware, then please let me know.
-Sam
Hi there,
We just had some problems with Nokia 7200 and OTA and wanted to hear if anyone got some ideas...
We tried OTA from our own servers, and a file of 36343 bytes failed, but a file of...
How about using showNotify and hideNotify for the canvas !!! That sure works with incoming calls. I have to admit I never checked it with alarms.
-Sam
According to the specs for the 6230 it supports up to 128 KB JAR files. My problem is that when ever I try to install (with OTA) my JAR then I get a "Invalid file" after downloading. IF I remove...
How are you transferring the MIDlets ? Blue-tooth or OTA ?
-Sam
and the 120 cycles for a multiplication was in the old days :) (very old days).
and yeah, array checking can be rather slow as unikko said, and memory access itself can be slow.
-Sam
Guess it would make a LOT of sense asking this on the Siemens developer forum instead of the Nokia one :)
I can say a few words about the old Siemens phones, they use a CPU that only can work with...
See my reply on the other thread:
http://discussion.forum.nokia.com/forum/showthread.php?s=&threadid=41885
As mentioned before. Nope. No phone support it yet, but it makes sense to use 24 bit for colors as they can be scaled down to what ever color depth without any problems. Just a few shifts down pr...
Regarding midi as ring tones, guess the midi must be in the right format (there are different MIDI formats), normally format 0 is supported only.
Dont think 3660 supports MP3 from Java, I suggest...
Hmmm.. I dont remember if the personal version supports mobile development at all! They have a mobile edition also. This is actually JBuilder 9 Personal + some mobile stuff.. not sure if you can...
Well.. Maybe you should check the phone specs on the forum :) Most Nokia devices are using 4096 colors (so 4 bits pr color channel), some of the newer phones are using 65536 colors (so 5:6:5 or so)....
Oh, might also be an idea to specify what phone you are working with.. if it is a series 60 or a Siemens x55 or whatever it is..
-Sam
Guess it would make more sense to ask these questions on the Siemens and the Samsung developer forums ;)
I dont know about Samsung, but on Siemens you can do it without any problems, as far as I...
The manifest file is created inside the JAR when the JAR is created. If you use a IDE then it might contain all correct values. JBuilder (the one I use) does it without problems. If you create the...
Correct. "this" is the current object.
So in your example someone defined a variable like:
private Midlet midlet;
and then in the constructor have a variable with the same name.
Again,...
Regarding the JAD file, the entries:
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0
Does not really belong there, but in the manifest file. Might also be an idea to...
42x29 pixels can be done.. without any scaling. Works on all series 60 devices.
-Sam