Hi Faber

Well trying again after this post, i did have some sucess On fedora
10.
I am using /etc/udev/rules.d/50-android.rules file :

SUBSYSTEM=="usb",ATTR{idVendor}=="0bb4",ATTR{idProduct}
=="0c01",MODE="0666",
SYMLINK+="android_adb",OWNER="graeme",GROUP="graeme"

A Guy on IRC #android-dev said I should run adb with root permissions
so:

adb kill-server; sleep 1; sudo adb start-server;

and this seemed to work for me. For the first time adb did actually
see my G1 !

HTH
Rgds
graeme
15:42:03 <vol> make sure that the checkmark to allow debugging on
device is checked in the settings


On Jan 26, 3:47 pm, Faber Fedor <faberfe...@gmail.com> wrote:
> Because misery loves company...I was never able to get my CentOS box or my
> Ubuntu VM to see my Dev phone as anything other than a SCSI storage device
> either. :-(  What I ended up doing is developing on my CentOS desktop and
> then transferring everything over to my Macbook to get my app on my Dev
> phone.
>
> You can try asking in the #android IRC channel on freenode.net.  Supposedly
> there are many people from Google who hang out there, although that didn't
> help me any.
>
> Let me know if you have any success.
>
> On Mon, Jan 26, 2009 at 10:07 AM, Graeme <graeme.br...@btinternet.com>wrote:
>
>
>
>
>
> > Hi
>
> > I am trying to get adb to see my Android G1 Dev Phone when I attach it
> > to a Fedora 10
> > x86 Linux PC. I have followed recommendations about adding a 50-
> > android.rules file
> > in /etc/udev/rules.d directory. I have also enabled the applications
> > debug mode under
> > the G1's Settings/Applications menu.
>
> > On the Fedora 10 x86 PC I run
>
> > tail -f /var/log/messages
>
> > and watch the output as I attach the G1 via USB. The G1 is set up as a
> > SCSI mass storage
> > by udev. Is this what should happen ? Can anyone from Google answer
> > what kind of device should udev  set up so that the command  adb
> > devices actually sees the G1 ?
> > What kind of device does adb expect to talk to over USB ?
>
> > Thanks
> > Graeme
>
> > PS I have had similar experiences/frustrations trying this out with
> > Ubuntu 8.10.
>
> --
>
> Faber Fedor
> Cloud Computing New Jerseyhttp://cloudcomputingnj.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to