[android-developers] Screen Shot

2011-11-03 Thread lbendlin
On a rooted device you can cat /dev/graphics/fb0 and then convert one of the two raw bitmaps to whatever format you need -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Screen Shot

2011-11-03 Thread Just Another Android User
What do you mean by taking a screen-shot. Do you mean that you want to create the Application that does it? Please let me know. On Thu, Nov 3, 2011 at 3:58 AM, lbendlin l...@bendlin.us wrote: On a rooted device you can cat /dev/graphics/fb0 and then convert one of the two raw bitmaps to

Re: [android-developers] Screen Shot

2011-11-02 Thread King Sun
Android source code has some interface, by one service called SurfaceFlinger. You can see it in surfaceflinger/ISurfaceComposer.h. On Nov 1, 2011 2:12 AM, vins vinaayak...@gmail.com wrote: Anybody know how to take a screen shot of current screen using app and to save that in a sd card --

Re: [android-developers] Screen Shot

2011-11-02 Thread nageswara rao rajana
Tell me you device details On Thu, Nov 3, 2011 at 7:54 AM, King Sun g.king@gmail.com wrote: Android source code has some interface, by one service called SurfaceFlinger. You can see it in surfaceflinger/ISurfaceComposer.h. On Nov 1, 2011 2:12 AM, vins vinaayak...@gmail.com

[android-developers] Screen Shot

2011-10-31 Thread vins
Anybody know how to take a screen shot of current screen using app and to save that in a sd card -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

Re: [android-developers] Screen Shot

2011-10-31 Thread Mark Murphy
This is not supported by Android, sorry. On Fri, Oct 28, 2011 at 11:46 AM, vins vinaayak...@gmail.com wrote: Anybody know how to take a screen shot of current screen using app and to save that in a sd card -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Screen Shot

2011-10-31 Thread Robert Slama
if u have handset connected to computer u ca use ddms r^ On 28 October 2011 16:46, vins vinaayak...@gmail.com wrote: Anybody know how to take a screen shot of current screen using app and to save that in a sd card -- You received this message because you are subscribed to the Google

[android-developers] Screen Shot Capture Timing!!!

2011-08-04 Thread Sebastian Tomaszewski
Hello All, I have a little dilema with the Timing on one of my Screen Capture applications: 1. Currenlty I am using the following code in oroder to capture the SCREEN SHOT of the device: v1 = linView.getRootView(); v1.setDrawingCacheEnabled(*true*); bmp = v1.getDrawingCache(); Which gives the

[android-developers] Screen shot of the canvas screen

2010-10-05 Thread Muthu Kumar K.
Hi All, I have the canvas in specific area in my application. I want to take screen shot of the canvas area. How can get the screen shot? Kindly help me. Thanks in Advance, Muthu Kumar K. -- You received this message because you are subscribed to the Google Groups Android Developers group. To