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 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 to get the structure of the
> Intent you will need to supply to indicate what activity to start.
>
> I don't think you can stop an activity this way, though.
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy
>
> Android Training...At Your Office:http://commonsware.com/training

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