Changes

no edit summary
Line 11: Line 11:  
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;">
 
adb install --bypass-low-target-sdk-block FILENAME.apk
 
adb install --bypass-low-target-sdk-block FILENAME.apk
 +
</pre>
    
where FILENAME.apk is the filename of the helper apk you should download to whatever you are running adb commands from.
 
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.