Re: [android-kernel] Entry guide for linux kernel development for android

2011-09-28 Thread ravi sharma
Hi, You can refer to Linux Kernel Development by robert love.This is one of the books which explain the OS beautifully. For getting confidence in C, please play with the C as many times you can!!C is the language which throws surprises even after you think you have mastered it :D rSh. On Fri, Sep

Re: [android-kernel] Re: Function pointer corruption in Gingerbread kernel

2011-09-26 Thread ravi sharma
Thanks for the help guys!! We found that the developer defined the another structure with same name in another module and including the file in his driver module. 2011/9/17 George > What is your print of device address? Check for bytes/word alignment. > > On 9月16日, 上午4时37分, CVS wrote: > > Or ev

[android-kernel] Function pointer corruption in Gingerbread kernel

2011-09-14 Thread ravi sharma
Hello All, We are facing a issue with function pointer address getting corrupted .From the character driver init function, we are calling a blueZ function which take pointer to structure. below is the code snippet: --in char driver init function.. struct hci_dev *pHciDev = NULL; pHciDev =

Re: [android-kernel] Booting 2.6.39 kernel

2011-04-13 Thread Ravi Chemudugunta
does your target support thumb? On Thu, Apr 14, 2011 at 3:42 AM, Mario wrote: > Hello > I'm trying to boot my board with linux kernel 2.6.39 but I'm getting > this message: > > "Kernel panic - not syncing: Attempted to kill init!" > > The kernel is taken from git://android.git.kernel.org/kernel/

Re: [android-kernel] Re: get stuck in /init/main.c

2011-03-23 Thread Ravi Chemudugunta
what's your kernel command line? check that it includes a console= clause. -ravi -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Is Android 1.5 support java content web site..

2011-03-18 Thread ravi patel
Hi Every one i am newbee here for android development so i don't have much knowledge about all the android version and there feature's i have my new phone Motorola motorola, motoblur / MB200 in that most of the sites are not working because of Java content so plz guide me what is the solution for

[android-kernel] init logging (gingerbread)

2011-02-22 Thread Ravi Chemudugunta
et/ product/generic/system /system ro remount mount nfs 192.168.1.64:/storage/workspace/android/out/target/ product/generic/data /data nosuid nodev #mount yaffs2 mtd@cache /cache nosuid nodev ---0-0-0- -ravi -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Linux for alwaysinnovating board

2010-12-06 Thread ravi
I need to install fresh linux on alwaysinnovating board. It has omap3530. Pls help. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] How to work on android kernal in ubuntu

2010-12-01 Thread Ravi Patel
Hello to all member of this group i am new in this..so plz help to setup my ubuntu machine for working in android kernal...step by step guide i install ubuntu me acer aspire 4047 machine and now i am so much interested about android development at core level i tried to install git on my machine