user2844566
user2844566

Reputation: 41

App does not show up in the installed application list of the Sony smartwatch2 app

I have some problems with SmartWatch2:

  1. Sony Xperia Z1:
    • Accessory Version:1.0.B.0.60;
    • Host Application Version:1.0.12;
    • Smart connect: 5.4.8.
  2. Verizon Samsung galaxy note 2:
    • Smart connect: 5.4.8.

My two apps do not show up in the installed application list in Sony Smart Connect. I really don't know what to do!

Does anyone have problems like this and solved it? Many thanks.

Update: I use "Sony add-on SDK 2.0" and SmartExtensionAPI, SmartExtensionUtils from this pack as linked libraries in my apps. Also "Sony add-on SDK 2.0" marked as a target platform for apps.

Update 2: Another user with SmartWatch 2 write me that my app didn't listed on his phone smart connect app list.

Upvotes: 2

Views: 7205

Answers (3)

xetiro
xetiro

Reputation: 122

I have a similarly problem but related to the development process. I'm working on a control extension app for SW2, and I was able to compile the code and see the app on the SmartConnect Installed Apps and then test it in the real device (i.e. SmartWatch 2).

After a couple of iterations on Edit code > Compile > Test, the app stops to show on the SmartConnect App list and on the SmartWatch 2 too.

I don't understand why this happens and its not clear what is the solution for this. Rebooting, uninstall, etc. Its like a random try&error solution, and leads to o much time lost on getting the app running again.

Sony SDK Team should give one word on this...

Upvotes: 0

Eir
Eir

Reputation: 1115

Make sure:

  1. Your SmartWatch2 extension gives the correct dimensions about itself (i.e. the dimensions of the SmartWatch2 screen)
  2. Your application maps correctly those dimensions, and transfers the control to your extension

That was in case your extension never appeared on the SmartWatch2 screen. If it did, but does no more, restarting your phone normally helps. In more difficult cases, uninstall the SmartWatch2 app from your phone (it will be reinstalled once you pair your SmartWatch2 again).

Upvotes: 0

mldeveloper
mldeveloper

Reputation: 2238

I assume that you have tried the extension yourself on real HW and it works for you? Couple things you can tell them to try:

  1. Uninstall the extension and reinstall it.
  2. Unpair the bluetooth connection to SW2 and re-pair it.

Upvotes: 0

Related Questions