I gathered boot logs and other information of various Android devices.
When you work to port Android system, these are useful to compare with.
(Japanese version of this page)
How to get log
Connect the target device by USB cable, Power off and on the device and wait for boot up, then type the following commands.
$ adb shell dmesg > dmesg.txt $ adb shell logcat -d > logcat.txt $ adb shell cat /proc/cpuinfo > cpuinfo.txt $ adb shell getprop > prop.txt
If there is kernel config, save it.
$ adb pull /proc/config.gz
MIPS Android 4.0 emulator
Added at 2011.12.25
Linux version 2.6.29-00283-gc657ec7
[ro.build.version.release]: [4.0.3]
[ro.build.id]: [IML74K]
Kernel config of emulator of MIPS Android 4.0
Kernel boot log of emulator of MIPS Android 4.0
Android log of emulator of MIPS Android 4.0
/proc/cpuinfo of emulator of MIPS Android 4.0
getprop output of emulator of MIPS Android 4.0
Galaxy Nexus
(Added at 2011.12.14. Thanks to @vvakame)
Linux version 3.0.1-ge2433f2
[ro.build.version.release]: [4.0.1]
[ro.build.id]: [ITL41D]
Docomo GalaxyNexus boot log
Android 4.0 emulator
(Added at 2011.12.14)
Linux version 2.6.29-g327fbfb
[ro.build.version.release]: [4.0.1]
[ro.build.id]: [ITL41D]
Android log of emulator of Android 4.0 (without StrictModeViolation)
Kernel boot log of emulator of Android 4.0
/proc/cpuinfo of emulator of Android 4.0
getprop output of emulator of Android 4.0
Nexus One
Linux version 2.6.35.7-59463-g52630a3
[ro.build.version.release]: [2.3.4]
[ro.build.id]: [GRJ22]
Kernel boot log of Nexus One (Androd 2.3.4)
Android log of Nexus One (Android 2.3.4)
/proc/cpuinfo of NexusOne (Android 2.3.4)
getprop output of NexusOne (Android 2.3.4)
Xperia PLAY
Linux version 2.6.32.9-perf
[ro.build.version.release]: [2.3.2]
[ro.build.id]: [3.0.A.2.181]
Kernel boot log of Xperia PLAY
Android log of Xperia PLAY
/proc/cpuinfo of Xperia PLAY
getprop output of Xperia PLAY
Galaxy Tab 10.1
Dual core.
Linux version 2.6.36.3
[ro.build.version.release]: [3.0.1]
[ro.build.id]: [HRI83]
Kernel boot log of Galaxy Tab 10.1
Android log of Galaxy Tab 10.1
/proc/cpuinfo of Galaxy Tab 10.1
getprop output of Galaxy Tab 10.1
Nexus S
(@kazkam012 gave me these links. Thanks. )
Linux version 2.6.35.7-ge382d80
[ro.build.version.release]: [2.3.4]
[ro.build.id]: [GRJ22]
Kernel boot log of Nexus S
Android log of Nexus S
/proc/cpuinfo of Nexus S
getprop output of Nexus S
GALAXY S II SC-02C
Added 2011.6.23
Dual core.
Linux version 2.6.35.7-SC02COMKF2-CL257138
[ro.build.version.release]: [2.3.3]
[ro.build.id]: [GINGERBREAD]
Kernel boot log of GALAXY S II SC-02C
Android log of GALAXY S II SC-02C
/proc/cpuinfo of GALAXY S II SC-02C
getprop output of GALAXY S II SC-02C
emulator-x86 of AOSP master
Added 2011.07.09
CPU: Pentium II (Klamath)
Linux version 2.6.29
[ro.build.version.release]: [3.1.4.1.5.9.2.6.5]
[ro.build.id]: [OPENMASTER]
Kernel boot log of emulator-x86
Android log of emulator-x86
/proc/cpuinfo of emulator-x86
getprop output of emulator-x86
Aug 10, 2011 @ 04:18:39
Thank you for these. Now I may have a better chance at getting my rom to boot!