0

I'm ok using monkey command on the emulator but is it possible to launch it on a phone i'm using for debug?

Sephy
  • 50,022
  • 30
  • 123
  • 131
  • nvm found the answer myself, i just need to launch the monkey using the -s option and passing the serial of the device (got it from the "adb devices" command) like that -s serial shell – Sephy Apr 30 '10 at 12:39
  • Post your comment as an answer and mark it accepted. – Alex Volovoy Apr 30 '10 at 13:21

1 Answers1

1

i just need to launch the monkey using the -s option and passing the serial of the device (got it from the "adb devices" command) like that -s serial shell

Sephy
  • 50,022
  • 30
  • 123
  • 131
  • I started my app via the debugger in eclipse, logged it in, disabled the logout button and ran this command: caspar@caspars-macbook-pro~/Documents/android-sdk-mac_86/platform-tools: ./adb shell monkey -p com.soliant.android -v 5000 – Caspar Harmer May 15 '11 at 22:02