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