Languages

Menu
Sites
Language
[TV] How to get UUID

In my app i need to find the uuid(Universally unique identifier) of my TV.

Please let me know if there is any options available. Thanks

 

Edited by: John Ixion on 19 Dec, 2016

Responses

7 Replies
John Ixion

On Tizen 2015 TV, get DUID from Smart HUB, Apps, (AFTER enabling Developer mode) by using key sequence FF,2,8,9,1

Abhilash Kankokkaran

I have a tizen 2016 model. KU6300

I am not able to enter developer mode. Not able to do the steps mentioned here as i only have smart remote

https://www.samsungdforum.com/TizenGuide/tizen3511/index.html

 

Please let me know how can i enter dev mode when my smart remote dont have options to enter numbers 12345.

John Ixion

I don't have a Samsung TV but it should work with a USB/bluetooth keyboard imo

 

http://developer.samsung.com/tv/develop/getting-started/using-sdk/remote-device-samsung-tv

Abhilash Kankokkaran

Thanks alot !!! I was able to get it working using the smart remote itself.

Abhilash Kankokkaran

I'm getting the value of duid using the API in Emulator

webapis.productinfo.getDuid();

 

But when i run same api from tizen tv (KU6300), i get return as undefined.

 

Any idea why ?

Marco Buettner

"It is recommended to use tizen.systeminfo.getCapability("http://tizen.org/system/tizenid") since Tizen 2.3 instead."

link: http://developer.samsung.com/tv/develop/api-references/tizen-web-device-api-references/systeminfo-api

Abhilash Kankokkaran

Thanks alot. It works.

Do you have any idea this value will remain same for a particular TV all the time ?

I want the tv to be identified by the same value all the time.