- 0
Smarttv no navega
-
Similar Topics
-
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 João Inácio
After a software update earlier this year (2022), the LG OLED55C1 TV web browser no longer correctly measures my internet speed. Before average normally. However, I believe the TV uses my Internet speed to the full because I can watch 4KHDR Streaming without any problem (Netflix, Prime Video). It's just the measurement in the web browser that shows grossly wrong results - My Internet contracted is 500Mbps and my TV's web browser measures 25Mbps (speedtest.net). The browser only measures the download speed wrong, the upload speed it measures right, as well as latency and ping.
Several times I tried to report this problem to the local LG (Brazil), but they do not recognize the software error and only respond with irrelevant and useless information. There are several reports of this problem posted on the Internet, and even then, LG ignores the problem.
Does anyone know how to contact the software development team at LG? I think they stay in Korea.
-
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
JORGE MESA
Cordial saludo.
De un momento a otro mi smarttv 42lb650t-df dejo de navegar con mi operador de internet claro.
Reinicie los parametros y sigue igual.
La version del webos es 1.4.0-522(afro-ashley)
Que puedo hacer?
Link to comment
Share on other sites
Top Posters For This Question
1
Popular Days
Jun 30
1
Top Posters For This Question
JORGE MESA 1 post
Popular Days
Jun 30 2017
1 post
0 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.