How to take a screenshot with the Sony Xperia Z2

  • Replies:1
  • Stickied
Kris Carlon
  • Forum posts: 1,110

May 21, 2014, 6:08:18 PM via Website

Taking a screenshot with almost any Sony Xperia device is the same technique:

  • Find the screen you want a screenshot of...
  • Press and hold the Power button and Volume Down button simultaneously until you see the screen flash.
  • Your screenshot will be saved to your Gallery app in a Screenshots folder.

Hey Presto!

image

Follow Kris on Google+ and Twitter / Forum Rules - Recommended for new AndroidPIT members! / Important to all community members: please read before posting

Reply
biunsan
  • Forum posts: 15

Sep 27, 2019, 6:59:25 PM via Website

You can also do this using a computer and adb.
Something like this:

$ ./adb connect 192.168.1.100
* daemon not running; starting now at tcp:5037
* daemon started successfully
connected to 192.168.1.100:5555
$ ./adb exec-out screencap -p > /Users/vladimir/Desktop/image.png

Reply