Android Question [SOLVED] GNSS library for API 33

sakissoft

Member
Licensed User
Longtime User
Please give here the all solutions for the problem of using GNSS library in API 33.
All examples/samples e.g. GNSS_v1.0.b4a (GNSS sample) and GNSSstatus.b4a (GNSSstatus) they don't work on api 33
 

sakissoft

Member
Licensed User
Longtime User
I found one solution for to work normally this GNSS_v1.0.b4a (GNSS sample) , but we don't have information about satellites etc

They must be disabled 2 subroutives in starter.bas like this:

' Sub GNSS_GpsStatus (Satellites As List)
' CallSub2(Main, "GpsStatus", Satellites)
' End Sub

' Private Sub GNSS_GNSSStatus (Status As GnssStatus)
' CallSub2(Main, "GnssStatus", Status)
' End Sub
 
Upvote 0

sakissoft

Member
Licensed User
Longtime User
Because the specific routines in the specific sample gave me a problem and it didn't run. I didn't try for sure to disable only GNSS_GpsStatus and not GNSS_GNSSStatus. I'll try that too
 
Upvote 0
Top