Hi all, thanks for reading and if you help me I will be so greatful towards you
well I'm new to this app inventor thing and to the coding world so please don't judge me (
Ok I got the code down below from this website and I need you to tell or show me how to use it in the App inventor Blocks
the code is down below and my question is how can I used it in the code blocks
Any help will be appreciated thanks..
This is Java code. App Inventor uses inline blocks and extensions to build apps. If you want to use java code, you can build an extension out of it. But better say what you need, maybe there is already an extension that does what you want.
I apologize for omitting that my devices are BLE connected (and paired/bond).
My app forget their addresses but it doesnt remove the bond info from Android.
Hello Osmany, did you find something new related on this issue ? I'm also looking for a way to remove the bond of a device from my application. I would be really interested if you find something.
Hi @Waloui
I'm sorry to tell you that I can't find a solution from App Inventor blocks, so I decided to incorporate security at the application level encoding the transmitted data.
Also, I removed the pairing/bonding process and made connection through saved real MAC address of my devices; Therefore, I do a kind of bonding (only at one end, the central one) at the application level without the intervention of the operating system. At the other end (peripherics) only one simultaneous connection is allowed (no whitelist used).
For my application, these solutions work. I'm sorry I can't help.