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
0
votes
1 answer
Android SmartWatch respond to a Long_Press Event
I have my sonyericsson Smart Watch responding to Touch events quite nicely. Now I have to move on to other interactions. Is there a LONG_PRESS event implemented or do I just use the fact that there are several down events and one up?
An example of…

user462990
- 5,472
- 3
- 33
- 35
-1
votes
1 answer
wear OS - http post from smartwatch
I want to create android application for smartwatch with a cellular internet connection that send HTTP post to a server.
What android version support should i have?
I saw that android 5.1 support cellular network but in Wikipedia it written that…

Gilad
- 29
- 7
-1
votes
1 answer
Is it possible to have a sound notification on the smartwatch the is sent by phone?
I'm developing a smartwatch application that will be integrated with android phone using sony3 smartwatch
but is it possible to have the notification on the smartwatch but not the default sound, I need to have a notification sound from my…

batool_42
- 13
- 1
- 7
-1
votes
1 answer
Custom telephone call app for Sony SmartBand Talk SWR30
We are currently evaluating wearables for a new product. The Sony SmartBand Talk SWR30 seems to be the perfect fit for our needs.
Unfortunately we could not figure out how to program custom apps for the SmartBand Talk SWR30. More specifically we…

Tim Kaltenbrunner
- 21
- 4
-1
votes
1 answer
no launcher activity found smartatch
I'm trying to run sample for Sony site.
I attached SmartExtensionAPI and SmartExtensionUtils. I used Properties->Android->Library and checked is library.
When I ran a sample (for example HelloWidget) on Eclipse, I get this error on the…

user2202087
- 49
- 1
- 1
- 8
-1
votes
2 answers
Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY : smartwatch app
I want to make a smartwach app.
I used the instructions on this site:
http://developer.sonymobile.com/knowledge-base/tutorials/android_tutorial/how-to-create-an-app-extension-for-sony-smartwatch-2/
I want to run the app in my phone with the usb…

CaptainStony
- 51
- 1
- 8
-1
votes
1 answer
Autostart App on Smartwatch 2 after wakeup - Disable sony watchface on wakeup
I am working on APP for smartwatch 2. But i need my app to keep running even when the watch wake up or watch is turned on .
Right now when watch wakes up, it goes back to sony watchface. I need my app to keep running.
Please help . you can check…

Rachit
- 3
- 2
-1
votes
1 answer
Dimensions when developing for smart watches
Hi I am doing research into developing for smart watches for an upcoming project i may be undertaking. I am looking to develop a custom launcher for a smart watch to be used as the main interface that the user interacts with. I have done my research…

MarcD
- 65
- 8
-1
votes
5 answers
SONY SmartWatch firmware download utility
In order to download the sample firmware to Smartwatch, what softwares are required? It may include dfu-util and WinUSB driver.
I tried WinUSB 1.2.6 and dfu-util, but it said:
K:\>dfu-util -l
dfu-util 0.7
Copyright 2005-2008 Weston Schmidt, Harald…

user2502039
- 7
- 1
- 1
- 2
-2
votes
1 answer
can i use smart watch sim through locked iphone (different sim networks)?
If I have a locked sim iPhone connected (Bluetooth pairing) to smart watch (Android) which has another network sim, Can I call or answer the smart watch calls through the iPhone ?

user3394096
- 1
- 2
-2
votes
1 answer
Links in Sony Smartwatch 2
I want to show an image in my Sony Smarwatch Sample project. How can I add a link to an external URL? The URL has to be shown in my device not in the SmartWatch. My code is the following, with this my image is shown in the layout:
Bundle iconBundle…

xarrate
- 25
- 6
-2
votes
2 answers
How to use a intent in android?
I have a sony smart watch and i'm trying to invoke a vibration intent by using the following:
Intent intentImplicit = new Intent(Control.Intents.CONTROL_VIBRATE_INTENT);
startActivity(intentImplicit);
it says startActivity its not declared in the…

Jeremy
- 447
- 1
- 4
- 12
-4
votes
1 answer
How to connect Smart Watch 3 to pc (WIN 7)
I bought Sony Smart Watch 3 and I don't know, how to connect to windows 7 and how to debug my created app for Android.
Thanks.

Crazy Zajcr Apps
- 19
- 1
- 6
-4
votes
1 answer
Can I use Sony SDK v2 with Basic4android?
Can I use the Sony SDK v2 with Basic4android? Want touch event and sensor data in my app to evaluate. Does anyone have an example for me?