Skip to content

Instantly share code, notes, and snippets.

@esutton
Created September 20, 2022 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esutton/28dd84957e5e83fef0349b153edfaf45 to your computer and use it in GitHub Desktop.
Save esutton/28dd84957e5e83fef0349b153edfaf45 to your computer and use it in GitHub Desktop.
Android adb
# Get Bluetooth MAC address
adb shell settings get secure bluetooth_address
# Grab a screenshot
adb exec-out screencap -p > image.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment