[android-developers] Re: apps

2008-09-12 Thread Malcolm Reynolds
On Fri, Sep 12, 2008 at 4:31 AM, beflok <[EMAIL PROTECTED]> wrote: > > hmm... is there any way around this? is there a way to make an > executable into a java script? > There are no ways to run native windows code on mobile Java devices. Unless you count writing an interpreter/emulator along the

[android-developers] Re: Ways to capture the content of the screen / inject keypresses?

2008-09-12 Thread Malcolm Reynolds
On Thu, Sep 11, 2008 at 11:03 PM, hackbod <[EMAIL PROTECTED]> wrote: > > For security reasons, applications are not allowed to get screen shots > of the display or inject key events in to other applications. > Obviously I understand the security implications that an application like this would ha

[android-developers] Ways to capture the content of the screen / inject keypresses?

2008-09-11 Thread Malcolm Reynolds
Hello all, I hope this isn't a stupid question, but I've looked through the API reference and can't seem to find what I'm looking for.. Basically I am wondering if there is any way to, from a background application, save the current contents of the screen as a Bitmap, and if there is a way to in