I am trying to update my seandroid release on my Samsung Galaxy Nexus.
Yesterday I compiled the full maguro 4.1.4 and put it in the phone. The compiling has done well but now the phone can't turn on.
Do you know what can be the problem?
This is the procedure I follow.
git clone -b seandroid-4.1.1 https://bitbucket.org/seandroid/manifests.git mkdir seandroid-4.1.1 cd seandroid-4.1.1 repo init -u https://android.googlesource.com/platform/manifest -b android-4.1.1_r4 repo sync cp ../manifests/local_manifest.xml .repo/ repo sync -j1
export PREFIX=/path/to/your/aospclone cd $PREFIX/kernel/omap make ARCH=arm tuna_defconfig make ARCH=arm CROSS_COMPILE=$PREFIX/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-
cd $PREFIX source build/envsetup.sh lunch full_maguro-userdebug export HAVE_SELINUX=true make
Thanks for your help.