* as well as @ 8.10 as 9.04 I can see the drive, but drive will not mount or recognised
* further I can't find a device with "adb devices" therefor cannot connect to the phone
tail of var/log/messages:
bankey@vrindaban:~$ tail /var/log/messages
Feb 10 00:08:19 vrindaban kernel: [ 5159.377565] usb 4-4: configuration #1 chosen from 1 choice
Feb 10 00:08:19 vrindaban kernel: [ 5159.394945] scsi9 : SCSI emulation for USB Mass Storage devices
Feb 10 00:08:20 vrindaban kernel: [ 5159.480995] usb 4-4: New USB device found, idVendor=0bb4, idProduct=0c02
Feb 10 00:08:20 vrindaban kernel: [ 5159.481002] usb 4-4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 10 00:08:20 vrindaban kernel: [ 5159.481015] usb 4-4: Product: Android Phone
Feb 10 00:08:20 vrindaban kernel: [ 5159.481018] usb 4-4: Manufacturer: HTC
Feb 10 00:08:20 vrindaban kernel: [ 5159.481021] usb 4-4: SerialNumber: HT91AKV00777
Feb 10 00:08:25 vrindaban kernel: [ 5164.484234] scsi 9:0:0:0: Direct-Access HTC Android Phone 0100 PQ: 0 ANSI: 2
Feb 10 00:08:25 vrindaban kernel: [ 5164.498897] sd 9:0:0:0: [sdc] Attached SCSI removable disk
Feb 10 00:08:25 vrindaban kernel: [ 5164.501340] sd 9:0:0:0: Attached scsi generic sg3 type 0
I made a udev rule :
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"
I'll add a screenshot of devicelist & lsusb
Please if anyone can help me further then it would be great..
If you've got the udev rule added, turned on USB Debugging on your G1, and everything else seems to work, there's always one thing that I've had work. Hopefully it will for you, too.
If you've got the udev rule added, turned on USB Debugging on your G1, and everything else seems to work, there's always one thing that I've had work. Hopefully it will for you, too.
Also, if you're plugging it into a front USB port, try a back/different port - this helps more often than not, as the front/extended USB ports in some computers don't work so well.
Also, if you're plugging it into a front USB port, try a back/different port - this helps more often than not, as the front/extended USB ports in some computers don't work so well.
it's working..
solution was not a front or back port, but a usb y-cable..
obviously it needed more power..
Also, if you're plugging it into a front USB port, try a back/different port - this helps more often than not, as the front/extended USB ports in some computers don't work so well.
That was my problem. Plagued me for weeks and drove me crazy. They should tell you that in the FAQ that comes with the phone.
I just wanted to add that I was having the same problem, lsusb showed the device, but "adb devices" was blank. I fixed it by running adb kill-server, then running "adb devices" again, this time making sure I was running it as root. now it shows up!