Here's another tip using the great libimobiledevice library http://www.libimobiledevice.org/, originally built to manage iOS devices on Linux.
Taking app screenshots is a bit of a pain. We tend to do the following:
Using this method you can type a Terminal command, and have the screen appear directly on your computer. Much easier.
- Run the app
- Press Home+Power together to take a photo,
- Go to the photo library
- Find the photos
- Email them to ourselves.
Using this method you can type a Terminal command, and have the screen appear directly on your computer. Much easier.
Here's how:
- Grab the libimobiledevice binary for Mac OS X from my github account athttps://github.com/benvium/libimobiledevice-macosx/zipball/master
- Follow the install instructions here:
https://github.com/benvium/libimobiledevice-macosx/blob/master/README.md
Connect your device, open up Terminal.app and type:
idevicescreenshot
It'll save a .TIFF file to the current directory. Easy!