[android-kernel] Re: booting another linux kernel from a running android system

2010-12-30 Thread Chris Stratton
I should be possible to set up, but I didn't get it to work in the brief time I spent trying. And it's likely going to require running a patched kernel to start. If you want to work on it, I'd highly recommend first getting a working serial output for kernel messages, both hardware wise on your d

[android-kernel] Re: few question about adb

2010-12-30 Thread vkmgeek
On Dec 27, 2:57 am, tstanly wrote: > hi all, > > the adb tool shows "offline" somtimes, so I want to review the > relative code about adb. > > 1. where is the adb relative driver code in the kernel tree? Look at drivers/usb/gadged/f_adb.c, android.c ... > 2. is any updated log about adb tool?

[android-kernel] android emulator touch driver

2010-12-30 Thread vkmgeek
Hi Can someone help me to solve following questions in understanding how touch events are emulated in Android Emulator ? 1. Mouse events are used as touch events. 2. But, I am not able to find any "goldfish_mouse*.c" file in emulator/ goldfish kernel. 3. If there is no such file, who creates /de

[android-kernel] booting another linux kernel from a running android system

2010-12-30 Thread Earlence
Is it possible to run another kernel (shutting down the previous system) via an sd card from an already running android system? I've looked at the linux for ARM boot process and several more general techniques like kexec and 2 kernel monte. any pointers? Cheers, Earlence -- unsubscribe: android