문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top