Inovato Quadra · convert
Already have a Quadra running HamClock? One script repoints it at hamclock.com and pulls the latest frontend — no reflashing, no rebuilding, nothing erased.
Inovato Quadras ship with HamClock pre-installed, pointed at the old Clear Sky Institute server. With that server gone, your Quadra's display may have frozen or stopped updating. This script finds your existing install, repoints every launcher at hamclock.com, and offers to relaunch HamClock so it saves the new backend and updates itself.
Open a terminal on your Quadra (Ctrl+Alt+T) and run these three lines:
$ curl -OL https://hamclock.com/convert-inovato
$ chmod u+x convert-inovato
$ ./convert-inovatoAnswer y to proceed. When it offers to launch HamClock, say yes — and when HamClock offers a frontend update on screen, accept it and let it finish. Reboot when it's done.
~/.hamclock and any launcher it edits.hamclock.com:80 (it only touches the lines that actually start HamClock — never anything else).You don't need the script at all. The core of the change is one flag. Right-click your HamClock desktop icon → Properties → Desktop Entry, and set the command to:
/usr/local/bin/hamclock -b hamclock.com:80Launch it, accept the on-screen update, and your Quadra is converted. The script just does this for every launcher at once and backs things up along the way.
Running HamClock on the Inovato Quadra was pioneered by the wider ham community — with thanks to those who documented the way. This conversion script is original work by W4BAE.