Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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 ?

share|improve this question

migrated from stackoverflow.com Jan 27 '12 at 2:57

1 Answer

Exiting Comodo does not stop its firewall. You need to add an exception through Comodo's firewall.

share|improve this answer
I had added adb.exe as trusted application and allow all incoming and outgoing traffic in Comodo before exiting it. No luck. – alan Jan 26 '12 at 5:57
My gut says Comodo is the problem. Their Internet Security Suite is free right? So what's stopping you from uninstalling it to make sure that's not the problem? – psyklopz Jan 26 '12 at 6:12

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.