Hello All,
I'm working through setting up a low power data link using an HM-10 and B4A. Using the iBeacon example I'm now getting the advertised data, and that's as far as I've got. A few questions:
There's an error referencing a member of a class that I can't resolve. The log entry in question is this:
"Class not found: b4a.example.customlistview, trying: b4a.example3.customlistview"
I don't remember what SDK level this example project was compiled with but I changed it to 27 which is needed work for my test using a Google Pixel. For SDK 27 are these the only permissions I need:
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS.COARSE_LOCATION*
Thanks,
Steve
I'm working through setting up a low power data link using an HM-10 and B4A. Using the iBeacon example I'm now getting the advertised data, and that's as far as I've got. A few questions:
There's an error referencing a member of a class that I can't resolve. The log entry in question is this:
"Class not found: b4a.example.customlistview, trying: b4a.example3.customlistview"
I don't remember what SDK level this example project was compiled with but I changed it to 27 which is needed work for my test using a Google Pixel. For SDK 27 are these the only permissions I need:
android.permission.BLUETOOTH
android.permission.BLUETOOTH_ADMIN
android.permission.ACCESS.COARSE_LOCATION*
Thanks,
Steve