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
2
votes
1 answer

Security Privilege Error - Samsung Gear SAP

I'm following the Samsung SAP provider/consumer tutorial and I'm getting a security error when I run the connect() method: function connect() { console.log("trying to connect"); document.getElementById('label').innerHTML = 'trying to…
AndyOS
  • 3,607
  • 3
  • 23
  • 31
2
votes
2 answers

How to make connection between android emulator and Gear emulator

I just got the Gear SDK. I have run a few sample projects and it's working. Now I want to make a connection between the Android Emulator and the Gear Emulator because most of the apps are developed that way, means (linked apps) we have an .apk and…
1
vote
0 answers

samsung wear watch notification issue

Im trying to show notification on wear watch anything is goes correct but My Remote input choice are not visible on samsung watch it will show only title and Body my input choice are not visible on it. It appears on my phone, but it doesn't appear…
1
vote
1 answer

How would I send health data from a Samsung watch to our web service using an API?

The company I work for has a health-based web service that allows users to enter clinical results and other health information for tracking purposes, and we would like to get data from a user's Samsung watch and send it to our website via an API.…
1
vote
1 answer

What is Tizen SDB Application directory error [-16], and how to resolve it?

I got interested in making apps for Samsung wearables, and found some info about it. I came across some tutorials and started tinkering with a sample app. I have a physical device (Samsung Gear S3 Frontier SM-R760 Tizen 4.0.0.7 One UI Watch 1.5) and…
1
vote
0 answers

Is it possible to detect/scan for Samsung Galaxy Watch using BLE in react native?

I'm working with this library in achieving two features in my react native app for iOS and Andriod Feature I was trying to find/scan Samsung Galaxy Watch and Apple Watch using react-native-ble-plx library in react native. I was able to detect other…
1
vote
0 answers

Can I use smart watch (Galaxy Gear S3) as just heart rate monitor?

I made Bluetooth LE heart rate data advertising application of gear s3 (tizen native application) my smartphone connect my gear s3 as smart watch not a sensor repeatedly... I think my smartphone do not recognize my gear s3 as sensor. I just want use…
1
vote
2 answers

Samsung Galaxy Store Sellers Portal - How to modify "VersionCode" for Tizen app

When I try to upload a beta version of a Tizen wearable app to the Samsung Galaxy Store Sellers Portal, I get an error: The VersionCode is invalid. VersionCode must be entered in integers and the same version number cannot be used for more than one…
DiscDev
  • 38,652
  • 20
  • 117
  • 133
1
vote
1 answer

Intent to open Tizen / Galaxy / Samsung App Store on Android phone

I've built a Tizen/Samsung smartwatch companion app for an Android app. Inside the Android app, I can detect if a Samsung/Tizen watch is paired to the Android phone, but missing the smartwatch companion app. I am prompting the user to install the…
DiscDev
  • 38,652
  • 20
  • 117
  • 133
1
vote
0 answers

Galaxy Watch Designer: Generating CSR Fail Error when attempting to generate distribution certificate to test on watch

I am using Galaxy Watch Designer to make a new watch face for my Galaxy Watch (46mm). I have made the face with no issue and obtained an author certificate. However, when I try to make the distribution certificate to test the face on the watch, I am…
1
vote
2 answers

Send Gatt BLE notification from tizen Wearable App to Android App

I'm trying to send a notification from a Tizen watch Wearable App (peripheral device as server) to an Android Smartphone App (central device as client). But I got an error when sending the notification from the wearable App. In tizen Wearable App…
1
vote
1 answer

How to connect my wearable to a Node.js server on Tizen?

I am having a problem with accessing a certain route on Node.js server from wearable emulator using Tizen. I tried using alerts to check if the part where the communication is reached (.open and .send) and it seems to reach them perfectly and no…
AMS55
  • 11
  • 1
1
vote
0 answers

Synchronization of date and time parameter on all smart-watches (Samsung Galaxy Watch Active) simultaneously, which are registered in Knox Configure

Let me tell you what I have done: 1) I sent a request for using a Knox Configure and after some time I obtained an access to this system; [ https://sun9-27.userapi.com/c850620/v850620149/1e7122/LA1fvTAqaI4.jpg ] 2) Then I activated two trial…
1
vote
1 answer

Opening URL from watch on phone (Tizen)

I am developing a Tizen Web App for the Samsung Gear. (Using Tizen 2.4) Currently I try to add a function which allows the user to open a link on his phone via the watch. So when he presses a button, an URL will open in the phone's default browser.…
Gilles Lesire
  • 1,237
  • 17
  • 33
1
vote
0 answers

Tizen Web Widget, launching an App from background to foreground

I am developing a wearable app where I want to launch the App from the widget. I used the appControl to launch the app when the widget is clicked, but this method works only if the App is not yet started. If the app is sent to the background (with…
1 2
3
9 10