Android Question [RESOLVED]GPS Does not seem to work on Xiaomi Android 10 or Android Studio Emulator

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hello

Has anyone experienced not receiving any sentences from the B4A standard GPS library on the following device:

Manufacturer Xiaomi
Model MI 9
Product cepheus
API Level 29

EDIT: I am also testing this on Android Studio Emulator and I do not get any sentences. This is working fine on all other version of Android up to 9.0
EDIT: SOLUTION Regards

John.
 
Last edited:

MarkusR

Well-Known Member
Licensed User
Longtime User
at least you must request at run time the permissions to read/access the gps data.
after you allow it it take some seconds.
 
Upvote 0

Jmu5667

Well-Known Member
Licensed User
Longtime User

Attachments

  • upload_2019-11-25_14-9-46.png
    upload_2019-11-25_14-9-46.png
    62.1 KB · Views: 305
Upvote 0

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hello All

Just heard back from the customer, neither the LocationChanged event or NMEA(the one I need) are being triggered.
https://play.google.com/store/apps/details?id=com.chartcross.gpstest&gl=IE this app works and produces lon/lat dont know about the NMEA sentences.

I have ordered on of these devices just now, expected deliver 04-10 December.

Any help or thoughts or sample GPS test apps would be appreciated.

Regards

John.
 
Upvote 0
Top