Quantcast
Jump to content

rnicolet

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by rnicolet

  1. I am building the sample application from LG documentation which is here: http://developer.lge.com/webOSTV/develop/web-app/how/customize-remote-control-keys/

     

    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

     

×
×
  • Create New...