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
5
votes
2 answers
How to use SMS and iMessage notifications on bluetooth device (like smart watch ) using Message Access Profile in iPhone?
How can I get notifications on bluetooth device (like smart watch) when there is an SMS or iMessage using Message Access Profile.These things are already implemented in smart watches like pebble.I would like to know how can I achieve this using ios…

Ram
- 1,872
- 5
- 31
- 54
4
votes
1 answer
How to send data from smartwatch to Flutter app
I am looking for a method to get data(heart rate) from a smartwatch(wear/tizen/watch) and read them using a Flutter app. Anyone know of such a package or idea to communicate with the smartwatch and a Flutter APP PLZ?

Rania
- 41
- 1
- 3
4
votes
2 answers
Get data from Smartwatch Android Wear to Smartphone
I have made some apps (pedometer, heart rate, audio recorder) for the moto360 with android wear. everything works fine, but I don't know how to save the data on the watch and how to access the data on the smartphone. I have managed to send messages…

Hello-World
- 183
- 1
- 1
- 10
4
votes
4 answers
Is there an NFC API for the Smartwatch 3 (SWR50)
Just to be sure and have clarification of that at first, is the NFC of the Smartwatch 3 just an embedded tag or is it a theoretically fully functioning NFC-chip?
Hoping it's not just a tag, we want to build an Android Wear app using NFC and for this…

CM787
- 73
- 1
- 5
4
votes
2 answers
Sony SmartWatch 2: need to change supportsLowPowerMode() at runtime
I have an app for the SW2 that has a user option for whether the app should use low-power mode (LPM). Which works fine. The problem is that the SW API only calls my app's supportsLowPowerMode() registration method once, when it first starts up.…

Sterling
- 6,365
- 2
- 32
- 40
4
votes
2 answers
Sony Smartwatch - open smartwatch getting started?
Today almost by accident I stumbled accross the announcement that Sony is opening the firmware development and creates a project under their own hood here:
http://developer.sonymobile.com/services/open-smartwatch-project/
Which is great!
But it…

nilsf
- 49
- 2
3
votes
0 answers
Android Wear: Is it possible to use Wi-Fi direct with a smartwatch?
I'd like to create a connection between two or more smartwatches without their handheld devices.
I made this test to check the support
FeatureInfo[] features = getPackageManager().getSystemAvailableFeatures();
for (FeatureInfo info :…

user3290180
- 4,260
- 9
- 42
- 77
3
votes
1 answer
Connecting Smart Watch to Raspberry Pi
I am developing project on Raspberry Pi and I need to add feature of measuring heart rate. I want to use Smart Watch to do that but I do not know which smart watch provide environment which allows me to implement wireless communication between watch…

Marcin Piotrowski
- 31
- 4
3
votes
1 answer
Control the smartwatch via bluetooth
I am doing some feasibility research for a project and I am not an expert. I would like to control my smartwatch via Bluetooth Low Energy (BLE) from a device which is not a smartwatch. Nothing really fancy, no app running difficult tasks, no…

MikeDev
- 31
- 3
3
votes
0 answers
Web Media Queries for Smartwatches
I'd like to get my hands on webdev for smartwatches. Are there any media queries that identify them? CSS viewport definitions? etcetera?
Thanks!

user980018
- 133
- 8
3
votes
0 answers
How to fix custom watch face time on Sony SmartWatch 2 after SW2 update
Background
Sony released an update for the Sony SmartWatch 2 in December 2014. Whilst the update has added new features to the watch, it has unfortunately caused custom watchfaces to break. I have developed over 100 custom watchfaces which are no…

JJW Watchfaces
- 39
- 4
3
votes
1 answer
Sony Smart Watch 2 accelerometer sensor hiccups in FixedRateListener
Can anybody help me getting a smooth-er stream of sensor-events?
I'm trying to use the accelerometer data of a Sony Smart Watch 2 to animate a flag waving on the screen of an android device.
Using Sony's sensors-control example code as a starting…

Christian
- 1,155
- 8
- 13
3
votes
1 answer
Sony SmartWatch2 : hooking back key
In control extension for Sony SmartWatch2, I can receive back key through onKey, but how can I prevent extension from terminating? I want to hook back key to do some process, but pressing back key terminates extension.
In…

NeFa
- 35
- 5
3
votes
4 answers
Sony SmartWatch 2 Control & Notification for the same app possible?
I was trying to port my existing app from SW 1 to SW 2 and stumbled upon the limitation that it is not allowed to have notifications and a control for the same app (even when setting LAUNCH_MODE to CONTROL).
As a workaround I tried to register 2…

mdiener
- 528
- 3
- 16
3
votes
1 answer
How to keep my accelerometer awake with screen off with Sony SmartwatchMN2
I want to know the method of keeping my accelerometer awake with screen off.
In the developer documentation(SmartWatch_WP_1.pdf in Smart Extension SDK), I read that
the sensor is stopped when the control is paused
the control is not paused by…

Takuya
- 31
- 2