On Wed, Sep 1, 2010 at 8:10 AM, Deva R <[email protected]> wrote: > > >How much RAM do you have? > also, make sure > - ext3 file system partition size (like atleast 150 MB) is ok > - few file entries have r+w permission (probably run 'chmod -R 777 *' for > whole filesystem for now) > > > On Wed, Sep 1, 2010 at 1:33 AM, Brad Davis <[email protected]> wrote: > >> On Aug 29, 12:56 am, Dimka Kuznec <[email protected]> wrote: >> > does anyone have any pointers for me to help debug this issue? >> >> How much RAM do you have? >> >> There are processes that Android will restart (or retry) if they can't >> run due to lack of resources (memory). A quick glance at init.rc >> implies that "bootanim" may not have the resources to run (after >> "media") and so "media" is being killed (but "media" has to run so it >> is being restarted (this restart is so if any of the critical >> software dies, the phone doesn't need a hard reboot...) >> >> You can comment "bootanim" out of the init.rc and see if you die in >> "dbus" or later. > > The system will also exit silently if certain kernel subsystems are not present. Check you have battery support (even if no specific driver) and all the android drivers are there.
I had real problems due to it not being able to open bits of /sys without it showing any error. -- Ben -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
