Quantcast
Jump to content

rnicolet

Members
  • Posts

    2
  • Joined

  • Last visited

rnicolet's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter
  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I was able to deploy my app on LG TV. Need the following: 1. Developer account. It can be created here: https://developer.lge.com/secure/Login.dev 2. Follow steps here: http://developer.lge.com/webOSTV/develop/web-app/app-test Thank you.
  2. 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...