GitHub user Zammy opened a pull request:
https://github.com/apache/incubator-cordova-android/pull/39
GeoBroker checks if location service avialable for device first.
https://issues.apache.org/jira/browse/CB-1210
This is fixing crash on Kindle Fire and probablly on any other device that
has no GPS or Network location.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Zammy/incubator-cordova-android
kindle_fix_geolocation
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-cordova-android/pull/39.patch
----
commit 7def6dd7803b8b6be61a050757e855ece2f356fe
Author: Evgeni Petrov <[email protected]>
Date: 2012-08-08T01:23:08-07:00
GeoBroker checks if location service avialable for device first.
----