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

Android Wear device (Samsung Gear Live) not recognized on Mac (Maverick)

I'm trying to follow https://developer.android.com/training/wearables/apps/creating.html to develop a Wear app. I have a Samsung Gear Live, a Nexus 4 and a Macbook Pro. The Mac detects the Nexus 4 but not the Gear Live (using the same cable). adb…
German
  • 10,263
  • 4
  • 40
  • 56
1
vote
1 answer

Alarm not being fired on Gear emulator

I am trying to create a Tizen app to be invoked from wearable webapp that fires an alarm at a certain time but it is never fired. I've added these to the config.xml:
Cris
  • 12,124
  • 27
  • 92
  • 159
1
vote
1 answer

Samsung Gear emulator hangs after clicking Power off

I'm developing an app for Samsung Gear 2 (using Tizen), the emulator is run from Tizen IDE. To power it off, I right click on the gear surface, then choose Close. Then a screen with 2 options "Power off" and "Restart" appears. I click "Power off",…
EyeQ Tech
  • 7,198
  • 18
  • 72
  • 126
1
vote
1 answer

ServiceNotAvailableError: Failed to register SAAgent

I'm developing an integrated Gear 2 App and I have some issues with the connection between the phone and Gear 2. The problem is when I call the function: webapis.sa.requestSAAgent(onsuccess, onerror); In the console I have this log: ONERROR: err…
1
vote
2 answers

Gear 2 - how to use settings.xml

In a Gear 2 consumer/provider app, how should the consumer app use the settings contained in settings.xml? The Tizen documentation shows how to set up settings such that the Gear Manager will have an icon and page for the consumer app's settings,…
AndyOS
  • 3,607
  • 3
  • 23
  • 31
1
vote
1 answer

Send Notification to Gear 2

So in the http://img-developer.samsung.com/contents/cmm/SamsungGearApplication_UID... I've found the notifications panel. I have a host android app on my phone. Can someone point me to a guide/tutorial on how to get the notification produced by my…
Charles
  • 450
  • 1
  • 4
  • 20
1
vote
3 answers

Internet Connection over Samsung Galaxy Gear

I've built a simple hello world app for Samsung Galaxy Gear and run it on the watch successfully. But when I tried to make an internet connection on app (which is running on Galaxy Gear), a connection fault exception is thrown. I know Galaxy Gear…
Devrim
  • 15,345
  • 4
  • 66
  • 74
0
votes
2 answers

Error java.lang.NullPointerException: Attempt to get length of null array at com.example.watch.PermissionActivity.onCreate(PermissionActivity.kt:42)

import android.app.Activity import android.content.Context import android.content.Intent import android.content.pm.PackageManager import android.os.Bundle import android.util.Log import androidx.core.app.ActivityCompat import…
Pranay
  • 73
  • 1
  • 6
0
votes
1 answer

Open link Website from button on Wearable Sam sung Watch by code C#

I have tried some common ways in C# Programming Language but can't open a web link from Button on the Wearable Device (Tizen Samsung Watch) Browser is Samsung Browser, Looking forward to your support and suggestions Thank you very much I have try…
0
votes
1 answer

Tizen - I do not understand error message for humanactivitymonitor.readRecorderData PEDOMETER

TypeMismatchError: Wrong Human activity recorder type passed Here is my code : if (tizen.systeminfo.getCapability('http://tizen.org/feature/sensor.pedometer') === false) { console.log('pedometer is not supported on this device.'); } else { …
Ben
  • 11
  • 4
0
votes
1 answer

Galaxy Store register app - How do I register my apps?

I have an android host app (.apk) and a galaxy watch companion app (tizen), they use SAP to communicate with each other. Both apps are ready. Can anyone please provide detailed information on how do I register them on Galaxy Store? Please. I already…
0
votes
1 answer

Get acceleration data from Samsung smartwatch (Tizen)

I am new to Tizen implementations. I try to get acceleration data from my Samsung Smartwatch via Tizen studio. I would like to ask if there is a way to access these data directly from the Tizen studio or should I create (probably) an API to store…
0
votes
0 answers

It is possible to connect galaxy watch web application to un existing PWA in node js that is not created with tizen ide?

I need to creates un web app for galaxy watch and connect it to an pwa in node js companion that it exist already. This pwa companion its not created with tizen tools. So I would like to know if its possible to make connection in a direct way or i…
0
votes
1 answer

Using an image file with a Tizen.NET wearable application (using Visual Studio)

I'm a beginner with Tizen.NET and am wanting to utilise images created on my development machine in my wearable app. I have created a sample TizenWearable app in Visual Studio. I have saved a circle-cropped.PNG image file in shared/res I have added…
JamesMatson
  • 2,522
  • 2
  • 37
  • 86
0
votes
0 answers

How to pair Galaxy watch 3 from my android app

I want to pair Galaxy watch 3 to my android application. When I try to pair Galaxy watch 3 from Bluetooth setting then I moved to Galaxy wearable app automatically for pairing. Same behavior I want to implement in my android app. My application will…