samsung-smart-tv

Samsung Smart TV emulator can't connect to network

不羁的心 提交于 2019-12-11 09:45:55
问题 I have an issue where my Samsung Smart TV emulator v 5.1 no longer connects to the network and as such I can't test apps whether launching from Eclipse or Standalone I am running it on OS X Mavericks and have tried both the latest versions of VirtualBox (4.3) and the Samsung compatibility version. (4.2.1.6) 回答1: What I found was the issue is don't let VirtualBox generate a new MAC address, once that is happened the network will never connect and there doesn't appear to be a way to get into

Problems giving focus to an iframe on smart tv

拥有回忆 提交于 2019-12-11 06:37:40
问题 I am developing an application with sdk 3.1 - html/javascript/scenes. i have an iframe with external content, but I can not move the tv's remote control focus to iframe (html). is possible to do this or the API does not permit give the focus to an Iframe? 回答1: I asked directly in the developer forum and corresta answer is that you can not. I quote: helpinghand2400@ Hi, Smart TV supports iFrames partially (We can only load the page , can't navigate it). So, you may be able to show the website

Samsung smart tv unique device identifier

a 夏天 提交于 2019-12-09 12:57:57
问题 I'm trying to programmatically obtain some kind of unique device identifier from Samsung smart TV device. The closest thing i found in documentation is GetDUID function on SAMSUNG-INFOLINK-NNAVI object, but it requires to provide mac address which confuses me as to what purpose of this function really is. My question: how to obtain for example device serial number or other information that uniquely identifies it. 回答1: Accordingly to SamsungDForum the way to get the DUID ("Device Unique ID")

Using WebSockets on Samsung Smart TV

佐手、 提交于 2019-12-08 06:35:59
问题 My requirement is to have a listening socket in my Samsung Smart TV app, in order to receive events from a device in the same local network. I've been searching the web for methods to do that and I came across terms like Node.js , Socket.io , websocket . Even though i understand these terms in terms of web development (I think), I am unable to picture a method to open a listening socket in my Samsung Smart Tv App. Just for the sake of playing around I wrote a TCP Server code on iOS using GCD

Error when deploying Tizen App - Failed to get a device information

不打扰是莪最后的温柔 提交于 2019-12-08 03:34:32
问题 I am having a problem with deploying a Tizen app onto my Samsung smart tv. For some time it was working really good, but since updating tizen studio to 2.0 and the tv-extension to 4.0 it isn't working anymore. I always get a 'Failed to get a device information' error. [2017.11.22 00:54:29][ERROR] ProfileInfo.java(426) - Failed to get a device information from '10.0.0.40:26101' (model: UJ5500, platform: Tizen, version: unknown, profile: unknown `-¶) java.lang.Exception: Failed to get a device

Samsung TV (anynet+) control with Android Device using HDMI CEC

狂风中的少年 提交于 2019-12-08 03:14:50
问题 I am using command line to control the TV like power on, power off, volume up and volume down from rooted Android Device. i am able to power on and power off using the following command. Process p; try { p = Runtime.getRuntime().exec("su"); DataOutputStream os = new DataOutputStream(p.getOutputStream()); os.writeBytes("su" + "\n"); // power on command os.writeBytes("echo 0x40 0x04" > /sys/class/cec/cmd" + "\n"); os.writeBytes("exit\n"); os.flush(); } catch (IOException e) { e.printStackTrace(

Installing App to Samsung Tizen TV with Partner Level Certificate

那年仲夏 提交于 2019-12-07 23:54:13
问题 I had a problem to install developed app to Samsung TV device. Now I got a solution and i want to share my experience. Problem occurs if you add Partner Level Priviliges like http://developer.samsung.com/privilege/drminfo http://developer.samsung.com/privilege/drmplay and http://developer.samsung.com/privilege/productinfo. 回答1: You need Tizen IDE to do all of these. https://developer.tizen.org/development/tizen-studio/download Open Tools > Package Manager and be sure you have installed Main

How to get Samsung Smart TV Emulator to see my app?

a 夏天 提交于 2019-12-07 19:57:04
问题 I'm just getting started on Samsung Smart TV development, and so far my first baby step has been a big failure. I am running Linux, and because I already have Eclipse installed and configured for Android development, I haven't had success in getting the Smart TV SDK installed and working. However, encouraged by How to build & deploy a Samsung SmartTV app without the IDE (e.g: on Linux), I have decided to go forward without it. I do have the VirtualBox emulator running, however. So right now,

XmlHttpRequest on Tizen TV exits application

萝らか妹 提交于 2019-12-07 16:19:26
问题 I am currently developping an app for Samsung Tizen and WebOS TVs. For this, I am using Samsung's TOAST and Caph with angular1. The generated .wgt is working fine on browser and TV Simulator, but on real device, the application exits when an XMLHttpRequest is sent. Here is the code: var url = "grant_type=password&username=" + $scope.logInfos.loginEmail + "&password=" + $scope.logInfos.loginPassword; var xhr = new XMLHttpRequest(); xhr.open('POST', 'https://myUrl/token'); xhr

How do I extract streamed “now playing” data embedded in an Icecast audio (radio) stream on Samsung Smart-TV

孤街醉人 提交于 2019-12-07 11:43:33
问题 I am creating a Samsung TV app for a radio station and they provide the "Now Playing" info within the Icecast stream. Is it possible to (and how do I) extract this information? 回答1: Shoutcast supports " Icy-MetaData " - an additional field in the request header. When set, its a request to the shoutcast server to embed metadata about the stream at periodic intervals(once every " icy-metaint " bytes) in the encoded audio stream itself. The value of " icy-metaint " is decided by the shoutcast