The Sony SmartWatch is a wearable device that connects to Android devices and offers an API for notifications and custom applications.
Questions tagged [sony-smartwatch]
299 questions
1
vote
1 answer
Fitness watch that collects all heartrate and other data
I'm looking for a watch or strap that collects data such as heartrate and GPS continuously. My goal is to then export this data for further analysis (analysis similar to what the Whoop does.)
I've considered a few things:
WearOS devices. I'm sure I…

David Papp
- 119
- 1
- 10
1
vote
1 answer
How to use Google Fit API on Wearables (Sony Smartwatch)
I`ve been trying to use the Google Fit API for counting steps in my App for the Sony Smartwatch 3. I can't find any basic step-by-step tutorial for using the API.
So my question: does somebody know any tutorials or similar where I can look up how to…

mbezzy
- 11
- 1
1
vote
2 answers
sony add-on sdk 2.0?
I would like to make an app for my Sony Smartwatch SW2.
As I have an Android 4.1.2 (API 16) phone (it does not support higher versions), I guess I must use Sony Add-on SDK 2.0.
But I am having a hard times finding this 2.0 version, as the older…

Goran
- 11
- 1
1
vote
0 answers
Send wear's data to unity through Android handheld
Hi I am student who develop game that using wear and handheld.
I want to send wear's data to unity.
So I passed data wear to handheld. (I did it already)
Then handheld get data and send unity.
I want to use Unity Android Plugin because I don't know…

JKIM
- 11
- 1
1
vote
1 answer
Receive message SmartEyeglass ControlExtension
I want to make an app for Sony SmartEyeglass where the App on the Phone and the ControlExtension exchange data on runtime.
It's pretty obvious how to send messages from the app to the extension...
public void startExtension(String msg) {
if…

000000000000000000000
- 1,467
- 1
- 19
- 38
1
vote
1 answer
Software sensors in sony smartwatch 3
We are using the TYPE_LINEAR_ACCELERATION TYPE_GRAVITY sensor event values for our wearable application but for sony smartwatch 3 our app cannot provide compatibility because of the lack of these two sensor
the official docs says
The Android Open…

Android Developer
- 41
- 8
1
vote
0 answers
Pebble AppMessage not connected
I'm trying to write a Pebble Watchface. It should receive weather-information from my iPhone.
I'm using AppMessge for communication.
When the Pebble-App is open on my iPhone, the communication works. But when I close the app, the Pebble Smartwatch…

Philip Szalla
- 91
- 7
1
vote
2 answers
Using Sony Camera API on AndroidWear
I want to create an app that can start and stop recording from a Sony AS100VR camera using camera remote API.
I can get the same working from my nexus using a direct Wifi connection, but when I establish a direct wifi connection from my Sony…

Mike Macpherson
- 456
- 4
- 12
1
vote
1 answer
AndroidWear - Can't send many notifications at the same time to smartwatch
My app detects if the user's location is close to the shop.If so it sends notifications containing shop's coupons. Unfortunately,this way too many notifications are send to the smartwatch at the same time. This forces me to restart my watch. Does…

thanhzusu
- 123
- 1
- 9
1
vote
1 answer
Sony Smart Extension API Device Support?
I have read the docs at Sony and for their Smart Extensión API, it doesn't mentions the SWR10(Smartband)
Have anyone tried to use the API with this device or knows if there's no actual support for developing to this device?
Thanks in advance.
PS.…

n_chuck
- 13
- 4
1
vote
2 answers
Events way of erasing you've no longer erase SONY SmartWatch2
Since not write only Japanese I'm using the google translation.
I have been the development of now SmartWatch2.
But trouble is that has happened.
Phenomenon occurs that would remain indelible events to Notification, the state in which it becomes not…

TakaJP
- 11
- 2
1
vote
3 answers
Rotating a bitmap around a pivot on a canvas
I am trying to implement a watch face where a bitmap image of a hand rotates about the center of the face on a canvas.
Basically in the onDraw() method, I want to be able to put an image resource onto the canvas then rotate it rotate it every…

rmoh21
- 1,405
- 6
- 19
- 36
1
vote
2 answers
Send image from Android to Sony Smart Watch 2
I am working using the Smart Watch 2 API. Now i can send text message to the SmartWatch with no problem. I used this guide to get the before behavior working with not problem at my end…

williamcabrera4
- 270
- 2
- 12
1
vote
2 answers
Listview in Sony Smartwatch 2
I'm trying to show a list in Sony Smartwatch 2 in the Control Class. I am doing the same as for a TextView:
// Prepare a bundle to update text.
Bundle bundle1 = new Bundle();
bundle1.putInt(Control.Intents.EXTRA_LAYOUT_REFERENCE,…

xarrate
- 25
- 6
1
vote
1 answer
Start Layout on Smartwatch 2 from Android App
I scanned through the SW2 SDK examples and read through the supplied documentation but
have problems adjusting those to fit the needs of my application.
Currently I try to integrate the SW2 support to my existing android application.
Here is what…

user1032620
- 125
- 1
- 12