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

Get a unique ID for each tizen device

I'm a developing an application for the Tizen wearable devices. I need to have a unique ID for each device to uniquely represent each device. Currently, I'm only able to get the Tizen ID with…
Aldrin Joe Mathew
  • 472
  • 1
  • 4
  • 13
-1
votes
1 answer

Store application settings Tizen Native SDK

Is there any good practice to store app setings data? I have allready tried: void save_cfg(void *data) { FILE *file; appdata_s* ad = (appdata_s*)data; file = fopen("/opt/usr/apps/appID/data/cfg.txt", "w" ); fprintf(file, "%d\n%d", settings1,…
Grzesl
  • 41
  • 5
-1
votes
1 answer

Tizen Native Application: Sample App with multiple text elements

I am completely new to Tizen development. And I need to develop an Tizen wearable native application which shows 3 text views(1. for current step count, 2. speed, 3. for distance) as soon as I get values from the sensors I need to assign these…
Akshay
  • 833
  • 2
  • 16
  • 34
-1
votes
2 answers

Sending Gear 2 accelerometer data to phone or computer

I'm able to see the accelerometer data on my gear 2 using what I've found here and now I'm trying to send that data to my phone or computer for real time analysis. this question discusses how to send the data with android wear but I can't find any…
-1
votes
1 answer

How can I create Hybrid App for gear s (Wearable) watch?

I am developing application for gear s (Wearable) watch. Can I create Hybrid application for gear s (Wearable) watch? I am using "Tizen IDE for wearable" which does not show any project type to create "native or hybrid" project. If it is possible to…
Sandip patil
  • 123
  • 2
  • 14
-1
votes
1 answer

samsung gear app communication

I am planning to develop an app for the gear (s) and a samsung galaxy mobile (note 3). I want the user to be able to choose from a list (same like in the gear app of samsung) of all installed apps. The notifications of the selected apps shall get…
sreel
  • 31
  • 7
-2
votes
1 answer

Using Arduino to read BLE

I have an Arduino MEGA2560, I hooked it up to a BLE module HM-19 through serial. I can send AT commands and receive responses from the HM-19 successfully. I have a BLE Smart wristwatch. This BLE smart wristwatch stores my Daily steps, Heart rate &…
-2
votes
1 answer

Where to learn Tizen Native Wearable Basics

I'm trying to develop an app for my Galaxy Watch which runs on Tizen. I'm not able to find any wholesome tutorial out there for Tizen. Do you mind recommending me some? Thanks
-2
votes
1 answer

How to install a tizen wearable app (wgt) through an android app written in C# (Xamarin)?

I have seen many examples in android application written in java, but I have yet to see one example using xamarin. I tried following Use the Accessory SDK in Android from Samsung docs, but I got stuck on the part of making a class extend from…
Zananok
  • 121
  • 1
  • 3
  • 12
-2
votes
4 answers

Method exported by library cannot not be invoked from code, but from DevTools

The task is to create a Tizen Wearable App, targeting Tizen 2.3.2, using the TAU framework. The application itself consists of two parts by design: A service is running in the background, receiving notifications from a server. Messages received by…
user1596212
-2
votes
2 answers

Is there any document for Tizen Web App Template? (like media controller, camera, pedometer)

When I create a new Tizen Wearable Web Project, Tizen IDE provides sample web apps like Camera, Media Controller, Pedometer. So, I created 'media controller template' for my project. But, it contains lot of js code. And I think that codes have…
-4
votes
1 answer

Is there a way to graphically develop UI using Tizen sdk?

I am trying to develop an app on Tizen for a Gear s2. I have had trouble developing UI aspects strictly in code.
-5
votes
1 answer

Samsung Tizen.Net Wearable, How to control object font size dynamically

When using objects which contain text, such as a button or label, how can the text be dynamically sized in order to better keep text of different lengths within the viewable area? For example if a Label within a Cell of a CircleListView of a…
axa
  • 428
  • 6
  • 19
1 2 3
27
28