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

Native Tizen remove naviframe item

I have a Tizen wear application that consists of 3 views and each one of the views is pushed to the naviframe. The three views are: Genlist_A > Progressbar > Genlist_B The layout of the views are shown by the arrows. When as user touches a…
Jonathan
  • 545
  • 1
  • 8
  • 27
4
votes
2 answers

Not able to connect to Internet via proxy in Tizen emulator

When i use ajax code to retrieve a json data, in tizen wearable emulator 2.3.1, I'm getting not able to connect to proxy error. But when I searched, everyone is telling no need to give any specific proxy settings for emulator. If internet works…
Priya
  • 489
  • 1
  • 10
  • 20
4
votes
3 answers

Missing Tizen Emulator Manager

I installed the latest Tizen SDK (Tizen 2.4 SDK with IDE installer for Windows 64bit). Launching the Emulator Manager in the IDE gives the following error "Emulator Manager is not installed or the installation path is invalid." I searched my…
4
votes
1 answer

Error 81 when launching web app on Gear S2 device

I am using Tizen SDK (2.4.0_Rev5) to launch the demo app HelloTizen (wearable-2.3) on my Gear S2 but it fails, with the following error: Unknown Error [81] Unknown Error [81] When I try to install it with sdb install HelloTizen.wgt I get the…
rools
  • 1,539
  • 12
  • 21
4
votes
0 answers

Tizen Wearable Web App: Rotary event cancelling touch events?

I'm developing for a gear s2, and I have an app where I would like the user to be able to hold their finger on the screen while also rotating the bezel (concurrent rotary + touch events); however it appears that the rotary event handler overrides…
asena
  • 59
  • 3
4
votes
2 answers

How to get device ID in app

The application that we are developing in Tizen, is supposed to collect the data from multiple devices. Therefore, I need to send the device-ID (or anything which is unique for every watch) along with other collected data. I would like to know if…
Matin Kh
  • 5,192
  • 6
  • 53
  • 77
4
votes
3 answers

Eclipse crash, ieframe.dll

I am using Tizen IDE for wearable and after choosing new empty workspace it crashes, any ideas? I have up-to-date Internet Explorer. # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at…
JKS
  • 339
  • 1
  • 12
3
votes
0 answers

Is it possible to connect a samsung watch with the PWA application by bluetooth?

Is it possible to connect a samsung watch with the PWA application by bluetooth? If it's possible: How can I get the data from my watch and use it in my PWA app?
3
votes
1 answer

Remember privileges after redeploying tizen app

I'm developing a Samsung Watch App (Wearable app) for Tizen 4.0. I have added a privilege for location in my manifest file: http://tizen.org/privilege/location As of Tizen 4.0 there is a requirement that I need to ask user for permissions using…
MistyK
  • 6,055
  • 2
  • 42
  • 76
3
votes
2 answers

How can I get public key of author certificate in tizen werable web app?

In my tizen werable web application (target: tizen 2.3.2) I need to get public key of author certificate (used for sign app) for check token of paired smartphone app in SAP [Samsung Accessory Protocol] authentication implementation. Werable app and…
Frix33
  • 1,231
  • 10
  • 27
3
votes
2 answers

In Tizen Studio Unexpected error `Installing the package...` Web application (for watch)

I am very new to Tizen development. I was trying to run a web application (default BasicUI) in tizen watch gear s3. But getting the following error: Installing the package... > Fail Unexpected error occurred at the below step. Installing the…
J. Nawaz
  • 131
  • 2
  • 6
3
votes
2 answers

Apple Watch and Tizen shared library

We would like to bring some functionalities of an home banking mobile application to smart watches; we are evaluating Samsung Gear(Tizen) and Apple watch. Do you know if it is possible to share a core library between the two platforms (Tizen,…
3
votes
2 answers

System Log Dump on Tizen OS

I am working for a project on Samsung Gear Fit2 which has Samsung's Tizen OS. I want to get system log dump to debug my application. How can I do that?
3
votes
2 answers

Tizen Studio and SDB on macOS Sierra

After the migration of my development environment from El Capitan to Sierra and updating Tizen Studio from 1.0.1 to 1.1.1 the SDB CLI does not work any more on my new machine. I have installed JDK 1.8.0_121. I can not really start a SDB server. $…
roschulze
  • 505
  • 2
  • 6
  • 21
3
votes
2 answers

Tizen Wearable Web app: Content getting smaller when not in the center of the screen

I'm writing tizen wearable web apps and I noticed something. (I have a gear s3 classic). In the settings app on my gear s3, the list items in the list on the main page are smaller when not in the center of the screen and when they are on the center,…
1
2
3
27 28