[android-kernel] Re: Boot my own service as the first one.

2013-06-12 Thread dywisdomno1
Any suggestions would be greatly appreciated. On Thursday, June 13, 2013 11:52:19 AM UTC+8, dywis...@gmail.com wrote: > > I want to boot my own service right after all ".img" file were mounted and > before any other service was going to boot. > -- -- unsubscribe: android-kernel+unsubscr...@

[android-kernel] Boot my own service as the first one.

2013-06-12 Thread dywisdomno1
I want to boot my own service right after all ".img" file were mounted and before any other service was going to boot. -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed

[android-kernel] How to figure out which service the target_node in binder_transaction() function corresponding to?

2013-04-18 Thread dywisdomno1
When I read the code of function binder_transaction() in binder.c, I could see that I can get the target_proc and the target_node which the client process want to access. But I can't find out which service the target_node corresponding to. Is there any way to find out? -- -- unsubscribe: andr

Re: [android-kernel] Android kernel for goldfish that higher than 2.6.38.8

2013-03-21 Thread dywisdomno1
Which version is your android source code? Jelly Bean 4.2.2? On Thursday, March 21, 2013 4:39:01 AM UTC+8, Stephen Smalley wrote: > > On 03/20/2013 04:59 AM, dywis...@gmail.com wrote: > > Thank you Stephen, I've just "git remote update" and "git fetch" my > > code. But I still got no goldfish_a

Re: [android-kernel] Android kernel for goldfish that higher than 2.6.38.8

2013-03-20 Thread dywisdomno1
Thank you Stephen, I've just "git remote update" and "git fetch" my code. But I still got no goldfish_armv7_defconfig. Could you please provide me your way to compile and run the android-goldfish-3.4 kernel? On Wednesday, March 20, 2013 1:29:56 AM UTC+8, Stephen Smalley wrote: > > On 03/19/2013

[android-kernel] Android kernel for goldfish that higher than 2.6.38.8

2013-03-19 Thread dywisdomno1
Hi I was trying to use "smack" MAC in Android kernel. And I wanted to use SMACK64EXEC extended attribute which allows switching to another security context when executing a file. My problem is that only the linux kernel higher than 2.6.38.8 support SMACK64EXEC extended attribute, but, As we al