How to install the updated Android 5.0 Lollipop Developer preview on Nexus 5 and Nexus 7

BY Rajesh Pandey

Published 17 Oct 2014

android_lollipop

Google has just released the updated factory images of Android 5.0 Lollipop for the Nexus 5 and Nexus 7 (2013) before it drops the final OTA update sometime in November. 

The updated developer preview packs in quite a lot of visual changes and new features like multi-user and granular controls over notifications and more.

If you don’t mind losing all your data and cannot wait to try out Android 5.0 Lollipop, follow the steps below to flash the latest Developer Preview on your Nexus 5 or 7.

Keep in mind that flashing the image requires an unlocked bootloader. I have mentioned the step to unlock the bootloader below as well, but issuing that command will completely wipe the data and internal memory of your Nexus 5 or 7 so make backups before proceeding with the steps below.

Step 1: Download all the files linked below and extract their contents inside a new folder called “android” on your desktop. To make it clear, all the files must be inside the same directory (android here) and not inside any other folder.

android

Step 2: Open up a new Terminal (on Mac) or Command Prompt window and use the ‘cd’ command to navigate to the “android” folder created in the previous step on your desktop.

Eg code below in case you are not well versed with the ‘cd’ command:

cd USERNAME/desktop/android

Step 3: Switch off your Nexus 5 and Nexus 7 and reboot them into bootloader mode using the key combination mentioned below

  • Nexus 5: Volume Up + Volume Down + Power
  • Nexus 7: Volume Down + Power

Step 4: Before flashing the factory image, you need to make sure that your Nexus device is being detected by the PC.

fastboot devices

If you are using a Mac, then you need to prefix a “./” before every Fastboot command. So, the above command will look something like this on a Mac -:

./fastboot devices

The above command should confirm if your device is indeed being detected by your PC or not. If it is, then proceed to the steps below. If not, repeat the above steps again. Make sure to check that you have properly installed the drivers and are inside the correct folder.

Step 5: Unlock the bootloader of your Nexus device by executing the below command.

fastboot oem unlock

Make sure to confirm the selection on your Nexus 5 or 7 by pressing the Volume up button. Once the bootloader has been unlocked, proceed to the next step.

l_installation

Step 5: If you are running Windows, copy-paste the following command in the Terminal/command prompt window -:

flash-all.bat

On a Mac, copy-paste the following command -:

./flash-all.sh

The script will then automatically flash the full factory image on your Nexus device after which it will automatically reboot. Keep in mind that the first boot is going to take an extremely long time, so be patient and don’t start panicking, thinking you have bricked the device.

If the flash-all.sh script gives you a fastboot not found error on your Mac, open up the file in Text Edit and add a “./” before every fastboot command.

In case you want to flash back to Android 4.4 KitKat, follow this guide.