Questions tagged [tizen-sdk]

18 questions
11
votes
4 answers

Connecting to Tizen TV via the Tizen IDE or sdb

I assume Samsung forums devoted to Tizen would the the first place to resolve this issue but after reading through them it seems that nobody has succeeded with this and the support has not provided any valuable information either so I'll just hope…
Rudolfs Bundulis
  • 11,636
  • 6
  • 33
  • 71
6
votes
2 answers

Browser cannot be initialized error when request for a certificate with tizen-sdk

When I try to request for a new certificate with tizen-sdk 2.4.0_Rev5 in Register Certificate, I get the following error Browser cannot be initialized. I changed the path to chrome in Preferences->Tizen SDK->Web->Chrome to fit my actual path, and it…
5
votes
2 answers

How to install app on Gear S2 via Tizen Studio?

I am new to developing Tizen apps for the Gear S2. I've been through the tutorial but can't get my app installed on my Gear S2. I'm using Tizen Studio 1.0.1 in Mac OS Sierra (10.12.1), and a newly bought Gear S2. I've installed the Extension SDK…
4
votes
1 answer

Error 81 when launching web app on Gear S2 device

I am using Tizen SDK (2.4.0_Rev5) to launch the demo app HelloTizen (wearable-2.3) on my Gear S2 but it fails, with the following error: Unknown Error [81] Unknown Error [81] When I try to install it with sdb install HelloTizen.wgt I get the…
rools
  • 1,539
  • 12
  • 21
2
votes
1 answer

Not able to install Apps to Tizen TV emulator

I am using the Tizen SDK IDE version 2.4.0_Rev5 and the Tizen TV emulator Package version 2.2.92. I am able to successfully start the emulator but I am not able to install apps from my Laptop(Tizen IDE) to the emulator. I get the following…
Archit Sinha
  • 775
  • 1
  • 8
  • 33
2
votes
1 answer

Not getting proper logs in Samsung Tizen TV emulator

I am using tizen IDE 2.4.0_Rev5 for development and running my apps on the Tizen TV emulator. The problem I am facing is that many of logs which have been put in the javascript file( using console.log('xyz') ) do not appear in the console while…
Archit Sinha
  • 775
  • 1
  • 8
  • 33
2
votes
3 answers

Tizen SDK for Samsung TV Web App throws java.lang.Integer cannot be cast to java.lang.Double

I am starting to learn how to build Web App for Samsung TVs. I have installed Tizen SDK 2.4.0 Rev4 and Java 8 Updates 74. I imported existing Tizen Web TV app (tv-2.4) into Tizen IDE on Mac X Yosemite 10.10.5. When I open Tizen IDE, it throws the…
user2326737
  • 211
  • 1
  • 4
  • 16
1
vote
1 answer

How can I build voice search for my app on Tizen smart tv similar to youtube?

I am building a voice search feature for my OTT application. However I can't find any API that Tizen TV SDK exposes me to be able to listen to the user's voice from the magic remote. I tried a voice search on the Youtube app and it worked. Please…
PhatNH
  • 11
  • 2
1
vote
4 answers

How do you read logs on a Tizen TV emulator?

Although the mobile emulator works fine for sdb, I cannot get it to work for the Tizen TV emulator. I'm running a Tizen 6.5 TV emulator in "Developing" mode on a Windows machine. Neither sdb dlog or sdb shell is working: $ sdb shell ls $ sdb…
Ian Hunter
  • 9,466
  • 12
  • 61
  • 77
1
vote
1 answer

Difference between Tizen CLI SDK Security Profile and Tizen Studio Certificate profile?

Can anybody kindly guide me what is the difference between Tizen CLI SDK Security Profile and Tizen Studio Certificate profile? Tizen CLI SDK does not have any option to create Certificate profile whereas they do have option to create Security…
Mohsin Sethi
  • 803
  • 4
  • 16
1
vote
1 answer

Cannot run Samsung Tizen NaCl application on tv emulator or real tv

I am developing a NaCl (Native Client) application for Samsung Tizen TV. I currently cannot upload and run any application on neither an emulator nor a real Samsung Tizen TV. Even if I try the sample HelloWorld NaCl application that comes with…
1
vote
2 answers

Subtitles in Tizen TV Emulator

I am developing an application using AVPlay API. I could play the video URL successfully, however the subtitles do not work. They are working in the VLC Player. (See the image below.) I am using the following code to get the stream properties, but…
burakk
  • 1,231
  • 2
  • 22
  • 45
0
votes
1 answer

Vague error when trying to bundle hybrid app for Tizen TV

My end goal is to create a hybrid app for Tizen TV so that I can run a scan on the local network for DLNA servers (With the Native part) and playback the content from said DLNA server(s) on the Web/UI part. (If this isn't going to be possible please…
0
votes
1 answer

Tizen .net application. How to access device hard buttons

I am working on a Tizen .net application for wearable devices. I cannot find information on how to gain access to the device hardware such as the menu or back button. I have found how to access the hardware and software bezel in the Wearable…
axa
  • 428
  • 6
  • 19
0
votes
1 answer

HTTP Post JSON Object Using Tizen Native

I'm trying to post data in JSON Format using HTTP Post in Tizen wearable native, but there is no sample from their website. There is a code snippet for http request HTTP Post Request but not specifying how to include a JSON Object. Can anyone let me…
1
2