LG Update Blocker stops the "a new software version is available" popup that webOS shows on every boot, without touching the firmware itself.

Blocking the update servers alone does not do it: the updater asks LG about new firmware around 20 seconds before the Homebrew Channel gets to run its boot hooks, so on a CX the check succeeds every time and the popup is already up. Nothing running that late can win that race, so this app removes it instead - it takes the updater off the bus entirely, and the check never happens.

It applies up to six reversible layers and re-applies them on every boot through a Homebrew Channel startup hook:

Requires root and the Homebrew Channel: the app asks the Homebrew Channel to elevate its own service on first launch. "Remove protection" undoes everything, including putting the updater back on the bus.

While the updater layer is on, expect the Software Update screen in Settings to show an error - it queries the service that is now gone.