Questions tagged [samsung-gear-s2]

22 questions
6
votes
2 answers

Is it possible to get heart rate updates from a Androidwatch in my app?

I have an Android app and I want to read the heart rate from any connected Android watch (Wear OS, Tizen, etc). Is this possible without developing a wearable app? I tried registering a listener on the Sensor.TYPE_HEART_RATE but I don't see any of…
5
votes
2 answers

How to install app on Gear S2 via Tizen Studio?

I am new to developing Tizen apps for the Gear S2. I've been through the tutorial but can't get my app installed on my Gear S2. I'm using Tizen Studio 1.0.1 in Mac OS Sierra (10.12.1), and a newly bought Gear S2. I've installed the Extension SDK…
4
votes
1 answer

How to get Pedometer Step Count data Same as SHealth in Gear s2 (Tizen 2.3.2)?

I know already tizen pedometer step count of day can get from "tizen.humanactivitymonitor" in case of web application. but I fail to get it in web app on real gear s2 device. And also I try it with Native System sensor API. but I can not found the…
pius lee
  • 1,164
  • 1
  • 12
  • 28
3
votes
1 answer

Pairing Samsung Gear S2 with iBeacon

I would like to make a connection between my Gear S2 and iBeacon directly through the BLE Network. I have seen there are Bluetooth API available in the SDK from Tizen.But i havent went throught it in detail. I would just like to know if this idea is…
2
votes
1 answer

Tizen Background Vibration

I'm developing the application for Samsung Gear S2 (web) with a timer that vibrates when time ends. What I need to do so my application can vibrate even if it's in background mode?
SpyceR
  • 21
  • 1
1
vote
1 answer

Is it possible to retrieve Samsung Gear S3 watch pedometer and heart rate logs without using the Samsung S Health app on the phone/tablet

Say for some reason, maybe some kind of security constraints, you can "not" run the Samsung "S Health" app which talks to Samsung cloud servers etc. But you do want to access the History/Logs off of the Samsung "Gear S3 watch", so is that possible…
1
vote
1 answer

Bidirectional messaged between two tizen wearble

I need to develop a chat application for Samsung watches running Tizen OS. How can I send messages between the watches? I am assuming they are on the same Wifi, but we can't implement Wifi direct in Tizen wearables (it is only supported for mobile…
1
vote
1 answer

Samsung Gear S2 TTS Native API

I'm following the tutorial: STT: Recognizing Speech I'm using STT API but I receive a STT_ERROR_NOT_SUPPORTED error when I call create_stt_handle on Samsung Gear S2. Is this API supported on this device or there's something wrong in calling this…
GioLaq
  • 2,489
  • 21
  • 26
0
votes
1 answer

program running in Tizen gear s2 can't get same result in with windows?

I am developing a project in tizen gear S2, but I try to use the same code in my pc but I can't get the same result with in gear s2, so what's wrong with this problem?
Jeffrey
  • 49
  • 1
  • 4
0
votes
2 answers

Jagged edge Image on rotating with Evas map

I am making a watch application for Samsung Gear S2 with EFL Native application. Problem was happened when I rotate hands of the watch. Look at following image. This is normal image I paste it to evas_object and it's not rotated yet. After I rotate…
pius lee
  • 1,164
  • 1
  • 12
  • 28
0
votes
1 answer

TIZEN (Gear S2) Notifications are not appearing until I restart the Gear

I have followed exactly the similar approach suggested in the below two links and tested the application. Rich Notification Example Code - Hello Rich Notification But whenever I select to send notification, it never appears on Gear. But once I…
ALearner
  • 462
  • 3
  • 14
0
votes
2 answers

Using accelerometer in Samsung Gear S2 in background

I'm creating a slidepresenter app that moves the slide using accelerometer. But when I move the watch its display off, and the event isn't handled. How can I get a event display off mode? Sorry, but I forgot say I'm using Web Application…
0
votes
0 answers

scan ble beacon on Samsung gear s2: result null for RSSI reading

I'm trying to scan a Sensorberg BLE beacon with my Samsung Gear S2. I would like to get the txpowerlvl by reading the advertisement data. I'm using Tizen Studio with updated firmware on my Gear S2. The scan sometimes detects the txpowerlvl but…
0
votes
2 answers

Different result with same js code on pc and tizen converting date from gregorian to persian

I have a js method that converts system's gregorian date to jalali (persian) date. Though it's working correctly on pc and all my websites, the result on tizen watch face that uses javascript on its web layout have become invalid since july 1st. I…
0
votes
1 answer

Samsung gear2 Tizen. How to launch Battery meter

(Using Tizen web javascript in a wantch app) How do I launch the Samsung Battery arc with percentage? I mean that green arc showing the percentage left of the batterym that seems to be part of the samsung pre.installed apps... I already know how to…
1
2