How to Capture Screenshot on Android Phones

May 4, 2010 · 0 comments

If you own an Android based mobile phone and you want to take the screenshot (screen capture) on it, this is step by steps tutorials to capture screen shots on your Android phone in Windows. follow the steps.

android settigs

  • Then go to Applications > Development and enable USB debugging by placing the check box in front of it

android usb debugging

  • Next, you have to download the SDK from Here. select the Windows version and save the file.

SDK windows

  • After downloading the file(which is not huge file but can take sometime on a slow internet connection), unzip it on your hard drive on a location that you will remember
  • Now, download the JDK (Java Developer Kit). Don’t be confused by the number of different files that are available to download on that page, the one you will need is Java SE Development Kit (JDK).

JDK

  • Now run the JDK installation and install it complete.
  • Next, plugin your android phone
  • Locate the folder you extracted the Android SDK in (on 5th step above), open the Tools folder and double-click ddms.bat (it might be titled just ddms if you don’t show extensions)

sdk2

  • The first time (only first time of using it) you open the Android SDK DDMS, you will be prompted with a window asking if you are willing to send usage statistics to Google. Click the Proceed button to finish opening DDMS

first time

  • The Dalvik Debug Monitor will open. Make sure your device is listed in the upper-left window, and select it by clicking on it once

dalvik

  • Select Device > Screen capture to take a screen shot

android save

  • The Device Screen Capture window will open, and display whatever is being displayed on your Android phone

android screen

  • Navigate to the screen that you want to capture
  • Back in the Device Screen Capture window, click the Refresh button

refresh

  • The screen you want to capture (again, the one you navigated to on your Android phone) should appear. Click the Save button
  • Choose a name for your screenshot, then select a location to save the file. Click the Save button and you are done

save

  • Repeat steps from 14 to take more screen shots

So this is an easy method (looks a bit long but does not take much time) on how you can capture screenshots on your Android based mobile phone.

Related Posts

Enter your email below to receive future updates from PakBlogger

Leave a Comment