Hello. I'm developing a custom Android image for Nexus 6P from AOSP source code. So I built Android after some modification and flashed those images which I built on my Nexus device. But it could not boot normally and just repeated Google logo and warning for bootloader unlock.
Following is my build history: 1. I modified some parts in kernel and built it. 2. I replace $AOSP/device/huawei/angler-kernel/Image.gz-dtb with my binary that I made in step 1, where $AOSP is root of AOSP source code. 3. I built AOSP source code like below: $ source build/envsetup.sh $ lunch aosp_angler-userdebug $ make -j8 4. I flash the result on the device: $ fastboot flashall -w 5. After flashing process, the Nexus 6P have trapped in the booting loop. Then, how can I get some information why the device cannot boot normally? Because, in the state(booting loop), I cannot use fastboot or adb, it is hard to know what is going on. I wait for any reply. Thanks! -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-porting+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.