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
2
votes
3 answers

Tizen CLI create project throws exception

So, I'm using the Tizen-CLI but I can't even get passed the "create the project"-stage since I'm getting a crash. I'm running the following command: $ tizen create web-project -n heavenlydays -p wearable-3.0 -t WebBasicapplication That, for some…
Maffelu
  • 2,018
  • 4
  • 24
  • 35
2
votes
1 answer

Tizen Background Vibration

I'm developing the application for Samsung Gear S2 (web) with a timer that vibrates when time ends. What I need to do so my application can vibrate even if it's in background mode?
SpyceR
  • 21
  • 1
2
votes
1 answer

How do I package a Tizen Web Widget with a Tizen Web Application for my smartwatch?

I created a Web Widget that I want to push to my watch. The Tizen Documenation says a widget cannot be deployed standalone. So, I am trying to bundle my Widget with a Web Application. I have successfully pushed the Web Application to my watch, but I…
Onosa
  • 1,275
  • 1
  • 12
  • 28
2
votes
2 answers

How to handle touch event on Tizen watchface?

I'd like to handle the touch event on a watch face. How can I do it? I want to change the watch face with a info page when the user touch the watch.
vittochan
  • 635
  • 1
  • 7
  • 18
2
votes
2 answers

Tizen emulator not working on mac (Maveriks)

I'm having problems to create a virtual machine of the Tizen Emulator Wearable (2.3.1). Everything is installed properly but once I want to create a new virtual machine it return error 133. I'm running Mac OS X (10.9.5). JAVA HOME:…
enedebe
  • 268
  • 1
  • 5
  • 15
2
votes
0 answers

Tizen Shared Object Libraries won't be loaded on Unity

I've been developing an app for the Samsung Gear S2 (which runs Tizen) for a while. I'm using Unity 5.3.5p3, and Tizen 2.4.0rev6 with Tizen Wearable 2.3.1 profile. And now that I've almost finished, strange bugs appear. I've made a Shared Object…
2
votes
1 answer

Tizen Selector touch event

I want to open different pages from a popup-selector menu in Tizen. I have 8 menu items and each should open a different page in the same HTML using the active-ui-page class. I tried doing it using the code mentioned here. But then when I transfer…
2
votes
5 answers

Missing sap.h. how to solve this issue?

My dev environment: os : window 7 64bit IDE : Tizen 2.4 installed packages : 2.3.1 Mobile (whole packages) 2.3.1 Wearable (whole packages) Tizen SDK tools (whole packages) Extra ( certificate extension, Tizen Wearable Extension for 2.3.1) and I…
SsongReo
  • 21
  • 3
2
votes
1 answer

Tizen Wearable app buttons not clickable

I have created two href's which act like buttons, in a comic game. I am following this tutorial . The issue i have is the links are not clickable. They dont respond to touch, nothing happens when clicked. Here is the project structure: here is my…
j2emanue
  • 60,549
  • 65
  • 286
  • 456
2
votes
3 answers

Tizen Wearable background app

I am wondering if it is possible to run an tizen wearable app in background. I need to run an app in background. I am using several sensors and I need to save these data continuously. another thing Can we get the sensor in Samsung Gear S2 data such…
2
votes
1 answer

How to correctly upgrade from Samsung Accessory SDK 2.2.2 to 2.3.0?

As part of adding support for Android 'Marshmallow' 6.0 to an Android app, we're updating various dependencies. One of these is a library in the form of Samsung's Accessory SDK. Current version of the library is 2.2.2, whereas the latest one is…
MH.
  • 45,303
  • 10
  • 103
  • 116
2
votes
2 answers

Scroll texts using bezel in Gear s2

developing for Gear s2 web app (Tizen), how is it possible to scroll a page which has only text, using the bezel? Thanks.
M H
  • 63
  • 6
2
votes
1 answer

Watch Face with additional styles in Gear S2 on Tizen SDK

I'm working on developing various watch faces for the Gears S2 under the Tizen Web SDK. I've noticed some of the preinstalled watch faces have a "Style" button at the bottom of the watch chooser screen. When this button is tapped, a page full of…
2
votes
1 answer

How to create a service application for Gear S?

Has anyone succeeded in creating a service application as described in Service Application: Creating a Service Application with Tizen SDK for Wearable 1.0.0? I followed the the instructions as described in the link above: installed the partner level…
2
votes
1 answer

Tizen error code 1102 using "Debug as"

I don't know what to do anymore, search everywhere for the possible cause of the error, and so far nothing. Every time i try to lauch my app into the device using the Debug As (F11), it simple fails. If i do it in normal mode, no problem occours but…
Felipe Vasconcelos
  • 2,067
  • 1
  • 22
  • 29