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

How to read HeartRate from Samsung Health android SDK

I was trying long time ago but nothing works please I need help to read the steps and Heart Rate I want make them in one class put it's really hard…
Muneerah Rashed
  • 313
  • 3
  • 13
1
vote
1 answer

Smart Watch Tizen Samsung Gear S3 smartwatch native app with Phone companion app over bluetooth

I would like to know if it is possible to create Tizen native apps on Samsung Gear S3 (running Tizen) that make use of the Human Activity Monitor or other Samsung Api in a way that does NOT require using any internet but to directly transfer data…
1
vote
1 answer

Tizen wearable sensor API stops giving data after sometime

I am trying to make a tizen gear application in which I record accelerometer and gyroscope data of user activity for about an hour and give analytics based on this raw sensor data saved in a csv file. I have a tizen wearable hybrid application. I am…
1
vote
1 answer

How to Create Your Own Oculus Video App Channel for Gear VR?

How to Create Apps Like Vrideo and Discovery VR for Oculus Video App? How to create channels like for VR?
1
vote
0 answers

How to make connection between android emulator(non samsung android phone) and Gear emulator

I am trying to connect my android phone to test gear app, i have followed the steps given in the link - How to make connection between android emulator and Gear emulator, However i am still not able to connect. Please provide a solution.
Younis Ar M
  • 913
  • 6
  • 15
1
vote
0 answers

Samsung accessory SDK 2.3.2 - Device unreachable

I've built an app based on the sample Native Hello Accessory (Android - Provider, Tizen - Consumer). Both apps work great when I install them and I can connect both devices and exchange data. The problem is in the Android app. When I shut down the…
1
vote
2 answers

Tizen WebSockets: can access Internet WebSocket server but cannot acces LAN WebSocket server

last week I started to develop apps for a Samsung Smartwatch with the Tizen SDK 2.4.0. My sample web application connects to a remote Websocket server (a simple echo server) and sends some random requests and prints the received messages (Server is…
japedo
  • 368
  • 3
  • 15
1
vote
0 answers

how getting total count of notification watchface on Gear S

I am trying to add a notifications feature to my watchface. I want to get total count of notifications on the Samsung Gear S and then when a specific areais clicked I would like to take the user to the "Notifications" app of the Samsung Gear. Is…
Davee CZ
  • 11
  • 3
1
vote
1 answer

sm-r730-gear-s2 : Satellite info api's returns LOCATION_ERROR_NOT_SUPPORTED

I wanted to get nmea and/or satellite information from Samsung gear s2. The device is capable of standalone GPS. I followed the instruction on developer site and I am using gps_status_get_nmea and gps_status_foreach_satellites_in_view api's for the…
1
vote
1 answer

OS-SIGNATURE_INVALID [22] failed in Tizen wearable sdk

I am trying to run my sample app in Samsung galaxy gear s but I couldn't It's giving me error "SIGNATURE_INVALID [22] failed" in Tizen. I have followed all steps.
urveshpatel50
  • 1,675
  • 16
  • 35
1
vote
1 answer

Not able to push android wearable app to samsung Gear with Android OS

We are facing issue when trying to push a android wearable app to Samsung Gear with Android OS. The below steps we have followed. 1.Copy the signed wearable app to your handheld project's res/raw directory. We'll refer to the APK as…
Harish
  • 47
  • 5
1
vote
0 answers

CSS transform blur element on Galaxy S3 native browser

In Samsung Galaxy S3 default browser (version 4.4.2) Elements with a css3 transformation applied on appears crispy or blurry. In that case it is a simple translate. Unit are in rem. Using transform3d rather than simple transform has no effect.…
svassr
  • 5,538
  • 5
  • 44
  • 63
1
vote
0 answers

Manifest Validation Failed with error code 1871 (while using native Tizen SDK to develop for Gear S)

While I realize that officially it is not possible (yet?) to develop native apps (i.e. non-web apps) for Samsung Galaxy Gear S I still find it compelling to find a work around to be able to use the much richer API then that available to…
1
vote
3 answers

Getting total unread notification count in Tizen and opening notification app on Gear 2

I am trying to add a notifications feature to my watchface. I want to get total count of notifications on the Samsung Gear 2 and then when a specific areais clicked I would like to take the user to the "Notifications" app of the Samsung Gear. Is…
1
vote
0 answers

Using MessagePort API for Samsung Gear Apps

I want to create an App communication with the MessagePort API between two of my Gear apps. Based on the "Basic Project" template I have added some lines of code to open a LocalMessagePort and a RemoteMessagePort. window.onload = function () { var…