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

Is it possible to keep Tizen application alive non stop

recently I’ve started developing for Tizen OS. My application is created only for wearable and only for specific device which is Samsung Gear Sport (Tizen 3.0 on board). Main purpose of this application is to gather complete sensor data over a long…
tymbark
  • 1,279
  • 12
  • 20
10
votes
3 answers

What are the performance differences between Tizen web and native applications

There are currently 3 ways to develop a wearable application - as a web application or native C/C++ application, using Tizen Studio, or as a c# application using Visual Studio 2017. For any given application, how do each of the 3 ways compare in…
sdmorris
  • 339
  • 1
  • 7
  • 18
9
votes
1 answer

Cannot connect Gear emulator with host device

I have a problem in connecting my host device (Galaxy S3) with Gear emulator. I have followed this tutorial and this from Samsung and it was working only one time, and never works again. I have tried to run "killall sap-server" as it suggests, but…
congtrungvnit
  • 635
  • 1
  • 10
  • 16
8
votes
2 answers

Can I read data from smart watch directly to my android app?

We are working on a project about health care and we implemented an android app. now we want to integrate with smart watches that supports android wear or Tizen OS, the question is can we integrate with android wear SDK or Tizen SDK and read data…
abdu
  • 301
  • 1
  • 2
  • 16
8
votes
3 answers

Installing tizen in windows 7

I am trying to install tizen wearable sdk in windows 7 64bit. I have donwload the .exe however when I am trying to isntall it I am getting the following error: error - Cannot execute Java even if it was installed. Check environment variable or Java…
Jose Ramon
  • 5,572
  • 25
  • 76
  • 152
7
votes
2 answers

Emulator for Tizen Studio requires old libpng12-0

I am about to install the Tizen Studio, and I also need the Emulators for Wear and Device. But unfortunately it requires libpng12-0 , whereas I have installed libpng16-16 already.. How can I tell Tizen Installer, it already has the last recent…
Ralf Wickum
  • 2,850
  • 9
  • 55
  • 103
7
votes
2 answers

Signature Error in Gear S3 after OS upgrade from Tizen 2.3.2.3 to Tizen 3.0.0.1

My Gear S3 was running on Tizen 2.3.2.3. Yesterday, I updated it to Tizen 3.0.0.1. Now, when I am trying to install app from Tizen Studio 1.2, it shows following error "The application installation on the device has failed due to a signature error!…
Forhad Hossain
  • 401
  • 4
  • 18
6
votes
8 answers

Error installing tizen studio on windows 10

No matter which of the three tizen studio 2.0 installers I try they all don't work as they won't accept any path. The CLI installer gives the most detailed description: ** The directory you specify is not allowed to install the Tizen Studio. Some…
Henry
  • 727
  • 1
  • 6
  • 25
6
votes
2 answers

Browser cannot be initialized error when request for a certificate with tizen-sdk

When I try to request for a new certificate with tizen-sdk 2.4.0_Rev5 in Register Certificate, I get the following error Browser cannot be initialized. I changed the path to chrome in Preferences->Tizen SDK->Web->Chrome to fit my actual path, and it…
6
votes
3 answers

Possible to cross-platform develop Watch/Wearable applications?

since I am new in the world of developing apps for watches, and the fact that it exists for smartphones the following frameworks: Xamarin PhoneGap appcelerator kony Cordova ... I wonder if there exists for watches apps similar frameworks? So that…
5
votes
5 answers

Error: Failed to connect to remote target after update to 4.0.0.2

I updated my gear sport several days ago. After updating to 4.0.0.2, I cannot connect to my watch anymore. Here is my command: ./sdb connect [IP] It aways said: error: failed to connect to remote target [IP] How can I solve this issue?
5
votes
2 answers

Deploying Tizen app to Gear S2: Non trusted certificate is used

After getting Tizen Studio to work, I am (unsuccessfully) attempting to deploy a sample app to a Samsung Gear S2. The app is one of the samples and I've set up the certificates for use on commercial devices as explained in the instructions. When I…
Ingo Bürk
  • 19,263
  • 6
  • 66
  • 100
4
votes
1 answer

Tizen.NET debug error Could not load file or assembly 'Samsung.Sap

I am creating a Tizen.NET wearable app using Tizen.NET 4.0 in Visual Studio 2019. During debugging, when attempting to use a function that uses Samsung SAP, the app crashes with 'Frame not in module' error in Visual Studio - which doesn't really…
JamesMatson
  • 2,522
  • 2
  • 37
  • 86
4
votes
3 answers

Tizen Studio: Unable to install application due to signature error in certificate profile (Error: -12)

I am currently attempting to download an app onto a Samsung smartwatch (Galaxy Watch Active 2019, Tizen v4.0.0.3). I have been following the guide on creating a Native Tizen application and have followed everything step-by-step and can't get Tizen…
4
votes
3 answers

Can we develop Tizen TV application by using native language?

Can we develop Tizen TV application by using native language ? We have developed Samsung Tizen TV app by using HTML5, javascript and jquery. We have picked a correct language to develop Tizen Application ?
1
2 3
27 28