Discover

Topics

OpenLGTV remote controller

OpenLGTV remote controller APK

OpenLGTV remote controller APK

1.3 FreeDarko Bunic ⇣ Download APK (266.84 KB)

Remote controller app for LGTV (2010) with OpenLGTV firmware.

What's OpenLGTV remote controller APK?

OpenLGTV remote controller is a app for Android, It's developed by Darko Bunic author.
First released on google play in 11 years ago and latest version released in 2 years ago.
This app has 43.9K download times on Google play and rated as 3.29 stars with 90 rated times.
This product is an app in Tools category. More infomartion of OpenLGTV remote controller on google play
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