Stuck Upgrading

A

AC Question

My Nexus suddenly turned off and has been upgrading for 45 min and I can't seem to stop it in process. I need to use my phone. Any thoughts?
 

RumoredNow

Well-known member
Nov 12, 2012
1,323
0
0
Visit site
Did you have Root? Custom Recovery? Custom Kernel? Xposed Framework?

Never run an upgrade with any of these is place... If that was your issue you will need to reflash things by hand.

I assume if you had one of those conditions that your bootloader is unlocked? Yes? And you have your PC set up for ADB (Android Debug Bridge)? Yes? 'Cause you need both of these to proceed.

Download the latest Factory image (KTU84P) and extract it. https://developers.google.com/android/nexus/images Open the folder and extract the image-<model name>-<version#>.zip. Open the image folder... You will need the following from here: boot.img, recovery.img, system.img.

Power down your Nexus and wait a couple minutes. Hold the Volume Down + Power buttons until you get to the bootloader screen. The one with the robot lying down.

Plug your Nexus into the USB port of your PC. Open a command prompt.
Code:
fastboot devices
You should get a return if all is connected properly.
_____

Code:
fastboot flash boot <file path>\boot.img
Wait for it to finish.
Code:
fastboot flash recovery <file path>\recovery.img
Wait for it to finish.
Code:
fastboot flash system <file path>\system.img
Wait for it to finish.
Code:
fastboot reboot
_____

You may not loose any data. No guarantees though.
_____

If Root / Custom Recovery / Custom Kernel / Xposed Framework was not the issue this might still save you... But I would suspect that one of those is the cause of your dilemma.