This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

[Solved]Android App error with nrf8001

When I first switch on the circutry that initialises the nrf8001 and sets it up for communication and then connect the android app with it ,the connection is done successfully ,it even shows RSSI but then in 1 or 2 seconds the Android app crashes unexpectedly and the error on the Android side is as follows:

Permission Denial: this requires android.permission.INTERACT_ACROSS_USERS_FULL

heres the complete link to the android problem>> stackoverflow.com/questions/20578474/permission-denial-this-requires-android-permission-interact-across-users-full

BUT when it crashes and again I restart the android app (not restarting the nrf8001) it connects all fine and works !,why?

Parents
  • Hi Nishant,

    I am sorry for a late response.

    As you may find about the android.permission.INTERACT_ACROSS_USERS_FULL, it's something to do with the system signature. I haven't experienced this issue myself. But have you tried with our example apps that you can download from our website ? Also please let us know about your central device you used, which Android version was that ?

    We suspect that you access something that require system service permission.

Reply
  • Hi Nishant,

    I am sorry for a late response.

    As you may find about the android.permission.INTERACT_ACROSS_USERS_FULL, it's something to do with the system signature. I haven't experienced this issue myself. But have you tried with our example apps that you can download from our website ? Also please let us know about your central device you used, which Android version was that ?

    We suspect that you access something that require system service permission.

Children
Related