In my experience, it will hang if you do not use the -w flag with flashall. (For the first time, at least).
However this error message you are getting was also present when my Bluetooth and telephony wasn't working. Read my previous post for a fix. It links to a thread that will have all your answers and contains a repo with an automated solution. Sent from my iPhone > On Jun 29, 2016, at 5:26 PM, vincent dang <[email protected]> wrote: > > Hi all, > I'm having the same problem with my Nexus 6p that after flashing my AOSP > aosp_angler-userdebug build images (boot.img, recovery.img, system.img), the > phone displays "Your device is corrupt." and hangs displaying the Google logo > during reboot. The phone can be reflashed with latest factory angler-mtc19v > and recovers, but fails with AOSP aosp_angler-userdebug build. I've also > tried to reflash the vendor.img from factory but it doesn't help. Has anyone > had success with AOSP angler build, or known what the problem is? Thanks. > > >> On Thursday, December 3, 2015 at 11:17:15 AM UTC-8, Paul Moore wrote: >> Hello Will, >> >> I've also just encountered the same problem, however, with the Nexus 6P. I >> didn't sideload the vendor.img file before running the "fastboot flashall >> -w" command, and the phone hangs displaying the Google logo during reboot. >> However, I can't reboot to the downloader >> >> adb reboot bootloader >> error: insufficient permissions for device >> >> I can't access the device >> >> adb devices >> List of devices attached >> ???????????? no permissions >> >> >> I guess I need to add an entry for Nexus 6P (and also for 5X) to the >> /etc/udev/rules.d/51-android.rules file. For this, I need the idProduct code >> for these two phones. >> >> # adb protocol on hammerhead (Nexus 5) >> SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", ATTR{idProduct}=="4ee1", >> MODE="0600", OWNER="paul" >> >> Where can I find this code? >> >> I've seen some versions of this fileout the idProduct codes. Is this correct? >> >> Many thanks, >> Paul >> >> >>> >>> Then you can reflash the vendor partition: >>> >>> >>> adb reboot bootloader >>> fastboot flash vendor vendor.img >>> fastboot reboot > > -- > -- > You received this message because you are subscribed to the "Android > Building" mailing list. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-building?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Android Building" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
