"Block Update" works mostly
SyCoREAPER opened this issue · 5 comments
While "Block Updates" works at blocking the software, the TV is still phoning home to the update servers.
Every time I turn the TV on it prompts me (Yes/No) to update the latest firmware.
Any way to block this?
Try this
echo "mount --bind /bin/false /usr/sbin/update
pkill -9 -f /usr/sbin/update" > /var/lib/webosbrew/init.d/noupdate && chmod +x /var/lib/webosbrew/init.d/noupdate && /var/lib/webosbrew/init.d/noupdate
This plus blocking su.lge.com, snu.lge.com and su-ssl.lge.com removed my update notification (and somewhat borked the "version information" section of my "About this TV" menu; no version info anymore).
Version information can now only be retrieved using 1111 on the Programmes menu.
Try this
echo "mount --bind /bin/false /usr/sbin/update pkill -9 -f /usr/sbin/update" > /var/lib/webosbrew/init.d/noupdate && chmod +x /var/lib/webosbrew/init.d/noupdate && /var/lib/webosbrew/init.d/noupdate
I can confirm this solution is needed to make sure the prompt doesn't appear on boot.
Shouldn't we add it to the startup.sh on the repo?
The current default solution (blocking on /etc/hosts) does not do the job alone!
Edit: After some reboots, it does come back 😕
Closing as this no longer applies to me