• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

DroidViews

  • Apps
  • Downloads
    • Android Apps
    • Themes
  • Guides
    • Root
  • ROMs
  • Reviews
  • Wallpapers
  • About Us
  • Contact Us

Install Latest Google Software Update on Rooted Google Pixel Devices

Vivek | 05 Apr 2018 | Google/ Guides/ Root

Latest Google Software Update on Rooted Google Pixel

Be it the monthly security update patches or a major Android version upgrade, the Google Pixel devices are among the first devices to receive them. Google makes Android so it makes sense that Google devices are the very first of devices to receive any kind of updates before any other devices. But Google’s devices, such as the Google Pixel devices, also run stock Android out of the box. Stock Android is great, and many people find it just perfect too. Yet, it gives you the most reasons to root these devices. The problem here is that this is a constant struggle between updates and root access. There’s also a safer, better way to install the latest Google software update on rooted Google Pixel devices, without losing root.

Requirements

  • A rooted Google Pixel device running the original Android firmware from Google.
  • The stock factory image for your Google Pixel device. You can download this from the Downloads section below.
  • Google SDK Platform tools are required. You can download this from the Downloads section below, depending on your desktop OS.
  • Enable USB debugging on your phone.

Downloads

    • SDK Platform-Tools for
      • Windows
      • Mac
      • Linux
    • Official factory images from Google developer website
    • Magisk
  • TWRP – You can download TWRP from the official TWRP website by searching for your device name. We’ve linked recoveries for some of the popular Google Pixel devices below.
    • (sailfish) – Google Pixel
    • (marlin) – Google Pixel XL
    • (walleye) – Google Pixel 2
    • (taimen) – Google Pixel 2 XL
    • (dragon) – Google Pixel C

Advantages of using this method

  • User data and applications are kept intact.
  • There is no need to remove your PIN, password, or fingerprint.
  • There is also no need to remove TWRP, Magisk, your custom kernel, or anything.

Warning

The method is intended to be used for the monthly security updates and could also possibly work with major Android version upgrades. We don’t recommend using this method with a developer preview or a beta release. However, it could still work with them, or only partially work with them or not work at all. You’re welcome to try.

How to install latest Google software update

  1. Extract the downloaded platform-tools zip file. This will give you a folder named platform-tools.
  2. Download the factory image from the Google Developers website, also linked above in the Downloads section. Make sure you download the full factory image, not an OTA update.
  3. You will receive a zip file, extract it and you will see a list of files. We’re using the Google Pixel 2 (codenamed ‘walleye’) as an example here. In this instance, the list of files extracted will be:
    • bootloader-walleye-[version string].img
    • flash-all.bat
    • flash-all.sh
    • flash-base.sh
    • image-walleye-[version string].zip
    • radio-walleye-[version string].img
  4. Right-click on the flash-all file and open it with a text editor of your choice (flash-all.bat for Windows, flash-all.sh for Linux).
  5. Find the line that reads fastboot -w update image-walleye-[version].zip and remove -w. The -w is the wipe user data switch. Thus, removing it prevents the user data from being wiped during the process. Close the file but make sure you save the changes. How To Install Latest Google Software Update On Rooted Google Pixel Devices
  6. Now move or copy all the extracted files to your platform-tools folder.
  7. Plug your phone to the PC with a USB cable and launch a command prompt/terminal window inside the platform-tools folder.
    • On Windows, you can do this by entering cmd in the address bar while inside the platform-tools folder.
    • On Linux, depending on your file manager, the process can differ. A general way would be to right-click on the platform-tools folder and select Open with (Open in another application) and then selecting your Terminal app. How To Install Latest Google Software Update On Rooted Google Pixel Devices
  8. From here on out the process is quite straight-forward. Reboot your device into bootloader mode using this command:
    adb reboot bootloader
  9. Execute update script in the terminal/command prompt with either of the following commands depending upon your OS:
    • Windows:
      flash-all.bat
    • Linux/OSX:
      ./flash-all.sh
  10. This will start the update process and your device will reboot a few times while updating.

Restore root and recovery

  1. Download the appropriate TWRP recovery image for your device. If you also want to root, download the latest Magisk zip as well. Download links to both of these are available in the Downloads section above. Move or copy the downloaded files to the platform-tools folder.
  2. When your device is upgraded, reboot it to bootloader mode using the same command as before.
  3. Flash the TWRP image file using the following command.
    fastboot boot twrp.img

    Replace twrp with the name of the downloaded twrp image file.

  4. Execute the following commands one by one. These simply push the magisk zip and the twrp image file into a folder on your device named tmp. Once again, replace magisk and twrp with the actual file names.
    adb push magisk.zip /tmp
    adb push twrp.zip /tmp
  5. Now install both TWRP and Magisk using the commands given below:
    adb shell twrp install /tmp/twrp.zip
    adb shell twrp install /tmp/magisk.zip

    As always, make sure you replace the correct file names in place of magisk and twrp.

  6. When you’re done, type reboot and hit enter to reboot your device again.

That’s it! You have successfully updated your rooted Google Pixel phone.

source

Tags: Android Update Google Pixel Google Pixel 2 Google Pixel 2 XL Google Pixel XL How to Guides Magisk TWRP TWRP Recovery

Related Posts

How To Check and Update Your Android Version

Asus Zenfone Max Pro M1 Android 10 Beta Rolling Out

Asus Zenfone Max Pro M1 Android 10 Beta Rolling Out

lg ux 9.0

LG Shows Off New UX 9.0 Skin Over Android

Reader Interactions

Join The Discussion: Cancel reply

We never share our visitor/user details. For more info, Please read our privacy policy before submitting your comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Footer

  • Apps
  • Downloads
    • Android Apps
    • Themes
  • Guides
    • Root
  • ROMs
  • Reviews
  • Wallpapers
  • About Us
  • Contact Us

Privacy Policy | Terms & Conditions
© 2025 · DroidViews