This is the CubePilot Herelink fork of QGroundControl.
Also see:
You can install the Herelink QGroundControl-v5 APK manually on your Herelink controller using ADB over USB. Follow the steps below if you're not familiar with sideloading.
Install adb (Android Debug Bridge) if you don't have it already:
- Linux (Debian/Ubuntu):
sudo apt install android-tools-adb - macOS:
brew install android-platform-tools - Windows: Download Android SDK Platform-Tools and extract it. Add the folder to your PATH or run
adbfrom there directly.
- Enable developer mode on the Herelink controller:
Settings->About phone-> TapBuild number7 times. - Then, enable USB debugging in
Settings>Developer options->USB debugging. - Connect the Herelink controller to your computer via USB.
- Download the latest APK from the Releases page.
- Install the APK:
If a previous (sideloaded) version is already installed, use the
adb install QGroundControl-v5.0.8.1-herelink.apk-rflag to replace it:adb install -r QGroundControl-v5.0.8.1-herelink.apk