If you run log cat, are you seeing any messages or does it not get that far?
Also, any serial debugging? (sometimes devices have a few pins of the usb connector you can connect and see usb debug messages). Just because it flashed doesnt really mean anything about being able to boot. I've seen kernel configuration problems cause the inability to boot. If you do happen to get some sort of serial output, you can enable printk and earlyprintk in the kernel, and see debugging output with dmesg. (I've seen android boot problems that I never resolved WHY it wasnt booting, because even with serial out, the error messages were not obvious). Weston On Monday, July 16, 2012 1:29:37 AM UTC-7, Bhanushali Ashwin N wrote: > > I have made an custom ROM for Huawei Ascend G300 U8818 device.I flashed my > device with the fastboot protocol and I received following messages during > flash of device. > Code: > > -------------------------------------------- > Bootloader Version...: > Baseband Version.....: > Serial Number........: > -------------------------------------------- > checking product... > OKAY [ 0.002s] > sending 'boot' (2806 KB)... > OKAY [ 0.713s] > writing 'boot'... > OKAY [ 0.778s] > sending 'recovery' (3124 KB)... > OKAY [ 0.783s] > writing 'recovery'... > OKAY [ 0.602s] > sending 'system' (156310 KB)... > OKAY [ 39.081s] > writing 'system'... > OKAY [ 36.423s] > erasing 'userdata'... > OKAY [ 0.004s] > erasing 'cache'... > OKAY [ 0.007s] > rebooting... > > finished. total time: 78.403s > > From above it seems that device is flashed properly but when device is > rebooting. > It does not proceed after boot screen.It simply stucks at boot screen. > How do I debug it. > Any suggestions....... > > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
