Re: [android-kernel] Re: How to hook up Linux Device Driver in Android Framework?

2012-10-30 Thread Durgadoss Ramanathan
Hi Parth, Have a look at the system services, and the corresponding JNI's. To be more specific, (for example,) for battery related information and linking, look at BatteryService.java and com_android_server_BatteryService.cpp Thanks, Durga On Thu, Oct 25, 2012 at 3:31 AM, Prerna Gupta wrote: >

[android-kernel] Re: How to hook up Linux Device Driver in Android Framework?

2012-10-29 Thread Prerna Gupta
Hi Parth, I do have one rek if you are comfortable kindly send me your resume on pre...@net2source.com On Wednesday, 26 January 2011 04:01:50 UTC-5, Parth shah wrote: > Hello Guys, > > I'm new to android but i know how to develop device driver in Linux. > > Can anybody guide me on how andr

Re: [android-kernel] Re: How to hook up Linux Device Driver in Android Framework?

2011-02-04 Thread Aditya
thanks for that ... sorry didnt reply sooner... was busy at work... i'll try that out. On Mon, Jan 31, 2011 at 5:11 PM, Greg KH wrote: > On Mon, Jan 31, 2011 at 1:44 PM, Aditya > wrote: > > Can you give me some reference materials on writing drivers for video > > capture devices. I am fairly n

Re: [android-kernel] Re: How to hook up Linux Device Driver in Android Framework?

2011-01-31 Thread Greg KH
On Mon, Jan 31, 2011 at 1:44 PM, Aditya wrote: > Can you give me some reference materials on writing drivers for video > capture devices. I am fairly new to writing drivers. All i know is c, C++ > and some very basic file systems hacking on minx from school. Please see the linux-media mailing lis

Re: [android-kernel] Re: How to hook up Linux Device Driver in Android Framework?

2011-01-31 Thread Aditya
Can you give me some reference materials on writing drivers for video capture devices. I am fairly new to writing drivers. All i know is c, C++ and some very basic file systems hacking on minx from school. Thanks in Advance -Aditya On Mon, Jan 31, 2011 at 12:28 PM, raja pavan wrote: > So please

Re: [android-kernel] Re: How to hook up Linux Device Driver in Android Framework?

2011-01-31 Thread raja pavan
So please specify your requirement. What do you want in the android kernel about drivers. Android drivers is the common thing, so what else do you want? On Mon, Jan 31, 2011 at 9:02 PM, Chris Stratton wrote: > > grep "open_binder", "/dev/ashmem" in the android source code . This will > > provi

[android-kernel] Re: How to hook up Linux Device Driver in Android Framework?

2011-01-31 Thread Chris Stratton
> grep "open_binder", "/dev/ashmem" in the android source code . This will > provide you clue on how android utilizes the drivers. While binder is a kernel driver, it's used primarily for communication between userspace components, not between the userspace components and functionality in the kern

[android-kernel] Re: How to hook up Linux Device Driver in Android Framework?

2011-01-28 Thread Chris Stratton
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

Re: [android-kernel] Re: How to hook up Linux Device Driver in Android Framework?

2011-01-28 Thread parth shah
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 wrote: > There are tons of different ways you could potentially do this and > ma

[android-kernel] Re: How to hook up Linux Device Driver in Android Framework?

2011-01-27 Thread Chris Stratton
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