Follow this blog:
RSS
Email Alert

DIY IT Guy

DIY: How to take screenshots from your Android mobile

Takeaway: Jack Wallen answers a question he gets asked a lot: How do I take screenshots on my Android phone?

A common question I get is whether there’s an easy way to take screenshots from an Android phone. The short answer is no.

If you want to take screenshots from an Android device, the device must either be rooted (at which point you can simply download a screenshot app from the Android Market) or you have to install and use the Dalvik Debug Monitor Server (which is a part of the Android Software Developer Kit) onto a desktop computer. The way you do this will depend on your desktop operating system. Follow these steps if you’re using Windows as your desktop:

  1. Download and install the Java JDK on the desktop.
  2. On a Windows machine, make sure to download and install the Android OEM USB Drivers.
  3. Download and install the Android SDK.
  4. Reboot your Windows PC.
  5. Turn on USB debugging on the Android phone (go to Settings | Applications | Development).
  6. Connect the phone to the desktop.
  7. Launch the Dalvik debugger from the SDK by going to the Tools menu or folder.

Note: If you are using Linux as your desktop, you will also have to locate the ID of the smartphone and create a udev rule. These rules go in /etc/udev/rules.d/ and look similar to:

SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666"

When the Dalvik debugger opens, go to Device | Screen Capture, and a new window will open where you can grab your screenshots.

An Android wish list request

This issue always goes on my Android wish list. I’m hoping the Android developers do something in the near future to make this process less of a hassle. Screenshots are important on a number of levels for a variety of user types.

What’s on your Android wish list? Tell us in the discussion.

Ask Jack: If you have a DIY question, email it to me, and I’ll do my best to answer it. (Read guidelines about submitting DIY questions.)

Get IT Tips, news, and reviews delivered directly to your inbox by subscribing to TechRepublic’s free newsletters.

Jack Wallen

About Jack Wallen

A writer for over 12 years, Jack's primary focus is on the Linux operating system and its effects on the open source and non-open source communities.

Jack Wallen

Jack Wallen

Jack Wallen is an award-winning writer for Techrepublic and Linux.com. As an avid promoter/user of the Linux OS, Jack tries to convert as many users to open source as possible. His current favorite flavor of Linux is Bodhi Linux (a melding of Ubuntu and Enlightenment).

When Jack isn't writing about Linux he is hard at work on his other writing career -- writing about zombies, various killers, super heroes, and just about everything else he can manipulate between the folds of reality. You can find Jack's books on Amazon, Barnes & Noble, and Smashwords.

Outnumbered in his house one male to two females and three humans to six felines, Jack maintains his sanity by riding his mountain bike and working on his next books. For more news about Jack Wallen, visit his website Get Jack'd.

18
Comments

Join the conversation!

Follow via:
RSS
Email Alert