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

Why i can't debug Nordic supply nRF UART App source code in my Google nexus 7 II ?

I tried to debug Nordic provided Uart App code on the Google Nexus 7 II device.

But I found a problem, when I remove: LocalBroadcastManager.getInstance(this).registerReceiver(UARTStatusChangeReceiver, makeGattUpdateIntentFilter()); function, I can debug, but after connecting to the device, APP will crash.

If not removed, then at a start of the operation, it can not debug.

Parents
  • Hi Micheal Lin,

    I am really sorry again for the late answer. The notification from your reply on 24th Jan was missing. So I didn't really followed the case. Good that you pull it up.

    I am not really sure why you still have issue with the library. Could you follow what I have in the attached screenshot ?

    If the issue still remain, please have a screen shot of the error you get, and also attach your project files (zip them in 1 file)

    After the release of Android 4.3 many other vendors now support BLE, as far as I know HTC One and Sony Z1 (or Sony Z) support BLE, and can run our example apps after the update to Android 4.3 and above.

    javabuiltpath.PNG

Reply
  • Hi Micheal Lin,

    I am really sorry again for the late answer. The notification from your reply on 24th Jan was missing. So I didn't really followed the case. Good that you pull it up.

    I am not really sure why you still have issue with the library. Could you follow what I have in the attached screenshot ?

    If the issue still remain, please have a screen shot of the error you get, and also attach your project files (zip them in 1 file)

    After the release of Android 4.3 many other vendors now support BLE, as far as I know HTC One and Sony Z1 (or Sony Z) support BLE, and can run our example apps after the update to Android 4.3 and above.

    javabuiltpath.PNG

Children
No Data
Related