A cross-platform app using JetBrains Compose to view and control the Arcadyan KVD21, Sagemcom Fast 5688W, and Nokia 5G21 T-Mobile Home Internet gateways.
Check the Releases page for binaries.
The Android version is available on the Google Play Store,
Alternatively, you can download android-release.apk
and install it.
The iOS version is available on TestFlight.
Alternatively, you can download Hint.Control.ipa
and use something like Sideloadly or AltStore to install it.
Download the .zip ending in windows-amd64
.
Native ARM64 Windows builds aren't currently available.
- On Intel Macs, download the .zip ending in
mac-amd64
. - On Apple Silicon Macs, download the .zip ending in
mac-aarch64
.
Extract the downloaded ZIP, then right-click the .app file and choose "Open". The first try will likely result in an error. Close the error dialog and try again and you should see a dialog with an "Open" button show up.
- On Debian-based systems, download the
.deb
file. - On other Linux distros, download the
.tar.gz
file.
Native ARM64 binaries for Linux aren't currently available.
HINT Control makes use of Conveyor to create binaries for different desktop platforms.
Conveyor can build for Windows and Linux from any host OS, but macOS is required to build for macOS.
- To build, first download and install Conveyor from the link above.
- Next, open a terminal to the project's root directory.
- Run
./gradlew :desktop:build
(.\gradlew.bat :desktop:build
on Windows). - Run the following command based on your target system.
4.1. Windows:conveyor make windows-zip
.
4.2. Debian:conveyor make debian-package
.
4.3. Linux:conveyor make linux-tarball
.
4.4. Intel Macs:conveyor -Kapp.machines=mac.amd64 make unnotarized-mac-zip
.
4.5. Apple Silicon Macs:conveyor -Kapp.machines=mac.arm64 make unnotarized-mac-zip
. - Check the
output
folder in the root of the project for the binary.
- Open the project in Android Studio.
- Build the APK or run the Android configuration with your device plugged in.
- Open
iosApp/iosApp.xcworkspace
in Xcode. - Open the "Product" menu, choose "Destination", and select "Any iOS Device (arm64)".
- Open the "Product" menu again and select "Archive".
- Once the build completes, a new window will open listing the newly-created archive.
- Right click the archive and select "Show in Finder".
- Right click the highlighted file in Finder and select "Show Package Contents".
- Go to
Products/Applications
and create a new folder calledPayload
. - Drag
HINT Control.app
into thePayload
folder. - Right click
Payload
and choose "Compress". - Change the resulting .zip file extension to .ipa.
- Open
iosApp/iosApp.xcworkspace
in Xcode. - Choose your target device in the top of the window.
- Press the "Play" button to the left.
HINT Control uses Bugsnag for error reporting.