Download the SDK Toolkit form here: 
http://developer.android.com/sdk/tools-notes.html

... and run ddms. Connect the phone via USB, and click on it when it
appears in the upper left corner. Watch the colored logcat messages
appear in the lower window pane. The messages may give you some
indication what's wrong. There are other dumps that can be done from
the "Device" menu.

You can also run "adb shell" from the toolkit, and do a "dmesg" to
dump the kernel message list. While that would be lower level
information, it may help isolate malfunctioning hardware.

Chances are one of the system files has become corrupt, and you will
have to wipe the data off the phone and reflash the system. Your
service provider should be able to safely step you through that.

On Jul 27, 1:38 pm, doug <doug_a...@yahoo.com> wrote:
> Hello,
>
> My N1 hung on the cross "X" screen after I flashed it with a new boot
> image.  How do I debug this boot problem?  Is there a way to read the
> boot sequence off the device to see where it gets stuck?
>
> Thanks,
> doug

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to