Created
September 20, 2022 21:43
-
-
Save esutton/28dd84957e5e83fef0349b153edfaf45 to your computer and use it in GitHub Desktop.
Android adb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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