|
Hi
Andrea,
All
current Siemens phones are using the same CPU, with the limited memory system.
Some times you will see that a .class file is beyond 16KB but still works, my
theory is that it is because there are several chunks in it, if you do a dump of
the byte code you will see this. So it is probably each chunk that has that
limit..
Regarding files, we do have files that are bigger than 16 KB. But also
keep in mind, when you open such a file (Just the open) then it will be loaded
into memory and decompressed. So opening a 100KB file and only read one byte
will actually use the 100KB :(
We
have done testing due to all the problems we had with Siemens phones. We worked
on the old BW and the new color ones, and it is often memory that causes most
problems.
Best,
Sam
Hello,
on siemens developer site there's
written that class or data objects cannot exceed 16kb.
Is this true for all devices ?
I notice that there's this problem also for m50
but I've various games running on m50 and sl42/sl45 (I've tested on
various sw releases of the that has a class that is about 23kb. (on the same
device I noticed that the 16kb limitation do apply to data files
anyway).
Anyone has done some serious testing on real
siemens limitations ?
Greetings,
Dott. Ing. Andrea Fasce
--- Outgoing mail is certified Virus
Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.520
/ Virus Database: 318 - Release Date:
18/09/2003 ===========================================================================
To unsubscribe, send email to listserv@xxxxxxxxxxxx and include in the body of
the message "signoff KVM-INTEREST". For general help, send email to
listserv@xxxxxxxxxxxx and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to listserv@xxxxxxxxxxxx and include in the body
of the message "signoff KVM-INTEREST". For general help, send email to
listserv@xxxxxxxxxxxx and include in the body of the message "help".
|