Archived:Differences in Image.getGraphics() method in different S60 1st Edition software versions (Known Issue)
hamishwillee
(Talk | contribs) |
m (Lpvalente -) |
||
| Line 1: | Line 1: | ||
| + | [[Category:Known Issue]][[Category:Java ME]][[Category:S60 1st Edition]] | ||
| + | {{Archived|timestamp=20120618214039|user=[[User:Lpvalente|Lpvalente]]}} | ||
| + | |||
| + | |||
{{ArticleMetaData <!-- v1.2 --> | {{ArticleMetaData <!-- v1.2 --> | ||
|sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
| Line 26: | Line 30: | ||
==Overview== | ==Overview== | ||
| − | A MIDlet that worked well with the Nokia 7650, firmware version 3.12, doesn't work with newer versions of the Nokia 7650 (version 4.39), Nokia 3650, or Nokia N-Gage™ mobile game deck. | + | {{Abstract|A MIDlet that worked well with the Nokia 7650, firmware version 3.12, doesn't work with newer versions of the Nokia 7650 (version 4.39), Nokia 3650, or Nokia N-Gage™ mobile game deck. }} |
==Symptoms== | ==Symptoms== | ||
| Line 36: | Line 40: | ||
==Solution== | ==Solution== | ||
See Technical Note: Known Memory Issues with the Nokia 7650. Corrected on firmware version 4.39 onward. | See Technical Note: Known Memory Issues with the Nokia 7650. Corrected on firmware version 4.39 onward. | ||
| − | |||
| − | |||
Revision as of 00:40, 19 June 2012
The article is believed to be still valid for the original topic scope.
Article Metadata
Tested with
Compatibility
Article
Contents |
Overview
A MIDlet that worked well with the Nokia 7650, firmware version 3.12, doesn't work with newer versions of the Nokia 7650 (version 4.39), Nokia 3650, or Nokia N-Gage™ mobile game deck.
Symptoms
Generally, this problem results in very weird, seemingly unrelated effects, such as "Memory full" notes, clipping problems, and color and transparency problems.
Description
MIDlets that use the Image.getGraphics method and that were tested to work on the Nokia 7650, firmware version 3.12, may behave unexpectedly on firmware versions 4.39 onward, depending on how the method is being called. As a result, "memory full" notes may appear or color/transparency problems may occur with such MIDlets. In Nokia 7650 firmware versions prior to 4.39, the Image.getGraphics() method returned a reference to the same Graphics object, instead of creating a new one every time, thus violating the MIDP 1.0 specification.
Solution
See Technical Note: Known Memory Issues with the Nokia 7650. Corrected on firmware version 4.39 onward.

