Android Question [solved] GPS / BLE bakground service [solved]

victormedranop

Well-Known Member
Licensed User
Longtime User
Hi , iam using this example, with background services gps location and ble from jmu5667
https://www.b4x.com/android/forum/t...-stop-getting-data-after-1-hr.126303/#content

but i have some question about this code
there is a library for that ?

if some one can share part of a demo project. my plicacion about location works but the ble part seems to be inestable. sometimes start scanning and connectiong.

B4X:
 dim i as mbeacon

thanks.

---------------

just need to add this code.

B4X:
   dim l as lit
    l.initliaze
    l.add(UUIDS)
    manageer.Scan2(l,true)
 
Last edited:
Top