Translate

Install Android 11 Developer Preview On Pixel 4, Pixel 3, Pixel 3a, & Pixel 2

Google has just released a very early version of Android 11 as a developer preview. You can now install Android 11 developer preview on your Google Pixel devices except the Google Pixel and Pixel XL. Since this is a developer preview, you will need to install it via ADB and will need a computer. When the Android 11 beta comes out, you will be able to enroll in the Android beta program.





Android 11 Developer Preview compatible Pixel devices

  • Pixel 2
  • Pixel 2 XL
  • Pixel 3
  • Pixel 3XL
  • Pixel 3a
  • Pixel 3a XL
  • Pixel 4
  • Pixel 4 XL

Requirements

  1. Unlocked bootloader.
    • Unlocking the bootloader on Google’s phones is pretty easy. We’ve published a guide on how to unlock the bootloader on Google Pixel and Pixel XL. That method still holds true for any Pixel phone.
  2. A computer with ADB and Fastboot installed.
    • You can follow our guide to install it.
  3. Enable USB debugging on your phone.
  4. Android 11 factory image for your Pixel phone.
    • You can download the factory images below.

Warning

This is a developer preview and we cannot stress this enough. This is even earlier than a beta. It will most certainly have bugs and there’s no guarantee how small or huge the bugs maybe. You must understand the risks involved and take full responsibility for your actions. You can proceed with confidence that the method does work. Still, things can go wrong. In which case, you must understand that you were warned, and you still went with it anyway.
Furthermore, installing the Android 11 developer preview will completely wipe your device. Therefore, make sure you have backed up everything important, including files and folders on your device’s internal storage.


Download Links:
Google Pixel 2  
Google Pixel 2 XL 
Google Pixel 3  
Google Pixel 3 XL
Google Pixel 3a 
Google Pixel 3a XL  
Google Pixel 4  

Google Pixel 4 XL 


How to Install Android 11 Developer Preview On Pixel 4, Pixel 3, Pixel 3a, & Pixel 2

Unzip the downloaded factory image. It would be best to unpack all of it inside the platform-tools or the ADB folder. Launch ADB when you’re ready. Then connect your device to the computer using a USB cable and reboot it into fast boot mode with the following command.
adb reboot bootloader
  • Navigate to the platform-tools folder.
  • Use the flash-all the command to begin flashing the firmware.
    • On Linux or Mac, use flash-all.sh.
    • On a Windows machine, use flash-all.bat
If for some reason, the flash-all method fails, you might find success in manually flashing the different components of the Android 11 developer preview. For this, follow the steps below.
  • The first file to flash is the updated bootloader, and it can be done with this command.
    ./fastboot flash bootloader [bootloader file].img
  • You can see the progress in the terminal or command prompt window even though you would see nothing on your phone. Once the bootloader is updated, reboot to the bootloader using the following command.
    ./fastboot reboot-bootloader
  • Now flash the updated radios with this command.
    ./fastboot flash radio [radio file].img
  • Reboot again.
    ./fastboot reboot-bootloader
  • And finally, flash the image file which will be in a zip format.
    ./fastboot -w update [image file].zip
When everything is flashed your device should reboot automatically. When it comes back on it will take you straight to the Android 11 developer preview.

Android 11 Public Beta

Every year Google releases the public beta for a new version of Android at the Google I/O. Google I/O 2020 is coming somewhere around May 12 to May 14 so we can expect a public beta to show up around that time as well. There will be three developer preview before that and a total of three Android 11 betas.

Post a Comment

0 Comments