- 0
49LF630V - Live TV issues
-
Similar Topics
-
By Nick Payne
I can stream ABC content using either the iView app on our LG G1 65" OLED, or via the iView Android TV app that is installed on a Chromecast with Google TV that is plugged into one of the G1 HDMI ports. If I stream content using the app on the TV, every few minutes there's a momentary (fraction of a second) interruption to both sound and video. If I stream the same content using the app on the Chromecast, I get no such interruptions. Both TV and Chromecast are using wired Ethernet connections to the same switch, so I can't see that these interruptions are due to a network problem, or I'd see them on both devices. It would seem to be a problem with the app provided on the TV. Other streaming services that we access via apps on the TV (Netflix, Stan, Amazon Prime, etc) do not show the same problem.
-
By Alex Ukraine
Hi, I have a problem with setting area option for my TV LG C2 (now all app are locked). I bought it in Poland and after transferring to Ukraince I can`t change area option, due this a also have a problems with apps and lg store. Could you please help me))
-
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 Roop
I recently purchased a HU715QW LG Projector which came with software version 03.00.06, does this mean I am on WebOS 3.0, is there a way for me to get to 6.02 which seems to be the latest version of WebOS? Thanks for your help.
-
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
-
-
Question
Mihai Simionescu
Hello,
A couple of weeks ago I purchased an LG TV, model name 49LF630V. (it has WebOS 2.0, version 3.20.something)
I configured the live TV using a cable feed and a CI+ card that I received from the service provider.
It all worked fine until yesterday, when all of a sudden I couldn't really change the channel anymore (I tried using the TV controls, not only the remote, both didn't work). Aside from not being able to change the channel, whenever I tried chaning input (HDMI 1 - PC, HDMI 2 - Chromecast) it would just freeze. On top of that, the Guide app won't load.
To me, it just seems like there's an issue with how the TV reads the CI slot. I tried using a set top box instead of the CI slot, and that works fine (all of the above-mentioned issues are not present), but the box is ancient and I am not getting any HD channels (1st world problems, I know).
Has anyone encountered anything similar? Is there something wrong with the TV or the service provider?
Anyway, thanks.
Link to comment
Share on other sites
Top Posters For This Question
2
2
1
Popular Days
Aug 17
3
Aug 16
1
Aug 18
1
Top Posters For This Question
Mihai Simionescu 2 posts
Cmanole 2 posts
MLP 1 post
Popular Days
Aug 17 2015
3 posts
Aug 16 2015
1 post
Aug 18 2015
1 post
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.