smart-tv

Enable developer mode on LG WebOS tv

廉价感情. 提交于 2019-12-04 08:29:59
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 these TV? dbexec With webOS 2 only some specific TVs where enable to debug and run apps on 22 January 2016

SmartTV development for starters [closed]

时光怂恿深爱的人放手 提交于 2019-12-04 07:39:55
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . I am doing some research on SmartTV development right now and the topic seems very very fragmented. I mean: If you want to develop a android app, you get eclipse and the android sdk. If you want to develop for iphone, you get xcode. But SmartTV? There is a Samsung SDK, a LG

How do test Smart TV Alliance SDK app on actual Device

梦想与她 提交于 2019-12-03 08:24:41
I've been playing with the Smart TV Alliance SDK and have built an app which runs fine on the emulator but I need to test and demo it on an actual device before I continue with the project. I have purchased an LG TV with the latest firmware and need to package or display somehow through the TV but no documentation exists to walk through packaging to device. Does anyone have any experience in this? On TV: Open Smart TV homepage - Click on 'More' - Sign in with credentials. Insert USB with predefined directory stucture containing the DRM'ed package downloaded from LG developer website With

Resetting the opacity of a child element - Maple Browser (Samsung TV App)

ぐ巨炮叔叔 提交于 2019-11-27 06:56:52
I have an issue with creating a transparent element which has a child element. Using this code the child element gets the opacity value from the parent element. I need to reset/set the child's element opacity to an arbitrary value. Browser of reference is Maple Browser (for a Samsung TV Application) . .video-caption { position: absolute; top:50px; width: 180px; height: 55px; background-color: #000; -khtml-opacity:.40; -moz-opacity:.40; -ms-filter:"alpha(opacity=40)"; filter:alpha(opacity=40); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.4); /*just for testing*/ opacity:.40; }