[android-kernel] why it always complain execve("/system/bin/alsamixer", ["alsamixer"], [/* 10 vars */]) = -1 ENOENT (No such file or directory)

2009-04-08 Thread max
Hi All, I have susscessfully run the android on my target board. I before cross-complied the strace and it works both in linux and in android environment. But now I build alsamixer using the same toolchain, it can works in the android linux, but when I chroot /mnt/rootfs /init , entering into t

[android-kernel] Re: Is 2.6.29 kernel supported?

2009-04-08 Thread Hoegaarden
When wil the 2.6.29 android kernel be available on your repo server? 2009/4/9, Mike Chan m...@android.com>: > > We are in the progress of re-basing to 2.6.29. I'd suggest sticking > with 2.6.27 unless you're feeling quite adventurous. > > On Tue, Mar 17, 2009 at 1:28 AM, Jackie Wu wrote: >> >>

[android-kernel] Re: Is 2.6.29 kernel supported?

2009-04-08 Thread Mike Chan
We are in the progress of re-basing to 2.6.29. I'd suggest sticking with 2.6.27 unless you're feeling quite adventurous. On Tue, Mar 17, 2009 at 1:28 AM, Jackie Wu wrote: > > Hi, > > I just found some logs in Android kernel project about kernel 2.6.29, > like "Fix 2.6.29 build". > Is the Android

[android-kernel] Re: How to use shell command "rild"?

2009-04-08 Thread Mike Chan
Rild is a daemon, not a command, and is launched by init, look at ./system/core/rootdir/init.rc or /init.rc on a device. What exactly are you trying to test with rild? On Thu, Apr 2, 2009 at 3:38 AM, bluebol...@gmail.com wrote: > > All supported shell commands list in /system/bin/ > I want to t

[android-kernel] Re: emulator support in 2.6.27 ?

2009-04-08 Thread Yi Sun
I have done a little bit different from what you did, 1. instead of to get toolchain from CodeSourcery, I get it from the prebuild directory of android source 2. get the goldfish by: git-clone git://android.git.kernel.org/kernel/common.git git checkout -t origin/android-goldfish-2.6.27 -b goldf