[android-kernel] Kernel sockets

2010-10-29 Thread Yves Langisch
Hi, I've written a kernel module that logs all socket connection attempts. That is done with the help of LSM hooks. What I can see now is that the kernel is connecting to some 100. and 101. ip addresses many times: ... socket_connect: 1.0.0.0:0 -> 100.119.112.45:106 socket_connect: 1.0.0.0:0

[android-kernel] Re: How to build a customized 2.6.32 kernel for Android 2.2 emulator

2010-10-29 Thread Antonio Conforti
Does your android virtual machine start? -s android- On Oct 28, 10:54 pm, Yudong wrote: > Thanks for the reply! > > The adb server was up and running before I run the emulator. I can use > it to "adb shell" to the emulator that uses the original goldfish > kernel. > > But the problem is that, wh

[android-kernel] Re: Does USB gadget CONFIG_USB_ANDROID_ACM work with Windows host?

2010-10-29 Thread Moiz Sonasath
Yes, Even I have observed the same problem. It seems windows driver is not able to understand the descriptors given by the CDC_ACM android gadget. It seems the union descriptors are not proper hence windows sees the two interfaces (Data+Com) as separate instead of a single functionality endpoint.