[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: 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] Enabling Vibrator features in emulator

2009-02-25 Thread googlekid
Hi i am trying to include the /sys/class/timed-out/vibrator/enable 'THE_DEVICE' device node to work with the vibrator on the emulator but i am not able to see the directory even after enable the option at / android/kernel/.config level. I did a make menuconfig ARCH=arm and tried enabling the timed

[android-kernel] Re: compile 2.6.27 goldfish branch failed

2009-02-25 Thread haiyang kang
yes, i also builded it successfully in fedora 9with arm-none-eabi-gcc 4.3.2 and boot the kernel with emulator. so i think it is the problem of cygwin. On Wed, Feb 25, 2009 at 11:02 PM, Leon wrote: > > Linux Ubuntu 8.10 > and toolchain in Android source code prebuilt/linux-x86/toolchain/arm- >

[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: 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

[android-kernel] Re: compile 2.6.27 goldfish branch failed

2009-02-25 Thread Leon
Linux Ubuntu 8.10 and toolchain in Android source code prebuilt/linux-x86/toolchain/arm- eabi-4.2.1 export ARCH=arm export CROSS_COMPILE=/mnt/workspace/android/master/prebuilt/linux-x86/ toolchain/arm-eabi-4.2.1/bin/arm-eabi- make goldfish_defconfig make The built kernel works well in the emulat

[android-kernel] Re: compile 2.6.27 goldfish branch failed

2009-02-25 Thread corn...@gmail.com
forgot, all this is done in windows by cygwin On Feb 25, 2:22 pm, haiyang kang wrote: > hi, > > first, i check out the source code >     git clone git://android.git.kernel.org/common.git >     git checkout -t origin/android-goldfish-2.6.27 -b goldfish > then > fromhttp://www.codesourcery.com/sg