-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi,
I am trying to fake GPS location using this
https://play.google.com/store/apps/details?id=com.incorporateapps.fakegps.fre, to test my app, I have also tried others fake gps apps with the same result. I have setup mock location app in settings and can successfully use it to fool StreetView, so it appears to be working ok. However when i try to use it with my ti app i get the following on repeat. And the app fails to pickup the locations.
Ti.android.geofence 1.0.7
Thanks
[INFO] : I/GeofenceModule BroadcastReceiver: (main) [40,63255] onReceive - OnRebootBroadcastReceiver for Geofence : android.location.PROVIDERS_CHANGED
[INFO] : I/GeofenceModule BroadcastReceiver: (main) [1,63256] PROVIDERS_CHANGED_ACTION
[ERROR] : E/GeofenceModule BroadcastReceiver: (main) [0,63256] java.lang.IllegalArgumentException: Receiver not registered: ti.android.geofence.OnRebootBroadcastReceiver@a2e8160
[INFO] : I/GeofenceModule BroadcastReceiver: (main) [27,63284] onReceive - OnRebootBroadcastReceiver for Geofence : android.location.MODE_CHANGED
[INFO] : I/GeofenceModule BroadcastReceiver: (main) [1,63285] MODE_CHANGED
[ERROR] : E/GeofenceModule BroadcastReceiver: (main) [1,63286] java.lang.IllegalArgumentException: Receiver not registered: ti.android.geofence.OnRebootBroadcastReceiver@982e6de
[INFO] : I/GeofenceModule BroadcastReceiver: (main) [5,63291] updateGeofencesAdded()
[INFO] : I/GeofenceModule BroadcastReceiver: (main) [0,63291] Added Geofences Successfully! It should be working...