B4A Tutorial Gnss Status Updates - Erel    Oct 26, 2018   (15 reactions) Starting from Android 7 we can extract more information about the satellite navigation status. GPS is the first satellites system (the American system). There are several more systems now available. Android supports all kinds of systems: https://developer.android. The attached project is based on Share My Creation GPS Example - klaus    Apr 05, 2024   (27 reactions) EDIT: 2014.08.09 version 2.2
Added altitude above sea level post #175
EDIT: 2015.04.17 version 2.3
Amended error reported in post #179
Amended some minor bugs
EDIT 2018.02.15 version 2.6
Removed DoEvents
Replaced File.DirRootExternal by GetSafeDirDefaultExternal. B4A Question How to draw a GPS Route WHITOUT a maps app - BlueVision (first post)    Oct 05, 2022 More or less the same result, I am sure. You can't expect that much accuracy by cheap hardware always used in smartphones. As said above, GPS is more or less only a thing of microseconds, clear view and reflections, amount of satellites used for triangulation and finally some math. B4R Question GPS & sim - Cableguy (first post)    Jul 12, 2019 I don't think you can. Most GPS modules are "slaves" meaning they mostly receive AT commands, and occasionally send commands to the Master device to inform something has happened, like a incoming call or SMS. The it's up to the Master to treat the information received. Share My Creation GPS - Combined Instruments - BeneBarros    Sep 29, 2016   (2 reactions) GPS - Combined Instruments Uses JGraphicLib B4A Question Mock Location doesn't accept Lat/Lon - Fusseldieb (first post)    Jul 29, 2019 setTestProviderEnabled("gps", true);
mLocationManager.setTestProviderStatus(
"gps",
2,
null,
System.currentTimeMillis());
}
public static void disableMockProvider(Context ctx)
{
LocationManager mLocationManager = (LocationManager)ctx.getSystemService("location" Italian GPS e Android 13 - drgottjr (first post)    Dec 18, 2022   (1 reaction) il gps funziona su android 13 (ho 2 dispositivi con android 13). ma, in vece di utilizzare la libreria gps, cambia a quella di @agraham, o sia, gnss.jar. non bisogna cambiare il tuo codice. e' semplicemente piu aggiornata.
nel caso tuo, potrebbe essere questione di permessi? quasi sempre e' ques B4A Question USB GPS Dongle - agraham (first post)    Aug 27, 2024   (1 reaction) The external GPS sends those sentences to you and you have to decode them to get the location information you want. Furthermore, because they arrive from a serial port they will not arrive as complete packets so you will have to buffer incoming data, scan it for the sentence header and trailer and t Spanish GPS Location.time - TILogistic (first post)    May 13, 2020 Siempre va ha ver diferencia de tiempo entre dispositivos.
El problema es cuando la diferencia supere tolerancia que tu necesitas.
nota:
La sensibilidad del modulo GPS del Dispositivo (Bm)
Saludos, Other F1 2018 (PS/4) - UDP-Capture - Share my Code and request for help - Daestrum (first post)    Nov 06, 2018   (1 reaction) GPS is for the real world, in a 3D world x is width, z is depth and y is height. Page: 1   2   3   4   5   6   7   Powered by ColBERT |