I am still having issues connecting my G1 to ubuntu 9.0.4 Below are all the details
I am still not able to connect to G1 from ubuntu 9.0.4 I followed the instructions ls -l looks as below ~/android-sdk-linux_x86-1.1_r1/tools$ ls -l /etc/udev/rules.d/ total 232 -rw-r--r-- 1 root root 1547 2008-10-13 09:03 024_hpmud.rules -rw-r--r-- 1 root root 400 2008-04-11 08:21 05-options.rules -rw-r--r-- 1 root root 191 2008-04-11 08:21 05-udev-early.rules -rw-r--r-- 1 root root 3215 2008-04-11 08:21 20-names.rules -rw-r--r-- 1 root root 141 2009-04-14 18:04 30-cdrom_id.rules -rw-r--r-- 1 root root 814 2008-04-11 08:21 40-basic- permissions.rules -rw-r--r-- 1 root root 3109 2008-04-11 08:21 40-permissions.rules -rw-r--r-- 1 root root 30 2008-02-26 13:25 45-fuse.rules -rw-r--r-- 1 root root 439 2007-08-24 12:29 45-hpdjconsole.rules -rw-r--r-- 1 root root 115 2008-10-13 09:03 45-hplip.rules -rw-r--r-- 1 root root 34568 2008-04-10 12:24 45-libmtp7.rules -rw-r--r-- 1 root root 39784 2008-08-01 11:53 45-libmtp8.rules -rw-r--r-- 1 root root 72 2009-07-15 19:17 50-android.rules~ -rw-r--r-- 1 root root 2656 2008-03-17 19:26 50-libpisock9.rules -rw-r--r-- 1 root root 6661 2008-03-30 01:42 50-xserver-xorg-input- wacom.rules -rwxr-xr-x 1 root root 71 2009-07-15 19:25 51-android.rules -rw-r--r-- 1 root root 115 2008-10-13 09:03 55-hpmud.rules -rw-r--r-- 1 root root 1431 2008-04-11 08:21 60-persistent- input.rules -rw-r--r-- 1 root root 3851 2009-04-14 18:04 60-persistent- storage.rules -rw-r--r-- 1 root root 1322 2009-04-14 18:04 60-persistent-storage- tape.rules -rw-r--r-- 1 root root 862 2009-04-14 18:04 60-symlinks.rules -rw-r--r-- 1 root root 518 2009-04-14 18:04 61-persistent-storage- edd.rules -rw-r--r-- 1 root root 485 2008-10-26 20:27 62-bluez-hid2hci.rules -rw-r--r-- 1 root root 196 2009-04-14 18:04 65-id-type.rules -rw-r--r-- 1 root root 2055 2009-03-26 09:36 70-persistent-cd.rules -rw-r--r-- 1 root root 876 2009-03-23 05:48 70-persistent-net.rules -rw-r--r-- 1 root root 390 2008-04-11 08:21 75-cd-aliases- generator.rules -rw-r--r-- 1 root root 2403 2009-04-14 18:04 75-persistent-net- generator.rules -rw-r--r-- 1 root root 563 2008-04-11 08:21 80-programs.rules -rw-r--r-- 1 root root 171 2008-02-27 08:22 85-alsa.rules -rw-r--r-- 1 root root 1444 2008-03-27 19:25 85-brltty.rules -rw-r--r-- 1 root root 84 2008-03-28 18:26 85-hdparm.rules -rw-r--r-- 1 root root 1855 2009-03-31 03:35 85-hplj10xx.rules -rw-r--r-- 1 root root 126 2008-04-29 07:57 85-hwclock.rules -rw-r--r-- 1 root root 954 2008-10-12 18:18 85-ifupdown.rules -rw-r--r-- 1 root root 950 2007-10-23 13:03 85-pcmcia.rules -rw-r--r-- 1 root root 82 2008-10-26 04:56 90-hal.rules -rw-r--r-- 1 root root 2862 2009-04-14 18:04 90-modprobe.rules -rw-r--r-- 1 root root 234 2009-04-14 18:04 95-udev-late.rules The contents of 51-android.rules is SUBSYSTEM=="usb", SYSFS"High Tech Computer Corp."=="0bb4", MODE="0666" When I do lsusb I get the following rkc:~/android-sdk-linux_x86-1.1_r1/tools$ lsusb Bus 004 Device 002: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 006: ID 0bb4:0c02 High Tech Computer Corp. Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 03f0:171d Hewlett-Packard Wireless (Bluetooth + WLAN) Interface [Integrated Module] Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Can you let me know what mistake I am making? Thank you very much On May 27, 6:02 pm, Mina Shokry <[email protected]> wrote: > Without changing anything, I tried it again today and it works. > > thanks you all! > > On May 26, 1:37 pm, Sean Hodges <[email protected]> wrote: > > > Mina, > > > Wonglik's instructions worked for me, on Ubuntu 9.04, 64bit. > > > You may have forgotten to check the execute flag on both files: > > > cp /etc/udev/rules.d/50-android.rules /etc/udev/rules.d/51-android.rules > > chmod a+rx /etc/udev/rules.d/*-android.rules > > /etc/init.d/udev reload > > > If you're still having problems, please post up an "ls -l" listing of > > your rules.d directory, and the contents of your rules files. > > > Regards, > > > Sean > > > On Mon, May 25, 2009 at 3:07 PM, Mina Shokry <[email protected]> wrote: > > > > I had same on ubuntu 9.04. I did the copy and still doesn't work. > > > > I am using 64-bit edition. is this related? > > > > On May 25, 1:53 pm, hgschmidt <[email protected]> > > > wrote: > > >> Had the same problem: Upgrade to 9.04 and couldn't connect to G1 > > >> anymore. > > > >> Copying the file, as mentioned, worked fine. > > > >> On Apr 27, 12:00 pm, wonglik <[email protected]> wrote: > > > >> > I found some post suggesting copying (not renaming) > > > >> > /etc/udev/rules.d/50-android.rules. > > > >> > to > > > >> > /etc/udev/rules.d/51-android.rules. > > > >> > It helps. > > > >> > regards > > >> > w > > > >> > On Apr 27, 12:07 pm, Sean Hodges <[email protected]> wrote: > > > >> > > I'll be upgrading in the next couple of days, if you don't get your > > >> > > answer already by then I'll let you know how I get on. > > > >> > > On Sat, Apr 25, 2009 at 11:10 AM, wonglik <[email protected]> wrote: > > > >> > > > Hi > > > >> > > > Does anybody have a problem connecting G1 to Ubuntu 9.04? > > > >> > > > It was working fine for me on 8.04 but now I just can not connect > > >> > > > to > > >> > > > it. > > > >> > > > adb devices > > > >> > > > just show empty list. > > > >> > > > I have added > > > >> > > > SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666" > > > >> > > > to > > > >> > > > /etc/udev/rules.d/50-android.rules > > > >> > > > and run : > > > >> > > > chmod a+rx /etc/udev/rules.d/50-android.rules > > > >> > > > but it did not help. > > > >> > > > Any body have any idea? > > > >> > > > Kind regards > > >> > > > w --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

