Hello When I try to run kernel goldfish 3.4 on my emulator, I download the kernel using "git clone https://bitbucket.org/seandroid/kernel-goldfish.git".and change to android-goldfish-3.4-keel branch. Then I compile the code with goldfish_armv7_deconfig. The compiling went well. But when I try to run the emulator with the zImage, the emulator stuck at "Uncompressing Linux... done, booting the kernel.". I can got more boot info with original goldfish 3.4, though it can't boot either. I did all of these on 32bit ubuntu 11.04. Any help will be appreciate ! Dywisdomno1
2013/1/14 董钰 <dywisdom...@gmail.com> > Hello > I want to set security label(use xattr security.mylabel) of the file in > Yaffs2 on Android. > I've been able to use setxattr syscall to set security label, and use > getxattr syscall to verify the change right after that. > The problem is that the change is gone when i reboot the emulator.I used > to try the same process on linux and ext2 filesystem,and the change will > last like forever. > > Is is about the emulator? Or it is all about the support level of xattr in > Yaffs2? > > Thank you for any help. > > Dywisdomno1 >