简体   繁体   English

索尼 Bravia 电视 KD-55AF8:安装 HTML5 应用程序?

[英]Sony Bravia TV KD-55AF8: install HTML5 app?

I just found out that I can run an html5 app from a USB key on my Sony Bravia TV.我刚刚发现我可以在我的 Sony Bravia 电视上通过 USB 键运行 html5 应用程序。 I tried out the "show a website" app and it actually works: https://pro-bravia.sony.net/develop/app/samples/index.html However, I was not able to install it on my TV.我试用了“显示网站”应用程序,它确实有效: https://pro-bravia.sony.net/develop/app/samples/index.html但是,我无法在电视上安装它。 This kind of code does not seem to work:这种代码似乎不起作用:

{
 "action": "copyapp",
  "auid": "net.sony.tv.sample.myapp_1",
  "copyapp": {
    "app": "net.sony.tv.sample.myapp_1",
  }
}

Now, considering that the TV will load an HTML5 app from a USB key, is there any way to sideload it?现在,考虑到电视将从 USB 密钥加载 HTML5 应用程序,有什么办法可以侧载它?

Check this: https://pro-bravia.sony.net/develop/app/getting-started/#case-1-show-a-web-site检查这个: https://pro-bravia.sony.net/develop/app/getting-started/#case-1-show-a-web-site

And this:和这个:

USB: /sony/
          +--- autorun.txt
          +--- apps/webapps/manifestjson_weburl/app/manifest.json

You need to put your app in a sony folder at the USB root.您需要将您的应用程序放在 USB 根目录下的sony文件夹中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM