Questions tagged [sony-smartwatch]

The Sony SmartWatch is a wearable device that connects to Android devices and offers an API for notifications and custom applications.

Relevant links:

299 questions
0
votes
2 answers

How to get the mobile number of the iPhone using Bluetooth?

I would like to forward the caller mobile number to a bluetooth device (which is similar to meta watch where the mobile number is visible on the smart watch and bluetooth device is non ios…
Ram
  • 1,872
  • 5
  • 31
  • 54
0
votes
1 answer

Sony Xperia Smartwatch MN2 how to get the accelerometer value?

I have studied Sony Smartwatch MN2 for couples of week. I still don't get how to use their SDK to get the value from Smartwatch's accelerometer. I already read the documents. But it doesn't explain too much. The example sensor code run also, but it…
user2015137
  • 21
  • 1
  • 3
0
votes
2 answers

Tap on SmartWatch screen in code

When I touch the SmartWatch screen it wakes up from dimmed state. How can I in code do the same thing?
powder366
  • 4,351
  • 7
  • 47
  • 79
0
votes
1 answer

Sony Smartwatch - Vibrate smartwatch on widget tap

I'm trying to develop a little widget extension that sends a sms on tap. This works quite well but I would like to get a confirmation that the sms has been sent by vibrating the smartwatch. Can i start the vibrator from widget extension? As I…
arturweb
  • 21
  • 2
0
votes
1 answer

Generate SmartWatch icons

Does Sony have something for their SmartWatch icons similar to below link? http://android-ui-utils.googlecode.com/hg/asset-studio/dist/index.html
powder366
  • 4,351
  • 7
  • 47
  • 79
0
votes
1 answer

SmartWatch emulator Preference not found when located in subdirectory

When I open my Preferences via Smart Extension emulator, under tab Controls, menu Extension Preferences, click SampleControlExtension settings. I get: android.content.ActivityNotFoundException: Unable to find explicit activity class…
powder366
  • 4,351
  • 7
  • 47
  • 79
0
votes
1 answer

Send data from Android application to SmartWatch extension

I just started to look into the SDK for SmartWatch, if I look in the example source all the code relates to the SmartWatch itself. But how do one interact from an Android app? Is there a code example here? How can I send data from my Android…
powder366
  • 4,351
  • 7
  • 47
  • 79
0
votes
1 answer

SmartWatch and Smart Wireless Headset Pro app on the market

I extended my SmartWatch app to work also on the Smart Wireless Headset Pro. In the developer documentation I read that the SmartWatch apps on Google Play should have a description that ends with: LiveWare™ extension for SmartWatch, while the Smart…
Eir
  • 1,003
  • 9
  • 24
0
votes
2 answers

Different display of SmartWatch control screen

My app presents a simple screen of the numbers 1-9, in a simple grid of 3x3. You can see how this looks on my SmartWatch here: https://www.youtube.com/watch?v=ijh5EOTTR-w Now, that is all correct. The problem is that a user reported very different…
Eir
  • 1,003
  • 9
  • 24
0
votes
2 answers

SmartWatch Call Handling (start an extension from another extension)

Is there a way that I start Sony's "Call handling" extension, from my own extension which triggers the call? To make myself clear, I just want to: 1) Programatically close (shut down) my extension and 2) Programatically open the "Call handling"…
Eir
  • 1,003
  • 9
  • 24
0
votes
1 answer

Sony Smartwatch widget refresh

I have a Problem with my Sony SmartWatch App. I've developed a widget with control, but after the App is installed by users on the device the scheduled refresh task of the widget starts automatically. This means the refresh task is running all the…
user980175
  • 21
  • 1
  • 4
0
votes
1 answer

Sony SmartWatch Game Loop example

Has anyone got a decent example of a game loop for the Sony SmartWatch? The 8 game sample is quite confusing...
68060
  • 298
  • 1
  • 3
  • 15
0
votes
1 answer

Sony SmartWatch widget only or widget and control extension?

As part of the free SmartWatch promotion I got a watch from Sony and have published an app for it. It is called SoundCheck and is found through the LiveWare Manager on the Google Play Market. A customer recently sent email for support. They…
Beth Mezias
  • 270
  • 3
  • 13
0
votes
1 answer

Shared preferences don't take effect until Preferences clicked

I'm writing an app for the Sony Smartwatch, using their SDK. Here's part of the main activity: class SmartTickerActivity extends ControlExtension { private Handler mHandler; SmartTickerActivity(final String hostAppPackageName, final Context…
0
votes
2 answers

Sony SmartWatch - How to pass data to control extension?

If I would like to pass some data (via bundle or something else) to my control extension with CONTROL_START_REQUEST_INTENT action, what I can do? I don't see any Intent or Bundle object being passed to the constructor of ControlExtension class.
Sam Lu
  • 3,448
  • 1
  • 27
  • 39
1 2 3
19
20