I need help in getting adb.exe to work.
OS is Windows 7 SP1, with Comodo internet security suite.
On executing adb start-server, I see adb.exe in my process list.
And I did netstat before starting to see port 5037 was not used by any process.
After starting, I see adb.exe with port 5037, but no further communications with adb.exe was possible. e.g. adb devices would always return ADB server didn't ACK etc.
Even after exiting Comodo, thise symptom remains.
I rebooted Windows in safe mode with networking and was able to connect adb to an emulator in the AVD manager.
I tried ADB on a friend's machine which ran Windows 7 without the SP1, and ADB works.
Now, is there a way to get ADB working properly in Windows 7 with SP1 ?