Questions tagged [samsung-gear]

27 questions
8
votes
2 answers

Can I read data from smart watch directly to my android app?

We are working on a project about health care and we implemented an android app. now we want to integrate with smart watches that supports android wear or Tizen OS, the question is can we integrate with android wear SDK or Tizen SDK and read data…
abdu
  • 301
  • 1
  • 2
  • 16
8
votes
1 answer

How to integrate Samsung Gear Steps in android Application?

I want to integrate Samsung Gear device for steps in my application, also jawbone Steps and misfit Steps. I've looked at several things, like the Samsung Gear Site, but found nothing that works for me.
4
votes
2 answers

Google VR SDK for Samsung Gear VR?

Would Google VR SDK work on Samsung Gear VR (Oculus) or am I bound to Oculus SDK? Or are there any other alternatives (preferably open-source)
Sleepyhead
  • 1,009
  • 1
  • 10
  • 27
3
votes
1 answer

How to get raw data(Heart Rate etc) from samsung gear s3 in Android

I want to buy Samsung Gear S3 for development. I want to use raw data that Gear S3 has. I searched many sites, but I couldn't find how to get raw data from Gear S3 in Android using BLE. Any help please?
최민수
  • 43
  • 1
  • 5
2
votes
0 answers

Speech Recognition on Samsung Gear S2

I want to a do a sample app to test the voice recognition of samsung gear s2. I'm looking for a sample similar to this: speech recognition sample I'm trying to do this in a wearable project with Tizen SDK 2.3.1, but it seems that Google API for…
jpgpuyo
  • 99
  • 7
1
vote
1 answer

How to build Tizen C# .NET Wearable TPK for ARM platform and publish to Samsung Seller Portal?

Background I am attempting to publish my Tizen Wearable .NET app to the Samsung Seller portal. I am using Visual Studio 2017, Tizen plugin up-to-date, and can run my app successfully in release mode on both emulator and real device (Gear Sport)…
Cord Rehn
  • 1,119
  • 14
  • 22
1
vote
1 answer

"Permission denied" Tizen web app error accessing the heart rate monitor on a Samsung Gear S3 frontier

I'm trying to create a web app in tizen for my Samsung Gear S3 frontier. But, I'm getting a "Permission denied" security error. I have: and
Rein
  • 93
  • 1
  • 11
1
vote
1 answer

Tizen 2.3.2 push notifications

I'm trying to develop a watch app for the Gear S3 Frontier. I had been mistakenly testing with the Tizen emulator on Tizen 3.0, but have discovered that my push notification implementation does not work in 2.3.2 (which is what is on the S3 now). I…
1
vote
2 answers

How to disable or enable packages/services of apps programatically like Package disabler pro app

Im currently developing a Virtual Reality app.When i open my app and connect the phone to Samsung Gear VR device, the default gear vr home screen appears ; so i cannot see my app with the gear vr device.I saw apps like "Package Disabler Pro" and "cb…
Matrix
  • 11
  • 1
  • 3
1
vote
4 answers

Can I use the new Samsung Gear VR to develop VR Apps for Android?

According to this page on Samsung's Developer Site: You will need the following hardware to develop for Gear VR in Unity: Samsung Gear VR Innovator Edition for Note 4 and Samsung GALAXY Note 4 Samsung Gear VR Innovator Edition for S6 and Samsung…
Scott
  • 3,736
  • 2
  • 26
  • 44
0
votes
1 answer

Heart rate sensor in Gear 3 samsung

I use sample https://resources.developer.samsung.com/050_Samsung_Webinars/Heart_Rate_Monitor_Sample_App_Guide in Samsung site and download from example. my issues are, this sample work in simulator but in real device Gear 3 Samsung sensor not work…
0
votes
1 answer

Retrieving Data from GEAR S3 Heart Rate Monitor (HRM) to Mobile or Server

I have used the Tizen sample Heart Rate Monitor code for Samsung Gear S3 from https://developer.tizen.org/ko/community/tip-tech/accessing-heart-rate-monitor-hrm-sensor-data-native-applications?langredirect=1 I want to develop Android or Tizen for…
Ajitsree
  • 37
  • 2
  • 10
0
votes
1 answer

Is there a way to send sensor data from a Samsung Gear S3 watch(e.g. heart rate data) to a smartwatch app(react native or Ionic app) via bluetooth?

I am trying to find a way to send a bunch of sensor data from a Tizen smartwatch app to a smartphone using Bluetooth. I have built the Tizen app for a Samsung Gear S3 werable using the web API but I'm stuck on how to communicate with mobile devices.…
0
votes
1 answer

Gear S3 accelerometer very slow

I'm using Gear S3 and after update its accelerometer got very slow. Before updated I registered 20-25 samples in 30s. Now, I register 10-12 samples. Someone knows why trouble? var t0 = 0; var cont = 0; function onDeviceMotion(event){ var x =…
0
votes
0 answers

Samsung Gear with Tizen Studio Bluetooth Debugging

Is there a way to enable bluetooth debugging the same way that Android Studio does Bluetooth debugging for Android Wear devices?
1
2