Skip to content

Instantly share code, notes, and snippets.

@ViliusKraujutis
Created April 26, 2014 08:48
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 ViliusKraujutis/11315121 to your computer and use it in GitHub Desktop.
Save ViliusKraujutis/11315121 to your computer and use it in GitHub Desktop.
Make screenshot from Android device from command line with ADB
#!/bin/sh
adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > adb-screenshot-$(date +%Y%m%d-%H%M%S).png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment