{ "id": "116756", "key": "TIMOB-14461", "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": [ { "id": "15576", "description": "2013 Sprint 16", "name": "2013 Sprint 16", "archived": true, "released": true, "releaseDate": "2013-08-12" }, { "id": "15578", "description": "2013 Sprint 16 API", "name": "2013 Sprint 16 API", "archived": true, "released": true, "releaseDate": "2013-08-12" }, { "id": "15479", "description": "Release 3.1.2", "name": "Release 3.1.2", "archived": true, "released": true, "releaseDate": "2013-07-31" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-08-02T23:06:21.000+0000", "created": "2013-07-02T17:13:54.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "ios7", "qe-3.1.1", "qe-closed-3.1.2", "qe-ks", "qe-testadded" ], "versions": [ { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" } ], "issuelinks": [ { "id": "30006", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "116766", "key": "TIMOB-14468", "fields": { "summary": "iOS7: Save to Gallery - from file - method Filesystem.getFile() is not working", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "30008", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "116769", "key": "TIMOB-14469", "fields": { "summary": "iOS7: Save to Gallery - Background image - Titanium.Filesystem.getFile() method is not working", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2015-02-02T20:47:07.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "While testing camera, I encountered the issue, when image was not saved to file. I tested setting a backgroundImage to the window, and it works.\r\nTo reproduce:\r\n1. Install and run KS> Phone> Camera> Save to File\r\n2. Take a picture and press Use\r\n\r\nActual result:\r\nThe image is not displayed \r\n\r\n{code}\r\nul 2 10:11:10 Europa kernel[0] : AppleH4CamIn::setPowerStateGated: 1\r\nJul 2 10:11:10 Europa kernel[0] : AppleH4CamIn::power_on_hardware\r\nJul 2 10:11:10 Europa kernel[0] : AppleH4CamIn::ISP_SelectBestMIPIFrequencyIndex_gated - channel: 0, index: 4\r\nJul 2 10:11:10 Europa mediaserverd[45] : [10:11:10.783] <<<< LiveSource >>>> livesource_SetProperty: property: VideoZoomDrawOverlay returning err=-12784\r\nJul 2 10:11:10 Europa mediaserverd[45] : [10:11:10.784] <___ RecorderServer ___> recorderServer_setProperty: attempted to set property VideoZoomDrawOverlay - returned err = -12784\r\nJul 2 10:11:10 Europa mediaserverd[45] : [10:11:10.784] <___ RecorderServer ___> FigRecorderRemoteServer_SetRecorderPropertyFixedSize: attempted to set property VideoZoomDrawOverlay - returned err = -12784\r\nJul 2 10:11:11 Europa mediaserverd[45] : [10:11:11.077] <<<< LiveSource >>>> livesource_videoDeviceDiscontinuity: Discontinuity!!\r\nJul 2 10:11:11 Europa mediaserverd[45] : [10:11:11.783] <<<< LiveSource >>>> livesource_videoDeviceDiscontinuity: Discontinuity!!\r\nJul 2 10:11:15 Europa timed[18] : (Note ) CoreTime: Received timezone \"America/Los_Angeles\" from \"Location\"\r\nJul 2 10:11:15 Europa timed[18] : (Note ) CoreTime: Current mcc: '310' simulated:'0'.\r\nJul 2 10:11:15 Europa timed[18] : (Note ) CoreTime: Not setting time zone to America/Los_Angeles from LocationAndNetwork\r\nJul 2 10:11:21 Europa mediaserverd[45] : [10:11:21.824] >___ FigRecorder ___| figrecorder_serviceStillImageQueue: failed to create thumbnail ( err = 0 [ 0x0, 0 bytes] )\r\nJul 2 10:11:23 Europa kernel[0] : AppleH4CamIn::setPowerStateGated: 0\r\nJul 2 10:11:23 Europa kernel[0] : AppleH4CamIn::power_off_hardware\r\n\r\n{code}\r\n\r\nExpected:\r\nThe image should be displayed", "attachment": [ { "id": "40462", "filename": "ios6.png", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-02T17:13:54.000+0000", "size": 888798, "mimeType": "image/png" }, { "id": "40461", "filename": "ios7.png", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-02T17:13:54.000+0000", "size": 39232, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS7: Save to File - Filesystem.getFile(filename) method is not working", "creator": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Appcelerator Studio, build: 3.1.1.201306131423\r\nTitanium SDK, build: 3.1.1GA\r\niPhone 5 iOS 7.0\r\nXcode5\r\nCLI 3.1.1\r\nKitchenSink Version 3.1.1.GA", "comment": { "comments": [ { "id": "264841", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Fixed by dawson's filesystem PR", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-02T23:06:21.000+0000", "updated": "2013-08-02T23:06:21.000+0000" }, { "id": "266929", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested and verified the fix with:\nAppcelerator Studio, build: 3.1.2.201308091728\nTitanium SDK, build: 3.1.2.GA\nCLI: 3.1.2\nKS 3.1.2.GA\nIpad4 iOS 7\niPhone5 iOS7", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-16T19:34:38.000+0000", "updated": "2013-08-16T19:34:38.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }