webos

Get all App IDs of all installed Apps on LG webOS TV

为君一笑 提交于 2021-02-08 10:55:55
问题 i am trying to get some information about LG webOS TVs. For some home automation i would need these two information. Maybe someone can tell me where I should look for that or how to get these information: 1) I would need all the app ids from all apps which are installed on the tv. I do have some already but not all of them. 2) I also would need all the button bindings of the remote. Same as for the app ids, i know a few but not all. Please have a look at the codes. It would be really nice if

Get all App IDs of all installed Apps on LG webOS TV

末鹿安然 提交于 2021-02-08 10:55:40
问题 i am trying to get some information about LG webOS TVs. For some home automation i would need these two information. Maybe someone can tell me where I should look for that or how to get these information: 1) I would need all the app ids from all apps which are installed on the tv. I do have some already but not all of them. 2) I also would need all the button bindings of the remote. Same as for the app ids, i know a few but not all. Please have a look at the codes. It would be really nice if

LGTV -WebOS - Is there a way to open an URL on the TV browser?

时间秒杀一切 提交于 2020-05-14 09:06:07
问题 I am developing a web hosting app for the LG/TV WebOS. I know that the web hosting app is basically running inside a browser engine (webkit?). When the user is about to make the payment (I am using Paypal because I don't like PaymentWall), the app directs the user to the paypal confirmation page where there is no mean for the user to click on the CORFIRM PURCHASE button. I don't see the "mouse" cursor and there is no documentation I could find about the theme. So, I was thinking if I could

Load JSON From External Storage

不问归期 提交于 2020-01-16 08:36:12
问题 I am building an app for an LG Smart TV. I need to load json data from a USB drive when it's inserted into the smart TV. I'm not sure how to do this, never worked on an app like this. My question is how do I gain access to external storage and load json data into my app? 回答1: Using the SCAP API (v1.2+) function readFile() { var successCb = function (cbObject) { var data_text = cbObject.data; // do something with the json string }; var failureCb = function (cbObject) { var errorCode = cbObject

jPlayer 2.0 Elapsed/Remaining Time

僤鯓⒐⒋嵵緔 提交于 2020-01-13 08:54:32
问题 I'm working with jPlayer 2.0 I've got it playing, pausing, etc...but how do I grab the elapsed/remaining time attributes from the jquery object? I've tried the event handlers and even provided HTML elements with the default selectors, but none of that appears to work. Thanks in advance! 回答1: I did it this way: self.update_timer = function (event) { var status = event.jPlayer.status; $('.jtimer').text($.jPlayer.convertTime(status.duration - status.currentTime)); }; $('.jplayer') .jPlayer(

DzzOffice Alpah 第一个版本终于完成发布(webos类产品)

风流意气都作罢 提交于 2020-01-08 16:45:07
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 之前经过了几个月的调研、测试性开发、立项。然后又经过了3个多月的高强度集中开发。团队2个人终于完成一个各环节基本走通的测试版本。希望有对WEBOS感兴趣的朋友下载测试,帮助我们一起来完善它。 DzzOffice截图 DzzOffice介绍 DzzOffice是一款开源的云存储与应用管理工具,主要可用于企业管理阿里云、亚马逊等云存储等空间,把空间可视化分配给成员使用。当然也可以把它用于家庭、朋友、网站等个人团体使用。 然后通过接入各类型web应用,使平台的功能能够得到无限扩展。 例如,首先我们有了Dzzoffice的类windows的图形化界面和操作方式。然后可以开发一些,例如fpt工具、离线下载工具、在线解压缩工具。有了这些工具,就可以实现完全脱离本地软件,在线下载、安装、管理web网站的一些功能。也可以开发出模拟IIS的web服务器管理应用。 这只是一些后续设想,我们把DzzOffice开放就是想,能够有更多朋友喜欢这个产品,一起发挥想象,开发更多的应用功能。 应用开发举例 Baidu Player 用于播放成员百度网盘中的视频格式文件 文字的东西这里就不多写了,有兴趣的话,可以在我们的功能特性介绍中了解。 http://www.dzzoffice.com/intro.html 多放一些程序截图把

Dropdowns don't work on webOS with PhoneGap?

百般思念 提交于 2020-01-05 09:25:49
问题 I'm trying to use a dropdown in a PhoneGap app I'm writing. It uses a simple <select> : <select> <option value="1">First</option> <option value="2">Second</option> </select> This works fine on Android and the iPhone (including behaving like a native drop-down would on those systems). However, it doesn't appear to work on webOS (neither the Palm Pre itself nor the emulator). The <select> displays properly on the screen, but when I tap on it, nothing happens--I'm not able to make a selection

Dropdowns don't work on webOS with PhoneGap?

蓝咒 提交于 2020-01-05 09:25:48
问题 I'm trying to use a dropdown in a PhoneGap app I'm writing. It uses a simple <select> : <select> <option value="1">First</option> <option value="2">Second</option> </select> This works fine on Android and the iPhone (including behaving like a native drop-down would on those systems). However, it doesn't appear to work on webOS (neither the Palm Pre itself nor the emulator). The <select> displays properly on the screen, but when I tap on it, nothing happens--I'm not able to make a selection

Enable developer mode on LG WebOS tv

独自空忆成欢 提交于 2020-01-01 11:33:39
问题 I'm developing a simple app on a LG webOS smart TV. Since I had no luck running my app from the usb drive, I'm trying to use the developer mode from Eclipse IDE. The thing is: I've added a new target configuration, pointing to the physical TV ip. When I try to connect, a passphrase is required. I've tried something like 123456 A pop up appears: "Please verify the properties on the target and also make sure the key server in Developer mode app is ON in TV" How do I enable Developer Mode on