Questions tagged [samsung-galaxy-gear]

Tizen powered smartwatch produced by Samsung, primarily used to control and sync with Samsung smartphones.

First version of the Gear was originally released as an Android-based device, later replaced by Tizen OS.

Tizen SDK for Wearable allows developers to make apps for Gear devices.

137 questions
0
votes
0 answers

Samsung gear 2 heart rate

Can anyone please help me with getting heart rate data from gear 2 in an android app. Can I get this via android wear sensor manager like gear live or have to use accessory sdk of samsung.
0
votes
1 answer

Gear watchface styling outside of Tizen IDE easily possible?

I wanted to develop my own watchface for my Gear S2. I found some good documentation on downloading and using the Tizen IDE. All is well, but I'm finding the tweak css/html5-run/upload-switch faces-view-wash-rinse-repeat to be very tedious and…
Jim
  • 1,499
  • 1
  • 24
  • 43
0
votes
0 answers

Samsung Gear Clock Widget always on support

I have created a clock widget for Samsung Gear S. It works fine. But I want to support the "always on" feature of the watch, like other pre installed clock widgets. They are showing their clocks in black and white style while idle. How can I do…
roschulze
  • 505
  • 2
  • 6
  • 21
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

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

Open App on Samsung Gear S when a notification arrives on the Android app

I have been playing around with the notifications relay mechanism and the Socket connections on Samsung Wearables . Using a simple intent , I can relay my notifications to the Wearable but how to open up the app directly when a notification comes on…
0
votes
5 answers

how to send SMS or make a phone call from a samsung gear s app

i am trying to find a way to send SMS and make a phone call from a samsung gear s app. the documentation is mostly missing and searching for this did not lead to much findings. has anybody worked with that? is it at all possible? as an alternative,…
memical
  • 2,353
  • 1
  • 24
  • 36
0
votes
1 answer

Sending Byte array to Galaxy Gear Live from the mobile

I have been developing an app to read serial data from the micro usb port of the Samsung S4 using OTG cable. Now I want to send these data to the Android wear app runs on Galaxy Gear Live. The problem I face is that, I know we can send Strings to…
0
votes
1 answer

Can I connect from my Android phone to a wearable watch which connects to my PC?

I am want to send a file from my phone (Samsung Galaxy S5) to my wearable Samsung Galaxy which would then send it to my PC (all at once). All this is done via Bluetooth of course. The purpose of doing this is just for learning purposes and gaining…
Redson
  • 2,098
  • 4
  • 25
  • 50
0
votes
1 answer

How to run wear app with minSdk 20 on Samsung Galaxy gear with sdk 17

hello I have samsung galaxy gear for testing purpose, I have purchased it few days before. Its minimum sdk is 17, however I have made the project of wear with minimum sdk of 20 . As minimum sdk for wear is 20 in Android studio. So I can not run my…
0
votes
1 answer

Background operation on tizen/javascript - watchface hourly alarm

I am trying to add an hourly alarm to my watchface on Samsung Gear 2 (tizen/javascript) when the screen is off, animation frame stops. So I can not check when minute is 0 and make the sound. How can I set a timer to run in background ? Or…
0
votes
1 answer

Using one Samsung Gear Two DUID for multiple accounts

Samsung requires developers to register a DUID (Device Unique Identification) to a developer account to be able to test apps on the actual watch. My question is. Can one DUID be registered on multiple accounts? This is the scenario: I have a watch…
Fernando
  • 379
  • 3
  • 10