sony-smartwatch

Is it possible to get PPG(Photoplethysmogram) data from a smart watch via android?

别来无恙 提交于 2019-12-08 23:55:56
问题 I want to develop a health care app using Android smart watch devices that have an optical heart rate sensor. Examples of such devices are: Samsung gear live, Moto360, LG G watch R, etc. To do this, I need the raw PPG signal data from those devices, but I found that the Android API only supports heart rate data by BPM unit. Does anyone know if the raw signal data is accessible, and if so, how do I get access to that data? 回答1: Yes, it is possible (at least on a Samsung mobile device such as

Sony SmartWatch - how to get host app package name

感情迁移 提交于 2019-12-08 03:54:26
I would like to update the SmartWatch widget whenever the user changes the widget settings. I know it can be done by sending an WIDGET_IMAGE_UPDATE_INTEN intent, but it seems that I don't have the information of host app package name (i.e. com.sonyericsson.extras.smartwatch). How can I get "host app package name"? PS: Currently, I've hardwired the "com.sonyericsson.extras.smartwatch" name in my code. Jerker Every time your widget extension is receiving an intent from the host application, the package name of the host app is included as an extra in the intent. String hostAppPackageName = intent

How to fix custom watch face time on Sony SmartWatch 2 after SW2 update [closed]

杀马特。学长 韩版系。学妹 提交于 2019-12-07 12:58:16
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 4 years ago . 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 longer showing the correct time (hours are out but

How to keep my accelerometer awake with screen off with Sony SmartwatchMN2

青春壹個敷衍的年華 提交于 2019-12-07 12:28:50
问题 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 using ControlExtention#setScreenState(Control.Intents.SCREEN_STATE_OFF). the control is paused by the user operation or time elapses. So I tried to use ControlExtention#setScreenState(Control.Intents.SCREEN_STATE_OFF). After one minute, the control was

Using Sony Camera API on AndroidWear

会有一股神秘感。 提交于 2019-12-06 16:11:16
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 smartwatch, it fails at the SSDP detection stage. It's definitely connected to the camera, SSID over Wifi, but it can't detect it. I have tried playing with retries and timeout values, but I have sort of run out of ideas. it's falling into the catch catch (InterruptedIOException e) with a java.net.SocketTimeoutException Any suggestions gratefully

Sony Smartwatch - open smartwatch getting started?

泄露秘密 提交于 2019-12-06 04:30:53
问题 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 still has a lot of question marks attached: It would be great if there would be an open source sample firmware from which to start. There are some hardware parts of the device which are undocumented, especially e.g. the pretty important Bluetooth

syncing accelerometer data of android wear to phone or computer

孤者浪人 提交于 2019-12-06 03:57:53
Is it possible to sync real time data generated by sensors such as accelerometer, gyroscope etc. which are fitted on the smart watch (running on android wear) to any phone instantly. Is yes, how to do so ? Yes it is possible. Use the SensorsApi to collect the data. Use the MessageApi to send the data from the watch to the phone. 来源: https://stackoverflow.com/questions/28189733/syncing-accelerometer-data-of-android-wear-to-phone-or-computer

Sony SmartWatch - invoke app on Smart Watch when it gets an event

别来无恙 提交于 2019-12-05 20:21:52
I'd like to write an app that monitors incoming SMS and notify me on the watch if the content of SMS contains a predefined text (e.g. "go home"). I know I can use the notification API to add an event. It will vibrate and show a small app icon on the watch. What if I want to use control API to flash LED and show the whole text and an image on the watch when it receives the SMS, how should I do? It's very similar to the "Call handling" add-on. Can Sony open the source of "Call handling" for reference? I think you have two options. Either, as you say, 1) implement an extension that uses both the

How to fix custom watch face time on Sony SmartWatch 2 after SW2 update [closed]

落花浮王杯 提交于 2019-12-05 18:34:35
Closed . This question needs details or clarity . It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post . Closed 4 years ago . 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 longer showing the correct time (hours are out but minutes are ok) and are no longer showing dates. There is a related SO post to the similar problem as

Sony SmartWatch 2 custom watch faces broken since firmware update

雨燕双飞 提交于 2019-12-05 09:53:12
I know this is going to be a duplicate of this -> How to fix custom watch face time on Sony SmartWatch 2 after SW2 update But posting because the original question got closed due to reasons that are not clear to me. Background I have an app in Google Play ( https://play.google.com/store/apps/details?id=com.epix.smartextension.watchfaces ) which provides custom watch faces for Sony SmartWatch 2. It's been there in the store close to an year and was doing well. Problem Recently Sony rolled out a firmware update for SW2. After this update it did bring some welcome features. But along with it came