How To: Downgrade from Android 9.0 Pie Back to Oreo on Your Pixel

How To: Downgrade from Android 9.0 Pie Back to Oreo on Your Pixel
If you installed Android 9.0 Pie, you might have enjoyed trying out some of the new features in the latest version of Google's OS. However, change isn't always a good thing, so you might be wishing you could downgrade back to Oreo right about now. Good news — you can.Unfortunately, returning to Oreo isn't as simple as you might think. While you don't have to worry about rollback protection preventing you from installing the older version (at least for now), downgrading from Android Pie does require a bit of work. If you want to bring your Pixel back to Oreo, you're going to have to flash the OS images onto your phone with Fastboot.Don't Miss: All the Cool New Features & Changes in Android 9.0 Pie
Step 1: Install ADB & Fastboot on Your ComputerTo begin, make sure to install ADB and Fastboot onto your computer. These two utilities allow you to flash images via Fastboot commands. You can find various third-party "one-click" and "light" forms of ADB and Fastboot, however, they aren't updated as often as the official versions, so you might not find them to be completely compatible with the latest version. For that reason, we don't recommend them.What you should do is install the Android SDK Tools, which features ADB and Fastboot, or simply download ADB and Fastboot directly from Google. Either way, have peace of mind that you're getting the complete package here. Make sure to check out Method 1 in the guide below for Windows, Mac, and Linux installation instructions.Don't Miss: How to Install ADB & Fastboot on Windows, Mac, or Linux
Step 2: Enable OEM Unlocking (OTA Method Only)Flashing images in Fastboot requires you to unlock your device's bootloader. For those who flashed Android Pie manually, your bootloader is already unlocked as part of Step 1, so you can skip this step. However, if you got Android Pie as an OTA update, you will most likely need to unlock the bootloader to flash Oreo now.However, before your bootloader can be unlocked, you'll need to enable a setting first. To find and enable this setting, turn on the Developer Options menu on your Pixel. Then, open the Developer Options menu and tap the switch to the right of "OEM unlocking."

Step 3: Enter Bootloader ModeBefore you can run any Fastboot commands, your device must be in bootloader mode. To begin, completely power down your device. Once the screen goes black, press and hold both the volume down and power buttons together for roughly 10 seconds. You should then see Android's bootloader menu, which looks like this: Bootloader mode on the Pixel XL. Image by Dallas Thomas/Gadget Hacks Once you see the bootloader menu, plug your device into your computer via a USB data cable. You can put your device down after that, since the rest of this process with be done completely on the computer.

Step 4: Open a Command Window on Your ComputerHead over to the ADB and Fastboot installation directory on your computer. On Windows, you can usually find this at C:\Program Files (x86)\Android\android-sdk\platform-tools. On Mac and Linux, it will depend on where you put the ADB folder when the utility was installed. If you forgot where that was, search your computer's hard drive for the platform-tools folder.If on Windows, hold down the shift key, then right-click anywhere there's empty space in the platform-tools folder. Select "Open command window here." On Mac or Linux, open a new window in Terminal, then change directories to the platform-tools folder inside your ADB installation directory using the "cd <folder location>" command.

Step 5: Unlock the Bootloader (OTA Method Only)The next step only needs to be done once. If your bootloader is already unlocked, feel free to skip to Step 6. If not, you have to run a single Fastboot command. Note: this action will delete all data on your device.This next part lists the Windows commands needed to unlock the bootloader. If on Mac, you'll likely need to add a period and a slash (./) before each command, while Linux users just need to add a slash (/) in front.When you're ready, type the following command from the ADB shell, then press enter.fastboot devices If you see a series of numbers and letters followed by "fastboot," then you know your device is properly connected. If not, go back to Step 1 to double-check your ADB and Fastboot installation. Make sure your device is in bootloader mode as you see in Step 3. Now, you're finally ready to unlock the bootloader. Just type the following command, then press enter:fastboot flashing unlock Sending the bootloader unlock command to a device that shipped with Marshmallow or higher. Here, you should be greeted by a message on your Pixel asking if you're sure you'd like to unlock the bootloader. You'll want to be sure the "Yes" option is highlighted. If not, use your volume keys to select it. Once highlighted, press the power button. Your bootloader will unlock, and your device will reboot back to Fastboot mode. Bootloader-unlock screen on the Nexus 6P. Image by Dallas Thomas/Gadget Hacks
Step 6: Download the Factory ImagesNow that you've unlocked the bootloader, you can start flashing the Oreo factory images. Before you can do that, however, you'll need to download the images themselves. You can snag the Oreo factory images from the page below:Factory images for Pixel devices To use that page, find your specific Pixel model in the list on the right of the page, then click it. From there, click the link next to the most recent version that starts with 8.x.x.

Step 7: Flash the Factory ImagesNow, the first thing you should do here is extract the factory images archive that you downloaded from your manufacturer's site. For that, we recommend you use 7-Zip — not only is it free, it's also compatible with most archive formats. Extracting the factory images archive. Next, take the contents of the archive and move it all to the platform-tools folder in your ADB installation direction, the open an ADB Shell window here. If you need more context here, check out Step 4 above. Factory image files transferred to the platform-tools folder. Other than that, there are two separate approaches you can choose when flashing these images:

Option 1: Use the Flash-All ScriptArguably the easiest way to re-flash Oreo is to use is with the "flash-all" script. This script applies all of the images in one action. On the flip side, the script might drop the ball on certain operating systems and setups, but since it won't harm anything if it does, you might as well give it a go. To run this script, type the following into the command prompt, then press enter:flash-all Sending the "flash-all" command. This can take a few minutes to complete, but once it does, your device should reboot automatically, running stock firmware.

Option 2: Extract the Images & Flash Them IndividuallyIf the flash-all script didn't work, you can flash the system images one by one. This method takes some extra time, but it will get your phone back to Oreo.To begin, extract any additional archives from the factory images package. Occasionally, factory images packages contain a series of three or four nested archives, so be sure to unzip them all. Next, copy all of the image files to the main platform-tools folder — basically, don't leave them in any of the sub-folders. All images extracted from factory images package into platform-tools folder. Now, there are six images that you'll need to focus on: boot, bootloader, radio, recovery, system, and vendor. These are the files that make up the core of Android.Some of these files may have longer names than just, for example, bootloader.img. If so, be sure to enter the full file name (rather than the placeholder text in brackets) when sending the image-flashing commands below.First, you have to flash the bootloader image — this is the interface that you're using to flash images with Fastboot commands. So to downgrade your bootloader to the Oreo version, type:fastboot flash bootloader <bootloader image file name>.img Next, reload the bootloader to keep flashing images on the Oreo version. For that, type:fastboot reboot-bootloader Next up, there's the boot image, which contains the kernel. To flash it, type the following into the ADB shell window:fastboot flash boot <boot image file name>.img After that command, there's the radio image. Type this to flash it:fastboot flash radio <radio image file name>.img Then we have recovery. Type:fastboot flash recovery <recovery file name>.img The big one is next: the system image. This one contains all of the files that make up Android OS. Type:fastboot flash system <system file name>.img And, finally, there's the vendor image. This is an important part of the new Project Treble system, so it's really a key image. Type:fastboot flash vendor <vendor file name>.img Once you've sent any or all of these commands, you can restart your device, then boot into Android. For that, type:fastboot reboot Flashing the factory images individually. Your device should now be fully downgraded back to Oreo. And now that you know what each of the core system images actually does in the OS, you'll have a better idea of how Android works now. Win-win!Don't Miss: More Guides to Help You Get the Most Out of Your Google PixelFollow Gadget Hacks on Facebook, Twitter, YouTube, and Flipboard Follow WonderHowTo on Facebook, Twitter, Pinterest, and Flipboard
Cover photo by Jake Peterson/Gadget Hacks, screenshots by Dallas Thomas/Gadget Hacks



This guide walks you through the first 12 things you should do when you get a new iPhone (and a 13th if the iPhone is for your child). These tips only scratch the surface of what you can do with an iPhone, but they'll start you on your path to becoming an iPhone pro.
The First 20 Things to Do with the New iPhone 7 (Plus)


Learn why, and how you can continue to make video calls. Make sure you allow Hangouts to use your microphone. Make a phone call. If you use Hangouts to make a phone call with a Google Voice account, it will show your Google Voice number. On your computer, go to Hangouts at hangouts.google.com or in Gmail. Click the Call tab .
Make calls on Google Home - Android - Google Home Help


News: All the Cool Kids Are Going to Instagram, Hanging Snapchat Out to Dry News: World of Warcraft Lens on Snapchat Lets You Transform into Orc or Elf & Do Battle in Augmented Reality News: If You Use Snapchat, Don't Jailbreak Your iPhone
Snapchat Lost Your Trust? Here's How to Completely Delete


Instagram recently rolled out their new Layout app that helps users build photo collages more easily, and it's quick and easy to use with great results. Unfortunately, only those with an iOS device can enjoy Layout at the moment, with the Android version slated for release "in the coming months."
How to Upload Your Photos to Instagram—Without an Android or


If your iPhone is acting up, frozen on a screen, and/or won't respond to you, force-restarting it is a surefire way to whip it back into shape. And the process is easy on older devices just hold down a two-button combo until the Apple logo appears. That's no longer the case with the iPhone 8 and
How to Lock Your iPhone in Landscape Mode


News: Air Guitar + Kinect Hack = Pure Awesomeness Friday Fresh: Hack Angry Birds & More News: The Revolution of the Hacked Kinect, Part 1: Teaching Robots & the Blind to See News: Geomagic and Cubify Make 3D-Printing Yourself Easy with Kinect-to-3D


Get instant access to search and more every time you open your browser by setting your homepage to Google have fun with the Doodles you love. every step of the way. I'm Feeling Lucky
Tried the Revolving Google, Uneven Google or Toogle!?


How To: The Real Story Behind Rooting the Samsung Galaxy S4—And Its New Secured Kernel How To: Root and install a custom Hero ROM on a T-Mobile MyTouch 3G How To: Install a Custom Recovery & New ROM on Your Bootloader-Locked Samsung Galaxy S4
How to ROOT Samsung Galaxy S3 for AT&T, Sprint - Gadget Hacks


How To: Keep Your Secret Stash a Secret with This DIY Hidden Bookcase Door How To: Get the S5's New Rounded Quick Settings Toggles on Your Samsung Galaxy S3 How To: Make a Super Secret Batman-Style Bust Switch for Your Batcave (Or Just Your Lights)
How to Wire a light with a 3 way switch « Hacks, Mods


Edge Sense 2. HTC will bring back an innovation they introduced last year with the HTC U11, Edge Sense. Updated for the new flagship, Edge Sense 2 will help separate itself from the competition with new tools unique to the device, which improve phone navigation.
Yahoo


How To: Customize the Crap Out of Your Samsung Galaxy Note 2's Status Bar How To: This All-in-One Mods Catalog Makes Customizing the OnePlus One Extremely Convenient How To: Use Quick Actions to Toggle Settings Easily in Windows 10
Catalog of Astronomy Apps for Mobile Devices « Astronomy


How to Transfer Photos from PC to iPad. This wikiHow teaches you how to sync or upload photos from your computer to an iPad using iTunes for Windows. Open iTunes on your PC. You'll usually find it in the Start menu sometimes in a folder
How to use the Photos app on the iPad | Know Your Mobile


Note* If it didnt work on the first few tries, take out your S-Pen and try it again. You also have to do it really quick. Sliding the battery out and in again instead of taking the whole thing out
How to change the screen timeout duration on my Samsung Galaxy S4


Enable Dark Mode in Microsoft Edge. The Microsoft Edge web browser included with Windows 10 also has a dark theme. However, its dark theme option is entirely separate from the Dark Mode option in Settings for some reason. To activate the dark theme in Edge, click the menu button on the toolbar (the icon with three dots at the far right side
How to Enable / Disable Hidden Dark Mode in Windows 10
techknowzone.com/how-to-enable-or-disable-dark-mode-in-windows-10/
After you have activated Dark Theme it is useful while using the Laptop or PC at night or in low light conditions to decrease the strain on your eyes. If you want to Disable Dark Mode in Windows 10 follow the steps mentioned below. How to Disable Dark Mode in Windows 10:
How To Enable The Hidden Dark Mode in Windows 10 - YouTube


You can add reminders in Google Calendar. Reminders carry over to the next day until you mark them as done. For example, if you create a reminder to make a restaurant reservation, you'll see the reminder each day until you mark it as done. Your reminders are private and can't be shared with anyone else. Create a reminder. Open Google Calendar.

0 comments:

Post a Comment