Hi IMKey,
Thanks for u'r reply.
When booting Android, the `init` of Android tries to refer some class
file under /data/dalvik-cache directory. I came to know about this by
output of `logcat`. In the absence of class files under /data/dalvik-
cache directory, the `Android runtime` loops inside and nothing comes
on the LCD screen but i got a command prompt in HyperTerminal through
serial interface.
So it looks that when booting Android, /data directory cannot be
empty.
Regards,
Saravanan V.
On Jul 7, 8:11 pm, IMKey <[email protected]> wrote:
> I'm not sure if the data directory should be populated at compile time. The
> contents may only be assembled at first boot.
>
> On Tue, Jul 7, 2009 at 4:33 AM, Saravanan <[email protected]> wrote:
>
> > Hi all,
> > I am new to this group and i don't know whether i can put
> > this question here. Please help me if i am wrong.
>
> > When i started building android from full source code, it
> > succeeded in building all the libraries and other stuffs. But it has
> > not build the contents of the mydroid/out/target/product/generic/data
> > directory.
>
> > Host details,
> > Ubuntu - 8.04 Linux saravanan-desktop 2.6.24-23-generic #1 SMP Thu
> > Nov 27 18:44:42 UTC 2008 i686 GNU/Linux
>
> > I have following things installed in my system,
>
> > $ sudo apt-get install git-core gnupg sun-java5-jdk flex bison gperf
> > libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip curl
> > libncurses5-dev zlib1g-dev valgrind
>
> > $ sudo update-java-alternatives -s java-1.5.0-sun
>
> > Procedure i followed to build,
>
> > #repo init -u git://android.git.kernel.org/platform/manifest.git
>
> > #repo sync
> > #export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.16/bin
> > #export ANDROID_JAVA_HOME=$JAVA_HOME
> > #make
>
> > Please help me to build Android File System from source. I am aware
> > that i could take fs from running emulator but that is not what i
> > wanted.
>
> > Thanks in advance!!
> > Saravanan
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel
-~----------~----~----~----~------~----~------~--~---