[android-kernel] Re: USB ADB as module

2010-02-16 Thread IQ_sunny
I am also doning same thing and it is working fine I need some clarification on the question Giri->"run ADB as a module" Santosh->u built the ADB as a module=abd daemon. Sunny-> That means you want to make adb.exe only host side. comment all other module ..then just make abd in C:\cygwin\hom

[android-kernel] Re: Flashing Kernel Image

2010-02-16 Thread Chew Esmero
what I did to speed up development was, instead of building the source everytime (1.5 hrs in my pc), I'll just make another boot.img with my compiled kernel. boot.img contains the boot header, kernel image, ramdisk, and other stuff. To make the new boot.img, issue the "mkbootimg --cmdline 'no_conso

[android-kernel] Re: Working MSM7201 usb host driver v2

2010-02-16 Thread Markus Fritsche
> Expect more soon. Does that mean my android device might be able to connect to linux- supported usb hardware? My pocket DVB-recoder coming up? ;) -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Building kernel for I/O device

2010-02-16 Thread Deva R
you should be able to do with HTC/droid/nexus phones.. you can get a fair idea on steps involved from below wiki's - getting android up on ARM development platforms http://labs.embinux.org/index.php/Android-Eclair_porting_guide_to_BeagleBoard http://omappedia.org/wiki/Android_Getting_Started Rega

Re: [android-kernel] Flashing Kernel Image

2010-02-16 Thread Deva R
it should work, but any interface break will require rebuilding filesystem components and some changes. also, make sure you build for your phone config.. $ cd $MYDROID/kernel/android-2.6.29 $ make CROSS_COMPILE=arm-none-linux-gnueabi- distclean $ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-

[android-kernel] Building kernel for I/O device

2010-02-16 Thread JonR
Hi all, Hopefully someone can point me in the right direction on this - it's driving me crazy! I'm looking for some step-by-step instructions on how to build a kernel for the Google I/O device. I may be missing something obvious, but I simply haven't been able to build a kernel that actually boo

[android-kernel] Re: USB ADB as module

2010-02-16 Thread Santosh Kadam
Hi -- I don't have an answer to this question thought - have a different Question thoughI am not sure this is the right place and right Q - but still I want to ask... U mentioned that u built the ADB as a module...I assume that you are referring to the adb daemon onto the device...if that's t

Re: [android-kernel] Re: Working MSM7201 usb host driver v2

2010-02-16 Thread Andrew de Quincey
On 16 February 2010 10:29, Olivier Perron wrote: > On Mon, Feb 15, 2010 at 8:45 PM, Olivier Perron > wrote: >>> Hi, attached are the latest patches - I've restarted the number at 10 > > Hi Andrew, > patched kernel compiled and tested this morning: usb host works as expected. That's great news, t

Re: [android-kernel] Re: Working MSM7201 usb host driver v2

2010-02-16 Thread Olivier Perron
On Mon, Feb 15, 2010 at 8:45 PM, Olivier Perron wrote: >> Hi, attached are the latest patches - I've restarted the number at 10 Hi Andrew, patched kernel compiled and tested this morning: usb host works as expected. Keep up the good work on this subject! Cheers Olivier -- unsubscribe: android