Re: [android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-13 Thread TreKing
On Sun, Sep 12, 2010 at 9:54 PM, argon gold  wrote:

> There is a screen capture application for android. Please check it.
>
>
> http://www.androlib.com/android.application.net-srcz-android-screenshot-zEtD.aspx
>

*FOR ROOT DEVICE ONLY*


> Some one comments on this application as
> Absolutely Great, Works fine, Its the easiest way to take ScreenShots on
> your android & used often for our site.
>

Some else comments:
* Doesn't work on my Nexus 1. gets corrupt image
* Empty, black screen captured on rooted motorola droid
* Doesnt work! Lame
* Creates corrupt images on nexus one

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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 from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-12 Thread argon gold
Hi Bryan,

There is a screen capture application for android. Please check it.

http://www.androlib.com/android.application.net-srcz-android-screenshot-zEtD.aspx
Some one comments on this application as
Absolutely Great, Works fine, Its the easiest way to take ScreenShots on
your android & used often for our site.
Regards,
Argongold


On Mon, Sep 13, 2010 at 9:59 AM, Dianne Hackborn wrote:

> You can't do that.
>
> In fact, in the case of live wallpapers, it doesn't make much sense,
> because there is literally nothing behind it.  It is at the bottom of the
> stack of things the user can see.
>
>
> On Sun, Sep 12, 2010 at 5:39 PM, Peter Webb wrote:
>
>> Sorry, you are correct.
>>
>> I still want to gain access to the screen image. My Live Wallpaper
>> could work a lot better if it knew what it was behind. If you can't do
>> it, then you can't do it.
>>
>>
>> On Sep 12, 4:45 pm, Romain Guy  wrote:
>> > This application is just a transparent activity.
>> >
>> >
>> >
>> >
>> >
>> > On Sat, Sep 11, 2010 at 11:39 PM, Peter Webb 
>> wrote:
>> > > Actually, I want to get access to the screen as well.
>> >
>> > > I have a market application called "Steamy Windows" which appears to
>> > > do exactly this. So I am thinking it must be possible ...
>> >
>> > > On Sep 11, 12:06 am, Mark Murphy  wrote:
>> > >> On Fri, Sep 10, 2010 at 9:53 AM, dadada  wrote:
>> > >> > question as above!
>> >
>> > >> This is not supported, for security reasons. There are apparently
>> ways
>> > >> you can get something to work if you root your phone. And, of course,
>> > >> you can do screenshots from outside your phone using DDMS.
>> >
>> > >> --
>> > >> Mark Murphy (a Commons Guy)http://commonsware.com|
>> http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>> >
>> > >> Android Training in London:
>> http://skillsmatter.com/go/os-mobile-server
>> >
>> > > --
>> > > 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 from this group, send email to
>> > > android-developers+unsubscr...@googlegroups.com
>> > > For more options, visit this group at
>> > >http://groups.google.com/group/android-developers?hl=en
>> >
>> > --
>> > Romain Guy
>> > Android framework engineer
>> > romain...@android.com
>> >
>> > Note: please don't send private questions to me, as I don't have time
>> > to provide private support.  All such questions should be posted on
>> > public forums, where I and others can see and answer them- Hide quoted
>> text -
>> >
>> > - Show quoted text -
>>
>> --
>>  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 from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.
>
> --
>  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 from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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 from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-12 Thread Dianne Hackborn
You can't do that.

In fact, in the case of live wallpapers, it doesn't make much sense, because
there is literally nothing behind it.  It is at the bottom of the stack of
things the user can see.

On Sun, Sep 12, 2010 at 5:39 PM, Peter Webb  wrote:

> Sorry, you are correct.
>
> I still want to gain access to the screen image. My Live Wallpaper
> could work a lot better if it knew what it was behind. If you can't do
> it, then you can't do it.
>
>
> On Sep 12, 4:45 pm, Romain Guy  wrote:
> > This application is just a transparent activity.
> >
> >
> >
> >
> >
> > On Sat, Sep 11, 2010 at 11:39 PM, Peter Webb 
> wrote:
> > > Actually, I want to get access to the screen as well.
> >
> > > I have a market application called "Steamy Windows" which appears to
> > > do exactly this. So I am thinking it must be possible ...
> >
> > > On Sep 11, 12:06 am, Mark Murphy  wrote:
> > >> On Fri, Sep 10, 2010 at 9:53 AM, dadada  wrote:
> > >> > question as above!
> >
> > >> This is not supported, for security reasons. There are apparently ways
> > >> you can get something to work if you root your phone. And, of course,
> > >> you can do screenshots from outside your phone using DDMS.
> >
> > >> --
> > >> Mark Murphy (a Commons Guy)http://commonsware.com|
> http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
> >
> > >> Android Training in London:
> http://skillsmatter.com/go/os-mobile-server
> >
> > > --
> > > 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 from this group, send email to
> > > android-developers+unsubscr...@googlegroups.com
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-developers?hl=en
> >
> > --
> > Romain Guy
> > Android framework engineer
> > romain...@android.com
> >
> > Note: please don't send private questions to me, as I don't have time
> > to provide private support.  All such questions should be posted on
> > public forums, where I and others can see and answer them- Hide quoted
> text -
> >
> > - Show quoted text -
>
> --
> 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 from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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 from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-12 Thread Peter Webb
Sorry, you are correct.

I still want to gain access to the screen image. My Live Wallpaper
could work a lot better if it knew what it was behind. If you can't do
it, then you can't do it.


On Sep 12, 4:45 pm, Romain Guy  wrote:
> This application is just a transparent activity.
>
>
>
>
>
> On Sat, Sep 11, 2010 at 11:39 PM, Peter Webb  wrote:
> > Actually, I want to get access to the screen as well.
>
> > I have a market application called "Steamy Windows" which appears to
> > do exactly this. So I am thinking it must be possible ...
>
> > On Sep 11, 12:06 am, Mark Murphy  wrote:
> >> On Fri, Sep 10, 2010 at 9:53 AM, dadada  wrote:
> >> > question as above!
>
> >> This is not supported, for security reasons. There are apparently ways
> >> you can get something to work if you root your phone. And, of course,
> >> you can do screenshots from outside your phone using DDMS.
>
> >> --
> >> Mark Murphy (a Commons 
> >> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> >> Android Training in London:http://skillsmatter.com/go/os-mobile-server
>
> > --
> > 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 from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Romain Guy
> Android framework engineer
> romain...@android.com
>
> Note: please don't send private questions to me, as I don't have time
> to provide private support.  All such questions should be posted on
> public forums, where I and others can see and answer them- Hide quoted text -
>
> - Show quoted text -

-- 
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 from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-11 Thread Romain Guy
This application is just a transparent activity.

On Sat, Sep 11, 2010 at 11:39 PM, Peter Webb  wrote:
> Actually, I want to get access to the screen as well.
>
> I have a market application called "Steamy Windows" which appears to
> do exactly this. So I am thinking it must be possible ...
>
> On Sep 11, 12:06 am, Mark Murphy  wrote:
>> On Fri, Sep 10, 2010 at 9:53 AM, dadada  wrote:
>> > question as above!
>>
>> This is not supported, for security reasons. There are apparently ways
>> you can get something to work if you root your phone. And, of course,
>> you can do screenshots from outside your phone using DDMS.
>>
>> --
>> Mark Murphy (a Commons 
>> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>>
>> Android Training in London:http://skillsmatter.com/go/os-mobile-server
>
> --
> 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 from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

-- 
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 from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-11 Thread Peter Webb
Actually, I want to get access to the screen as well.

I have a market application called "Steamy Windows" which appears to
do exactly this. So I am thinking it must be possible ...

On Sep 11, 12:06 am, Mark Murphy  wrote:
> On Fri, Sep 10, 2010 at 9:53 AM, dadada  wrote:
> > question as above!
>
> This is not supported, for security reasons. There are apparently ways
> you can get something to work if you root your phone. And, of course,
> you can do screenshots from outside your phone using DDMS.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> Android Training in London:http://skillsmatter.com/go/os-mobile-server

-- 
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 from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-11 Thread Sebastián Treu
déjà vu?

-- 
If you want freedom, compile the source.

Sebastián Treu
http://labombiya.com.ar

-- 
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 from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-11 Thread Dianne Hackborn
On Sat, Sep 11, 2010 at 11:51 AM, dadada  wrote:

> then why can iphone support screen shot but android cannot?
>

Android relies on the platform for security, rather than people reviewing
and approving apps, so has much more focus on proactively enforcing
security.

-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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 from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-11 Thread Mark Murphy
On Sat, Sep 11, 2010 at 2:51 PM, dadada  wrote:
> then why can iphone support screen shot but android cannot?

I doubt any Apple employees are on this discussion group, and if they
are, there's a fairly decent chance they will decline to answer your
question.

> does anyone know of a workaround? i just need to capture the part of
> the image that the user is viewing.(after they try to zoom in or
> out).

If this is your activity and your image, you don't need a screenshot
for that. You know what the image is, you know the zoom level and size
-- draw it to a Bitmap-backed Canvas and save the result.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
Available!

-- 
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 from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-11 Thread dadada
then why can iphone support screen shot but android cannot?

does anyone know of a workaround? i just need to capture the part of
the image that the user is viewing.(after they try to zoom in or
out).

thanks!

On Sep 10, 10:06 pm, Mark Murphy  wrote:
> On Fri, Sep 10, 2010 at 9:53 AM, dadada  wrote:
> > question as above!
>
> This is not supported, for security reasons. There are apparently ways
> you can get something to work if you root your phone. And, of course,
> you can do screenshots from outside your phone using DDMS.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> Android Training in London:http://skillsmatter.com/go/os-mobile-server

-- 
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 from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en