Hi Team,
I just downloaded the BLE example from here:
Is it the later demo ?
as soon as uncomment (if commented all good)
#BridgeLogger: True
something with this:
Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.
I don't understand what is wrong.
I got this error:
thanks
Edit: Old example, not using pages working nice.
I just downloaded the BLE example from here:
[B4X] BLE 2 - Bluetooth Low Energy
This library replaces the previous BLE library. It is simpler to use and it is more powerful. Its API is based on B4i iBLE library which makes it easy to reuse B4i code. See the iBLE tutorial: https://www.b4x.com/android/forum/threads/ble-bluetooth-low-energy-library.46099/#content Tips &...
www.b4x.com
as soon as uncomment (if commented all good)
#BridgeLogger: True
something with this:
Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.
I don't understand what is wrong.
I got this error:
B4X:
** Activity (main) Pause, UserClosed = false **
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.
** Activity (main) Resume **
java.lang.Exception: Sub activity_permissionresult was not found.
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:219)
at anywheresoftware.b4a.BA$2.run(BA.java:387)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:237)
at android.app.ActivityThread.main(ActivityThread.java:7811)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1068)
--------- beginning of crash
thanks
Edit: Old example, not using pages working nice.
Last edited: