{ "id": "62770", "key": "TIMOB-2138", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-06-08T19:50:05.000+0000", "created": "2011-04-15T03:11:39.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "android", "geolocation", "gps" ], "versions": [], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-08T19:50:05.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": "{html}
I have a simple app I wrote to debug another gps issue here:
\n\nhttp://developer.appcelerator.com/question/71611/gps-cuts-out-spora...
On further exploration if I make that window a \"heavyweight\"\nwindow, then the GPS will never turn on and activate. Here is the\noriginal code http://pastie.org/1233923 to see\nthe problem add \"navBarHidden: false\" to the window properties and\nrun again, and the GPS will never activate or fire.
\nNote this is on my motorola droid, running 2.2. Running 1.4.1.1\non the titanium side.
This was solved by moving all GPS code into a separate js file,\nand assigning the URL to a heavyweight window. Might be worth\nexploring how best to let newbs (like me) know that putting that\nstuff in your app.js is not kosher.