Re: [android-kernel] Does Intent use Binder driver to implement?

2010-03-26 Thread nfsnfs chen
appen -- for example with startActivity, which can result > in lots of IPC (both via Binder and other ways) to communicate with the > activity manager, display a window, etc; and forking of a process, and > loading of an application (mmapping), and on and on. > > On Fri, Mar 26, 201

[android-kernel] Does Intent use Binder driver to implement?

2010-03-26 Thread nfsnfs
Hi, Intent and Binder are both IPC mechanisms in Android. I would like to know: Does Intent uses Binder driver to implement? May Intent use other part of kernel? Or Intent has no relationship with kernel? Thanks anyway. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: ht

Re: [android-kernel] Re: Using iptables in android

2010-02-01 Thread nfsnfs chen
e_nat.ko >> insmod /system/libmodules/ipt_MASQUERADE.ko >> insmod /system/libmodules/xt_state.ko >> >> -- >> unsubscribe: android-kernel+unsubscr...@googlegroups.com >> website: http://groups.google.com/group/android-kernel > > > -- > Best regards

[android-kernel] Re: No Android option in device driver of menuconfig for android-msm-2.6.27, donut?

2009-11-22 Thread nfsnfs
Hello, You may try "ARCH=arm make msm_defconfig". On 10月17日, 上午1時06分, tom wrote: > Hello, > > am still stuck > withhttp://groups.google.com/group/android-kernel/browse_thread/thread/66 > > Any help is appreciated. > > But while trying to find a way for the above problem, some confusion > cr