Search code examples
androidmonkeyrunner

Use MonkeyRunner in an Android App?


Possible Duplicate:
Setup MonkeyRunner on Android

I need to be able to execute Android input events such as touch, multi touch, drag, etc. from an external source such as a Bluetooth device. I came across MonkeyRunner but I am not completely clear on how or if it would be useful to me. Would it be possible to run MonkeyRunner commands from Bluetooth input to simulate touch input?

If not MonkeyRunner, is there some other API that would prove useful for my needs?

Thanks!


Solution

  • I need to be able to execute Android input events such as touch, multi touch, drag, etc. from an external source such as a Bluetooth device.

    This is not possible, except via firmware modifications or possibly a rooted device.

    Would it be possible to run MonkeyRunner commands from Bluetooth input to simulate touch input?

    No.

    If not MonkeyRunner, is there some other API that would prove useful for my needs?

    No.