All things related to Samsung SmartTV app development.

learn more… | top users | synonyms

0
votes
0answers
12 views

Streaming video from Camera to Samsung Smart TV

I'm trying to stream video from a camera. The camera's web page streaming link is - 'http://192.168.blah.blah/img/mjpeg.cgi' I made a sample SmartTv Basic App, and added a scene. In the scene's ...
-2
votes
0answers
15 views

How to stop receiving remote control command in Samsung Smart TV? [closed]

I am working on a smart TV application. I display a spinner when ever the application need time to process data. during this time I don't want TV receive any command from the remote control. cause It ...
0
votes
1answer
57 views

working with samsung smart tv sdk 4.1 for Mac

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 ...
0
votes
1answer
44 views

is there any way to write TCP server socket in JavaScript?

I have to write one Samsung smart TV application which consists of TCP server socket which will be listening to a certain port and whenever any event occurs, client will send event to the specific ...
0
votes
0answers
16 views

Creating nested scenes in Samsung Smart TV Apps

I am a rookie and I have a silly question. How can created nested scenes? I have read the 'scene manager' article but I can not find the Scene Manager to create three scenes nested inside each other I ...
0
votes
0answers
26 views

Smart TV SDK 4 Doesn't package correctly

I'm getting started to Smart TV development and, I just cant get to test my HelloWorld app on my Smart TV Device, I installed Apache Server, I setted in packaging preferences htdocs as Server folder, ...
0
votes
2answers
53 views

Smart tv SDK javascript Worng paht $MANAGER_WIDGET

I'm trying to create my first application for smart tv but I have a problem with the javascript. Html <script type="text/javascript" language="javascript" ...
0
votes
2answers
53 views

local ga.js prevents app from syncing on Samsung SmartTV 2013

I'm trying to test my app on a new Samsung SmartTV 2013, however when I include google's ga.js locally into my bundle the TV rejects the app and will not install it at all. The error message provided ...
0
votes
0answers
54 views

How to use Samsung Smart TV slideshow component?

I want to use slideshow component in my smart TV app.I currently trying to use sf.service.ImageViewer.SlideShow here is my code SceneScene1.prototype.initialize = function () { ...
0
votes
1answer
61 views

Samsung Smart TV - Accessing microphone data

I am trying to create a Samsung Smart TV app that should take audio data from the (built-in or connected) microphone and send it to a server on the internet for evaluation. My question is about the ...
0
votes
0answers
17 views

Get Content ID from TV Program Running on Samsung SmartTV

I'm working on a Second Screen application which should provide additional information about the program running on Samsung SmartTV. Is there a way to notify the the second screen device about the ...
0
votes
1answer
37 views

CSS upscale all elements

I have a CSS file associated with a project where all element sizes and offsets (eg images and fonts) are defined using px values. These px values are based on the target platform having a fixed ...
1
vote
1answer
78 views

Open Smart-TV Browser from within App

We are in the process of developing an app for Samsungs Smart TV. Is there a way to open a webpage in the browser from within our app? Basically I am looking for something akin to Androids ...
1
vote
1answer
60 views

Delete cache files and free allocated memory for it programmatically

I am building an app for SmartTV which is mainly (JavaScript & HTML5). The application is very slow due to the RAM size on the TV and the processor speed. I am working currently to solve this ...
1
vote
0answers
45 views

TypeError: 'undefined' is not a function (evaluating 'ime.registIMEKey()')

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 ...
0
votes
1answer
57 views

Listening Socket in Samsung Smart Tv

I need to open a TCP socket on the Samsmung Smart TV, listening at a particular port for events from an IP camera in a local network. The camera does not have a "web server" so i cant use web sockets. ...
0
votes
0answers
9 views

adding a new email account and deleting old one

I would like to create another email but it would not let me. I would also like to delete the old one because my account has been hacked. I tried making a new email account and all it gave me was an ...
0
votes
1answer
78 views

Using WebSockets on Samsung Smart TV

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 ...
0
votes
1answer
33 views

samsung smart TV IME initialization issue

While initializing the IME object in samsung tv I am getting the following error: TypeError: 'undefined' is not a function (evaluating 'widgetAPI.registIMEKey()') The widgetAPI is properly ...
0
votes
1answer
84 views

Get CurrentTime from Video Tag in Samsung Smart Tv

I've installed Samsung Smart TV SDK and I'm trying to get the current frame/time the video is playing. The video is already running, and everything seems to work just fine, but when I try to get the ...
0
votes
1answer
38 views

SmartTV: sf-ui-list customize items height

in one of my scene I have <div id='MenuList'></div> then I add list to it like this: $('#MainListTitles').sfList({ data : [ 'AAA', 'BBBB', 'CCC'] }); How can I customize ...
1
vote
1answer
83 views

Samsung Smart TV on 64bit Linux

I do know that in the specification of the Smart TV SDK it's written it needs 32-bit system. But, is it possible to somehow run the SDK on 64bit Linux? Running the adapted eclipse silently fails, no ...
0
votes
0answers
28 views

Samsung SmartTV 2011 Cannot Override Accept-Headers

We're working on an app that runs great in-browser as well as in the 2012 Emulator and on the 2012 TV and BD Player. However, 2011 is a different story. It will only return text/html so I get the ...
0
votes
0answers
37 views

Recognition in Samsung SmartTV Convergence Tutorial

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. ...
0
votes
0answers
47 views

Login to Facebook Via Smart tv app

Is there a way to login to facebook via a smart Tv application using the javascript sdk? and what additional information do I need from the facebook support Team? links & guides will be ...
0
votes
2answers
58 views

Convergence App Samsung SmartTV

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 App The ...
1
vote
0answers
92 views

How to view logs in Samsung Smart TV log viewer

In the Samsung Smart TV menu there is an option to "Start receiving Smart TV logs". It's "OFF" by default. When I clicked it I received a prompt to "Check the Console View". I opened the console ...
0
votes
2answers
89 views

Show TV program in Samsung SmartTV app

I'm thinking of an app for Samsung SmartTV which, besides other information, displays the currently running TV program. Since I haven't found any documentation about accessing and displaying the TV ...
1
vote
0answers
40 views

Optimize Samsung TV App performance [closed]

I have developed a TV app about 5 pages some of these pages contained 30-40 jpeg images the app works fine on the emulator,but it is so slow on the TV.I have checked the profiles It's requires 60m ...
0
votes
1answer
53 views

Single Sign On not working on TV

I've created a basic application (virtually no content, just a blank page) to test the SSO functionality. It doesn't work, when I test on the TV it gives the error error_cp_001. The config.xml ...
1
vote
1answer
95 views

Samsung Smart TV Development Issue with Cookies being not persistent

Hi I am developing a Smart TV application for Samsung 2012 in JS and HTML. I use this method to save cookies, saving and retrieving work great on emulator, the problem I have is on real device, where ...
1
vote
1answer
243 views

Samsung Smart-TV SDK Internet Browser not available

I just recently downloaded and installed the Samsung Smart-TV SDK 4 (without the IDE, just the emulator). I'm doing this because I want to test the Web browser only, nothing else. However, when I ...
0
votes
1answer
37 views

upload video on a Convergence Application

hi everybody i try to develop a web application that can control Smart tv like this guide http://samsungdforum.com/Guide/tut00024/index.html i work fine but now i would like to upload video from ...
0
votes
1answer
121 views

Implement scroll bar for content in samsung smart tv apps

I have a simple Smart TV app (javascript app) that shows a list of items. And I want pagination for list of items. My solution is create scroll bar for apps. But how to implement scroll bar in samsung ...
0
votes
1answer
134 views

Can not show video (mp4 format) when developing a web app for samsung smart TV

I'm using the latest Samsung smart TV simulator and developing a very simple app for it: Play a video. The code is show as below. The code is so simple that I can not find the root cause (can not ...
0
votes
1answer
430 views

Can Samsung Smart TV apps can run on all IPTV?

I am looking for an universal IDE (SDK) for all IPTV to create my application, that can run on all IPTVs and Smart TV with Touch and non touch interaction gestures aswell. Therefore it is to inquire ...
1
vote
1answer
91 views

samsung smart tv upload file

On the samsung dforum I found the URL which explains a function startUpload(). but also in forums i found people saying that uploading files by any means is not possible. If so why samsung provide ...
3
votes
1answer
176 views

Samsung Smart TV App is very slow after exiting and starting again

We have developed a Samsung Smart TV app for the 2011 & 2012 platforms. The app is HTML/JavaScript based. Normally the app is performing well, but after exiting the app becomes very slow, by a ...
0
votes
0answers
63 views

Facebook login API or similar thing

Is there any API in facebook if we provide username and password authenticate and return user id, can share on the wall, upload photo etc. Ah, how awesome if we have something like $facebook = new ...
0
votes
0answers
24 views

share on Facebook with custom login

I am creating an application for a platform which is not a really computer. Means, I only send ajax request. No returned html/pop-ups etc are displayed. Only send ajax request. I want the app to ...
0
votes
0answers
82 views

find a method that allows to launch a video from a web application that appears in the SmartTV

I start with DTV develop web app SDK web application and I want to know how to test a button that launches a video from this application as this video starts the smart tv
3
votes
1answer
1k views

Use USB keyboard for text input in SmartTV application

My application have implemented custom onscreen-keyboard. Is there way to support USB keyboard connected to TV? By default Samsung TV translate some keystrokes to remote control codes (0-9, red, ...
1
vote
1answer
1k views

Google Play Apps in Samsung App Store

I googled around and tried to find out something about the new Samsung App Store. I built an App for Google Play and I wonder if I can deploy it to the Samsung App Store. The Android SDK isn't ...
2
votes
1answer
2k views

Enabling AllShare Cast in an Android App

I'm developing a very simple application where I have a button .. OnClicking that button the screen of my mobile phone should be shared with my Smart Samsung TV. The question now is how can I enable ...
0
votes
1answer
152 views

Samsung smart-TV javascript app security

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? ...
0
votes
1answer
73 views

How to get default navigation (with standard remote) when I open a web page

I have a js/flash Samsung TV App which needs to open remote server web page, and then let user browse from there. This is a requirement so I can not do it all within our app. I can open a page by ...
0
votes
1answer
213 views

Trouble launching Samsung SDK TV Emulator

For some reason, my Samsung TV emulator versions 2.5.1 (2011) and version 3.5.2 (2012) work fine except for version 4.0 (2013). When I open it, it says Emulator for Windows has stopped working. A ...
0
votes
1answer
114 views

Playing multiple videos on smart TV

I am creating a samsung smart tv application which can play videos from a playlist. As of now this example is working fine on browsers but not on emulator. HOW TO PLAY MULTIPLE VIDEOS ON SAMSUNG ...
0
votes
1answer
151 views

Samsung SDK 4 Eclipse Missing Plugins

I just installed SDK version 4 and the eclipse IDE doesn't have any of the Samsung plugins, it seems to be a simple basic JAVA edition.
1
vote
1answer
84 views

Strange error for object ID in Samsung SDK

I am having a strange HTML error message for the second line of code below. I am writing an application for the Samsung SMART TV SDK. This uses the Eclipse IDE and uses a Samsung Smart TV Emulator. ...

1 2 3 4