8

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

Dharman
  • 30,962
  • 25
  • 85
  • 135
eric
  • 199
  • 2
  • 3
  • 11
  • 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 Answers3

5

Yes you can do this by following steps :

  1. 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.

  1. Than goto to Menu->smartHub->AppSettings->AutoTicker and turn auto ticker ON.Menu of Samsung Smart TV

Auto Ticker Options

Note: This feature is only available for selective regions.

Vikas
  • 419
  • 3
  • 13
2

Yes you can but only for 2012+ TV/BD models, using Convergence and Multi-Screen APIs. Take a look at:

http://www.samsungdforum.com/Guide/art00027/index.html

http://www.samsungdforum.com/Guide/d30/index.html

andrea-f
  • 1,045
  • 9
  • 23
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
    Yes, In hotel mode you can run app as ticker app. – alfredo86 Nov 03 '15 at 12:37
  • 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