[android-developers] Re: adb devices returns an empty list

2011-04-04 Thread yaturner
Under ubuntu the file was 99-android.. Also I had to sudo init 6 to get it all to work Hope that helps On Apr 3, 10:08 pm, argongold wrote: > Hi, > I've a mini MID device and I am trying to use it for development/ > debugging purpose. But after all the setting steps( see below) . I am > s

[android-developers] Re: adb devices returns an empty list

2011-04-04 Thread Sahil Verma
In order to see the connected device in Linux, I have to start adb server as root. You might have to kill an existing adb instance if it is already running (pkill adb). sudo adb start-server adb devices On Apr 4, 1:08 am, argongold wrote: > Hi, > I've a mini MID device and I am trying to use i

Re: [android-developers] Re: adb devices returns an empty list

2011-04-04 Thread Chinmay S
Hi Argonold, Apart from running *adb usb* on your computer, also check the *init.rc* on your device Comment-out any line which sets *adb.tcp.port*. This is to initialise in *adbd* over usb in init.rc properly. service adbd /sbin/adbd disabled *#setprop service.adb.tcp.port * Reboot you

[android-developers] Re: adb devices returns an empty list

2011-04-04 Thread argongold
Hi Frank, Thanks and I am going to post this message to android-platform group. regards, argon On Apr 4, 3:16 pm, FrankG wrote: > Hello Argon, > > IMHO you should switch to android-platform, as this kind of question > is out of scope of the android sdk. > > And their you should provide by far

[android-developers] Re: adb devices returns an empty list

2011-04-04 Thread FrankG
Hello Argon, IMHO you should switch to android-platform, as this kind of question is out of scope of the android sdk. And their you should provide by far more details. I.e. from where comes your platform, do you have the platform code, is the adbd started by init.d, can you see adbd using ps on t