B4A Question GPS is started or not - Scantech    Aug 1, 2019 Hello,
How can i know if the GPS is started or not? I know GPS1.GPSEnabled is for location turned on or off but i like to find out if it is started.... B4A Question Change GPS Delay while started - Scantech    Aug 22, 2019 Is there an alternative way to change GPS Delay while its running?
I have it this way
GPS1.Stop
Sleep(2000)
GPS1.Start(5000, 0)
I was hoping i can change it without stopping it?... B4A Question GPS_LocationChanged not executing after starting up the GPS - rleiman    Feb 26, 2018 Then
ToastMessageShow("Please enable the GPS device.", True)
StartActivity... I start my app for the first time the GPS turns on and GPS_LocationChanged inside the starter executes... B4A Question GPS not Starting in B4XPages - Cliff McKibbin (first post)    Aug 20, 2021 Thanks Peter and Erel,
Their combined solution as shown below is to bring the GPS start and... the start up in Module 'Starter'.
The new logic is shown below and I had to bring the GPS... B4A Question RESOLVED - StartGPS not found - Serge Bertet (first post)    Oct 28, 2022   (1 reaction)
don't understand why this compiled and built before
me too ? strange actually :oops:... B4A Question GPS started or not - Artigala (first post)    Mar 24, 2016 I had a same idea. Thank you Erel.... B4A Question [SOLVED] - Android 10 - Background GPS/Ble scans stop getting data after 1 hr - Jmu5667    Jan 19, 2021 (), tmrServiceHelper_tick, STARTING svc_gps SERVICE *** Service (svc_gps) Create *** 01/08/2021 10:12:19.412 - Atlas SOS - svc_gps(), Service_Create ** Service (svc_gps) Start ** 01/08/2021 10:12:19.419 - Atlas SOS - svc_gps(), Service_Start, GPS timeout set to 10:14:19 01/08/2021 10:12:19.423 - Atlas SOS - svc_gps(), Service_Start, GPS Location Intent android.settings.LOCATION_SOURCE_SETTINGS 01/08/2021 10:12:19.427 - Atlas SOS - svc_gps(), Service_Start, Location Providers Allowed gps,network... B4A Question GPS start/stop problem - Erel (first post)    Aug 20, 2015 Please start a new thread and post the relevant code.... B4A Question GPS start parameters - Erel (first post)    Sep 8, 2014 You can always call GPS.Stop. However a better solution is to avoid calling GPS.Start if it is already running. You can use a process global variable to track the state.... B4A Question GPS.Start and other questions - jpvniekerk (first post)    Oct 25, 2012 device.", True)
StartActivity(GPS1.LocationSettingsIntent) 'Will open the relevant settings screen.
Else
GPS1.Start(0, 0) 'Listen to GPS with no filters.
End If
End... Page: 1   2   3   4   5   6   7   |