Actually, I want to have mobile application running in background. And, I
have a java application running on desktop, which will send commands through
socket. And, the device application will perform the required UI action.

e.g. touch/click on coordinates x, y

I want to perform UI action on screen regardless whatever on screen. Is it
possible without SDK? If not, then is MonkeyRunner is enough for it?


Thanks



On Fri, Jun 10, 2011 at 6:35 PM, Pepijn Van Eeckhoudt <
pep...@vaneeckhoudt.net> wrote:

> If you're trying to test your own application code you can do this via the
> Instrumentation API.
>
> Pepijn
>
>
> On 10/06/2011 14:34, Mark Murphy wrote:
>
>> On Thu, Jun 9, 2011 at 3:41 AM, gorav<techi...@gmail.com>  wrote:
>>
>>> I want to simulate keyboard events, touch events on screen. And, I
>>> don;t want to have dependency on Android SDK. i.e. I want to deploy
>>> apk file on device, which can fire some events.
>>>
>> Fortunately, this is impossible, as it would be a massive security flaw.
>>
>>
> --
> 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
>



-- 
Be the change U want to see in the world...

-- 
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

Reply via email to