OpenLGTV remote controller
Darko Bunic
2.9 ★
store rating
10,000+
downloads
Free
AppRecs review analysis
AppRecs rating 2.9. Trustworthiness 0 out of 100. Review manipulation risk 0 out of 100. Based on a review sample analyzed.
★★☆☆☆
2.9
AppRecs Rating
Ratings breakdown
5 star
34%
4 star
14%
3 star
3%
2 star
0%
1 star
48%
What to know
✓
Authentic reviews
Natural distribution, no red flags
⚠
Mixed user feedback
Average 2.9★ rating suggests room for improvement
⚠
High negative review ratio
48% of sampled ratings are 1–2 stars
About OpenLGTV remote controller
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
#!/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