On Oct 28, 11:03 pm, craig3353 <[EMAIL PROTECTED]> wrote:
> I have been unable to connect to a device on Gentoo, and none of the
> advice above helped. Here's what worked for me:
>
> 1. Get rid of the udev rules. They cause the device node to be created
> as a block device for USB storage, and this is incorrect (as I have
> not mounted the SD card). It also prevents the creation of a character
> device node in /dev/bus/usb. Correct result:
Mounting of the device as a USB storage device is not incorrect.
You can mount the device and use it via the debug connection. I do
this all the time.
[EMAIL PROTECTED]:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/dallas-root
73594096 38562644 31293036 56% /
tmpfs 517180 0 517180 0% /lib/init/rw
udev 10240 96 10144 1% /dev
tmpfs 517180 0 517180 0% /dev/shm
/dev/sda1 241116 21532 207136 10% /boot
/dev/sdb1 991488 69200 922288 7% /media/disk
[EMAIL PROTECTED]:~$ ls /media/disk/
albumthumbs Music
[EMAIL PROTECTED]:~$ adb devices
List of devices attached
HT841GZ04678 device
Each distribution seems to use different udev rules and configuration.
If this works for you, great. But it should be possible to get udev to
do
the right thing.
Cheers!
Shyamal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---