A bunch of services in service manager are dying. Try doing a factory reset.
On Sep 13, 2012 1:51 AM, "Alexandra Test" <testalexandrainstitute@xxxxxxxxx> wrote:
The output in the attached file.On Thu, Sep 13, 2012 at 10:37 AM, William Roberts <bill.c.roberts@xxxxxxxxx> wrote:
Added mailing list back in. Send us your log cat output.
On Sep 13, 2012 1:35 AM, "Alexandra Test" <testalexandrainstitute@xxxxxxxxx> wrote:Yes, I am.On Thu, Sep 13, 2012 at 10:32 AM, William Roberts <bill.c.roberts@xxxxxxxxx> wrote:
Are you able to adb shell into the device or do adb log cat?
On Sep 13, 2012 1:21 AM, "Alexandra Test" <testalexandrainstitute@xxxxxxxxx> wrote:Hi all,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 -j1export 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 makeThanks for your help.