0

I am looking for an answer about two weeks.

I took a look at Sony Add-on SDK but I found no references. I need to develop an app for this headset which should control radio changing stations, and if possible change playing music (less important).

Anyone know how can I do that or where could I find more information?

André Claudino
  • 558
  • 4
  • 18

1 Answers1

0

There is no API available to change the radio station unfortunately. When you say change playing music I assume you mean something like skipping to the next track in a playlist? This can be done using standard Android APIs, however this functionality is already built in to the headset by default so I'm not sure what you would be trying to accomplish by doing that.

mldeveloper
  • 2,253
  • 1
  • 13
  • 14
  • THank you for reply. What I want is skip tracks stored in headset memory card (and change radio station, if possible), but using the phone, not the headset's buttons. I didn't find any app who do that. – André Claudino Mar 17 '14 at 18:54
  • Is it possible install an app in the headset? Does the headset's operational system may run programs made with Sony-SDK for phones? Does the headset will execute an small app (without graphical interface and made for smartphone) who changes radio station and manage tracks? Sorry for my English. – André Claudino Mar 17 '14 at 19:01
  • Skipping tracks stored on the memory card is not supported. Also the headset itself can't run apps on it's own. It must be connected to a phone via Bluetooth. – mldeveloper Mar 18 '14 at 23:23