[android-kernel] Re: How to dump boot message without adb

2010-07-13 Thread Jie
Hi, vishnu Thanks for quick reply. I've executed 'printenv' on my Tattoo device, 'CMDLINE' environment value isn't there. I guess it should be set in BoardConfig.mk file, right? There is an item named 'BOARD_KERNEL_CMDLINE' in this file. Right now, I set it to 'no_console_suspend=1 console=null' a

Re: [android-kernel] How to dump boot message without adb

2010-07-13 Thread Vishnu Pratap Singh
Hi Jie, you can use serial port for getting the logs. on serail port go to boot prompt and there you just change the log level from 4 to 8 like below execute -> printenv it will show the environment there you will see following CMDLINE=console=ttySAC2,115200 loglevel=4 then execute setenv CMDLIN

[android-kernel] How to dump boot message without adb

2010-07-13 Thread Jie
Hi, all I've ported the HTC drivers for 2.6.29 to kernel-msm-2.6.32.9 on my HTC Tattoo. After a long time debugging, I completed the compilation without any errors. I've compared the .config files of both HTC(.29) and android(.32.9) carefully, nothing strange was found. However, the phone got stuc

[android-kernel] How to compile and install mplayer from source code

2010-07-13 Thread xlshe
Hi, I want to compile and install mplayer for my android phone. Has anyone done the similar thing? Can you give me some suggestion about how to do it? Thank you very much! Best regards, Longsheng Xia -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/g

[android-kernel] Android kernel developer advocacy/guidance?

2010-07-13 Thread nature lover
Hello, Are there kernel developer advocates at Google who can at least point a new developer to where to look for information on issues like adding a new sensor device to an Android platform, etc? There seems to be no documentation at all about this in any of the Android web sites/pages. -- unsu

[android-kernel] Re: DisplayLink Android Driver

2010-07-13 Thread magoroku15
Hi Brandon I see, you has enable USB host mode, attaced keyboard with your phone, It's great sounds. I will recommend to you step by step for displaylink following as: 1. You should check and write down your kernel version. 2. Look for the kernel source tree or helper package for kernel module