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

Which SDK to use for Gear 2 Neo?

On the developer.tizen.org you can download an SDK called "Tizen 2.3 Rev3 SDK" and one named "Tizen SDK for Wearable 1.0.0". When installing the first one you have the option to install a "Mobile-2.3" (which I guess is for smartphones) and a…
frans
  • 8,868
  • 11
  • 58
  • 132
0
votes
2 answers

Start tizen app at start up

I have an app in Tizen, and I would like to run it at the watch's boot up. Here is how my app.js looks like: $(document).ready(function() { document.addEventListener('tizenhwkey', function(e) { if(e.keyName == "back") { …
Matin Kh
  • 5,192
  • 6
  • 53
  • 77
0
votes
1 answer

Data is not written into file for no reason

In my function, I want to open the newly created file and write my data into it, following these instructions. Here is my code: function writeDataToFile(newFile) { try { console.log("[Matin] writeDataToFile started..."); …
Matin Kh
  • 5,192
  • 6
  • 53
  • 77
0
votes
1 answer

Host android application to initiate communicate with tizen application(Android to tizen)

I have an android application which needs to make a connection when need with gear 2 device. It just need to ask a question(yes or no) on tizen and get response back How do I do this ?? There are many tutorials (helloaccessoryprotocol app) which…
0
votes
2 answers

How can I see the error log when I run wearable wgt through gear manager?

I ran my android app(which includes a wearable wgt) on my Samsung S4. It also installed the wgt to my Samsung Gear 2 using Gear Manager. How can I check the error log of my wgt on my Samsung Gear 2?
0
votes
1 answer

HelloAccessory Samsung Sample App not connecting (Provider and Consumer)

How can I connect the provider app to the consumer app? I successfully connected it using Samsung S4 and Tizen emulator. But now Im using the S4 and the Gear 2 itself. I ran the app using eclipse and the wgt installed using the gear manager.…
Claudia
  • 11
  • 6
0
votes
1 answer

Creating and writing into a file in Gear S

I have a database (IDBStore) defined for the watch. I am trying to write its data into a file and clear the database. Please see the code below: function writeDataLocally() { var database = getDatabase(); var onsuccess = function(array){ …
Matin Kh
  • 5,192
  • 6
  • 53
  • 77
0
votes
1 answer

Installing integrated type apps on android device and wearable device

I have a android app and a tizen wearable app. I have successfully tested them on my android device (Samsung S4) and the Tizen Emulator. Now, I want to try installing the wearable app on my Gear 2 device as well and connected it. I tried installing…
0
votes
1 answer

Get Bluetooth status on Tizen Wearable

I'm creating a watch face for my Gear 2 Neo (using Tizen Wearable SDK), and I've spent hours looking (with no luck) for a way to determine if the bluetooth is enabled or not (and if possible if it's connected). I've tried looking at the…
Grahamvs
  • 669
  • 6
  • 16
0
votes
2 answers

SIGNATURE_INVALID when trying to run my project in Samsung Watch

I see there is a question here in SO, but the proposed answer (deleting .metadata folder) does not work for my case. Here is what I did: First, I had a certificate file (once I generated a certificate signing request file, and was given a…
Matin Kh
  • 5,192
  • 6
  • 53
  • 77
0
votes
1 answer

java.lang.IllegalArgumentException: Cannot determine the graph element type because the document class is null.

Hello I'm creating a widget for Samsung Gear. Im using Tizen IDE for wearable. I followed their youtube tutoria: How to Create a Basic Integrated Gear Application. I tried Build Project in Tizen IDE and there was a build error: Errors occurred…
Claudia
  • 11
  • 6
0
votes
2 answers

Gear S device is not displayed in Tizen IDE

I am trying to run a simple hello world project on my Gear S. I am following the tutorial provided by tizen developer and this website. My problem is, it seems impossible to connect my device to the computer. I have connected the gear S to the…
Matin Kh
  • 5,192
  • 6
  • 53
  • 77
0
votes
1 answer

Tizen wearable app: tizen wearable exposes his heartmonitor's service?

I'm new in tizen world and in particular in the tizen wearable one. I wonder this thing : - galaxy gear s has a heart monitor sensor - android smartphone device can access and reads it (I don't know how, i only read that is possible) But is possible…
aeroxr1
  • 1,014
  • 1
  • 14
  • 36
0
votes
2 answers

Why do I get "Certificate has not been installed to device yet" error after updating Samsung Gear 2 in Tizen Wearable SDK?

I'm developing a Tizen Wearable app with a Samsung Gear 2. I started developing the app before I had paired the watch to a phone and it was working fine. I got the certificate and device profile files from Samsung, installed them, and was able to…
0
votes
1 answer

How to select keyboard in Tizen/HTML5 for Wearables

I have two system wide keyboards pre-installed on my Tizen Wearable device, the first one is a stock Samsumg's keyboard, the second one - Custom. The first one is a user's default selected in Settings. I don't want to change the system's default,…
Oleg Gryb
  • 5,122
  • 1
  • 28
  • 40