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

Add support for Galaxy Note 3

The nRF Utility app for Android does not support the Galaxy Note 3 yet. Probably because the phone has only been released for a few days so far.

Please add support for it, currently it gives me a dialog that says "Device is not supported", I think you have a explicit check for Galaxy Note 2 in your code and you should simply just allow Galaxy Note 3, and depend on the API to handle the specifics.

Parents
  • As Marc says, this incompatibility is due to the API used on by nRF Utility is different from the one available on Note 3, and is not just a matter of a hardcoded check.

    There is work ongoing on making the Android applications use the upstream Android API. As you can see here, both nRF UART and nRF Temp is now available for Android 4.3 APIs, which I believe is the API used on the Note 3.

Reply
  • As Marc says, this incompatibility is due to the API used on by nRF Utility is different from the one available on Note 3, and is not just a matter of a hardcoded check.

    There is work ongoing on making the Android applications use the upstream Android API. As you can see here, both nRF UART and nRF Temp is now available for Android 4.3 APIs, which I believe is the API used on the Note 3.

Children
Related