1

Closed

Tool should automatically connect to emulator when the connection fails

description

Repro:

connect,
kill emulator,
try to install a xap.

expected:
it works :)
Closed Feb 8, 2012 at 1:48 AM by nachmore
See latest version for auto-retry (as well as auto-connect which came in on 1.6)

comments

nachmore wrote Jan 11, 2012 at 6:25 AM

only you could run into this...

Fix: Don't disconnect the emulator :)

I'll look into an automatic reconnect...

nachmore wrote Jan 13, 2012 at 5:55 AM

This is partially fixed in 1.5 - we now attempt to reconnect the device on failure, but we do not reattempt whatever we were trying to do. If this works then great :)

I am keeping this open in the hopes that I'll get bored and wrap the reconnect logic into a property getter so that we can actually retry the connection before the action is executed and only then show a sad dialog.