Skip to content

Instantly share code, notes, and snippets.

@zhaiduo
Created May 7, 2019 01:06
Show Gist options
  • Save zhaiduo/4f7c0d9564bd4e95f84ea36a04892f0f to your computer and use it in GitHub Desktop.
Save zhaiduo/4f7c0d9564bd4e95f84ea36a04892f0f to your computer and use it in GitHub Desktop.
adb check android mac address
adb -s deviceID shell ip addr show wlan0 | grep 'link/ether '| cut -d' ' -f6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment