Commit Graph

7 Commits

Author SHA1 Message Date
Bill Napier
f94816017e Add getvar and listvar commands to monkey to allow inspection of properties on the device. 2009-08-17 11:20:15 -07:00
Bill Napier
9d8557c4b3 Squashed commit of the following:
commit d36aba1463cf8dca9dea7b4e436a71c6821f341a
Author: Bill Napier <napier@google.com>
Date:   Tue Aug 11 16:36:07 2009 -0700

    Change disconnect to be the same as if the user had issued a done command.

commit 4ab3ef149e815188105e10febd5a00ee5d0574fc
Author: Bill Napier <napier@google.com>
Date:   Tue Aug 11 16:31:16 2009 -0700

    Add "done" command to allow multiple sessions.
2009-08-12 09:31:33 -07:00
Bill Napier
3faef17986 Add "type" command to allow strings to be more easily typed. 2009-08-11 16:07:38 -07:00
Bill Napier
bdc2220af4 Add press/tap and also a command queue for returning multiple events. 2009-08-10 20:50:30 -07:00
Bill Napier
ad90429149 Add "wake" command to wake device up. Run wake command at first connection. 2009-08-10 13:27:32 -07:00
Bill Napier
0b1f5a9484 Update monkey network readme. 2009-08-10 09:56:08 -07:00
Bill Napier
a68dbdb1c3 Added in simple command scripting to monkey over a TCP socket.
This allows a host program to talk to the monkey over TCP (via adb) and script up specific commands to run.
2009-08-07 11:34:12 -07:00