5

Possible Duplicate:
How to take a screenshot with an Android phone?

How to print screen my application in android phone?

kyle
  • 597
  • 5
  • 11
  • 15

8 Answers8

8

You can use an app called ShootMe from the Market to do this easily (requires root). You can also use the Android SDK to do it without root, but you have to be connected to your computer.

Matthew Read
  • 50,567
  • 30
  • 145
  • 273
7

in the android sdk is a tool called DDMS, it will allow you to take screenshots. theres also apps on the market that can do this, but I think they require root.

Ryan Conrad
  • 22,673
  • 9
  • 58
  • 81
6

If you have a Samsung Galaxy S, press the back key and keep it pressed, and then press the home key and release them both.

This will take a screenshot.

It works without rooting, without external applications, and even if the screen is locked.

Nathan Fellman
  • 5,464
  • 19
  • 56
  • 78
1

Ice Cream Sandwich has this built in, I believe. On my Galaxy Nexus, I hold down Power + Volume-Down, no matter what's on the screen. (It can even be at the lock screen.)

Eric Mill
  • 546
  • 3
  • 5
  • Unfortunately this does not work for me on a generic 7inch tablet (DGM T-703) with ICS (Android 4.0.3) – MrWhite May 17 '12 at 09:22
1

In Cyanogenmod (7) you can press the power button to get to menu. There you can choose to take a screenshot. The screenshot is taken and it goes to same folder as photos taken by camera.

Aminda
  • 111
  • 2
1

For a Samsung Galaxy Y press the menu button and the power button at the same time to take a screen shot.

eldarerathis
  • 36,787
  • 16
  • 144
  • 175
fyodor
  • 11
  • 1
0

For Samsung Galaxy FIT press Home + Power at the same time and release. The image will save in Gallery->screenCapture.

eldarerathis
  • 36,787
  • 16
  • 144
  • 175
Deeps
  • 1
0

I prefer the app AndroSS. It requires root access. It's options include:

  • Choose between .png and two different compressions of .jpg
  • Choose whether you want to use the hardware camera button or shake the phone in order to take screenshots
  • Choose how you want to be notified that the screenshot was taken (toast popup, sound, or vibrate)
  • Choose whether you want it to remain active until you manually disable it or if it should disable itself after one screenshot.
newuser
  • 2,734
  • 1
  • 23
  • 32