| Line 6: |
Line 6: |
| | | | |
| | Google's ADB tool can be downloaded from the links below: | | Google's ADB tool can be downloaded from the links below: |
| − | (Click the fading zone below to expand)
| |
| | * Windows - [https://dl.google.com/android/repository/platform-tools-latest-windows.zip https://dl.google.com/android/repository/platform-tools-latest-windows.zip] | | * Windows - [https://dl.google.com/android/repository/platform-tools-latest-windows.zip https://dl.google.com/android/repository/platform-tools-latest-windows.zip] |
| | * Linux - [https://dl.google.com/android/repository/platform-tools-latest-linux.zip https://dl.google.com/android/repository/platform-tools-latest-linux.zip] | | * Linux - [https://dl.google.com/android/repository/platform-tools-latest-linux.zip https://dl.google.com/android/repository/platform-tools-latest-linux.zip] |
| Line 13: |
Line 12: |
| | For instructions on configuring your device to connect via adb please see the following information: | | For instructions on configuring your device to connect via adb please see the following information: |
| | | | |
| − | [https://developer.android.com/studio/command-line/adb.html | https://developer.android.com/tools/adb] | + | [https://developer.android.com/studio/command-line/adb.html https://developer.android.com/tools/adb] |
| | | | |
| | Once you have a working adb connection, you need to run the following command from the command line/terminal on your computer: | | Once you have a working adb connection, you need to run the following command from the command line/terminal on your computer: |
| | | | |
| | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> |
| − | adb install --bypass-low-target-sdk-block FILENAME.apk | + | adb install --bypass-low-target-sdk-block MacroDroidHelper.apk |
| | </pre> | | </pre> |
| | | | |
| − | where FILENAME.apk is the filename of the helper apk you should download to whatever you are running adb commands from.
| |
| | Remember to allow all permissions when starting the helper app else it might not work properly. | | Remember to allow all permissions when starting the helper app else it might not work properly. |