On Dec 2, 9:41 am, amit <amitmahaja...@gmail.com> wrote: > 3. I have downloaded Android-Froyo repositories and compiled it for > ARM-V7. I am using it with a customised kernel that i have > compiled(based on android 2.6.29-golfish android kernel). When I run > this setup on emulator, the emulator GUI doesnot comes up. What could > be wrong here?
Dozens of different things. Getting the GUI up requires almost everything to work. You should use the command line options of the emulator to display kernel messages, and perhaps try to ADB shell into the emulator (if it gets far enough to start an ADB daemon and whateer interfaces it depends on) to see what is going on. Keep in mind Android is really three things: a) A modified linux kernel b) A custom non-standard userspace, init system, and command-line environment c) A dalvik pseudo-java VM, and the UI components and services that run atop it You should try verifying these pieces one at a time to see where the problem is. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel