如何在基于 Pro:Centric 的 LG webOS 设备上启动应用程序

How to launch App on LG webOS based Pro:Centric Device

我正在为各种智能电视平台开发应用程序,客户询问 LG Pro:Centric 设备。有没有人可以帮助我在 Pro:Centric 平台上启动该应用程序。请参考正确的指导或真实链接。

欢迎提出建议。

设置步骤Pro:Centric电视

  1. 打开电视并按住设置按钮,直到看到频道 popup/message 弹出窗口。
  2. 立即输入 1105 并按确定。
  3. 秘密设置菜单将打开。
  4. 然后开启酒店模式
  5. 在网络设置中检查您是否已连接到互联网
  6. 打开Pro:Centric选项,根据需要设置模式为HTML,媒体类型为IP或域名地址,并填写输入框。例如将 ip 放到本地服务器,其中将包含 xait.xml 文件,其中包含应用程序 url 并将端口号填充为 80.
  7. 启用"Native EPG"和"Receive Data"

设置服务器的步骤

  1. 在根托管文件夹内的 procentric/application 内创建 xait.xml 文件(注意:在电视的 Pro:Centric 菜单中输入 IP 时将使用此服务器的 IP)
  2. XAIT 文件的结构

    <XAIT> <versionNumber>1</versionNumber> <AbstractService> <svcName>Pro:Centric Application</svcName> <svcId>0x1204</svcId> <isAutoSelect>True</isAutoSelect> <ApplicationList> <Application> <appName>Demo</appName> <applicationIdentifier> <orgId>1</orgId> <appId>1</appId> </applicationIdentifier> <applicationDescriptor> <type>Hcap-h</type> <controlCode>AUTOSTART</controlCode> <visibility>NOT_VISIBLE_USERS</visibility> <priority>255</priority> <version>1</version> </applicationDescriptor> <HcapDescriptor> <url>URL_OF_HOSTED_APP_GOES_HERE</url> </HcapDescriptor> </Application> </ApplicationList> </AbstractService> </XAIT>

  3. 重启电视并等待应用启动。