This is my first post here so first of all, hello everybody! I have noticed one issue related to *adb install* command and I'm not sure if it is a bug or a feature:) If you will run* adb install <package.apk> *and have no device connected, command will start adb daemon, if not running, then will wait-for-device. When you will run *adb kill-server* in separate window, while *adb install*still waiting for the device, notice that adb install will receive protocol fault, and then will start again daemon server and goes to wait for device state again. There is no other way to stop this command than killing it - for example using ctr+c.
I have also tested other commands, and none of them works in this way - adb shell, adb wait-for-device, adb devices, etc. My version of ADB is 1.0.31. Tested on Windows and Linux, and on both *adb install* works the same. Please let me know what do you think about it. Best Regards, Pawel -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
