[android-kernel] Re: file transfer using usb to windows pc from android kernel

2009-02-25 Thread Ramy
I have an windows application running on the host. It keeps on polling the usb port and collects the data to file. Unfortunately i do not have any access to the windows application side. I have understood the protocol implemented in the windows application. now i am looking to send the data to the

[android-kernel] Re: file transfer using usb to windows pc from android kernel

2009-02-25 Thread Mike Lockwood
I can't think of any way you can transfer a file from the device to the host without having an application running on the host that initiates a USB connection to the device and waits for the device to send it data. Or am I misunderstanding your question? Mike On Wed, Feb 25, 2009 at 2:42 AM, Ra

[android-kernel] Re: file transfer using usb to windows pc from android kernel

2009-02-24 Thread Ramy
Thnks for the reply Rob, I have tried using adb but it must run from a host machine. I need something to run on linuxside (on phone/board) which starts the transfer as soon as it is connected to usb. any idea ??? Regards, Ramy On Feb 21, 12:28 am, "Stoddard Robert-JWND84" wrote: > I don't kn

[android-kernel] Re: file transfer using usb to windows pc from android kernel

2009-02-20 Thread Stoddard Robert-JWND84
I don't know about transferring a file using a program on the phone, but you should be able to move files around using adb push or adb pull, depending on whether you want to move a file from the PC to the phone or vice versa, respectively. Rob -Original Message- From: android-kernel@g