Hi,
I copied the code from the GPS tutorial and am testing on a real device (Android 4.1.1) that has no sim but has internet connectivity via wifi and shows my location in Maps just fine.
GPS1.GPSEnabled is always False and hence whenever I run the test app is uses
StartActivity(GPS1.LocationSettingsIntent)
to take me to the settings screen where I have two checkboxes and both are ticked. I also checked my app under the 'apps' setting menu and it shows that access to 'my location' is allowed.
Any ideas?
I copied the code from the GPS tutorial and am testing on a real device (Android 4.1.1) that has no sim but has internet connectivity via wifi and shows my location in Maps just fine.
GPS1.GPSEnabled is always False and hence whenever I run the test app is uses
StartActivity(GPS1.LocationSettingsIntent)
to take me to the settings screen where I have two checkboxes and both are ticked. I also checked my app under the 'apps' setting menu and it shows that access to 'my location' is allowed.
Any ideas?