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

Tizen Xamarin Wearable CircleProgressBarSurfaceItem in CarouselPage

I got a CarouselPage that contains three ContentPage items. In the layout of the the second of the three ContentPages is CircleProgressBarSurfaceItem contained in the following way, just like in the Galaxy Watch .NET get started…
J. Hegg
  • 1,365
  • 11
  • 31
2
votes
1 answer

Tizen .NET Wearable Screen Wakeup

We are currently developing an application for smartwatches. We originally built the apps as a Web Application using HTML, JS and CSS. Since the development went rather rough for us, we switched to .NET. Everything works fine after the port. The…
Zumpel
  • 82
  • 19
2
votes
0 answers

Is it possible to download raw accelerometer data from samsung active 2 watch and save as csv?

I am trying to save all raw accelerometer data from samsung active 2 and save it as a csv which I can post process. Has anyone tried this and have any luck?
ddorg11
  • 21
  • 1
2
votes
2 answers

Tizen wearable emulator not launching

I'm trying to develop a app to my smartwatch that running Tizen OS. I've followed all the instructions of installing the system to run, and the Tizen emulator is not lunching, without any error message...either with only trying to lunch the Emulator…
Guy Cohen
  • 194
  • 1
  • 9
2
votes
3 answers

Is there any way to create apps for tizen os using flutter?

Greetings to the stackoverflow developers I need to create apps and do some experiments in Tizen OS which is installed in Samsung gear S3 I know that the fossil watches are fully compatiable with wearable OS developed by google and it supports…
chanakiyan
  • 105
  • 2
  • 8
2
votes
2 answers

Tizen web app not playing multiple custom audios

I'm looking to use multiple audio files in a tizen wearable web app. It works for 1 audio but no matter what i try it doesn't work for multiple. I've tried declaring multiple audio files and then passing them as a variable to a function with no…
Paul Clarke
  • 328
  • 2
  • 13
2
votes
1 answer

How to Request Privacy Privileges for Tizen Native Service Application

I am working on a Hybrid App (Web UI with Native Service) of API version 4.0 for my Gear S3 Frontier. The Web UI launches the Service. Native Service uses the Sensor and Location data My Service App has the privilege of Sensor and Location in the…
Itban Saeed
  • 1,660
  • 5
  • 25
  • 38
2
votes
1 answer

Unable to run bluetooth sample tizen watch app on emulator

I found a Bluetooth sample app in Tizen studio and this is developed by using HTML, CSS and js. When I try to install in emulator by using Tizen studio then it pop up an error which says "Error in Config File". please help me to solve this issue.
2
votes
1 answer

Prevent wearable wrist gesture to turn off screen

I am developing an app for the Samsung Gear S3 with the web API and TAU. I have turned on the wrist gesture that turns on the screen and turns it off, depending on the gesture. I would like to prevent that from happening, when I have my app running.…
Zim84
  • 3,404
  • 2
  • 35
  • 40
2
votes
1 answer

Connect LE bluetooth from samsung watch active wearable app to raspberry pi, and send gattservice to it

I am developing a wearable app on Tizen.net framework for Samsung galaxy watch active, to communicate with a raspberry pi. when a button method is triggered, the wearable connects to the bluetooth address given (hardcoded) and sends an integer to…
2
votes
1 answer

How to set Focus to tizen web app document object for eventListener? (Javascript)

I am developing a Tizen Webapp for Watches with bezel input. To listen for the Bezel rotation event on the HTML document I used the following code: rotaryDetentCallback = function rotaryDetentHandler(e) { var direction = e.detail.direction; …
2
votes
0 answers

Tizen 3.0 Gear S3 filesystem TypeError: Cannot read property 'path' of undefined

I have a web app that have worked good until Gear S3 got the tizen 3.0 update yesterday. I have a problem with tizen.filesystem.resolve which I have no clue on how to solve. The code below is example code but generates the same issue. Running this…
Ehallq
  • 21
  • 1
2
votes
1 answer

Secure storing a secret on Tizen Web App

Which is the most secure way to secure store a secret on a Tizen Web App? As far as I know, the only supported API to store something is LocalStorage. // to store a value window.localStorage.setItem( 'secret', item_value); // to retrieve a…
systempuntoout
  • 71,966
  • 47
  • 171
  • 241
2
votes
0 answers

How to disconnect BLE Beacon from Samsung Gear S2 watch?

I face issue , once GATT Operation done, Second time i am unable to scan any Beacon. I am developing basic demo BLE app. Wearable SDK 3.0, Device: Samsung Gear S2, I have two buttons Start and Stop. when press start button app start scanning and…
2
votes
1 answer

Dynamiclly growing gradient on a circle

I started writing an application for tizen wearable 2.3.1. I wanted to add dynamically growing radiant on an arc (that grows until it becomes a circle). My circle is created using cairo2d. I have been following this article about the approximation…
Jakub Wisniewski
  • 2,189
  • 4
  • 20
  • 34