Namespaces
Variants
Actions
(Difference between revisions)

Archived:Differences in Image.getGraphics() method in different S60 1st Edition software versions (Known Issue)

Jump to: navigation, search
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{KBKI}}
+
{{Archived|timestamp=20120618214039|user=[[User:Lpvalente|Lpvalente]]}}
__NOTOC__
+
[[Category:Known Issue]][[Category:Java ME]][[Category:S60 1st Edition]]
__NOEDITSECTION__
+
  
{|border="2" cellspacing="0" cellpadding="4" width="100%"
 
|colspan = "2"|
 
=====Differences in Image.getGraphics() method in different software versions=====
 
|
 
=====KIJ000060=====
 
  
|-
+
{{ArticleMetaData <!-- v1.2 -->
|
+
|sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) -->
=====Overview=====
+
|installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) -->
|colspan = "2"|A MIDlet that worked well with the Nokia 7650, firmware version 3.12, doesn<nowiki></nowiki>t work with newer versions of the Nokia 7650 (version 4.39), Nokia 3650, or Nokia N-Gage™ mobile game deck.  
+
|devices= Nokia 7650, Nokia 3650, Nokia N-Gage™ game deck
 +
|sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) -->
 +
|platform= S60 1st Edition
 +
|devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) -->
 +
|dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 -->
 +
|signing= <!-- Empty or one of Self-Signed, DevCert, Manufacturer -->
 +
|capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. -->
 +
|keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase -->
 +
|language= <!-- Language category code for non-English topics - e.g. Lang-Chinese -->
 +
|translated-by= <!-- [[User:XXXX]] -->
 +
|translated-from-title= <!-- Title only -->
 +
|translated-from-id= <!-- Id of translated revision -->
 +
|review-by= <!-- After re-review: [[User:username]] -->
 +
|review-timestamp= <!-- After re-review: YYYYMMDD -->
 +
|update-by= <!-- After significant update: [[User:username]]-->
 +
|update-timestamp= <!-- After significant update: YYYYMMDD -->
 +
|creationdate= 20030611
 +
|author= [[User:Technical writer 1]]
 +
<!-- The following are not in current metadata -->
 +
|subcategory=
 +
|id= KIJ000060
 +
}}
  
|-
+
==Overview==
|
+
{{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. }}
=====Reported against=====
+
|colspan = "2"|S60 1st Edition, Nokia 7650, Nokia 3650, Nokia N-Gage™ 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.
=====Date identified=====
+
|colspan = "2"|June 11, 2003
+
  
|-
+
==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.
=====Symptoms=====
+
|colspan = "2"|Generally, this problem results in very weird, seemingly unrelated effects, such as "Memory full" notes, clipping problems, and color and transparency problems.
+
  
|-
+
==Solution==
|
+
See Technical Note: Known Memory Issues with the Nokia 7650. Corrected on firmware version 4.39 onward.
=====Detailed description=====
+
|colspan = "2"|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.
+
 
+
|-
+
|
+
=====How to reproduce=====
+
|colspan = "2"|-
+
 
+
|-
+
|
+
=====Solution=====
+
|colspan = "2"|See Technical Note: Known Memory Issues with the Nokia 7650. Corrected on firmware version 4.39 onward.
+
 
+
|-
+
[[Category:Known Issue]][[Category:Java ME]][[Category:S60 1st Edition]]
+

Latest revision as of 04:51, 19 June 2012

Archived.png
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.

The article is believed to be still valid for the original topic scope.


Article Metadata

Tested with
Devices(s): Nokia 7650, Nokia 3650, Nokia N-Gage™ game deck

Compatibility
Platform(s): S60 1st Edition

Article
Created: User:Technical writer 1 (11 Jun 2003)
Last edited: hamishwillee (19 Jun 2012)

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.

This page was last modified on 19 June 2012, at 04:51.
238 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved