⬆ Level up
ADB hack
What is this?
I think it is not necessary to reinvent the wheel here. If you're insterested to learn more, there are already many manuals out on how to install ADB on your computer. So I'll just link you to those.
For more information have a look at https://developer.android.com/tools/adb.
- Download some a version of ADB. e.g. from https://dl.google.com/android/repository/platform-tools-latest-windows.zip
- Extract the zip file to a folder.
- Activate USB debugging on your device (https://www.lifewire.com/enable-usb-debugging-android-4690927)
- Trust the computer when prompted.
- Open a command prompt to where the adb executable file is located and execute this command:
adb shell pm grant com.jens.automation2 android.permission.WRITE_SECURE_SETTINGS
Now Automation should detect that it has the WRITE_SECURE_SETTINGS permission.