[android-kernel] Re: Issue in downloading Android Source

2010-06-29 Thread perumal316
Hi, You may try to do it from a different place. Meaning if currently you are downloading the source from office, you may try from home or school etc. I also faced the same problem, it hanged in repo sync (not sure why?) and I tried from a different place and there was no issues. Regards, Peruma

[android-kernel] Module to Hold On to Camera

2010-06-29 Thread perumal316
Hi, Is it possible to control a camera by a module? Meaning as long as the module is loaded user cannot use the camera. Initially I thought as application can be written to invoke camera then it is possible to also write an application to control the camera. But so far I couldn't get any breakthr

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

2010-06-29 Thread Sven Killig
> -Original Message- > From: android-kernel@googlegroups.com [mailto:android- > ker...@googlegroups.com] On Behalf Of Sven Killig > Sent: Tuesday, June 29, 2010 8:02 PM > To: android-kernel@googlegroups.com > Subject: RE: [android-kernel] Re: Working MSM7201 usb host driver v2 > > Shouldn'

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

2010-06-29 Thread Sven Killig
> -Original Message- > From: android-kernel@googlegroups.com [mailto:android- > ker...@googlegroups.com] On Behalf Of jessie828 > Sent: Tuesday, June 29, 2010 9:28 AM > To: Android Linux Kernel Development > Subject: [android-kernel] Re: Working MSM7201 usb host driver v2 > > how do i get

Re: [android-kernel] porting guide

2010-06-29 Thread Mike West
I've been looking into this recently, and there seems to be a good deal of misinformation and outdated info on the web. Many instructions point you to Google Code for the kernel source, but it's in git these days. The initial steps, I believe are: 1. get a stock Linux kernel running on your board

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

2010-06-29 Thread jessie828
Hello all, I am new to the android scene and i am very interested in this project. I am a student doing my final thesis and it has to do with and HTC hero acting as an USB Host (just like what you guys are doing) and an custom device (which is in slave mode). the big problem i have is. how do i g

[android-kernel] porting guide

2010-06-29 Thread sri
Hi, Am newbie to android. I want to boot my board(OMAP2430) with android image. Can anyone tell me the porting process. Thanks in advance, Sri. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

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

2010-06-29 Thread jessie828
Hello all, first of all thank you for this wonderful tool. i cant wait to start trying this out but i need some help. as i am new to this whole patching kernel stuff i would like to ask some help. can anybody help me with sending me in the right direction or sending me a tutorial on how to patch

Re: [android-kernel] Modified Files in Linux kernel for android

2010-06-29 Thread sanjeev sharma
Hey, You can easily get the Android patch from Android Git Repository and only you need to apply patch to your Linux kernel once your kernel is working on your platform. Sanjeev On Fri, Jun 25, 2010 at 7:49 PM, srimathi wrote: > Hi all, > > > New to android. > > Can any one tell me "what a