[android-kernel] Re: adb device problem

2009-03-05 Thread Ramy
can any one tell me why the below is coming .. I am trying to read from the adb device (/dev/android-adb) rx c1cf4f60 queue rx c1cf4f20 queue rx c1cf4ee0 queue rx c1cf4ea0 queue It keeps on waiting ... and when i do cntrl +c i get adb_read returning -512 Thanks for the help. On Feb 26, 10:

[android-kernel] Re: adb device problem

2009-02-26 Thread Mike Lockwood
The adb kernel driver actually could support another protocol. The only limitation is that there is a maximum 4096 byte packet size. Of course you would need to write your own program on the PC that understands the data you are sending from the device. And you could not use adb at all if you hi

[android-kernel] Re: adb device problem

2009-02-25 Thread Ramy
You mean to say that the controller driver provided for msm 7200 will only work with adb protocol. can it be changed or customized to meet any specific protocol. On Feb 26, 12:23 am, Mike Lockwood wrote: > On Tue, Feb 24, 2009 at 11:59 PM, Ramy wrote: > > > Hi all, > > > I am very new to the a

[android-kernel] Re: adb device problem

2009-02-25 Thread Mike Lockwood
On Tue, Feb 24, 2009 at 11:59 PM, Ramy wrote: > > Hi all, > > I am very new to the android env. please bear with me if my question > is too fundamental. > > I am using a peripheral driver with no host support for USB. > I am trying to use the adb driver to transfer a file. The adb driver > is com