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 do anyway? I think yes, but just in case I figured I would ask. On Oct 4, 12:40 pm, Mark Murphy <[email protected]> wrote: > On Mon, Oct 4, 2010 at 12:35 PM, kypriakos <[email protected]> wrote: > > I didn't find much on this anywhere and I have a feeling it is not > > really possible but just in case - is there a way to launch the > > emulator remotely without the necessary GUI (I can do that > > using VNC etc. but it turns out to be too slow) and install/launch > > apps on it? > > Try -no-window on the emulator command: > > http://developer.android.com/guide/developing/tools/emulator.html#sta... > > I'm fairly sure this can be done, as I've seen others post here about > operating in headless mode for continuous integration and test farms > and such. > > -- > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

