If you want to use adb shell first you have to start server for adb as follow:
./adb start-server The you can start shell : ./adb shell PS. First to execute "adb shell" you have already started the emulator On Oct 26, 7:56 pm, Yudong <[email protected]> wrote: > I used: > > emulator -avd Android2.2avd -kernel /path/to/zImage -verbose > > to get this information. > > I also try to use adb but it shows that the emulator is offline. > > By the way, I am using the emulator in the sdk. But I think this > should not matter... > > Thanks! > > Yudong > > On Oct 25, 9:51 pm, Peter Teoh <[email protected]> wrote: > > > > > On Oct 26, 12:04 am, Yudong <[email protected]> wrote: > > > > Hi all, > > > > I am trying to build a 2.6.32 kernel with NFS client module v4.1 > > > enabled for the Android 2.2 emulator. I used the kernel source code I > > > check out from the kernel git: > > > >http://android.git.kernel.org/common.git > > > > and switch to branch origin/Android-2.6.32 > > > > I tried to compiled the kernel with different config files: > > > > 1) the config.gz extracted from the emulator (2.6.29) > > > 2) the gold-fish 2.6.29 goldfish_defconfig (2.6.29) > > > 3) the defconfig of 2.6.32 > > > > but none of them succeeded. The emulator just hang up at this step and > > > it never shown up: > > > > ... > > > emulator: control console listening on port 5554, ADB on port 5555 > > > emulator: sent '0012host:emulator:5555' to ADB server > > > emulator: ping program: /home/stgyd/android-sdk-linux_x86/tools/ddms > > > emulator: ping command: /home/stgyd/android-sdk-linux_x86/tools/ddms > > > ping emulator standalone > > > what steps u executed to get here? adb/emulator and its commandline > > (or kernel options/parameters etc)? > > > > When I tried the goldfish-2.6.29 branch with NFS v4 enabled, the > > > compiled kernel can be loaded successfully. But the problem is that > > > 2.6.29 does not support NFS v4.1... > > > > Any suggestion will be appreciated! > > > > Thanks! > > > > Yudong- Hide quoted text - > > - Show quoted text - -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
