[android-kernel] dccp socket support

2011-02-17 Thread chcat
Does the Froyo kernel ( 2.6.32-9) support DCCP sockets ? Apparently SOCK_DCCP is not defined in "android-8/arch-arm/usr/include/ sys/socket.h" When i try to define that myself and create socket: socket(PF_INET, SOCK_DCCP, IPPROTO_DCCP) - there's error message "socket is not supported" If I try "

[android-kernel] Build kernel android with netfilter

2011-02-17 Thread solene_lj
Hello every android lover! I'm new to android, I need build a kernel android with netfilter active for detect the package SIP,the target is telephone android samsung galaxy s, if I should download the code source of kernel from the site of Samsung? I have download the branch kernel/samsung.git fro

Re: [android-kernel] Re: Custom Kernel developement for Android Emulator

2011-02-17 Thread Aldrin Montana
Thanks Earlence, always helping me out ^__^ On Thu, Feb 17, 2011 at 6:57 AM, Earlence wrote: > you dont need to do all those steps. > Android modified kernels are available and can be built out of the > box. > http://android.git.kernel.org/?p=kernel/linux-2.6.git;a=tree > > clone whichever branc

[android-kernel] Re: Custom Kernel developement for Android Emulator

2011-02-17 Thread Earlence
you dont need to do all those steps. Android modified kernels are available and can be built out of the box. http://android.git.kernel.org/?p=kernel/linux-2.6.git;a=tree clone whichever branch you need (msm etc) Cheers, Earlence On Feb 16, 7:53 am, Aldrin Montana wrote: > thank you raja > > On

Re: [android-kernel] Help about android source code

2011-02-17 Thread raja pavan
(1) these are standard errors, try out in google. (2) BTW why arm is in the picture? ARM is not supposed to be in the picture if you are building for x86. Donot pass ARCH=arm, if you are building for x86. Building kernel is simplest step in android porting to hardware, so stay cool and proceed.

Re: [android-kernel] Help about android source code

2011-02-17 Thread Soumen Debnath
Raja , I am facing the problem : soumen@soumen-laptop:~/Desktop/android_eXPEriMent/kernel_msm-htc$ make -j2 scripts/kconfig/conf -s arch/arm/Kconfig *** Error during update of the kernel configuration. make[2]: *** [silentoldconfig] Error 1 make[1]: *** [silentoldconfig] Error 2 make: *** No rule

[android-kernel] Camera Issue

2011-02-17 Thread kavitha bk
Hi I am trying to port camera driver and HAL on Samsung Board. My camera driver uses Samsung Camera Interface FIMC driver The fimc0,fimc1 and fimc2 are registered and Following device Nodes are created successfully /dev/video1 ,/dev/video1 and /dev/video2 My camera driver is registered as subdev f

Re: [android-kernel] Help about android source code

2011-02-17 Thread raja pavan
Deb!!! No idea. On Thu, Feb 17, 2011 at 2:49 PM, Soumen Debnath wrote: > Sorry raja, for disturbing again , > But there are some issues i have discuss with u. > > when I try to download from the site : > http://www.android-x86.org/getsourcecode > using the command : repo init -u git://git.andr

Re: [android-kernel] Help about android source code

2011-02-17 Thread Soumen Debnath
Sorry raja, for disturbing again , But there are some issues i have discuss with u. when I try to download from the site : http://www.android-x86.org/getsourcecode using the command : repo init -u git://git.android-x86.org/manifest.git -b gingerbread It throw some error : error: revision gingerbre