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

tizen:app-control in Gear S

The rich Notification documentation tell us we can do something like this: SrnImageAsset checkInIcon = new SrnImageAsset(context, "checkin_icon",…
Benoit
  • 1,922
  • 16
  • 25
0
votes
3 answers

How to change default Tizen Web UI appearance like scroller overscroll and the time picker?

I'm new to Tizen development, and I wanted to change the default UI appearances, such as the overscroll, i.e. the effect when you scroll something but the content reaches its edges, and I tried to modify the scroller images, such as this one…
Randy Sugianto 'Yuku'
  • 71,383
  • 57
  • 178
  • 228
0
votes
3 answers

Is there any way to share JavaScript code between Tizen projects?

I'm using the Tizen IDE for Wearable (which is based on Eclipse), and have a couple of closely-related Gear apps. There's a lot of JavaScript (and CSS) in common between the two, so I'm looking to create something like a "library project" - one that…
Sterling
  • 6,365
  • 2
  • 32
  • 40
0
votes
3 answers

Can I display Google map in Tizen wearable web application for Gear 2?

I know that Gear 2 does not have internet connection but I think this maybe possible if I can use internet connection of mobile device connected to Gear 2 device. Is it possible? Solved I have solved this problem by customizing the LeaftletJS…
congtrungvnit
  • 635
  • 1
  • 10
  • 16
0
votes
1 answer

javascript, yet another TypeError: 'undefined' is not a function

I'm developing a web application (precisely it's a Tizen web application), I got that 'undefined' error although I already defined the callback function serviceConnectionCallback. I'm new to javascript programming, hope you guys can help. Tks Below…
EyeQ Tech
  • 7,198
  • 18
  • 72
  • 126
0
votes
1 answer

Push a notification from Android app to Gear 2 (Tizen)?

I can't seem to find a document on how to push to Gear2 from my Android app. The closest I can find is this tutorial on building the Integrated app, but it's a fetching scheme (data only transferred when the user presses a button on the watch)…
EyeQ Tech
  • 7,198
  • 18
  • 72
  • 126
0
votes
1 answer

Is it possible to make the Gear 2 smartwatch (running tizen) the bluetooth microphone for an android phone that it's paired with?

Basically I want to make the tizen smartwatch into a bluetooth headset for a period of time. We have a tizen and an android developer handy and we're willing to build anything necessary to make this work. This kind of process seems to work with…
0
votes
3 answers

How to create an application that connects host device with Gear device and then transfer data from host device to Gear device in Tizen for wearable

I have read and understand the sample HelloAccessory of Samsung. In this sample, users will click the Connect button on Gear device to connect with the service on host device, and then click the Fetch button on Gear device to send and receive data…
congtrungvnit
  • 635
  • 1
  • 10
  • 16
0
votes
2 answers

Samsung Gear. Unable to install HelloAccessory project

I've downloaded macOSX Tizen for wearable sdk, and successfully installed the compiled sample HelloAccessory, but when I try to compile source project and try to install, I just receive an "Error installing application" and can't find any related…
ssantos
  • 16,001
  • 7
  • 50
  • 70
0
votes
1 answer

Samsung Gear 2 app icons

So my Gear app is coming along nicely, but I've run into a bit of a problem with the app icons. I've designed a nice white-outline version of my icon that looks good on the device and fits in with the system apps. But on the Gear Manager (on the…
Sterling
  • 6,365
  • 2
  • 32
  • 40
0
votes
2 answers

my phone galaxy s4 is not discovered by Tizen wearable IDE

I want to develop and test Gear 2 Tizen apps on my Galaxy S4. But the device is not discovered by Tizen wearable IDE. I have Mac 10.9.3. I need device DUID to be able to test apps on it but device is not discovered in "connection explorer". Please…
0
votes
1 answer

packagemanager.install error: PRIVILEGE_LEVEL_VIOLATION

I want to install package from my application. For this i have to add packagemanager.install privilege. But when i try to run application i get an error: Installing the package failed. Error code: PRIVILEGE_LEVEL_VIOLATION Error message: Command:…
0
votes
1 answer

how to verify credentials on a tizen wgt project

I feel I have properly signed a Tizen for wearable .wgt file. Is there a way to 'dump' the info for a .wgt to have it display security credentials (cert info), etc, to verify the .wgt has been signed correctly?
Geremy
  • 2,415
  • 1
  • 23
  • 27
0
votes
2 answers

database support in Samsung galaxy gear 2

I wanted to know which database does the Samsung Galaxy Gear 2 support. Gear 2 being based on Tizen I tried using the Web SQL database. However on the emulator it shows that the Web SQL is not supported. Can anyone tell me which database is…
Parth Doshi
  • 4,200
  • 15
  • 79
  • 129
-1
votes
1 answer

Which line can I start to put my code in, in template for Tizen Native Wearable App (Samsung G3)

I just started trying to make a Samsung G3 app using Tizen Studio. I'm very new to coding in C. In the template given by Tizen Studio, I'm not sure where I am supposed to start coding/writing my own code. For example, if I want to start by…
James Dean
  • 33
  • 5
1 2 3
27
28