I want to automatically launch an app on TV startup. i.e. when the user power on the TV, TV will powerup and my app will start
Asked
Active
Viewed 4.8k times
8
-
It's impossible with original Samsung Smart TV SDK. – Ilya Zaytsev Jan 27 '14 at 04:45
-
Ohh... is there any work around to solve this? currently i am trying with openAPI (web api) to get an android app to power up the tv and the launch my app. highly appreciate comments on that too. Thank you – eric Jan 27 '14 at 06:58
3 Answers
5
Yes you can do this by following steps :
- Create a Ticker Application and in the config file of the widget add this code
<ticker itemtype="boolean">y</ticker>
y - for auto ticker launch and n - for not launching.
- Than goto to Menu->smartHub->AppSettings->AutoTicker and turn auto ticker ON.
Note: This feature is only available for selective regions.

Vikas
- 419
- 3
- 13
-
Thank you for the update... yes this is much easier than relying on a 3rd client. – eric Apr 27 '15 at 05:19
2
Yes you can but only for 2012+ TV/BD models, using Convergence and Multi-Screen APIs. Take a look at:

andrea-f
- 1,045
- 9
- 23
-
Thank you so much @andrea-f.. Sorry for the delayed reply. Will definitely look in to them and post an update.. – eric Feb 25 '14 at 03:54
-
-
Because you can launch an app through the NScreen API and Convergence – andrea-f May 06 '14 at 15:29
-
3Can you describe implementation or provide sample? Both technologies relies on external client in same local network. How can they be used to start app on TV startup? – Ivan Solntsev Jun 09 '14 at 10:31
-
1
You have to create "Ticker app". But you have to be careful with keys (there are some differences all keys as default app is not supported)
But You have to enable ticker app in your tv. If you cannot enable it then you go to the service menu and enable hotel mode. Then it should select ticker app in smart tv menu.
M.

alfredo86
- 194
- 3
-
I've read that ticker app autostart is only available in US and Korea regions. If I am able to enable hotel mode in a european Samsung smart TV, will I be able to enable auto start on TV boot of a ticker application? – osantos Oct 31 '15 at 21:00
-
1
-
Is there any difference on how this ticker application can be added between the hotel mode and regular mode (any specifics for EU Samsung TVs)? – osantos Nov 04 '15 at 16:09
-
You can add you app to the TV with using youw webserver (widgetlist.xml) or directly from USB stick. I think that ticker app cannot be uploaded to the EU Samsung Store... – alfredo86 Nov 05 '15 at 10:27