Difference between revisions of "Installing Universal Helper on Android 14+"

Line 2: Line 2:
 
(Click the fading zone below to expand)
 
(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]
+
* Linux - [https://dl.google.com/android/repository/platform-tools-latest-linux.zip https://dl.google.com/android/repository/platform-tools-latest-linux.zip]
* Mac - [https://dl.google.com/android/repository/platform-tools-latest-darwin.zip]
+
* Mac - [https://dl.google.com/android/repository/platform-tools-latest-darwin.zip https://dl.google.com/android/repository/platform-tools-latest-darwin.zip]
  
 
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:

Revision as of 13:53, 12 August 2024

In order to do this you will need a Windows/Linux based PC or a Mac plus Google's ADB tool which can be downloaded from the links below: (Click the fading zone below to expand)

For instructions on configuring your device to connect via adb please see the following information:

[1]

Once you have a working adb connection, you need to run the following command from the command line/terminal on your computer:

adb install --bypass-low-target-sdk-block FILENAME.apk

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.