Installing App to Samsung Tizen TV with Partner Level Certificate

那年仲夏 提交于 2019-12-07 23:54:13

问题


I had a problem to install developed app to Samsung TV device. Now I got a solution and i want to share my experience. Problem occurs if you add Partner Level Priviliges like http://developer.samsung.com/privilege/drminfo http://developer.samsung.com/privilege/drmplay and http://developer.samsung.com/privilege/productinfo.


回答1:


  1. You need Tizen IDE to do all of these. https://developer.tizen.org/development/tizen-studio/download
  2. Open Tools > Package Manager and be sure you have installed Main SDK > Certificate Manager, Extension SDK > Samsung Certificate Extension.
  3. Open Tools > Device Manager and connect to TV Device.(Connecting the TV and SDK) https://developer.samsung.com/tv/develop/getting-started/using-sdk/tv-device

  4. Right click connected device and select DUID. Copy device DUID.

  5. Open Tools > Certificate Manager and follow steps at link (Select Partner while creating) https://developer.samsung.com/galaxy-watch/develop/getting-certificates/create

    At the DUID step paste copied DUID.

  6. After creating certificate, open Tools > Device Manager select connected device and click right. After that you have to select "Permit to install applications" https://developer.samsung.com/galaxy-watch/develop/getting-certificates/permit

  7. Now you can add partner level priviliges to your config file.

  8. You are ready to install TV.



来源:https://stackoverflow.com/questions/52984854/installing-app-to-samsung-tizen-tv-with-partner-level-certificate

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!