samsung galaxy nexus 用に android 4.1.1 をビルドしてインストールしようとしています。私がどのように構築しているか:
repo sync
. build/envsetup.sh
lunch full_maguro-userdebug
make -j3
ビルドが正常に完了したら、インストール:
adb reboot bootloader
fastboot oem unlock
fastboot erase cache
fastboot erase userdata
fastboot flashall
インストールは完了しましたが、再起動しても Android が起動せず、Google のロゴしか表示されません。
私が間違っているのは何ですか?