android.git.kernel.org both for the kernel side and the android userland halves of the interface.
You'll have better luck if you pick a specific existing feature and research how that works. If you have some familiarity with linux in general, just browsing around on an android device's filesystem, it's / dev files, its kernel config, etc will give you some idea of some interesting places to look. On Jan 28, 2:35 pm, parth shah <[email protected]> wrote: > Hi Chris, > > Thanks for your reply. I'm not worry about google CTS now. > > Can you point me some reference material or website where i can find this > detail? > > Thanks, > Parth > > On Thu, Jan 27, 2011 at 9:53 PM, Chris Stratton <[email protected]> wrote: > > There are tons of different ways you could potentially do this and > > make it work, several of which are used for different features > > already. The challenge is more that if you hope to get the result of > > your project through google CTS testing to become a google experience > > device, you'll have to find a way that's compatible with the > > applicable rules there, and so will probably need to spend more time > > researching those rules than actually writing code. > > > Otherwise, find some already supported feature that seems like it > > shares some key characteristics with what you want to add, look into > > how that works, and see if you can do yours in a similar fashion. > > > On Jan 26, 4:01 am, parth shah <[email protected]> wrote: > > > Hello Guys, > > > > I'm new to android but i know how to develop device driver in Linux. > > > > Can anybody guide me on how android middle ware basically call driver? > > > > where i have to make the change if i want to make the link between Linux > > > Device Driver and android middle ware? > > > > Regards, > > > Parth > > > -- > > unsubscribe: > > [email protected]<android-kernel%[email protected]> > > website:http://groups.google.com/group/android-kernel > > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
