problem about samsung-smart-tv-Collection of common programming errors


  • Charles
    javascript security console samsung-smart-tv
    Tried searching a lot for this, no luck so far. Maybe someone has an idea about it, that would be appreciated. When deploying a javascript/html app to the TV (SAMSUNG), is the code compiled somehow? Can the user crawl into the code and change it? ( like doing with google chrome debugger ). I need some form of security / validation that is client sided, but I’m new with this and not sure if it’s safe. Best regards.

  • Aqua
    youtube youtube-api samsung-smart-tv
    i was developed and launched an app for Samsung Smart TV on(2011 TV) (SDK 2.5) and everything is ok.and made it by YouTube JavaScript Player API v2 Now i’m trying to convert it to (2012 TV) (SDK 3.5)by use YouTube JavaScript Player API v3 im just change the version value from [apiplayer?version=2&enablejsapi=1 ] to==>[apiplayer?version=3&enablejsapi=1 ]but nothing shown on tv or emulator just show a youtube word but no video this is my youtube create function function createYoutube() {

  • GibboK
    samsung-smart-tv smart-tv
    I’m using a MacBook Air with bootcamp and Windows 7 Professional installed. When trying to to launch Samsung TV Apps SDK(IDE) 3.5.2 Windows crashes after few minutes with a bad blue page.It looks like Samsung TV SDK attempts to write something to my Mac HD and fails operations.I would like to know if you have the same issue and your work around.

  • tvoi
    emulator samsung-smart-tv convergence
    I’m working on a 2nd Screen app for Samsung SmartTV. For this I had a look at the Convergence API provided by the SDK and tried to reconstruct the given tutorial at Creating a Convergence AppThe problem is that the emulator program crashes when trying out the downloadable sample project. You can find a screenshot here taken just before the crash including the output log of the emulator and the input data of the client that tries to connect. Has anybody tried the sample project herself or was dea

  • Jacek Wojcik
    emulator samsung-smart-tv tv
    I have Samsung SDK 4.1 installed. It gives me three Samsung TV emulators: 2011, 2012 and 2013. Emulators 2011 and 2012 work fine. Emulator 2013 crashes. I do not want to waste more time trying to make 2013 work. Instead I would like to use 2012. How can I configure Eclipse Samsung Smart TV IDE to use 2012 emulator instead of 2013? Thank you!

  • Lidia
    emulator run samsung-smart-tv tv
    I am trying to develop for samsung smart tv. I have installed the samsung sdk with apache provided, and create a default project form template “Samsung Smart Tv Basic App” and i can’t succeed to run my app to emulator. When I run the project from ‘Samsung Smart Tv SDK -> Run Project in Samsung TV Emulator’ the samsung emulator opens automatically and crashes. It this may happen because the code is incomplete and something is missing or I have to do some supplementary configurations. e.g. to set

  • Tadeck
    javascript samsung-smart-tv
    I have just started working on Samsung smart tv platform. I am coding a ticker application which utilizes google api for rendering the data. So part of the script is on google. Now to run the dependent functions i have to include <script lang=”javascript” type=”text/javascript” src=”https://www.google.com/jsapi”></script>Button control events are handled in a seperate Main.js file as below `switch(keyCode) {case tvKey.KEY_RETURN:case tvKey.KEY_PANEL_RETURN:alert(“RETURN”);widgetAPI.

  • markoc
    javascript samsung-smart-tv
    I’m putting various content in the div tag in index.html. One of them is video. When video is selected from the menu, i put player and audio objects and initialize them:var html_data = ‘<object id=”pluginPlayer” border=0 classid=”clsid:SAMSUNG-INFOLINK-PLAYER”></object>’; html_data += ‘<object id=”pluginAudio” border=0 classid=”clsid:SAMSUNG-INFOLINK-AUDIO”></object>’; widgetAPI.putInnerHTML($(‘#main-content’)[0], html_data);and i initialize them withPlayer.init(); Audio.

  • Dobiatowski
    javascript html5 canvas context samsung-smart-tv
    I’m working in samsung smart tv emulator version 2.5. I’m trying drawImage of html5′ canvas function. My code is working fine in chrome and emulator version 3.1. But when I run the code in samsung tv emulator version 2.5 it throws an exception. I tried to print the exception’s message and description. Both are undefined. exception’s name property is empty. I get only the code value that is 16. I can’t come to a conclusion with the value. So any suggestion, help welcomed…thanks in advance my co

  • Joerg Viola
    samsung-smart-tv
    making my very first steps towards a Samsung Smart TV app. I am using MacOS, Emulator in VirtualBox. Lots of things are working ok, even eg. loading tweets into an app.But whenever I am trying to access the Device API, I’m facing this problem:HTML:<!DOCTYPE html> <html><head><meta http-equiv=’Content-Type’ content=’text/html; charset=utf-8′><title>test1</title><script type=’text/javascript’ language=’javascript’ src=’$MANAGER_WIDGET/Common/af/2.0.0/loader.j

  • chipatama
    javascript samsung-smart-tv
    The issue I we face currently has to do with the loading and the reloading of the scenes content. The app as it works today does not respond well to network disconnection and reconnection.For example ,there are states where ajax-state is 200 / fine .. but data coming in is NULL -> leads to empty scenes.Here is the snippet from my controller as it looks now : Controller.assignEvents = function() {var player = document.getElementById(‘pluginObjectPlayer’);player.OnConnectionFailed = ‘Controller.Co

  • slashnick
    javascript tv samsung-smart-tv
    I’m trying to add a text box to an app for Samsung Smart TV. I’m following Samsungs dev guidelines but the following fails because IMEShell is undefined.new IMEShell(this._INPUT_ID, this._imeReady.bind(this), “en”);I have the following in the index.html file:<script type=”text/javascript” src=”$MANAGER_WIDGET/Common/API/TVKeyValue.js”></script> <script type=”text/javascript” src=”$MANAGER_WIDGET/Common/API/Widget.js”></script>What script file do I need to include to get

  • tvoi
    samsung-smart-tv convergence
    I’m trying and reconstructing the tutorial sample project for Convergence (http://www.samsungdforum.com/Guide/tut00024/index.html).I’m developing on Windows 7 (64bit) with SDK 4 and Emulator 2013. Basically everything seems to work, I can successfully connect from the client in the Chrome browser to the TV App in the emulator. But after the connection, the displayed device name is ‘undefined’, so the ‘sParam.deviceName’ variable seems not set. Also when I try to send the coordinates for the canv

  • Gunah Gaar
    samsung-smart-tv
    Despite of setting and defining everything in Samsung smart TV SDK 4.0 I am getting this error:TypeError: ‘undefined’ is not a function (evaluating ‘ime.registIMEKey()’)Please help!CODE:var widgetAPI = new Common.API.Widget(); var tvKey = new Common.API.TVKeyValue();var wapal_magic = {elementIds: new Array(),inputs: new Array(),ready: new Array() }; ///////////////////////// var Input = function (id, previousId, nextId) {var previousElement = document.getElementById(previousId),nextElement = doc

Web site is in building