I am building a location aware application and I’ve found that my Samsung Galaxy TAB 2 (GT-P3113) isn’t calling the location listener. I went back to the sample application GPS and I see it does not work there as well. I have an HTC Incredible that works fine for the exact same code.
I can see in the logs the following calls, but I never get anything in the location listener:
D/LocationManagerService( 489): request 43049a10 gps Request[ACCURACY_FINE gps requested=+1s0ms fastest=+1s0ms] from com.mytestapp.bob.GPS(10110)
D/LocationManagerService( 489): provider request: gps ProviderRequest[ON interval=+1s0ms]
D/GpsLocationProvider( 489): setRequest ProviderRequest[ON interval=+1s0ms]
D/GpsLocationProvider( 489): startNavigating
D/LocationManagerService( 489): request 43049a10 network Request[POWER_LOW network requested=+1s0ms fastest=+1s0ms] from com.mytestapp.bob.GPS(10110)
E/GpsLocationProvider( 489): mPositionMode set to GPS_POSITION_MODE_STANDALONE because of WiFi only model.
I/libgps ( 489): disarming wakeLockTimer
D/libgps ( 489): proxy_gps_status_cb: called. status(3)
D/libgps ( 489): proxy_gps_status_cb: normal GPS icon mode.
V/GpsLocationProvider( 489): reportStatus status: 3
I/libgps ( 489): disarming wakeLockTimer
I/libgps ( 489): [proxy_gps_acquire_wakelock_cb][line = 652]: acquire_wakelock(1)
D/GpsLocationProvider( 489): getSKAFEnable : false
D/libgps ( 489): proxy_gps_status_cb: called. status(1)
D/libgps ( 489): proxy_gps_status_cb: normal GPS icon mode.
V/GpsLocationProvider( 489): reportStatus status: 1
D/GpsLocationProvider( 489): send an intent to notify that the GPS has been enabled or disabled mNavigating = true
Does corona not support location events for wifi only Android devices? The sample application “MapView” fails as well.
Corona Build: 2014.2307 (2014.5.17)