Re: [android-kernel] Re: Problem on Building and Flashing Custom Kernel

2011-11-03 Thread Yao,Yanjun
Thanks all, I have got that fixed by creating new boot image with my kernel. 2011/11/3 perumal316 : > > You need to "fastboot flashall". Both the boot image and the system > image. > > On Sep 28, 8:49 pm, Stephen Smalley wrote: >> On Tue, 2011-09-27 at 11:43 -0400

Re: [android-kernel] where can I get the source code of kernel for Nexus S(version:2.6.35.7-g1d030a7)

2011-10-26 Thread Yao,Yanjun
Please try it without .git. This kernel is for samsung nexus s GT-I9023. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] where can I get the source code of kernel for Nexus S(version:2.6.35.7-g1d030a7)

2011-10-25 Thread Yao,Yanjun
Try this link: http://github.com/akent/linux_samsung.git 2011/10/25 siqst > > hi,I want to get the kernel(source code) for Nexus S,and its version > is 2.6.35.7-g1d030a7(g1d030a7 is for Android 2.3.3).but now i can't > find it anywhere.who knows how to get it ? thanks very much . > > -- > unsubsc

[android-kernel] Need help on add new system call

2011-10-25 Thread Yao,Yanjun
Hi all, I am trying to add a new system call to android kernel, but met the following errors during compilation: MODPOST vmlinux.o WARNING: modpost: Found 10 section mismatch(es). To see full details build your kernel with: 'make

[android-kernel] Question on add new system call

2011-10-12 Thread Yao,Yanjun
Hi all, I am trying to add a new system call to android kernel, but met the following errors during compilation: MODPOST vmlinux.o WARNING: modpost: Found 10 section mismatch(es). To see full details build your kernel with: '

[android-kernel] Problem on Building and Flashing Custom Kernel

2011-09-27 Thread Yao,Yanjun
Hi all, I am trying to build the Samsung Nexus S kernel, and flash it to my phone (Nexus S). However, no matter how I configure the kernel before compiling it, when I tried to flash it to the phone by using "fastboot boot zImage", the phone just stuck at the screen with "Google" and a lock on it f