For the complete documentation index, see llms.txt. This page is also available as Markdown.

Execute ADB

Run an ADB command targeting the device and save the result into a variable.

Execute ADB is an action that runs an ADB command targeting the controlled device and saves the returned result into a variable. Enter the command without the prefix adb -s [serial] — the system automatically adds the controlled device.

🎥 Watch the tutorial video: Here.

Explanation of configuration parameters:

  • Script: The ADB command to run (without adb -s [serial]), for example get-serialno or shell pm list packages.

  • Output Variable Name: The name of the variable to store the result returned from the command, for example deviceNo.

Last updated

Was this helpful?