{ "id": "82572", "key": "TIMOB-6136", "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": "12089", "description": "", "name": "Sprint 2011-49", "archived": true, "released": true, "releaseDate": "2011-12-12" }, { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-12-07T17:23:48.000+0000", "created": "2011-11-09T13:45:02.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "branch-v8" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "issuelinks": [ { "id": "13944", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "82777", "key": "TIMOB-6201", "fields": { "summary": "Android: V8 shared libraries need to be packaged in ARM specific lib folders", "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": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "14042", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "83333", "key": "TIMOB-6433", "fields": { "summary": "Android: v8 Nook Emulator: cannot run kitchensink-nook on the nook emulator skin with v8 Runtime but runs with WVGA854 on Lion Only", "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": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-12-08T13:56:41.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Steps To Reproduce:\r\n1. Create a new project\r\n2. Run on Nook Color Emulator with Nook 2.2\r\n\r\nActual:\r\nW/dalvikvm( 346): threadid=7: thread exiting with uncaught exception (group=0x4001d800)\r\nE/TiApplication( 346): (KrollRuntimeThread) [199,1186] Sending event: exception on thread: KrollRuntimeThread msg:java.lang.UnsatisfiedLinkError: Library kroll-v8-device not found; Titanium 1.8.0.1,2011/11/09 12:56,bb473c6\r\nE/TiApplication( 346): java.lang.UnsatisfiedLinkError: Library kroll-v8-device not found\r\nE/TiApplication( 346): \tat java.lang.Runtime.loadLibrary(Runtime.java:461)\r\nE/TiApplication( 346): \tat java.lang.System.loadLibrary(System.java:557)\r\nE/TiApplication( 346): \tat org.appcelerator.kroll.runtime.v8.V8Runtime.initRuntime(Unknown Source)\r\nE/TiApplication( 346): \tat org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(Unknown Source)\r\nI/TiRootActivity( 346): (main) [0,0] checkpoint, on root activity create, savedInstanceState: null\r\n\r\nExpected:\r\nTo launch the default application\r\n\r\nNote: \r\nWorks with rhino", "attachment": [], "flagged": false, "summary": "Android: V8 Only, Nook Color Emulator cannot launch any app", "creator": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK: 1.8.0.1.v20111109125619\r\nStudio: 1.0.7.201111081740\r\nDevice: Nook 2.2 Emulator", "comment": { "comments": [ { "id": "172919", "author": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is probably an incorrect detection of emulator vs device for the Nook color product code, IIRC the right value for Build.PRODUCT is \"NOOKcolor\" for the nook emulator", "updateAuthor": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-11-16T09:41:24.000+0000", "updated": "2011-11-16T09:41:24.000+0000" }, { "id": "173482", "author": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Once the V8 shared libs commit is merged, this should be resolved", "updateAuthor": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-11-21T09:49:18.000+0000", "updated": "2011-11-21T09:49:18.000+0000" }, { "id": "174648", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Be sure to test also KitchenSink-Nook on the Nook emulator when PR is ready. I closed TIMOB-6433 as a dupe of this, and it specifically mentioned KS-Nook. It's the same issue, however. (Unsatisfied Link)", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-12-02T16:22:20.000+0000", "updated": "2011-12-02T16:22:20.000+0000" }, { "id": "175142", "author": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This should be fixed with my new PR:\r\nhttps://github.com/appcelerator/titanium_mobile/pull/834", "updateAuthor": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-06T23:37:37.000+0000", "updated": "2011-12-06T23:37:37.000+0000" }, { "id": "175313", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Marshall fixed this via TIMOB-612", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-12-07T17:23:48.000+0000", "updated": "2011-12-07T17:23:48.000+0000" }, { "id": "175458", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Titanium Studio, build: 1.0.7.201112080131\r\nSDK: 1.8.0.1.v20111208104316 v8/rhino\r\nEmulator Nook Color Skin and WVGA854 Nook 2.2 \r\nMac 10.6.8. and 10.7.2", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-08T13:56:41.000+0000", "updated": "2011-12-08T13:56:41.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }