Re: [android-developers] adb devices not seeing my phone

2010-01-10 Thread Kevin Duffey
Don't mount it as USB. VY wrote: >I just did this and adb devices is still showing nothing. > >I did all these while the phone is mounted as a USB drive on my Linux host. >Is that ok? >I also did all these with sudo, so have root privileges > > >On Sat, Jan 9, 2010 at 4:29 PM, Mark Murphy wrote

Re: [android-developers] adb devices not seeing my phone

2010-01-10 Thread dan raaka
Most likely, you have not enabled your adb on this device try this ... remove the usb connection kill the adb start adb again connect the behold2 check the usb connection using lsusb -v now try adb devices verify if adb is enabled #1 settings -> phone settings -> USB settings (make sure you selec

Re: [android-developers] adb devices not seeing my phone

2010-01-09 Thread Mark Murphy
VY wrote: > > I just did this and adb devices is still showing nothing. > > I did all these while the phone is mounted as a USB drive on my Linux > host. Is that ok? Try it unmounted. I forget whether that works or not on Linux. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://t

Re: [android-developers] adb devices not seeing my phone

2010-01-09 Thread VY
I just did this and adb devices is still showing nothing. I did all these while the phone is mounted as a USB drive on my Linux host. Is that ok? I also did all these with sudo, so have root privileges On Sat, Jan 9, 2010 at 4:29 PM, Mark Murphy wrote: > VY wrote: > > > > Hi: > > > > I connect

Re: [android-developers] adb devices not seeing my phone

2010-01-09 Thread Mark Murphy
VY wrote: > > Hi: > > I connected my Android phone (Android 1.6) to my Ubuntu laptop. > I put in the udev rules as listed on this page: > >http://developer.android.com/guide/developing/device.html#setting-up > > I have rebooted as well. However, "adb devices" do not see my phone > and I c

[android-developers] adb devices not seeing my phone

2010-01-09 Thread VY
Hi: I connected my Android phone (Android 1.6) to my Ubuntu laptop. I put in the udev rules as listed on this page: http://developer.android.com/guide/developing/device.html#setting-up I have rebooted as well. However, "adb devices" do not see my phone and I can see my phone under lsusb. I