Questions tagged [samsung-gear]

27 questions
0
votes
0 answers

Customize Notifications Tizen Native Wearable App Development 2.3.2

I´m new to Tizen, and I tried to develop a wearable native App (2.3.2) where notifications can be created by clicking on a button. So far it works, but I was wondering whether the notifications could be customized. My questions: I'd like to insert…
newsy
  • 1
  • 2
0
votes
1 answer

Cannot transfer Tizen App to Smartwatch

Using Tizen Studio on a Debian PC, I cannot launch the Hello World App on the Smartwatch. When I launch the app, the following error arises: 'Launching Basic' has encountered a problem. Installing the package... > Fail Unexpected error occurred at…
pasbi
  • 2,037
  • 1
  • 20
  • 32
0
votes
3 answers

Gear S3 Tizen : How to get keyboard input

I would like to provide a reply functionality in my application (Web Tizen 2.3.2). I am currently able to get the keyboard to pop up if I add an , however it would be much better if I could implement the same thing as Samsung uses. Many…
Jamesst20
  • 404
  • 6
  • 21
0
votes
0 answers

Execute Azure SQL Query from C on Samsung Gear S3 Smart Watch

How can I execute an MSSQL query from within in a Gear S3 application? I currently have C# code running to execute the query from a desktop app which looks like this: string connection =…
0
votes
1 answer

Samsung Gear controlls - Unity 3D

I use Unity 3D with Samsung Gear. I have a working OVRPlayerController in my scene but I am having difficulties mapping the oculus tap, swipe and return button. I have tried with something like: if (Input.GetMouseButtonDown(0)) { …
Adrian Ivasku
  • 1,118
  • 3
  • 16
  • 31
0
votes
5 answers

Tizen app vibration background

I have a Samsung Gear S and I'm bussy writing a web app. I would like to vibrate my app when I get a message from my server. I simply use navigator.vibrate(1000) and this works just fine. But when my app goes to the background the vibration doesn't…
Tim
  • 445
  • 5
  • 19
0
votes
1 answer

Publish a Samsung gear s2 app

I want to publish a tizen app (targeted only for gear s2) to Samsung store. Is it possible to target only for S2 and not for gear S? If it is possible, is there any source/info on how to publish an tizen gear s2 app on samsung store? Any help would…
user3339128
  • 139
  • 1
  • 11
0
votes
0 answers

Tizen notification, bring app to foreground

I have created a web app for the Gear S that communicates with a server and I would like to create a notification when the server sends certain data back. I have found the Notification API but I can not use this because it gives errors. I have the…
0
votes
1 answer

Application froze when system popup show Unity3D Samsung Gear VR Bluetooth Android

I am developing an Android application using Unity3D for the Samsung Gear VR, with the Samsung Galaxy S7. In my app, I use the bluetooth to create a local network between two devices. When the system popup asking permissions to enable bluetooth…
0
votes
1 answer

Samsung Gear S2 BLE central role is possible?

We are trying to connect Gear S2 with our custom BLE device. But we are unsuccessful to connect where as we can scan BLE devices using Tizen API. So for test purpose I downloaded an application on android which made my android phone to act as…
-1
votes
1 answer

Issue with low energy bluetooth adapter for tizen

I have been able to access the default bluetooth adapter using var adapter = tizen.bluetooth.getDefaultAdapter(); and it works fine as far as now. But when I use var adapter = tizen.bluetooth.getLEAdapter(); for low energy bluetooth adapter I'm not…
Aldrin Joe Mathew
  • 472
  • 1
  • 4
  • 13
-1
votes
1 answer

Tizen native companion Application. Any good sources to follow to start the development?

i am trying to build an native companion app for gear s2. I was trying to start build the project but i am stuck at the point that i dunno how to set up the Samsung Accessory Protocol. I have read this native-companion/setup but it seems to be…
1
2