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.

132 questions
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
  • 4,912
  • 6
  • 44
  • 74
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,061
  • 1
  • 20
  • 32
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
  • 1,882
  • 3
  • 22
  • 42
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
  • 349
  • 3
  • 9
0
votes
1 answer

Screen / Canvas height for Gear S not getting correct

I am trying to port one of my Gear 2 apps to Gear S. I copied the app with a new name and then changed width/height settings in index.html , config.xml The width gets correctly fitted (360px) But the height doesn't fit. It stays like the height is…
0
votes
1 answer

Samsung Gear development: certificate error when "permit to install application"

I'm stuck with trying to run my app on my Gear watch. I created both the author and device-profile certificates, and registered them both to the IDE. However when I try to allow development in Connection manager, I get a "Certificate not registered"…
0
votes
2 answers

Tizen Wearable communication

I wanted to know if there is a way for two samsung wearables to communicate with each other directly through an application. Is there any documentation?
0
votes
3 answers

Samsung Gear application on the phone does not detect smartwatch

When I enable bluetooth on the phone, it finds the smartwatch and pairs successfully. However, when going to the samsung app 'samsung gear manager' it says 'no devices found'. This is the initial setup of the smartwatch and I cannot continue to…
user2475825
  • 21
  • 1
  • 1
  • 7
0
votes
2 answers

how to launch Gear 2 notifications app from my own Tizen app

I would like to add a shortcut to default Samsung notifications app on my Tizen app. I've found that the name of the app (which I want to launch) is : com.samsung.wnotification2 I used the following code to launch…
1 2 3
8
9