i'm trying build and install android 4.1.1 for samsung galaxy nexus. how i'm building:
repo sync
. build/envsetup.sh
lunch full_maguro-userdebug
make -j3
building successfuly complete, then installation:
adb reboot bootloader
fastboot oem unlock
fastboot erase cache
fastboot erase userdata
fastboot flashall
installation complete, but after rebooting android doesn't run, only showing google logo.
whats i'm doing wrong?