Re: [android-kernel] Re: eclair-porting problem

2010-04-19 Thread hedwin
Seems like you're out of memory. on the bootanimation. this can be switched off within Android itself but then android needs to run. On Tue, Apr 13, 2010 at 8:39 AM, anil wrote: > hello , > off > now i am facing the followinf prob > > binder: 11317: binder_alloc_buf, no vma > binder: 11336:11

[android-kernel] Re: eclair-porting problem

2010-04-12 Thread anil
hello , now i am facing the followinf prob binder: 11317: binder_alloc_buf, no vma binder: 11336:11352 transaction failed 29201, size60-0 binder: 12135: binder_alloc_buf, no vma binder: 12152:12162 transaction failed 29201, size60-0 binder: 12371: binder_alloc_buf, no vma binder: 12388:12404 tra

[android-kernel] Re: eclair-porting problem

2010-04-12 Thread anil
hello hedwin, when i used your init.rc file i am getting the following error. init: no such service 'bootanim' this message is appearing continuously. thanks anil On Apr 9, 1:59 am, hedwin wrote: > See bold. Also changed /etc/dbus.conf permission to 444. In a NFS context > this works for me. >

[android-kernel] Re: eclair-porting problem

2010-04-04 Thread anil
hello, Even i using for the development purpose. The init.rc file is as follows. Please tell me if any changes are to be made. on init sysclktz 0 loglevel 3 # setup the global environment export PATH /sbin:/system/sbin:/system/bin:/system/xbin export LD_LIBRARY_PATH /system/lib exp

Re: [android-kernel] Re: eclair-porting problem

2010-04-03 Thread hedwin
Depends on what you want to achieve in the end. Myself I changed the init.rc since I just use it for development. On Sat, Apr 3, 2010 at 5:00 AM, Anil Babu wrote: > hi, > > you mean to say the problem will be only in the system folder of the > filesystem.so i need to change the init.rc file to m

Re: [android-kernel] Re: eclair-porting problem

2010-04-02 Thread Anil Babu
hi, you mean to say the problem will be only in the system folder of the filesystem.so i need to change the init.rc file to make some changes to the filesystem. On 4/1/10, hedwin wrote: > > Don't know if you changed your init.rc. From what I could see in the > init.rc in the aosp android tree i

Re: [android-kernel] Re: eclair-porting problem

2010-04-01 Thread hedwin
Don't know if you changed your init.rc. From what I could see in the init.rc in the aosp android tree is that it tries to mount the userdata partition on the nandflash and when found mounts it. Your log shows that your are using different partition names which seems to indicate that the mount of th

Re: [android-kernel] Re: eclair-porting problem

2010-04-01 Thread Anil Sasidharan
Hi, Would it possible for you to share the init.rc? Warm Regards, Anil On Thu, Apr 1, 2010 at 4:06 PM, anil wrote: > hi, > > there are two partitions for the kernel and the file system. the thing > is that the data folder is not able to write, but i gave rwx > permissions for the file s

[android-kernel] Re: eclair-porting problem

2010-04-01 Thread anil
hi, there are two partitions for the kernel and the file system. the thing is that the data folder is not able to write, but i gave rwx permissions for the file system. As u see in the log message the kernel is able to locate the file system, but the file system is not coming up. Do we need to cha