i think the init just gave these warnings and have not failed. if you boot the kernel with
emulator -kernel zImage -shell -show-kernel and at last press the enter key, you should get the shell prompt. the only problem is that the android init is trying start up service stored in the init.rc srcipt file, for example service servicemanager /system/bin/servicemanager but in the /system/bin/ path, there is no servicemanager program, so at last you got "init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'" so we can solve this problem by change the init.rc file to disable this program or add these programs to the system. On Sun, Mar 1, 2009 at 3:28 AM, Joe Petruchi <[email protected]>wrote: > > Hi All > > Can some body help me to solve this issue > > Regards > Joe > > On 2/27/09, Joe Petruchi <[email protected]> wrote: > > > Hi All > > I was trying to change the kernel for Emulator.I was successful in > building > > the kernel Image(2.6.27) for the Emlator using the Goldfish configuraton. > > The Emulators kernel is booting up however it stops in the intial Andriod > > screen. i gave the following command > > > > emulator -kernel ./x/y/zImage -system ./a/b/ -show-kernel > > > > I saw the kernel messages.. Everything works fine; the init finally fails > > telling this > > > > init: cannot open '/initlogo.rle' > > init: Unable to open persistent property directory /data/property errno: > 2 > > init: cannot find '/system/bin/servicemanager', disabling > 'servicemanager' > > init: cannot find '/system/bin/mountd', disabling 'mountd' > > init: cannot find '/system/bin/debuggerd', disabling 'debuggerd' > > init: cannot find '/system/bin/rild', disabling 'ril-daemon' > > init: cannot find '/system/bin/app_process', disabling 'zygote' > > init: cannot find '/system/bin/mediaserver', disabling 'media' > > init: cannot find '/system/bin/playmp3', disabling 'bootsound' > > init: cannot find '/system/bin/dbus-daemon', disabling 'dbus' > > init: cannot find '/system/bin/installd', disabling 'installd' > > init: cannot find '/system/bin/flash_image', disabling 'flash_recovery' > > init: cannot find '/system/etc/init.goldfish.sh', disabling > > 'goldfish-setup' > > init: cannot find '/system/bin/qemud', disabling 'qemud' > > init: cannot find '/system/bin/logcat', disabling 'goldfish-logcat' > > > > Does any body face the same problem ?? > > Joe > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
