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
0
votes
1 answer

Screen / Canvas height for Gear S not getting correct

I am trying to port one of my Gear 2 apps to Gear S. I copied the app with a new name and then changed width/height settings in index.html , config.xml The width gets correctly fitted (360px) But the height doesn't fit. It stays like the height is…
0
votes
1 answer

Samsung Gear development: certificate error when "permit to install application"

I'm stuck with trying to run my app on my Gear watch. I created both the author and device-profile certificates, and registered them both to the IDE. However when I try to allow development in Connection manager, I get a "Certificate not registered"…
0
votes
2 answers

Tizen Wearable communication

I wanted to know if there is a way for two samsung wearables to communicate with each other directly through an application. Is there any documentation?
0
votes
3 answers

Samsung Gear application on the phone does not detect smartwatch

When I enable bluetooth on the phone, it finds the smartwatch and pairs successfully. However, when going to the samsung app 'samsung gear manager' it says 'no devices found'. This is the initial setup of the smartwatch and I cannot continue to…
user2475825
  • 21
  • 1
  • 1
  • 7
0
votes
2 answers

how to launch Gear 2 notifications app from my own Tizen app

I would like to add a shortcut to default Samsung notifications app on my Tizen app. I've found that the name of the app (which I want to launch) is : com.samsung.wnotification2 I used the following code to launch…
0
votes
1 answer

Best way to read continuous streams of data from service in Android

I have an android app that has both an activity and a service. The service reads bluetooth sensor data from a Samsung Galaxy Gear 2. The galaxy gear is shooting out data as fast as it gets it buts theres incredible lag on the Android side of…
josneville
  • 449
  • 2
  • 5
  • 15
0
votes
2 answers

Hardware capabilities of android wear devices

First of all I don't know whether this the right place to ask this question or not My sincere apologies if this is not the correct place for this question Is Android wear watches are independent of connecting to WiFi and GPS or it is mandatory to…
Manju
  • 720
  • 9
  • 23
0
votes
2 answers

How to use Scandit with Samsung Gear 2?

http://www.scandit.com/barcode-scanner-sdk/wearable-device-support/ According to their website, they support the wearable devices google glass and Gear 2. However I was not able to find any documentation or tutorial how to use scandit on Gear 2.…
Charles
  • 450
  • 1
  • 4
  • 20
0
votes
2 answers

Samsung Gear. Unable to install HelloAccessory project

I've downloaded macOSX Tizen for wearable sdk, and successfully installed the compiled sample HelloAccessory, but when I try to compile source project and try to install, I just receive an "Error installing application" and can't find any related…
ssantos
  • 16,001
  • 7
  • 50
  • 70
0
votes
1 answer

Samsung Gear 2 app icons

So my Gear app is coming along nicely, but I've run into a bit of a problem with the app icons. I've designed a nice white-outline version of my icon that looks good on the device and fits in with the system apps. But on the Gear Manager (on the…
Sterling
  • 6,365
  • 2
  • 32
  • 40
0
votes
2 answers

my phone galaxy s4 is not discovered by Tizen wearable IDE

I want to develop and test Gear 2 Tizen apps on my Galaxy S4. But the device is not discovered by Tizen wearable IDE. I have Mac 10.9.3. I need device DUID to be able to test apps on it but device is not discovered in "connection explorer". Please…
0
votes
0 answers

How to send real time sensor data from the Samsung Galaxy Note 3 to the Galaxy Gear?

I have connected a Wireless sensor network to the Samsung Galaxy Note 3 via an OTG cable and I am tracking the real time sensor data on the phone. Will it be possible to see this data on the Galaxy Gear? What should I do to see this data on the…
0
votes
2 answers

database support in Samsung galaxy gear 2

I wanted to know which database does the Samsung Galaxy Gear 2 support. Gear 2 being based on Tizen I tried using the Web SQL database. However on the emulator it shows that the Web SQL is not supported. Can anyone tell me which database is…
Parth Doshi
  • 4,200
  • 15
  • 79
  • 129
0
votes
1 answer

Android bluetooth broadcast, Galaxy Gear appliccation

I am creating application for Samsung Galaxy Gear. I want to do communication between Android phone (note3) application and Galaxy Gear Android application through broadcast receiver or Bluetooth broadcast receiver. I have also tried to do…
-1
votes
2 answers

Sending Gear 2 accelerometer data to phone or computer

I'm able to see the accelerometer data on my gear 2 using what I've found here and now I'm trying to send that data to my phone or computer for real time analysis. this question discusses how to send the data with android wear but I can't find any…
1 2 3
9
10