How to Install Android 12 Developer Preview 1

by · Get Droid Tips

Advertisements

In this guide, we will show you the steps to install Android 12 Developer Preview 1 onto supported devices. Google has just released the latest iteration of its Android OS. While this might come as a surprise to some as the earlier Android 11 is yet to make its way over to a large chunk of devices. With that said, Google has always stuck with its timeline of releasing the developer builds of its latest release by February end of each year. And this time is no different either. As of now, the first developer preview is already live for its Pixel series of devices.

With this, there is a plentitude of noteworthy features that you are about to welcome. These include the likes of the new Material NEXT design, translucent background in the notification panel as well as the lock screen. Likewise, it has also added the scrolling screenshots, improved widgets, and further refined media controls in the Quick Settings toggle. So if you are looking to get your hands on these features, then you have come to the right place. This guide will show you the steps to install the Android 12 Developer Preview 1 onto your device.

Table of Contents

How to Install Android 12 Developer Preview 1

Before you proceed ahead with the download, keep in mind that it is a developer build. Hence there could be a few bugs and some stability issues as well. Hence it isn’t recommended to be used as a daily driver. With that said, we have shared two different installation methods: via ADB sideload and through the flash-all script. While the first method could be done on a locked bootloader, the second method requires an unlocked bootloader. So head over to the one that meets your requirements and don’t forget to take a complete backup beforehand as well.

Advertisements

STEP 1: Download Android 12 Developer Preview 1

The Developer Previews are supported on Pixel 3 and onwards. So download the one corresponding to your device from the below link.

Device NameDevice Factory Images
Google Pixel 3Download
Google Pixel 3 XLDownload
Google Pixel 3aDownload
Google Pixel 3a XLDownload
Google Pixel 4Download
Google Pixel 4 XLDownload
Google Pixel 4aDownload
Google Pixel 4a 5GDownload
Google Pixel 5Download

STEP 2A: Install via ADB Sideload

The first of the two methods use the ADB sideload functionality to install the Android 12 Developer Preview 1 onto your Pixel device. Follow along for the instructions.

  1. To begin with, enable USB Debugging on your device and then connect it to the PC via USB cable.
  2. Then download and install the Android SDK Platform Tool on your PC.
  3. Next up, transfer the Android 12 DP1 ZIP file to this platform-tools folder. For your convenience, rename it to update, so the complete name becomes update.zip.
  4. Now go to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the CMD window.

  5. Execute the below command in this CMD window to boot your device to stock recovery:

    adb reboot recovery
  6. Use the Volume keys to select the Apply Update from ADB option on your device and hit the Power key to confirm it.

  7. To verify that the device has been booted to Sideload Mode, type in the below command in the CMD window:

    adb devices
  8. If you get an alphanumeric string of characters followed by the sideload keyword, then the connection stands successful.
  9. So you may now type in the below command to flash the DP1 file to your device (where update.zip is the name of that update package)

    adb sideload update.zip

The installation process shall now begin and could take a few minutes. Once done, highlight the Reboot system now option via Volume Keys and hit the Power key to confirm it. That’s it. Your device will now boot to the newly installed Android 12 Developer Preview 1.

STEP 2B: Install via Fastboot

This process requires an unlocked bootloader, so make sure that you meet this requirement. If you haven’t done so, then you may refer to our guide to Unlock Bootloader via Fastboot Method on Android. Furthermore, the below installation process will wipe off all the data from your device.

Though you have the option of editing the flash script file and removing the fastboot -w command (that leads to a device wipe), it isn’t recommended to do so at this stage. This is because when performing an OS upgrade, it is advised to go for a clean install. With that said, let’s get on with the steps to install Android 12 Developer Preview 1 onto your device.

Advertisements

  1. To begin with, install the Android SDK Platform Tools onto your PC.
  2. Now download the DP1 ZIP file from the Download section above and extract its content to this platform-tools folder.
  3. Next up, enable USB Debugging on your device and then connect it to your PC via USB cable.
  4. Now head over to the platform-tools folder, type in CMD in its address bar, and hit Enter. This will launch the Command Prompt window.
  5. Type in the below command to boot your device to Fastboot Mode

    adb reboot bootloader
  6. Finally, double click on the  flash-all.bat file to run it. It will start flashing all the files to their respective partitions.
  7. On the other hand, if you are on a Mac or Linux PC, you will have to execute the below command which will then run the flash-all.sh file

    flash-all
  8. Once the flashing is complete, your device shall automatically boot to the OS.

That’s it. With this, we conclude the guide on how to install Android 12 Developer Preview 1. We have shared two different methods for the same. Do let us know in the comments which one you ultimately settled for. Rounding off, here are some iPhone Tips and TricksPC tips and tricks, and Android Tips and Tricks that you should check out as well.