Archived:Fixed landscape mode cannot be set by using Java ME in Nokia 5800 XpressMusic (Known Issue)
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot update - Fix metadata etc) |
hamishwillee
(Talk | contribs) m (Text replace - "Category:S60 5th Edition (initial release)" to "Category:S60 5th Edition") |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Archived|timestamp=20120419124755|user=[[User:Lpvalente|Lpvalente]]}} | ||
| + | [[Category:Known Issue]][[Category:Java ME]][[Category:S60 5th Edition]][[Category:UI]] | ||
| + | |||
| + | |||
{{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 27: | Line 31: | ||
==Overview== | ==Overview== | ||
| − | Fixed landscape mode cannot be set by using Java ME in all S60 5th Edition devices and S60 5th Edition, v0.9 SDK emulator. | + | {{Abstract|Fixed landscape mode cannot be set by using Java ME in all S60 5th Edition devices and S60 5th Edition, v0.9 SDK emulator.}} |
== Description == | == Description == | ||
| Line 43: | Line 47: | ||
== How to reproduce == | == How to reproduce == | ||
| − | + | # Include the JAD attribute with the 'landscape' value in the JAD of the MIDlet as follows: | |
| − | + | #: Nokia-MIDlet-App-Orientation: landscape <br><br> | |
| − | Nokia-MIDlet-App-Orientation: landscape | + | # Launch the MIDlet. <br><br> |
| − | + | # The MIDlet should be in landscape mode after the launch; affected devices start in portrait mode. | |
| − | + | ||
| − | + | ||
| − | + | ||
| Line 58: | Line 59: | ||
This issue applies only to the 1st commercial software release and has been fixed in sw version 11.0.008. | This issue applies only to the 1st commercial software release and has been fixed in sw version 11.0.008. | ||
| − | |||
| − | |||
Latest revision as of 07:41, 1 August 2012
The article is believed to be still valid for the original topic scope.
Article Metadata
Tested with
Compatibility
Article
Contents |
Overview
Fixed landscape mode cannot be set by using Java ME in all S60 5th Edition devices and S60 5th Edition, v0.9 SDK emulator.
Description
Using Java ME, the fixed landscape mode can be set starting from S60 5th Edition by using the JAD parameter name Nokia-MIDlet-App-Orientation.
Possible values for the parameter are: "portrait" and "landscape". In case of another value, the application orientation is automatically decided by the device.
Nokia-MIDlet-App-Orientation: portrait Nokia-MIDlet-App-Orientation: landscape
However, in the 1st commercial software release of the Nokia 5800 XpressMusic and S60 5th Edition, v0.9 SDK this attribute is not enabled.
How to reproduce
- Include the JAD attribute with the 'landscape' value in the JAD of the MIDlet as follows:
- Nokia-MIDlet-App-Orientation: landscape
- Nokia-MIDlet-App-Orientation: landscape
- Launch the MIDlet.
- The MIDlet should be in landscape mode after the launch; affected devices start in portrait mode.
Solution
For the S60 5th Edition, v0.9 SDK emulator, Nokia 5800 XpressMusic and other devices which do not support the fixed landscape orientation it is advisable to show the note "Portrait mode not supported, please turn the orientation into landscape mode" on the display when having such a device in portrait mode.
This issue applies only to the 1st commercial software release and has been fixed in sw version 11.0.008.

