如何在WebOS智能电视上安装LG NetCast App

时间:2016-05-07 14:16:17

标签: smart-tv smart-tv-alliance

我可以使用ares工具在webOS电视上安装webOS应用程序而不会出现问题。

LG告诉我,webOS设备也支持兼容模式下的NetCast和智能电视联盟应用程序,但是,我无法弄清楚如何在兼容模式下在webOS设备上安装NetCast或STA应用程序。有人想出来了吗?

1 个答案:

答案 0 :(得分:1)

您需要使用包含名为 appinfo.json

的文件的ares工具打包您的应用

该文件需要包含以下行(至少对于我的情况而言);

 "id": "app package name",
"icon": "icon.png",
"title": "App Title",
"vendor": "App Vendor",
"testMode": "devTest",
"trustLevel": "netcast", //this line is important
"resolution": "1280x720",
"uiRevision": 2,
"largeIcon": "largeIcon.png",
"type": "web",
"main": "index.html",
"version": "0.0.1"

然后您将使用命令ares-package <folder-path-to-lgApp-contains-above-file>

然后这将确保你有一个像webos一样的ipk。