OpenLGTV remote controller

net.redips.openlgtv

View detailed information for OpenLGTV remote controller — ratings, download counts, screenshots, pricing and developer details. See integrated SDKs and related technical data.

Total installs
43.9K(43,950)
Rating
3.5(10 reviews)
Released
December 10, 2012
Last updated
June 11, 2016
Category
Tools
Developer
Darko Bunic
Developer details
Name
Darko Bunic
E-mail
darko.bunic@gmail.com
Website
unknown
Country
unknown
Address
unknown
Android SDKs
OpenLGTV remote controller Header - AppWisp.com

Screenshots

OpenLGTV remote controller Screenshot 1 - AppWisp.com
OpenLGTV remote controller Screenshot 2 - AppWisp.com
OpenLGTV remote controller Screenshot 3 - AppWisp.com

Description

This simple Android application will work only for LG TV with OpenLGTV firmware (application can't access TV with stock firmware). For FW version 0.5.0-rc1 and prior, it's needed to copy simple script on TV (for example in /user/remote/remote.cgi file):


#!/usr/bin/haserl
content-type: text/plain

<?
# get key code (K_5, K_MUTE ...)
action="$GET_key"

# pass key code to the send_key.sh script
/scripts/send_key.sh "$action" &

# return OK to the client
# any other returned value will be considered as error
echo "OK"
?>

Install application open settings and set TV IP, path to the script and user name / password. After settings are saved, it will be possible to control TV from your Android device (phone or tablet) on local network. Application supports 4", 7" and 10" screens.

Here are links to OpenLGTV project and main forum thread:

http://openlgtv.org.ru/
http://openlgtv.org.ru/forum/viewtopic.php?f=9&t=44