[android-developers] Re: G1 usb drivers for linux

2008-12-15 Thread ipalik
On 14 Dez., 19:34, Ralf ralfo...@gmail.com wrote: For Ubuntu, you need to configure udev.http://www.google.com/search?q=ubuntu+android+udev R/ On Fri, Dec 12, 2008 at 7:20 AM, Peterman pserr...@gmail.com wrote: I have ubuntu also, but when I connect my phone g1 to the pc, and I put

[android-developers] Re: G1 usb drivers for linux

2008-12-15 Thread Dave Estes
I had the same permissions problem problem on my Ubuntu 8.04 box. You can check the permissions with a simple ls -l on the usb hub that they're connected to, 005 in my case. $ ls -l /dev/bus/usb/005 crw-rw-r-- 1 root root189, 512 2008-12-13 13:58 001 crw-rw 1 root root189,

[android-developers] Re: G1 usb drivers for linux

2008-12-14 Thread Ralf
For Ubuntu, you need to configure udev. http://www.google.com/search?q=ubuntu+android+udev R/ On Fri, Dec 12, 2008 at 7:20 AM, Peterman pserr...@gmail.com wrote: I have ubuntu also, but when I connect my phone g1 to the pc, and I put adb devices in a shell, the shell give me nothing!! How

[android-developers] Re: G1 usb drivers for linux

2008-12-12 Thread Dave Orme
The drivers are included in Linux. Which distro are you using? I tried initially using Fedora, which doesn't work because the path to the device node is hard-coded into the tooling. When I switched to Ubuntu, everything Just Worked. Regards, Dave Orme On Dec 12, 5:35 am, Peterman

[android-developers] Re: G1 usb drivers for linux

2008-12-12 Thread Peterman
I have ubuntu also, but when I connect my phone g1 to the pc, and I put adb devices in a shell, the shell give me nothing!! How do you do ? On Dec 12, 3:34 pm, Dave Orme d...@coconut-palm-software.com wrote: The drivers are included in Linux. Which distro are you using? I tried initially

[android-developers] Re: G1 usb drivers for linux

2008-12-12 Thread the.victim
hey, I'm using Fedora (10) and it works quite fine. the only thing I have to do every time I want to connect to g1 is run the following lines as root: adb killl-server adb start-server and then everything works fine. adb devices and all the cool eclipse debugging and testing stuff.

[android-developers] Re: G1 usb drivers for linux

2008-12-12 Thread lotusscript
Hi, I use CentOS 5.2. I had the same problem as you. The way to get around it, in my case at least, was to run adb devices as root. For ubuntu try: su adb devices I also enabled USB debugging on the phone as set it not to sleep when charging Hope this helps Phil. Peterman wrote: I