How to take screenshots of an Android Phone

Unlike other popular phones Android based phones do not have a simple option to take a screenshot or picture of what is on the phones screen.

There are some utilities which claim to add this feature to the phone, however they require you to ‘root’ your phone. This may not be an option for everyone, as it may void you phone warranty, mobile phone contract or corporate phone policy.

Fortunately you are able to do this using the Android development kit.

The following process details how to install the Android development kid and then take a screenshot of an Android based phone.

Please Note: The process has been developed using an HTC Wildfire, some menus and options may be slightly different if using a different phone model.

  1. Download and install the latest JDK – http://www.oracle.com/technetwork/java/javase/downloads/index.html
  2. AndroidScreenS-1
  3. Download and install the latest Android SDK for Windows from http://developer.android.com/sdk/index.html
  4. AndroidScreenS-2
  5. On the HTC mobile phone, press the ‘Menu’button
    1. Select ‘Settings’
    2. Select ‘Applications’
    3. Select ‘Development’
    4. Check ‘USB Debugging’
    5. Select ‘OK’
  6. Plug the HTC mobile phone into the desktop computer using the provided USB cable.
  7. A new window will appear, prompting you to install the required driver. Select the ‘Click to download the new driver from the HTC Corporation website’ option.
  8. AndroidScreenS-3
  9. On the website, click on the ‘Download’ link for ‘MY TOUCH 4G TETHERING DRIVER’
    1. Link: http://www.htc.com/us/support/t-mobile-mytouch-4g/downloads/
    2. AndroidScreenS-4
  10. Install the downloaded file
  11. Unplug the USB cable and plug it in again (this will complete the installation of the USB drivers)
  12. Browse to the folder for your Windows version
    1. Windows 7 86-bit: C:\Program Files\Android\android-sdktools
    2. Windows 7 64-bit: C:\Program Files (x86)\Android\android-sdktools
  13. Run ‘ddms.bat’
  14. You will see your Android device in the left hand list
  15. Select the phone
  16. Select the ‘Device’ menu then select ‘Screen capture’
  17. AndroidScreenS-5
  18. To take the screenshots:
    1. Use the HTC phone as usual,
    2. When you need to take a screenshot
    3. Press the ‘Refresh’ button
    4. Then press the ‘Copy’ button to take the screenshot or ‘Save’ to save the screenshot as a jpg file
  19. When finished:
    1. Press the ‘Done’ button
    2. And close the ‘Dalvik Debug Monitor’ window
    3. On the HTC phone, disable the ‘USB Debugging’ option
    4. Select ‘Settings’
    5. Select ‘Applications’
    6. Select ‘Development’
    7. Un-check ‘USB Debugging’

AndroidScreenS-6