H-m-m-m. That is a little weird. I too am running on Linux, but Fedora 12 instead of Ubuntu. And the only time I have not been able to solve similar problems with "adb kill-server;adb start-server", it was because the wrong device was selected in the Device Window in Eclipse. So check that.
Also, it never made sense to me that it should make a difference, but I have noticed that "adb kill-server;adb start-server" works better when executed from a shell that is in superuser. So did you use sudo w/ it? On Jan 16, 10:01 am, Anders Aagaard <[email protected]> wrote: > I just left this running, and after about 2 minutes it works! > > However, it'd be awsome to not have to wait for minutes every time I start > ddms. > > On Sun, Jan 16, 2011 at 6:58 PM, neuron <[email protected]> wrote: > > adb works, I use it a lot. adb devices shows the device (a nexus one), > > shell/pull/push everything seems to work. > > > eclipse screws up, often. > > ddms shows no devices connected, and in console I only get a few gtk window > > warnings. > > Half the time when I start eclipse it keeps a neverending process running > > so i can't build anything. ddms shows no devices connected (and when I shut > > it down it doesn't quit properly, i have to ctrl+c it). > > > How can I debug this? (adb kill-server; adb start-server does not help) > > > This is on linux, ubuntu 10.10, kernel 2.6.37. > > > -- > > 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]<android-developers%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Weeks of coding can save you hours of planning. > -http://code.google.com/p/aagaande/ -- 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

