How To: Install Android P Developer Preview on Pixel and Pixel 2 phones - Techzoonbd

Post Top Ad

Responsive Ads Here

How To: Install Android P Developer Preview on Pixel and Pixel 2 phones

Share This
Do you own a Pixel, Pixel XL, Pixel 2 or Pixel XL 2? Did you know that you could be on the cutting-edge versions of Android? That’s right! You can install the latest, test and development releases of Android before it’s rolled out to the masses.
As of today the Android P Developer Preview is being offered to the aforementioned devices. How do you go about trying out the test releases of Android? It’s not all that hard, really. But, before you do, you should know some of the risks associated with Developer Previews.
First, the software is nowhere near completion and you should expect wonkiness or occasional problems. Moreover, the build is not optimized for battery yet and isn’t indicative of what you’ll get out of the final release. Really, it’s for developers who have apps and want to take advantage of the upcoming goods. Early adopters aren’t necessarily discouraged from taking the plunge; Google makes the software readily available.

How to get Android P Developer Preview

The main method of installing the Developer Previews is to manually flash the software image to your device. Manually flashing is useful if you need more exact control over your test environment or expect to reinstall frequently. If you’re considering dabbling in various ROMs or bouncing around from one build to another, this might be the way to go.
Caution: installing a system image on your phone removes all data from the handset. Back up your data first and proceed carefully. Worth noting, the manual route does not allow for automatic software updates.

Available System Images

Instructions

The factory image downloaded from this page includes a script that flashes the device, typically named flash-all.sh (On Windows systems, use flash-all.bat instead).
To flash a device you also need the latest fastboot tool. You can get it from one of the following sources:

Once you have the fastboot tool, add it to your PATH environment variable (the flash-all script below must be able to find it). Also be certain that you’ve set up USB access for your device.

Flash System Image

  • Download the appropriate system image for your device from, then unzip it to a safe directory.
  • Connect your device to your computer over USB.
  • Start the device in fastboot mode with one of the following methods:
    • Using the adb tool: With the device powered on, execute: adb reboot bootloader
    • Using a key combo: Turn the device off, then turn it on and immediately hold down the relevant key combination for your device.
  • If necessary, unlock the device’s bootloader run this command: fastboot flashing unlock
  • The target device will show you a confirmation screen. (This erases all data on the target device.)
  • Open a terminal and navigate to the unzipped system image directory.
  • Execute the flash-all script. This script installs the necessary bootloader, baseband firmware(s), and operating system.
  • Once the script finishes, your device reboots. You should now lock the bootloader for security:
    • Start the device in fastboot mode again, as described above.
    • Execute: fastboot flashing lock
    Locking bootloader will wipe the data on some devices. After locking the bootloader, if you want to flash the device again, you must run fastboot oem unlock again, which will wipe the data.

 

No comments:

Post a Comment

Post Bottom Ad

Responsive Ads Here

Pages