{ "id": "132925", "key": "TIMOB-17294", "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": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" }, { "id": "15972", "description": "Release 3.4.0", "name": "Release 3.4.0", "archived": false, "released": true, "releaseDate": "2014-09-28" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-07-11T19:37:00.000+0000", "created": "2014-07-11T18:36:10.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2014-07-11T21:58:14.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" }, { "id": "10207", "name": "Tooling" } ], "description": "When running an Android build, it displays:\r\n\r\n{code}\r\n[TRACE] Package manager is started\r\n{code}\r\n\r\nwhich has bad grammar. Should be:\r\n\r\n{code}\r\n[TRACE] Package manager has started\r\n{code}\r\n\r\nThen if ADB install fails, it will display:\r\n\r\n{code}\r\n[DEBUG] Package manager not started yet, trying again in 2000ms...\r\n{code}\r\n\r\nThis is confusing since ADB install will not start until the system_server process is running which assumes the package manager has started. It needs to display:\r\n\r\n{code}\r\n[DEBUG] ADB install failed because package manager service is still starting, trying again in 2000ms...\r\n{code}", "attachment": [], "flagged": false, "summary": "CLI: Android build has incorrect verbiage when installing apk", "creator": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "environment": null, "closedSprints": [ { "id": 153, "state": "closed", "name": "2014 Sprint 14 Tooling", "startDate": "2014-07-07T21:56:43.545Z", "endDate": "2014-07-19T00:00:00.000Z", "completeDate": "2014-07-21T15:58:25.985Z", "originBoardId": 121 } ], "comment": { "comments": [ { "id": "313471", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Master: https://github.com/appcelerator/titanium_mobile/pull/5905\r\n3_3_X: https://github.com/appcelerator/titanium_mobile/pull/5906\r\n\r\nTo test, build an Android app (probably for emulator) and watch the output. You may need a REALLY slow machine and an ARM emulator to see the second message.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2014-07-11T18:45:07.000+0000", "updated": "2014-07-11T18:45:07.000+0000" }, { "id": "313480", "author": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "body": "I can confirm that the first message (Package manager has started) is correctly displayed. Despite repeated attempts, the build/install always worked so I never saw message number two. It's in the code, so I'm sure it's going to work as described.", "updateAuthor": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "created": "2014-07-11T19:37:00.000+0000", "updated": "2014-07-11T19:37:00.000+0000" }, { "id": "313529", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the fix.\r\n\r\nThe correct verbiage is seen in studio logs:\r\n{code}[TRACE] : Package manager has started{code}\r\n&\r\n{code}[DEBUG] : ADB install failed because package manager service is still starting, trying again in 2000ms...{code}\r\n\r\nClosing.\r\n\r\nEnvironment:\r\nAppc Studio : 3.3.0.201407101409\r\nTi SDK : 3.3.0.v20140711123603\r\nMac OSX : 10.8.5\r\nAlloy : 1.4.0-rc5\r\nCLI - 3.3.0-rc4\r\nCode Processor: 1.1.1\r\nNexus 5 - android 4.4\r\n", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-07-11T21:58:01.000+0000", "updated": "2014-07-11T21:58:01.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }