You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,22 +20,31 @@ Also see:
20
20
21
21
## Sideloading via ADB
22
22
23
-
First, install `adb` (Android Debug Bridge) if you don't have it already:
23
+
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.
24
+
25
+
### Install ADB
26
+
27
+
Install `adb` (Android Debug Bridge) if you don't have it already:
-**Windows:** Download [Android SDK Platform-Tools](https://developer.android.com/tools/releases/platform-tools) and extract it. Add the folder to your PATH or run `adb` from there directly.
28
32
29
-
To install the Herelink QGroundControl-v5 APK manually on your Herelink controller:
33
+
### Enable USB debugging
34
+
35
+
1. Enable developer mode on the Herelink controller: `Settings` -> `About phone` -> Tap `Build number` 7 times.
36
+
2. Then, enable USB debugging in `Settings` > `Developer options` -> `USB debugging`.
37
+
3. Connect the Herelink controller to your computer via USB.
38
+
39
+
### Install the APK
30
40
31
41
1. Download the latest APK from the [Releases](https://github.com/CubePilot/qgroundcontrol-herelink/releases) page.
32
-
2. Connect the Herelink controller to your computer via USB.
33
-
3. Enable developer mode on the Herelink controller (tap the build number 7 times in Settings > About).
34
-
4. Install the APK:
42
+
2. Install the APK:
35
43
```
36
44
adb install QGroundControl-v5.0.8.1-herelink.apk
37
45
```
38
46
If a previous (sideloaded) version is already installed, use the `-r` flag to replace it:
0 commit comments