[android-kernel] Re: Android build didn't create contents of /data directory

2009-07-16 Thread Saravanan
Dear Vishal, Thanks for your guidance. I have successfully ported A N D R O I D and it is working fine. I changed init.rc file so that it doesn't remount root as read only. Clear understanding of init.rc file helped me to fix those problems. Thanks a lot to every one. Saravanan V. O

[android-kernel] Re: Android build didn't create contents of /data directory

2009-07-09 Thread vishal bhoj
on android system and userdata are 2 different partitions which are mounted by the init script. If you have a single filesystem do the changes as shown in the init script used on omapzoom kit with filesystem on sdcard. on init loglevel 3 # setup the global environment export PATH /sbin:/sys

[android-kernel] Re: Android build didn't create contents of /data directory

2009-07-09 Thread Saravanan
Hi Vishal, I am preparing fs to be flashed on nand device. Regards, Saravanan V. On Jul 9, 1:11 pm, vishal bhoj wrote: > R u preparing the filesystem on sdcard or  creating the system image and > flashing  it ? > Start Posting ur querries on android-porting group. > > > > On Thu, Ju

[android-kernel] Re: Android build didn't create contents of /data directory

2009-07-09 Thread vishal bhoj
R u preparing the filesystem on sdcard or creating the system image and flashing it ? Start Posting ur querries on android-porting group. On Thu, Jul 9, 2009 at 12:56 PM, Saravanan wrote: > > Hi Vishal, > Thanks for u'r reply. > I am porting Android to S3C6410 (ARM11 core, Samsung chi

[android-kernel] Re: Android build didn't create contents of /data directory

2009-07-09 Thread Saravanan
Hi Vishal, Thanks for u'r reply. I am porting Android to S3C6410 (ARM11 core, Samsung chip) based board. Could you please let me know what changes, i have to make in init.rc OR where can i refer? Thanks in Advance, Saravanan V. On Jul 9, 11:53 am, vishal bhoj wrote: > content are load

[android-kernel] Re: Android build didn't create contents of /data directory

2009-07-08 Thread vishal bhoj
content are loaded at boot time . On what device are you trying it out ? How are you mounting the data. there are few changes needed to be done in the init.rc script . On Thu, Jul 9, 2009 at 11:03 AM, Saravanan wrote: > > Hi IMKey, > Thanks for u'r reply. > When booting Android, the

[android-kernel] Re: Android build didn't create contents of /data directory

2009-07-08 Thread Saravanan
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` loo

[android-kernel] Re: Android build didn't create contents of /data directory

2009-07-07 Thread IMKey
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 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