Re: [android-kernel] Is Usbnet driver (host) available for android2.2?

2010-08-21 Thread Tung Dang
Hi, Yes, USB net (host) driver is availailble for android, actually it is in linux kernel before. On host side, you config kernel to support USB net (in Network configuration menu) On device side, you config kernel to support USB gadget CDC ethernet (RNDIS) (in USB driver configuration menu) confi

Re: [android-kernel] Download Android kernel

2010-08-12 Thread Tung Dang
Hi, For example : $git clone git://android.git.kernel.org/kernel/common We check which branch we have downloaded: $git branch it shows * android-2.6.27, not the one we are searching for: To *list* all *remote* available *branches*: $git branch -r origin/HEAD -> origin/android-2.6.27 origi

Re: [android-kernel] Re: Android Frame Buffer Driver mechanism

2010-07-28 Thread Tung Dang
Hi Danke, Thanks for your information! I see that Android Cupcake was already integrated the VNC server in side surfaceflinger ( /frameworks/base/libs/surfaceflinger/RFBServer.cpp ) But i cannot find where the RFBServer.cpp is implemented in Eclair ? Where did the Android Dev team move this RFBSer