Extension Icon

Android Debug Bridge (Adb) Commands

Run useful adb commands
AvatarQuentin Dommerc
193 Installs
OverviewCommandsVersion History

Versions13

Add restart ADB command - May 1, 2024

  • Add restart adb command, disabled by default

Add change animation scale command - May 1, 2024

  • Add change animation scale command, disabled by default

Get the current activity - April 17, 2024

  • Get the current activity name and put it in your clipboard

Add preference for Android Sdk - February 23, 2024

  • Add preference to set Android Sdk path

App id commands - February 20, 2024

  • Add clear-app-data command to clear cache and files for an appId
  • Add force-stop command to force-stop an app (doesn't save state)
  • Add soft-kill command to soft-kill an app (saves state)

Crash fixes - February 20, 2024

  • Fix missing device.
  • Fix multiple devices connected (it'll use the first device for now).
  • Fix open-url command due to url with params.
  • Add regex testing for open-url command to reject non-valid format.
  • Add max/min density. If user input a greater/lower value, it'll be maxed/mined out.

Fix wifi/airplane commands - February 14, 2024

  • Fix wifi, airplane commands. There was a problem fixing merge conflicts disregarding the usage of new toggle value.

Fix wifi/airplane commands - February 13, 2024

  • Fix wifi, airplane commands. ADB requires these commands to receive specific enable/disable arguments to be fully compatible.

Add toggle layout bounds command - February 13, 2024

  • Add toggle layout bounds command, disabled by default
  • Change wifi, airplane, dark mode commands to toggle instead of taking arguments to enable/disable.

Add open device developer settings - February 13, 2024

  • Add open developer settings to open the locale developer settings
  • Disable adb-display-size by default, since it's less used

Add font/display sizes commands - June 13, 2023

  • Add display density to control display density (values from 0.5 to 3.0)
  • Add font size to control font sizes (vales from 0.5 to 3.0)
  • Add large display and font to set display density and font size to maximum
  • Add reset display and font to reset the values to default
  • Change extension name to include Android in order to improve discoverability of the extension

ADB error fix - June 8, 2023

  • Check if adb exists before executing command

Initial Version - June 2, 2023

  • Added multiple commands:
  • airplane to toggle on/off the airplane mode
  • dark-mode to toggle on/off/auto the dark mode
  • open locale settings to open the locale settings
  • open url to open url such as deeplinks or other links
  • screenshots to take a screenshot, save it and put it on your clipboard
  • wifi to toggle on/off the wifi
  • write to write a text (like on an input)