Android Question Different behavior with different versions of Android

tonga

Member
Licensed User
Longtime User
Hi,
I have developed an app that works satisfactorily with Android 5.0.1 by connecting with a Cypress Cyble-012-01-00 module. Below I tried the same app on Android versions 6 and 8: everything is changed! If during the scan it finds a device, it stays there for a very long time without making any connections. Once you have found the Cyble, however, try to make the connection and, if you do, it immediately disconnects.
Can anyone give me some help to solve this problem?
Many thanks in advance!
 

tonga

Member
Licensed User
Longtime User
No it does not connect.
In Manifest there is the line "AddPermission (android.permission.ACCESS_FINE_LOCATION)"
 
Upvote 0

tonga

Member
Licensed User
Longtime User
...yes the problem was somewhere. Solved. Now the connection is faster than before.

Thank you.
 
Upvote 0
Top