Contents

Suunto Ambit and Linux

Contents

Just copying instructions from https://debian-facile.org/viewtopic.php?id=29025 in case this case falls down

Prerequisites :

Watch with R/W for everyone:

1
2
sudo wget https://raw.githubusercontent.com/openambitproject/openambit/master/src/libambit/libambit.rules -O /etc/udev/rules.d/libambit.rules
sudo udevadm control --reload-rules && udevadm trigger

32-bit Wine prefix:

1
export WINEARCH="win32"

Install .NET 4.5.2:

1
winetricks dotnet452

Windows 7 mode:

1
winetricks win7

Disable SDL detection in Wine (otherwise, watch isn’t detected):

1
wine reg add 'HKLM\System\CurrentControlSet\Services\WineBus' /v 'Enable SDL' /t REG_DWORD /d 0 /f

Download and install Suuntolink:

1
2
wget -P ~/.wine/drive_c/ https://suuntolink.static.movescount.com/Suuntolink_installer.exe
wine ~/.wine/drive_c/Suuntolink_installer.exe

In case of a bug, just restart Wine:

1
wineserver -k