Launch an App on Samsung Smart TV startup
Asked Answered
I

3

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

Intervalometer answered 25/1, 2014 at 5:36 Comment(2)
It's impossible with original Samsung Smart TV SDK.Eveleen
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 youIntervalometer
J
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.

Jiggerypokery answered 6/4, 2015 at 11:44 Comment(1)
Thank you for the update... yes this is much easier than relying on a 3rd client.Intervalometer
S
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

Skinned answered 13/2, 2014 at 22:36 Comment(5)
Thank you so much @andrea-f.. Sorry for the delayed reply. Will definitely look in to them and post an update..Intervalometer
How are either of these links relevant?Sicanian
Because you can launch an app through the NScreen API and ConvergenceSkinned
Can 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?Consignor
Any samples? Or describe base idea?Baryon
N
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.

Nutritive answered 30/4, 2014 at 8:22 Comment(4)
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?Kingpin
Yes, In hotel mode you can run app as ticker app.Nutritive
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)?Kingpin
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...Nutritive

© 2022 - 2024 — McMap. All rights reserved.