Question

I got android gingerbread source: repo init -u https://android.googlesource.com/platform/manifest -b gingerbread && repo sync

Then, I built it: lunch full_crespo-eng && make -j4

Then, I flash images: fastboot flash system system.img && fastboot reboot

Then stuck at android screen, cannot boot the system up. Have you ever met this? What am I missing?

Build host: Ubuntu 12.04

Later edit: Fortunately I still can adb into the phone. I simply ps to list processes: I found it stopped at the point after zygote forking system_server. The system_server did not start other stuffs properly. Anybody saw this issue earlier? Any hint? Thank you

N

Was it helpful?

Solution

Solution: Get factory images, replace included system.img with the one just generated. Flash factory images.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top