[Q] How to write drivers for Android?

Search This thread

ashok_jeev

Member
Jan 28, 2011
25
0
Hi guys i have been trying to know about android driver development.. i know driver development is not an easy job but i'd like to learn.. Is there any tutorials for that or any simple examples??
 

vladistan

Member
Oct 11, 2010
8
0
[Q] How to write drivers for Android

Ashok,

Writing android drivers is no different then writing drivers for linux. In fact many linux drivers would simply just work on the android.

Here is a little reading list for you if you want to find out more about linux driver development:

http://kernelnewbies.org/New_Kernel_Hacking_HOWTO
http://www.ibm.com/developerworks/linux/library/l-linux-kernel/?
http://www.amazon.com/gp/product/0596100795
http://www.amazon.com/Linux-Device-Drivers-Jonathan-Corbet/dp/0596005903


Hope this helps
 

awmiller.andros

New member
Dec 12, 2012
2
0
Memsgr religious

If you are familiar with Linux kernel and Linux based development then it will not that tough for you since Android uses modified version of Linux kernel. For tutorial source for Android kernel go to:




Hello, sorry for raising the dead, but this topic is rare.

I have a project where I basically need to write a mouse cursor driver. Would you have any specific information on how the mouse is actually drawn on the system level, as in between activities/programs/windows/etc. ? And would it be possible to include this as part of an app, so that it can be downloaded by an average user? (not as vital)