0

I have an SBH50 from Sony this one, http://www.sonymobile.com/global-en/products/accessories/stereo-bluetooth-headset-sbh50/, (not the MW1).

I've been wasting time trying to make work the sample control app which sony provides in the Add On SDK.

I was able to run the notification API example, it creates a new item in the 'Events list'. But I cant do the same with the Control API.

Btw, I cant either debug the app. I mean, I put a breakpoint in the same point a log is made, and the log IS made, but the debug does not stops there.

I just want to capture a key event.

Diego Sucaria
  • 314
  • 2
  • 12

2 Answers2

1

The Control API isn't supported on the SBH50, only the Notification API as you have noted above.

In order to debug try running your extension in debug mode, then in DDMS select the running task and press the debug button. Then it should stop at your breakpoints.

mldeveloper
  • 2,253
  • 1
  • 13
  • 14
1

It seems Sony has just released new add-on API to control the SBH50 as well. Please refer to link below: http://developer.sonymobile.com/2013/11/12/sony-add-on-sdk-updated-adds-support-for-stereo-bluetooth-headset-sbh50-and-smart-bluetooth-handset-sbh52/

bim
  • 11
  • 1