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 can see my phone under lsusb. I have a Samsung Behold II so I > used the Samsung vendor ID > on my udev rules. I am able to mount my phone. > > I must be missing a step somewhere. Why is my "adb devices" not showing > my android phone attached?
If you have not done so already, run adb kill-server, then adb start-server, then try adb devices again. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.1 Available!
-- 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

