Re: [android-kernel] Tracing the ADB communication

2011-04-27 Thread Hamilton Vera
Try this one http://vusb-analyzer.sourceforge.net/ On Wed, Apr 27, 2011 at 3:29 PM, Kees Jongenburger wrote: > Hi, > > On Tue, Apr 26, 2011 at 4:33 PM, Alvin wrote: >> >> Hi All, >> >> I am interested in viewing the packets sent by between adb client and adbd >> through usb. >> >> I tried setti

[android-kernel] NFSroot compilation error

2011-04-27 Thread A Curtis
Has anyone else run into this? - branch 2.6.36 fs/nfs/nfsroot.c:403: error: __setup_str_nfs_root_setup causes a section type conflict fs/nfs/nfsroot.c:403: error: __setup_str_nfs_root_setup causes a section type conflict make[2]: *** [fs/nfs/nfsroot.o] Error 1 make[1]: *** [fs/nfs] Error 2 make:

Re: [android-kernel] Tracing the ADB communication

2011-04-27 Thread Kees Jongenburger
Hi, On Tue, Apr 26, 2011 at 4:33 PM, Alvin wrote: > > Hi All, > > I am interested in viewing the packets sent by between adb client and adbd > through usb. > > I tried setting the environment variable ADB_TRACE to 1. > > But when I run "adb shell" though the shell comes up, I am not able to see >

[android-kernel] CONFIG_PM_SLEEP and CONFIG_USER_WAKELOCK (with Gingerbread)

2011-04-27 Thread Matthieu
Greetings, I'm working on a porting for a custom board based on at91sam9m10 SoC. I patched my own kernel (2.6.37.2) with android patches (using official git repositories); I recompiled android platform (repo init && repo sync) based on "generic" target to get a small rootdisk. Framebuffer driver

[android-kernel] Custom Menu entries for Kernel

2011-04-27 Thread chandu
Hi, How do I pass Kernel parameters from fastboot bootloader for android emulator. My idea is I have added configuration parameters for SMACK security module in android goldfish kernel I want to enable via bootloader arguments ie security=smack arguments need to be passed. How do i do that in syst

[android-kernel] Tracing the ADB communication

2011-04-27 Thread Alvin
Hi All,I am interested in viewing the packets sent by between adb client and adbd through usb. I tried setting the environment variable ADBTRACE to 1. But when I run "adb shell" though the shell comes up, I am not able to see any traces in the terminal. Any help will be appreciated thanksRegards