Questions tagged [tizen-wearable-sdk]

Tizen SDK for Wearable allow developers to develop Gear Standalone and Gear Companion Applications.

Gear Standalone

It consists of only Wearable-side Widget which runs on Tizen-based Samsung Gear devices.

Gear Companion

It consists of the Host-side Application which runs on Android-based Samsung mobile devices, and the Wearable-side Widget. In addition, to Tizen SDK for wearable, Samsung Accessory SDK is required for Communication between Host-side application and Wearable-side widget.

Certification Guide

Secure your app to upload to Samsung Gear Apps

Testing

If you have no Gear device, Use Gear Emulator & RTL

Technical Resources

418 questions
0
votes
1 answer

Enable internet in Tizen wearable emulator

How do I configure my Tizen wearble SDK emulator to use my system's internet connection. This artcle explains Connecting emulator to a network. But I was not sure what port to use in place of "HOST_PORT" and "GUEST_PORT". Kindly help me on this. I…
0
votes
2 answers

How to send Data from Android App to Samsung Gear (Tizen)

I am working on a Integrated Samsung Gear Application which needs to fetch data from Android app, which asks user's information such as Name, Age etc..and send this information to the wearable App. I tried with information on following link but it's…
0
votes
1 answer

Open App on Samsung Gear S when a notification arrives on the Android app

I have been playing around with the notifications relay mechanism and the Socket connections on Samsung Wearables . Using a simple intent , I can relay my notifications to the Wearable but how to open up the app directly when a notification comes on…
0
votes
5 answers

how to send SMS or make a phone call from a samsung gear s app

i am trying to find a way to send SMS and make a phone call from a samsung gear s app. the documentation is mostly missing and searching for this did not lead to much findings. has anybody worked with that? is it at all possible? as an alternative,…
memical
  • 2,353
  • 1
  • 24
  • 36
0
votes
2 answers

Errors with Tizen IDE and HelloAccessoryProvider

I am trying a sample app for Tizen Wearable SDK but the IDE does not seem to be configured properly. It reports imports could not be resolved library and the samsung android libraries. My guess is these dependencies need to be added to the project's…
Jack Shultz
  • 2,031
  • 2
  • 30
  • 53
0
votes
0 answers

Samsung Gear 2 unexpected application shutdown

I have developed (Tizen SDK for Wearable) a stand alone application involving the inertial sensors (accelerometer and gyroscope) and the heart rate sensor on my Samsung Gear 2. window.onload = function() { var logResult =…
genoveseV
  • 61
  • 7
0
votes
0 answers

Smartwatch Gear 2 gyroscope data output sampling rate

I am collecting data coming from accelerometer and gyrospcope sensor on my Smartwatch: Samsung Gear 2 . The development environment is: Tizen SDK for Wearable Version 1.0.0. The javascripts code used…
0
votes
2 answers

Connect Gear 2 to Tizen SDK and get Data From Sensor

i'm searching a way to develop an application that can collect data from sensor embedded in Samsung Gear 2 lite, to do this i thinked to use the Android API but after some searching i found that gear 2 not supporting Android, so it support only…
0
votes
1 answer

Using one Samsung Gear Two DUID for multiple accounts

Samsung requires developers to register a DUID (Device Unique Identification) to a developer account to be able to test apps on the actual watch. My question is. Can one DUID be registered on multiple accounts? This is the scenario: I have a watch…
Fernando
  • 379
  • 3
  • 10
0
votes
1 answer

Samsung Gear development: certificate error when "permit to install application"

I'm stuck with trying to run my app on my Gear watch. I created both the author and device-profile certificates, and registered them both to the IDE. However when I try to allow development in Connection manager, I get a "Certificate not registered"…
0
votes
1 answer

How to connect to internet from a Bluetooth-only device?

This might not be a programming question exactly but I'm basically looking for an input on the architecture to use. Consider this, I have 2 devices- Device1 (Bluetooth only) Device2 (Bluetooth + internet access) I want to do a cloud lookup from…
0
votes
2 answers

Tizen Wearable communication

I wanted to know if there is a way for two samsung wearables to communicate with each other directly through an application. Is there any documentation?
0
votes
1 answer

Reading message from gear2

I am new in tizen. I want to build a app that read the sms from Gear and show all sms title in a list. Is it possible to retrieve sms from Gear2? If possible what will be the procedure. Thanks in advance :)
0
votes
2 answers

Can Android Wearable devices detect body temperature?

I am looking to plan an application , which can detact the body temperature of the body and take actions accordingly, does android wearablesa best fit for these ?
user3592479
  • 695
  • 3
  • 13
  • 26
0
votes
1 answer

How does an android app knows about a Samsung Gear?

I want to know from my android app, if there is a Samsung Gear configured by the user that can be connected or not. For the moment I use this code, which is a lesser evil: if the user has the samsung manager installed, I guessed he also have a…
Benoit
  • 1,922
  • 16
  • 25