samsung-smart-tv

Tizen Studio Emulator and Device Manager not working

我只是一个虾纸丫 提交于 2021-01-29 13:53:34
问题 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 certificate. The error I'm getting is this: The application was unable to start correctly (0xc000007b). Click OK to close the application. Please help me to resolve this error. I am new and got stuck in Tizen Studio 回答1: I contacted with samsung developer support

Chrome devtools inspector showing blank white screen while debugging with Samsung TV Tizen Web application

我只是一个虾纸丫 提交于 2020-03-16 03:18:22
问题 I'm debugging Samsung TV Tizen Web Application with Tizen Studio 3.6 and Google Chrome Version 80.0.3987.100 (Official Build) (64-bit) . But Chrome Inspector showing black screen. Chrome path config : Chrome blank screen : Please help me out from this issue. 回答1: I got the solution actually it is because Chrome has launched its new version 80.0.3987.100 on the 11th of Feb and because of this version is not compatible with Samsung Tizen IDE so to resolve this you have to download the old

Creating a single SmartTV app for multiple platforms?

好久不见. 提交于 2020-01-11 17:24:14
问题 I want to develop a SmartTV application for the GoogleTV platform and i've been browsing trough the GoogleTV Guidelines (https://developers.google.com/tv/android/). However, i don't want GoogleTV to be my only platform. I also want the same app to work on devices like Samsung SmartTV and/or LG SmartTV. But do the guidelines from Google conflict with Samsung guidelines and does the code of my application need a lot of rework to work on other devices? 回答1: I'm editing my answer. I just checked

Creating a single SmartTV app for multiple platforms?

南笙酒味 提交于 2020-01-11 17:23:29
问题 I want to develop a SmartTV application for the GoogleTV platform and i've been browsing trough the GoogleTV Guidelines (https://developers.google.com/tv/android/). However, i don't want GoogleTV to be my only platform. I also want the same app to work on devices like Samsung SmartTV and/or LG SmartTV. But do the guidelines from Google conflict with Samsung guidelines and does the code of my application need a lot of rework to work on other devices? 回答1: I'm editing my answer. I just checked

Trigger buttons works just once

人盡茶涼 提交于 2020-01-06 11:48:32
问题 I'm working on a simple Samsung smart TV application,, so i added buttons and fired them by clicking (ENTER) on the remote control... the first button worked at the first click BUT at the second click all the buttons stopped!!!!! SO whats the problem!! i'll appreciate any suggestion..thank you!! this is my codes... javascript code: case tvKey.KEY_ENTER: case tvKey.KEY_PANEL_ENTER: $('.modalDialog').html("Blablablah"); alert("ENTER"); alert($(this).html()); break; html code: <div class= "hello

Unable to change the playhead location using Samsung AVPlay API

冷暖自知 提交于 2020-01-05 04:11:10
问题 I have a typescript/javascript Tizen Web App running in a Samsung Smart TV Emulator v5.0. Using the Samsung AVPlay API. The web app plays an MPEG streaming video source from an HDHomeRun device. The video plays perfectly with sound. The problem is, none of the playhead changing functions work. i.e seek , jumpBackward , jumpForward etc. The all give me the same error "InvalidStateError: PLAYER_ERROR_INVALID_STATE" even though the state is valid "PLAYING, PAUSED or READY". Here is a code

Facebook Device Login With Samsung Smart TV

一个人想着一个人 提交于 2020-01-03 05:57:06
问题 I want to use facebook login with my samsung smart tv app. To do that i want to use facebook device login. The information i found is in this link https://developers.facebook.com/docs/facebook-login/using-login-with-devices/ Is it possible to login in your app using facebook device login. Or is there any other sdk or way to do a facebook connect in your smart tv app Thanks 回答1: Samsung does not provide any API for Facebook or Twitter login inside the applications. The native Facebook

working with samsung smart tv sdk 4.1 for Mac

自古美人都是妖i 提交于 2020-01-01 14:26:06
问题 i have stupid question) im install 2013_Samsung_TV_SDK_4_1_MacOS.pkg and download 2013_Smart_TV_Emulator_4_1_VB.zip and setup .ova file for virtual box. so i thought finally all is DONE. but not. when im check in directory cd ~/Samsung_TV_SDK_4_Mac/ icon 'Samsung Smart TV SDK Editor' for launch editor i have this ==The alias “Samsung Smart TV SDK Editor ” can’t be opened because the original item can’t be found.== so before i must insall ECLIPSE ? because when i get info of icon = i seen the

working with samsung smart tv sdk 4.1 for Mac

旧时模样 提交于 2020-01-01 14:25:08
问题 i have stupid question) im install 2013_Samsung_TV_SDK_4_1_MacOS.pkg and download 2013_Smart_TV_Emulator_4_1_VB.zip and setup .ova file for virtual box. so i thought finally all is DONE. but not. when im check in directory cd ~/Samsung_TV_SDK_4_Mac/ icon 'Samsung Smart TV SDK Editor' for launch editor i have this ==The alias “Samsung Smart TV SDK Editor ” can’t be opened because the original item can’t be found.== so before i must insall ECLIPSE ? because when i get info of icon = i seen the

Not getting proper logs in Samsung Tizen TV emulator

六月ゝ 毕业季﹏ 提交于 2019-12-31 03:58:08
问题 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 running the app or even if I launch the debugger, however some logs do come. For instance, I took the sample App for AV Player from here: https://github.com/Samsung/TizenTVApps/tree/master/TVDemoAvPlayer When I run the app, I and press play button, I