[android-developers] Re: Headless emulator

2010-10-06 Thread kypriakos
I guess I can always adb shell and then kill the process number manually. Not sure about what you are suggesting below but it may be something worth trying - thanks. On Oct 5, 2:23 pm, Chris Stratton cs07...@gmail.com wrote: On Oct 4, 5:01 pm, Mark Murphy mmur...@commonsware.com wrote: On

[android-developers] Re: Headless emulator

2010-10-05 Thread kypriakos
Good info - thanks Diego On Oct 4, 4:56 pm, Diego Torres Milano dtmil...@gmail.com wrote: This post may contain useful information:http://stackoverflow.com/questions/2461988/automated-testing-in-andro... On Oct 4, 12:40 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Oct 4, 2010 at

[android-developers] Re: Headless emulator

2010-10-05 Thread Chris Stratton
On Oct 4, 5:01 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Oct 4, 2010 at 4:52 PM, kypriakos demet...@ece.neu.edu wrote: Is there a way to start and stop an app remotely (through the adb) without needing to install/uninstall each time? adb shell am start will start an activity.

[android-developers] Re: Headless emulator

2010-10-05 Thread kypriakos
Good command thanks Mark - it works well. Is there a graceful way to shutdown remote headless emulators or is the kill command the only easy way out? On Oct 4, 5:01 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Oct 4, 2010 at 4:52 PM, kypriakos demet...@ece.neu.edu wrote: Is there a

[android-developers] Re: Headless emulator

2010-10-05 Thread kypriakos
Good command thanks Mark - it works well. Is there a graceful way to shutdown remote headless emulators or is the kill command the only easy way out? On Oct 4, 5:01 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Oct 4, 2010 at 4:52 PM, kypriakos demet...@ece.neu.edu wrote: Is there a

[android-developers] Re: Headless emulator

2010-10-04 Thread kypriakos
Yes it can be done! And that's what I need for. I was able to run it remotely using the no-window option so thanks very much Mark. Is there a way to start and stop an app remotely (through the adb) without needing to install/uninstall each time? Or is this what the Run button in Eclipse's DDMS

[android-developers] Re: Headless emulator

2010-10-04 Thread Diego Torres Milano
This post may contain useful information: http://stackoverflow.com/questions/2461988/automated-testing-in-android-development On Oct 4, 12:40 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Oct 4, 2010 at 12:35 PM, kypriakos demet...@ece.neu.edu wrote: I didn't find much on this

Re: [android-developers] Re: Headless emulator

2010-10-04 Thread Mark Murphy
On Mon, Oct 4, 2010 at 4:52 PM, kypriakos demet...@ece.neu.edu wrote: Is there a way to start and stop an app remotely (through the adb) without needing to install/uninstall each time? adb shell am start will start an activity. Run that command as written in a terminal window or command prompt