[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: How to build a customized 2.6.32 kernel for Android 2.2 emulator

2010-10-28 Thread Yudong
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, when I tried to start up the emulator with my customized 2.6.32 kernel through: emulator -avd Android2.2

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

2010-10-27 Thread Antonio Conforti
If you want to use adb shell first you have to start server for adb as follow: ./adb start-server The you can start shell : ./adb shell PS. First to execute "adb shell" you have already started the emulator On Oct 26, 7:56 pm, Yudong wrote: > I used: > > emulator -avd Android2.2avd -kernel /p

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

2010-10-26 Thread Yudong
I used: emulator -avd Android2.2avd -kernel /path/to/zImage -verbose to get this information. I also try to use adb but it shows that the emulator is offline. By the way, I am using the emulator in the sdk. But I think this should not matter... Thanks! Yudong On Oct 25, 9:51 pm, Peter Teoh

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

2010-10-25 Thread Peter Teoh
On Oct 26, 12:04 am, Yudong wrote: > Hi all, > > I am trying to build a 2.6.32 kernel with NFS client module v4.1 > enabled for the Android 2.2 emulator. I used the kernel source code I > check out from the kernel git: > > http://android.git.kernel.org/common.git > > and switch to branch origin/