Questions tagged [tizen-studio]

130 questions
0
votes
2 answers

(Tizen studio, wearable, web app) How to detect long press on back-hardware button?

I'm developing a web app for Samsung wearable device and I would like to detect when user makes a long press on a back-hardware button. The only information that I have found so far is this: document.addEventListener('tizenhwkey', function(e)…
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

tizen accessing a c++ class implemented in a library

This is for a Tizen project, developed with Tizen Studio. I have developed a library (.so) that implements several c++ classes, all which are in the same namespace. The question I have now is: how do I access a class within the lib. A brief…
user3182551
  • 343
  • 2
  • 9
0
votes
0 answers

Tizen Native Service: Unable to access Location and Heart Rate at the same time

I'm working on a Hybrid Application (Web UI + Native Service) for Samsung Wearable 4.0. I've implemented the code for getting Heart Rate and Location data from the Native Service. I've also set the application to continuously get the data in the…
Itban Saeed
  • 1,660
  • 5
  • 25
  • 38
0
votes
1 answer

Getting LOCATIONS_ERROR_SERVICE_NOT_AVAILABLE for gps after about an hour in tizen wearable application

We have location tracking tizen wearable hybrid application. which scans gps location in every 10 minutes and sends to server. We are able to scan location perfectly for almost 1 hours on gear s3 LTE version but after that it starts giving error…
0
votes
1 answer

Tyzen studio package manager does not open with java nullpointer execption. and many tools can not open

I am having lots of issues with windows version of Tizen studio such as emulator manager, control panel doesn't open. So I tried mac version but installing it on startup it could not open package manager with "Failed to execute runnable…
Rifat
  • 1,700
  • 3
  • 20
  • 51
0
votes
1 answer

Tizen.NET NfcCardEmulation throws UnsupportedException (with added privileges)

I had a issue with a Tizen.NET Api v4. Generally i need cardemulation in the watch, but while executing static method NfcManager.GetCardEmulationAdapter() i am gettings logs tizen-manifest.xml looks like (and he was generating by vs2019 with…
kacperfaber
  • 84
  • 1
  • 8
0
votes
1 answer

How do we reference external source file in Tizen Web Widget Project?

I've created a web application, currently working on the Gear S3. I want it to convert it into a Widget. My current code was NOT built successfully first and gave error in the config file, after removing a couple of errors shown by editor (e.g. it…
Itban Saeed
  • 1,660
  • 5
  • 25
  • 38
0
votes
2 answers

Tizen Studio Emulator and Device Manager not working

Working in Tizen studio for Samsung tv apps. Emulator and Device manager continuously give me an error. I am unable to open that from IDE. My app is working fine on emulator but getting error while running on Samsung TV using Samsung…
0
votes
1 answer

Tizen TV - Cache Image (xamarin.forms)

Anyone got an idea of how to cache images on xamarin forms (TIZEN TV)? Tried with FFImageLoading, but it got a dependency to libevas.so1, which is not allowed.
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
2 answers

Tizen cannot write file in native application

I am following this example: https://stackoverflow.com/a/41713258/2330482 However, the file cannot be read back after relaunching the application so I've checked in the Device Manager - the folder is not appearing in…
0
votes
1 answer

System cannot find my Tizen Studio Device Manager

I downloaded and installed Tizen Studio with the Web Wearable package, through the package manager I also installed the Emulator Manager. When I try to launch the Device Manager(which I assume is installed since it's sitting in it's appropriately…
0
votes
1 answer

How to change Locale of a Tizen Watch Emulator for testing App

My App works good using Western settings, but I just got noised that it does not perform optimal in some Asian settings. I would like to use the Emulator to debug the issue. How is the Locale set on the Emulator? I have searched the net and all…
0
votes
1 answer

Unable to see subtlte in Tizen TV

I have a Tizen TV of 2015 model and I developed an application for video streaming. Every video has embedded CC but when I play it on my TV after enabling cc from TV Menu>>System>>Accessibility>>Subtitle>>ON but video is not displaying…
Manjeet
  • 191
  • 1
  • 14
1 2 3
8 9