Re: [android-kernel] Android kernel

2010-11-29 Thread Hu Haiqing
I can not understand why can not use GIT via dial up internet connection? On Mon, Nov 29, 2010 at 3:13 PM, amit wrote: > How to compile android kernel 2.6.32 on my intel dual core processor > and build image. > I have dial up internet connection , so I can't use git clone > git://android.git.ker

Re: [android-kernel] how to distinguish java process

2010-11-02 Thread Hu Haiqing
all java process all cloned from zygote , On Tue, Nov 2, 2010 at 10:05 AM, pt wrote: > I am about to design an scheduler for android linux that all the java > processes (and threads) will use. To do this, I must know how to tell > whether a process/thread is java process/thread. How to accomplis

[android-kernel] How usb hot plugin message pass to android desktop?

2010-09-16 Thread Hu Haiqing
Hi, Dear Does any one know the follow detail? 1. How usb inserted event passed to android framework from linux kernel? 2. how usb inserted event passed to android desktop from android framework ? Thanks -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.co

[android-kernel] does the USB Tethering implement by usbnet?

2010-09-02 Thread Hu Haiqing
Hi,Dear all: I really want to know how to implement the USB Tethering ? does it means the Android 2.2 usb can be used as usb host , and the usbnet, cdc_ether and other related module is available? thanks -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.co

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

2010-08-22 Thread Hu Haiqing
dio device which is supplied the power via battery. does it need another power source? Best Regards. Hu haiqing On 8月22日, 上午3时31分, Chris Stratton wrote: > While the usb net and usb host drivers are likely available in kernel > source, its worth pointing out that they aren't shipped i

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

2010-08-20 Thread Hu Haiqing
Hi, Dear All: I would like to insert a device to android phone through usb interface . and hope the phone can access the device through tcp/ip protocol. is it avaialble to me The device is standard usb CDC device, in Ubuntu, I can see the ip address use ifconfig command when I insert the device