Re: [android-kernel] Re: Booting 2.6.39 kernel

2011-05-12 Thread Jon Pry
I am having the same problem. What stuff did you remove from the config? Thanks, Jon Pry On Fri, Apr 15, 2011 at 9:03 AM, Mario wrote: > Ok, I solved the issue. > > Now init starts-up! > The issue turned out to be related with the config file of the kernel. > I don't know why, after removing s

Re: [android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-12 Thread Stephen Smalley
On Thu, 2011-05-12 at 01:07 -0700, andria wrote: > Thanks evrybody for your responses > > Stephen > I'll take a look at it. Is it the same patch that was used > for yaffs2 in TaintDroid? No, upstream yaffs2 added native support for extended attributes last year. You can just clone the upstream ya

Re: [android-kernel] Re: Froyo - binder_alloc_buf when using RS232

2011-05-12 Thread Kevin Kowalewski
Hi Adrien, Thank you for the response. Can you tell me what development board you're using if any? And im assuming you're using the SerialAPI project? Thanks, Kevin -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Adrien wrote: Kevin, I found part of the solution by a

[android-kernel] Re: Froyo - binder_alloc_buf when using RS232

2011-05-12 Thread Adrien
Kevin, I found part of the solution by applying the patch http://markmail.org/message/b5hwsqypdtpxf5mq Plus I also learned that using the serial port eventlistener will eventually lead to your board freezing. Implement your own reading thread. On 8 mai, 20:42, Kevin Kowalewski wrote: > Hedwin

Re: [android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-12 Thread Name Less, the Jedi
2011/5/12 andria > > Name Less, the Jedi > What do you mean by f.ex? I downloaded the > unyaffs tool but it doesn't work. But you give me a first clue so I'm > gonna find an unyaffs-like tool. > f.ex == for example. Basically create file of desired size using dd: dd if=/dev/zero of=10MBfile bs

[android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-12 Thread andria
Arindam Roy > No I didn't. I manually applied the patch which was suggested earlier. The build command worked well after that. On 12 mai, 11:45, Arindam Roy wrote: > Hello Andria, > Did you have to shift to 64-bit Ubuntu for this? > Good news at least manual merge worked. > Thanks, > Arindam > >

[android-kernel] How to autorun a script on startup(exec command not implemented in init.rc?)

2011-05-12 Thread bord...@gmail.com
Hi all: How to autorun a script to config network on startup. I try to use exec command in the init.rc, but it's not implemented yet? The "do_exec" function in "builtins.c", it simply returns -1 without doing anything. Android version 2.2 (Froyo). Kernel 2.6.32 -- Bian Jiang http://www.wifi

Re: [android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-12 Thread Arindam Roy
Hello Andria, Did you have to shift to 64-bit Ubuntu for this? Good news at least manual merge worked. Thanks, Arindam On Wed, May 11, 2011 at 6:23 PM, andria wrote: > rarin > The patch command prints that there are malformed patch lines > so I manually did the update. I'm now able to compile gi

[android-kernel] Re: create a new android process and start when the OS starts

2011-05-12 Thread Gopi
hey chris thanks a lot...and sorry for posting the question to a wrong group On May 12, 4:17 am, Chris Stratton wrote: > On Tuesday, May 10, 2011 3:01:28 AM UTC-4, Gopi wrote: > > >     I am developing an android device administration system. I need to > > create a  process that starts along

[android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-12 Thread andria
Thanks evrybody for your responses Stephen > I'll take a look at it. Is it the same patch that was used for yaffs2 in TaintDroid? What you were working on seems interesting. What I intend to do is information flow control. Does the version of SELinux that you use depends on LSM hooks? Is there a l