Go Back   Android Forums > Android Phones > T-Mobile G1 > G1 - Support

G1 - Support Support forum for the G1.



Reply
 
LinkBack Thread Tools
Old 02-09-2009, 05:14 PM   #1 (permalink)
New Member
 
Join Date: Feb 2009
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Question Problems mounting & communicating G1 & Ubuntu

Used system:
Ubuntu 8.10 & 9.04
kernel 2.6.28
T-mobile G1 (HTC)

* 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..
Attached Images
File Type: jpg hal-android.jpg (26.1 KB, 15 views)
Attached Files
File Type: txt lsusb.txt (11.0 KB, 6 views)

bankey is offline  
Reply With Quote
Sponsors
Old 02-09-2009, 06:06 PM   #2 (permalink)
Member
 
devolio's Avatar
 
Join Date: Oct 2008
Location: Michigan
Posts: 339
 
Device(s):
Thanks: 0
Thanked 15 Times in 4 Posts
Send a message via AIM to devolio
Default

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.

Code:
adb kill-server
adb start-server
Now try adb devices.
__________________
Guides
FAQ | Rooting | Installing SDK/Eclipse

My Stuff
Twitter | Apper | Yz | Yz Donation
devolio is offline  
Reply With Quote
Old 02-09-2009, 06:49 PM   #3 (permalink)
Senior Moderator
 
noonehereyet's Avatar
 
Join Date: Nov 2008
Location: LA, California
Posts: 3,061
 
Device(s): G1, Cliq, Vibrant
Thanks: 1
Thanked 40 Times in 32 Posts
Send a message via AIM to noonehereyet
Default

Quote:
Originally Posted by devolio View Post
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.

Code:
adb kill-server
adb start-server
Now try adb devices.
yup!
noonehereyet is offline  
Reply With Quote
Old 02-10-2009, 07:25 AM   #4 (permalink)
New Member
 
Join Date: Feb 2009
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by noonehereyet View Post
yup!
Unfortunally not working.
USB debug is on!

This is what I have in my android.rules

50-android.rules:
SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"

Am I missing something??
bankey is offline  
Reply With Quote
Old 02-10-2009, 07:33 AM   #5 (permalink)
Member
 
devolio's Avatar
 
Join Date: Oct 2008
Location: Michigan
Posts: 339
 
Device(s):
Thanks: 0
Thanked 15 Times in 4 Posts
Send a message via AIM to devolio
Default

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.
devolio is offline  
Reply With Quote
Old 02-10-2009, 08:29 AM   #6 (permalink)
New Member
 
Join Date: Feb 2009
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by devolio View Post
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..

tnx a lot 4 helping..
bankey is offline  
Reply With Quote
Old 02-10-2009, 06:52 PM   #7 (permalink)
Member
 
devolio's Avatar
 
Join Date: Oct 2008
Location: Michigan
Posts: 339
 
Device(s):
Thanks: 0
Thanked 15 Times in 4 Posts
Send a message via AIM to devolio
Default

Glad you got it working, that seems to be one of the biggest issues biting people, steeeeenkin USB power
devolio is offline  
Reply With Quote
Old 02-11-2009, 07:28 AM   #8 (permalink)
Junior Member
 
benmarvin's Avatar
 
Join Date: Jan 2009
Location: Charlotte, NC
Posts: 61
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by devolio View Post
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.
__________________
benmarvin is offline  
Reply With Quote
Old 05-05-2009, 06:11 PM   #9 (permalink)
New Member
 
Join Date: Oct 2008
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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!
vitriolix is offline  
Reply With Quote
Reply

Bookmarks

Tags
connection, g1_, htc, ubuntu


Go Back   Android Forums > Android Phones > T-Mobile G1 > G1 - Support
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:30 AM.
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2
Custom vBulletin Skins by: Relivo