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 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.
>
> What if you start something else like the home screen, and then kill
> the subject activity's process?

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