Set the time on a rooted LG TV at boot time without LG servers
- Python 100%
| LICENSE | ||
| ntp.py | ||
| README.md | ||
lgtv-ntp-sync
Set the time on a rooted LG TV at boot time using NTP
Installation
- SSH into your TV (default password for root user is
alpine) - Download the file into the
/var/lib/webosbrew/init.ddirectory and make it executable
curl -o /var/lib/webosbrew/init.d/ntp https://git.rcia.dev/Avery/lgtv-ntp-sync/raw/branch/main/ntp.py
chmod +x /var/lib/webosbrew/init.d/ntp
- Execute it or reboot your tv
Uninstalling
- SSH into your TV (default password for root user is
alpine) - Remove the
ntpfile in/var/lib/webosbrew/init.d
rm /var/lib/webosbrew/init.d/ntp