Questions tagged [samsung-gear-fit]

Samsung Gear Fit is a fitness tracker and smartwatch for Samsung devices

Samsung Geat Fit model name is SM-R350

Features:

  • Heart rate monitor
  • Curved Super AMOLED display
  • Dustproof, water-resistant
17 questions
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.
3
votes
2 answers

Samsung Gear fit 2 widget

Is it possible to develop a widget for Samsung Gear Fit 2? I've tried creating-your-first-app/web-widget but I'm not able to 'Run' or 'Debug' it. This creating-your-first-app/web works on the device and emulator: I'm using "Tizen Studio 1.0.1 with…
Peter
  • 33
  • 7
1
vote
1 answer

How do I get daily step count in a gear fit 2 pro web based watchface?

I am building a html/js powered watchface for the gear fit 2 pro and I'm having trouble accomplishing what seems like a simple task: getting the daily step count. I have poured over the documentation, but it only describes how to count either steps…
1
vote
2 answers

Tizen Studio SIGNATURE_INVALID_CERT_TIME error 76 (Gear Fit2)

I'm trying to install an application in a Samsung Gear Fit2 using Tizen Studio 1.2 But every time I try to do so, I get the following error: [Initializing the launch environment...] RDS: On Target information: SM-R360 Application…
1
vote
1 answer

Trouble with the Samsung CUP sdk dialog example

Using Android Studio to build a Samsung Gear Fit Dialog. I have an issue with this block of code. It seems to fail when I mListView uses the .setAdapter. There is a warning when I pass the demo_list into the mListView on initialization. So something…
Jack Shultz
  • 2,031
  • 2
  • 30
  • 53
1
vote
1 answer

Samsung Gear Fit Api Android

I have buyed a Samsung sm-r350 gear fit device. Now i want make an Android application that reads the heart rate parameters through and shows that parameter into my activity. I see the Health SDK of samsung but i must be a partener. Theres another…
Antonio
  • 1,181
  • 4
  • 15
  • 34
0
votes
3 answers

Tizen Service Application not running normally in background without being connected to Tizen Studio

I am trying to build a native tizen app which will detect activity and collect sensor data periodically to upload to a remote http server. For this I have developed two things. 1. A Native UI Application to Start/Stop the 2. A Service…
0
votes
1 answer

Tizen Web App: readRecorderData TypeError: 'undefined' is not a function

I'm developing a Tizen web application for Gear Fit2 and i got an 'Type Error: undefined is not a function (tizen.humanactivitymonitor.readRecorderData(type, query, onread, onerror)' error when i called a "readRecorderData" function of a Human…
0
votes
2 answers

Emulator for Samsung Gear Fit 2 Tizen

I would like to develop a web application for Samsung Gear Fit 2 pro, but I have problems with getting an emulator to work. Do you know which emulator I should use? (None of them scale properly or are circular)
Zvone
  • 165
  • 1
  • 12
0
votes
1 answer

Install Applications on Samsung Gear Fit 2 via Tizen Studio

A few weeks ago, I bought the Samsung Gear Fit 2, and because I'm a hobby programmer, I tried to make an app for it, and the making of an web-based app in Tizen Studio worked very well. EDIT: I solved the problem. I had to create a Samsung…
0
votes
1 answer

Tizen cannot create file in native service application

I am developing a wearable application for Samsung Gear Fit 2 in Tizen 2.3. The app is hybrid type, where I need to write the sensor data obtained in native application into a file. However, file pointer is null and new file is not created. 'errno'…
0
votes
1 answer

Gear Fit. Samsung cup SDK doesn't works after reboot

I'm trying to add gear fit support to my software. Basically when a well known event occurs I try to create a dialog on gear showing some data. Well everything works as expected when I run my software after a brand new installation,and it continues…
NeoD
  • 1
0
votes
1 answer

How to trigger alert

My source code is here https://github.com/jackygrahamez/MayDay I have a HomeActivity.java with an onCreate method ... public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
Jack Shultz
  • 2,031
  • 2
  • 30
  • 53
0
votes
0 answers

registerClick Method crashes my android app

When I try to trigger the registerClick method, the app crashes. I committed my code to this branch https://github.com/jackygrahamez/MayDay/tree/gear-fit HomeActivity.java Bundle bundle=getIntent().getExtras(); boolean startedByCUP=false; …
Jack Shultz
  • 2,031
  • 2
  • 30
  • 53
0
votes
1 answer

Samsung CUP how do I make the gear fit vibrate

How do I make the gear fit vibrate continously? I used someone else's sample code and got this far public class GearFitSDKSample extends ScupDialog { MyActivity activity; public GearFitSDKSample(Context context) { super(context); …
Remmie
  • 47
  • 10
1
2