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
1 answer

Send String from HostApp to SmartExtension

I'm new with smartwatch development. I want to try to send string from hostapp to smartextension. Based on tutorial given by android, I have made simple application that can take the string and send with intent to another activity. Right now, I want…
eng
  • 83
  • 1
  • 9
0
votes
3 answers

How to send value from host app to smartextension?

I have question for using intent from host app to smart extension. I have Class ActivityReceiver inside hostapp package com.PrinterStatus.AppLab; import java.util.ArrayList; import android.app.Activity; import…
Carlos
  • 59
  • 1
  • 6
0
votes
1 answer

How to Extends apps into SmartWatch

I'm developing android apps for smartwatch and smartphone. The application on smartphone is finished. The application has service. It will receive information from machine (status,info,etc).I wonder If I want to develop smartWatch what should I do…
Carlos
  • 59
  • 1
  • 6
0
votes
2 answers

Sony SmartWatch Control Extension, displaying a view from my App

I would like to display the output (a bitmap) of my existing App XYZ on my Smartwatch. I understand, that the Control API is the way to go, but the existing examples from the Sony SDK and the OpenSource projects (8Game and MusicPlayer) aren't clear…
0
votes
1 answer

Sony SmartWatch - Widget window

Starting to develop an app these days, i'm stuck trying to open a "window" when the screen is touched in the widget. In Code Examples (sdk), we can see this in the Event Widget, when you click in the screen, a "window" is opened, and you can see the…
Otuyh
  • 2,384
  • 5
  • 22
  • 40
0
votes
1 answer

How to open the notification view from a smartwatch widget?

I would like to make my custom widget which I want to use the short taps on some area of my custom widget to navigate to my notification list and short taps on another area to navigate to my control. Is it possible ? I found the sample code to open…
0
votes
2 answers

SmartWatch hacking, moving forward

I've used the Keolabs Ride7 to produce an intel hex as well as a binary file of some basic code for the STM32F205RG. dfu-utils works as well (I'm able to program the smartwatch with the original firmware). However, given the binary/hex files I've…
0
votes
3 answers

Does Sony Smartwatch USB connector support OTG?

I'm searching for any way to get a hardware signal into the Sony Smartwatch. I see from this question in another…
emrys57
  • 6,679
  • 3
  • 39
  • 49
0
votes
1 answer

Sony SmartWatch crash reports

I have a number of smartwatch apps. They all behaive as expected for me but I am getting intermittent crash reports from ACRA in the smartwatch library code. No reference to anything in my code so I don't know if there is anything I can do about…
Ifor
  • 2,825
  • 1
  • 22
  • 25
0
votes
0 answers

SmartWatch extension stops when installing screen mode = SCREEN_STATE_OFF

When I call ControlExtention#setScreenState(Control.Intents.SCREEN_STATE_OFF) control was paused after one minute. Thus there is a communication gap SmartWatch with the phone for a short time. I solved this problem by restarting the expansion every…
0
votes
1 answer

SmartWatch Extension doesn't display anything when the watch is in "standby"

I have written a control extension for Sony's SmartWatch. I want to start it by sending a CONTROL_START_REQUEST_INTENT. This works fine when the watch is "active" as in displaying either a clock face or my extension. If the watch is not connected to…
0
votes
2 answers

Sony SmartWatch Emulator APK

Im looking for the SmartWatch Emulator APK that I can load on my android phone todo some testing with me being close to my smartwatch. I recall that I was able to download the APK by itself. The current SDK docs says its in the APK folder in the…
Matthew Drooker
  • 99
  • 4
  • 11
0
votes
1 answer

Smartwatch Application Deployment

I am struggling to find any documentation or tutorial on how to deploy an application to the Sony Smartwatch (I'm attempting to deploy the open source "Eight Puzzle" application written by Sony which I have imported into Eclipse. I have a Samsung S3…
Aiden Thompson
  • 326
  • 1
  • 3
  • 11
0
votes
1 answer

Sony SmartWatch - what is the host application (AHA)

I want to extend an application to communicate with the sony smartwatch under usage of the control API. I am new at developing extensions for the sony smartwatch and I did not understand what the AHA is and where it is located??? What do I have to…
edererm
  • 31
  • 1
  • 6
0
votes
1 answer

Accept or reject a call on bluetooth device (like smart watch) from iPhone?

In some of the Smart watches like pebble and meta watch,it is possible to accept and reject calls on the smart watch.how the call related info be transferred between iPhone and bluetooth device using MAP or PBAP. I would like to accept the call from…
Ram
  • 1,872
  • 5
  • 31
  • 54