I was wondering if there is a way to take a screenshot of the current screen inside the mobile phone using a service (I know how to do it through DDMS though)

link|improve this question

So you want another method other than using DDMS? – o.k.w Nov 11 '09 at 0:21
Yeah... I was thinking of something like a screenshot button like on computers... Just dumps a screenshot onto the SDCard or something... – Legend Nov 11 '09 at 0:59
feedback

2 Answers

up vote 2 down vote accepted

Not without root access.

link|improve this answer
Oh... that is interesting... How would I do that with root access? I can at least try it out on the emulator... – Legend Nov 11 '09 at 1:01
Since it requires root access, the answer won't be in the SDK. I would look at Linux system utilities that the device has installed, and figure out what command line string to execute on the device. – Klondike Nov 11 '09 at 21:13
1  
I don't have any source that does this sorry, Koushik Dutta made an application I believed he used a hack in the source to trigger the same mechanism that DDMS uses to take it's screen shots.. he has a page up about the app, you will probably find a lot more information on xda developers (android development forum section). Here is the link I was talking about: koushikdutta.com/2008/11/android-screenshot-application.html – Quintin Robinson Nov 12 '09 at 2:31
Looks cool... Thanks... I will dig through the code... Thank You – Legend Nov 12 '09 at 13:47
feedback

Just for encouragement I would like to say that on Android Developer Challenge 2 there is an application called 'drocap' that does exactly this - takes screenshots on the phone. This is running on my stock european Hero, so no root access required.

But I have no idea how it works. So - keep looking ;)

link|improve this answer
Could you point me to the source of this app? Or do they even have their source out there? – Legend Nov 13 '09 at 19:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.