Hi all, I am using the Android Dev Phone 2 (Google IO Phone). But I think it's more convenient to use the Android emulator for debuging and then flash to the phone. But I have a problem that when I use my own customized kernel image to boot the phone, everything is fine, but when use the same kernel image to boot the emulator, it failed without any report in "-show-kernel" and even no response. The command I used is as follows: >use the kernel to boot the phone: 1.boot phone to fastboot mode 2.fastboot -boot <new Kernel Image> the phone works fine >use the new kernel to boot the emulator 1. emulator -kernel <new kernel Image> -show-kernel -avd MyAndroidEmulator No response...
I have try several kinds of AVD, no one works. Also I export the config file from the emulator and use the config file to rebuild the kernel source code. That also doesn't work. When I use the kernel in "myandroid/prebuild/android-arm/kernel/kernel-qemu, the emulator boot successfully. BTW, I use the kernel source code git from "/kernel/ msm.git"---android open-source project. Because my customized kernel can boot my phone, but can't boot the emulator, I wonder if the emulator does not match my phone or some other reasons. Can any one give me some suggestions? Thank you very much. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
