{ "id": "113148", "key": "TIMOB-13635", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2013-05-26T17:47:40.000+0000", "created": "2013-04-19T22:34:29.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "sdk-bb" ], "versions": [], "issuelinks": [], "assignee": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-13T18:29:27.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10230", "name": "BlackBerry", "description": "BlackBerry Platform" } ], "description": "Description:\r\n1. Create an app for BB with the code below in the app.js\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: 'green'});\r\n\t\r\n\twin.orientationModes = [\r\n\t\tTitanium.UI.PORTRAIT,\r\n\t\t//Titanium.UI.UPSIDE_PORTRAIT,\r\n\t\tTitanium.UI.LANDSCAPE_LEFT,\r\n\t\tTitanium.UI.LANDSCAPE_RIGHT,\r\n\t\tTitanium.UI.FACE_UP,\r\n\t\tTitanium.UI.FACE_DOWN\r\n\t]; \r\n\t\r\nvar lbl = Ti.UI.createLabel({\r\n\ttext:'Orientation modes',\r\n\tcolor:'white',\r\n\tfont:{fontSize:15}\r\n});\r\n\t\r\nwin.add(lbl);\r\nwin.open();\r\n{code}\r\n2. Also add the following lines in the tiapp.xml\r\n{code}\r\n\r\n        auto\r\n        \r\n            access_shared\r\n            record_audio\r\n            use_camera\r\n            access_internet\r\n            play_audio\r\n            post_notification          \r\n            set_audio_volume\r\n            read_device_identifying_information\r\n        \r\n    \r\n{code}\r\n3. Build & run for BB device/emulator\r\n4. After the app launches in portrait mode turn the device to landscape or other orientations\r\n\r\nActual results:\r\n1. The orientation does not change\r\n\r\nExpected Result:\r\n1. The orientation should change", "attachment": [], "flagged": false, "summary": "BlackBerry Q10: Orientation change does not work on Q10 device", "creator": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Environment:\r\nTi Studio : 3.1.1.201304122013\r\nTi BB SDK : 3.2.0.v20130412191647\r\nMac OSX : 10.8.2\r\nwin 7 \r\nWin 8 \r\nQ10 Simulator : 10.1.0.1020\r\nQ10 Dev alpha C device running 10.1.0.138", "comment": { "comments": [ { "id": "411477", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing this ticket as the issue will not fix.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-13T18:29:27.000+0000", "updated": "2017-03-13T18:29:27.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }