Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Launch an App on Samsung Smart TV startup

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

like image 943
eric Avatar asked Jan 25 '14 05:01

eric


People also ask

How do I make my Samsung Smart TV open apps automatically?

Step 1. Press the Home button on the remote control and navigate to Settings > General. Step 2. Select Smart Features > Autorun Last App.


1 Answers

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.

like image 159
Vikas Avatar answered Oct 03 '22 22:10

Vikas