Re: [android-kernel] Getting Started with Driver Development

2012-08-06 Thread Kristopher Micinski
In other words.. http://forum.xda-developers.com/showthread.php?t=948619 kris On Mon, Aug 6, 2012 at 3:38 PM, mike digioia wrote: > What makes any one believe this site is some tutor center for the blind? > > On Sat, Aug 4, 2012 at 10:36 PM, Selva Kumar > wrote: >> Wat is the procedure for de

Re: [android-kernel] Getting Started with Driver Development

2012-08-06 Thread mike digioia
What makes any one believe this site is some tutor center for the blind? On Sat, Aug 4, 2012 at 10:36 PM, Selva Kumar wrote: > Wat is the procedure for developing drivers android platform. for instance > i'm going to use gingerbread. I use ubuntu in my PC with linux 3.2.20. how do > I start dev

[android-kernel] Getting Started with Driver Development

2012-08-06 Thread Selva Kumar
Wat is the procedure for developing drivers android platform. for instance i'm going to use gingerbread. I use ubuntu in my PC with linux 3.2.20. how do I start develop drivers for Gingerbread and test it. I hope Ginger bread uses 2.6 fork of linux. -- unsubscribe: android-kernel+unsubscr...@g

[android-kernel] Android init process modification

2012-08-06 Thread Terence Yeong
Hi guys, I'm a student doing a project where I have to interrupt the init process of Android. As we all know, init is the program that is run after the kernel boots up. In the source code of init.c, I made the following changes to main(): int main(int argc, char **argv) { int fd_count = 0;

Re: [android-kernel] Building Kernel >= 3.2 for Device or Emulator

2012-08-06 Thread RW
I am looking for both, so if you could submit that patch it would be a great help for me! On Thursday, July 12, 2012 12:18:17 AM UTC+2, Ron M wrote: > > Oh wait. > What EXACTLY are you looking for? Goldfish (emulator) or some other > device? > On Jul 11, 2012 11:37 PM, "RW" wrote: > >> Hey, >>