[pivotCE] The Pre 2 & HP Veer in 2014
-
Similar Topics
-
By majorusa
Please post here firmware number for your WebOS set including your country or the country where you downloaded the firmware and the model of your tv set:
- 3.23.24 - Romania- 47LB730v
- 3.23.34 - Romania -47LB730v - 21.08.2014 by USB
- 4.30.09 - Romania - 47LB730v - 29.08.2014 - OTA
-
By ReneVlEugel
I own a LG HU85LS very happy with that but now I don't see the Disney plus app.
Where an when can I get it?
-
By Alex
Build Your First App for webOS TV
Web apps are written using HTML with copious amounts of CSS and JavaScript for style and functionality. Any modern Web browser can deliver this type of apps to the user. With webOS TV, web apps are elevated to the lofty title of a first class citizen - web apps on webOS TV are given access to the same hardware, and OS features that typically available to native apps.
Web apps built for webOS TV are very similar to standard web apps. Like the standard web applications, you can create web apps for webOS TV using standards based web technologies like HTML, CSS, and JavaScript. Anyone with experience in building web applications can easily start developing web apps for webOS TV.
Now, just create your app using the CLI.
Run the webOS TV CLI.
Create new app with Enyo bootplate.
ares-generate -t moonstone-2014 first-app Now you can continue developing and testing your app.
Edit ./first-app/appinfo.json file. Update "id" and "title" properties in appinfo.json file with text editor as below.
{
"id": "com.yourdomain.app.firstapp",
"version": "0.0.1",
"vendor": "My Company",
"type": "web",
"main": "index.html",
"title": "singlepane",
"icon": "icon.png",
...
}
Package your app from app directory. If app is packaged successfully, you can see the created .ipk file.
ares-package first-app
Run the webOS TV Emulator.
Install your app to emulator. Be sure to use the correct file name for your package.
ares-install com.yourdomain.app.firstapp_0.0.1_all.ipk
Launch your app on emulator.
ares-launch com.yourdomain.app.firstapp -
By Mike F
Apologies for what might be a newbie question. I have a 55" Nanocell 80 series TV. I've used it for, among other things, casting FloSports from my iPhone. This always worked well and was much more stable than Roku, which kept throwing me out of the app. I go into the FloSports app on my phone, it prompts me for the casting output, I choose [LG] webOS TV NANO80UPA. Until now, it has always worked.
Last night, out of nowhere, I got an Error Code -201. I looked it up: Unable to Load, Server Certificate has expired or is not yet valid as the set time on TV is different from the current time. Please check time settings. I checked. Time settings are correct. It was suggested that my Internet speed may be lacking, but other apps like YouTube work just fine. Another tip was to ensure I had the most current software patch. Apparently, I do (03.33.11.) Googling it suggests that this is a YouTube error but, again, YouTube is OK. AirPlay is not.
Any ideas? Thanks in advance!
-
By bulsat88
I have a LG webOS TVUM7050PLF which is being used with a satellite dish in my vacation home. I am trying to add a new satellite, which is not included in the embedded list of 30+ satellites of this TV.
Can anybody help me on how to add a new satellite, which is not included in the TV's existing list.
-
-
Recommended Posts