Skip to content

Instantly share code, notes, and snippets.

@abiank
Created October 22, 2012 20:18
Show Gist options
  • Save abiank/3933850 to your computer and use it in GitHub Desktop.
Save abiank/3933850 to your computer and use it in GitHub Desktop.
adb screenshot
../android-sdk-linux/platform-tools/adb pull /dev/graphics/fb0 fb0
dd bs=1920 count=800 if=fb0 of=fb0b
ffmpeg -vframes 1 -vcodec rawvideo -f rawvideo -pix_fmt rgb565 -s 480x800 -i fb0 -f image2 -vcodec png image.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment