Quantcast
Jump to content

Recommended Posts

Posted
I am building the sample application from LG documentation which is here:
link hidden, please login to view

 

I can build it and run it inside the browser and the emulator and now I like to push it on a real LG TV. Here are few things I did:

 

# Create a tv2 device

ares-setup-device --add tv2 -i "username=root" -i "host=172.28.75.74" -i "port=22"

 

# Check which devices are listed with ares tools

ares-setup-device --list

<DEVICE NAME>    <PLATFORM>       <FILE STREAM>    <DESCRIPTION>            <SSH ADDRESS>

tv2              starfish         stream           new device description   (ssh://[email protected]:22)

emulator         starfish         sftp             LG webOS TV Emulator     (ssh://[email protected]:6622)

 

# Try to install the app on the TV

ares-install --device tv2 com.rn.app.remotekeyssample_1.0.0_all.ipk

 

# Gettings this error.

ares-install ERR! ares-install: Error: Connection time out. please check the device IP address or port.

 

Questions:

- Can I use a regular LG TV to install apps on it?

- If yes what should I do to connect to my TV? Any settings or command I need to do?

 

Thank you

 

Posted

I was able to deploy my app on LG TV. Need the following:

1. Developer account. It can be created here: 

link hidden, please login to view

2. Follow steps here: 

 

Thank you.

  • 1 month later...
Posted

One question regarding your expierence with this:

 

On the "App Test" documentation page it seems that this test won't install the app persistently on the device, that is the app does not stay after removing the USB stick.

 

Is the case or is it a real installation leaving the app on device after removal of the USB stick?

  • 2 years later...
Posted

I have been deploying apps to a webOS TV for months now. Its very hit and miss. I always follow the advice here

link hidden, please login to view
as per micolet's post. However, I am only successful 20 percent of the time. 

 

I have tried the following:

 

1) Turning developer mode off and on again in the Developer Mode app

2) Blowing away all my ssh keys for previous LG apps

3) Removing and re-adding devices using ares-setup-device

4) trying port 22 as per some posts on this subject

 

The key is acquired correctly using ares-novacom --device EDNEW --getkey. I know this because any error with the ip would cause an error at this stage. The result of this command is a silent return to the prompt.

 

However, trying to list apps on the device throws an error, ares-install --device EDNEW --list returns this: ares-install: Error: Please check the device IP address or port.

 

Sometimes i can make the connection, but most of the time it fails and I cant see any pattern. 

 

If anybody can shed some light on this I will be extremely grateful, its a tiresome blocker for me.

 

Ed

  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Popular Now

  • Similar Topics

    • By addams
      Hello,
       
      I don't find a way to install apps by usb on my lgtv 32LB650V webos.

      Someone have a solution ?
       
      Regards,
      Addams
    • By The Old Man
      Please LG please think about allowing or adding Kodi to WebOS
      For me this is such an awesome app
    • By Juicycarrot
      Hi there,
       
      I have an LG smart TV OLED65G36LA (LG OS v03.20.17, webOS TV version 8.20.0-710) , and the Prime Video App was no longer able to update (from Dec 2025) and therefore could no longer be used.
      I have tried uninstalling the app and re-installing, and that was unable to work, so then applied a full reset on the LG TV and so had to reinstall all of my other apps (Apple TV, Netflix, etc etc) which all successfully downloaded so confirmed network connections and setup are all confirmed working.
      When I try to download the Prime Video app, it remains stuck on the download screen and is unable to update.
      Thanks
    • By SNiPpy YiPpy
      Hello all,
      I believe this problem started after i accidently started and immediately cancelled the download of a app. After this I am unable to install or update any app evem after resetting to initial settings.
      This should be the exact problem found here https://www.lgwebos.com/topic/1918-because-i-can however the solution seems to require a new update. Help?
    • By RCMiller
      Greetings,
      I'm hoping someone can assist with a problem we're experiencing while running a Next.js based web application on WebOS.
      Our Configuration:
      Display:  43UM5N-E UHD Signage Display (43" LCD)
      WebOS version:  6.0.0-124 (libertyspikes-lager)
      Next.js version:  16.0.3
      React version:  19.2.0
      We have built a web application using Next.js and React.  It is hosted on an IIS server running on our local network.  The display is connected to the same network and we have verified connectivity with the web server.  Our application is not a native WebOS app, but rather, we are using the Play via URL option to display the web site when the display boots up.
      Attached is an image of the errors captured while running in the WebOS 6.0 simulator.  These errors happen immediately after the application starts.
      Based on our research, the embedded version of Node.js on this display is 8.12.0.  On newer versions of the simulator (v22 and above), the application loads fine and no errors occur.  It seems there are JS incompatibilities between the newer Next.js framework and the version of JS build into this display.
      Questions:
      1. Can the embedded JS version of the display be upgraded, and if so, how?
      2. Is there any other possible workaround to get this application to load?  It runs fine on regular browsers and reverting back to an older version of Next.js or re-writing in plain JS is not an option for us.
      Any suggestions or help is appreciated!

      Thank you,
      Bob Miller
       


×
×
  • Create New...