Android Question GPS & S3 Not working

JonRubin

Member
Licensed User
Longtime User
I attempted to add GPS functionality into my app, but no data was ever returned since GPS_LocationChanged was never called. I figured I did something wrong. So I tried Erel's example from the tutorial (I did not make any modifications) and once again nothing. GPS_LocationChanged was never invoked. I did receive the ToastMessage "GPS device enabled = True" However, at the same time and while standing in the same location Maps shows my location and GPS Essentials shows a good fix with data. Using Libraries, GPS v1.2 and Core 3.8 on a Galaxy S3 running Android 4.4.2 Any ideas would be appreciated! Thanks!
 

DonManfred

Expert
Licensed User
Longtime User
Save and Export as ZIP your Project and Attach it here.
Without seeing any code it is hard to give answers
 
Upvote 0

JonRubin

Member
Licensed User
Longtime User
Don, The GPS1.GPSEnabled = False statement was never True e.g. the GPSEnabled always returns True, therefor the gps.settingsintent was never executed. Well glad to know it work on some S3's.... This is just bizarre
 
Upvote 0
Top