How To: Install Android 9.0 Pie on Your Pixel Using a Mac

How To: Install Android 9.0 Pie on Your Pixel Using a Mac
While installing the new Android 9.0 Developer Preview is fairly easy if you're using a Windows machine, it's a little trickier if you want to use macOS instead. To help you get the latest Android OS on your Google Pixel phone, we'll break down the whole process so using your Mac can be as simple as Windows.This isn't a totally foolproof method of installing the Android Pie factory image from Google onto your Pixel, but there are some troubleshooting tips at the end of this article should you run into any common problems. If you experience anything not listed here, let us know in the comments, and we'll try to help you out!

Step 1: Download the Android 9.0 Pie FileTo get the latest Android Pie version on your Pixel, Pixel XL, Pixel 2, or Pixel 2 XL, head to Google's Android P Developer Preview flashing page, then download the appropriate file for your Pixel device. Once downloaded, go to your "Downloads" folder, and unzip it if it didn't do it automatically.

Step 2: Set Up Fastboot on Your MacIn order to unlock the bootloader later and flash the system image, we'll need Fastboot installed, which can be found in the SDK Platform-Tools from Google. You can download the latest version straight from Google. That link will always be the most up-to-date version, so use it whenever you want to make sure you have the latest one available.Once downloaded, unzip the platform-tools-latest-darwin.zip in your "Downloads" folder if it didn't unzip already. I like to move the resulting "platform-tools" folder over to my "Applications," but you can leave it in "Downloads" if you want.More Info: How to Install ADB & Fastboot on Mac, Linux & Windows

Step 3: Move Android P Files to Platform-ToolsTo make this super easy later, drag all of the files found in the Android Pie Developer Preview image folder that you unzipped in Step 1 over to the "platform-tools" folder, wherever you put that. You could also just copy and paste them if you don't want to drag and drop.
Step 4: Unlock Developer Options (If Not Already Done)On your Pixel, you'll need to enable "OEM unlocking." This option can only be found in a secret developers-only folder which anyone can unlock.Open up your Settings as you normally would, then select "System." From there, tap "About phone," then tap the "Build number" at the bottom at least 7 times in rapid succession until you see "You are now a developer" appear (you may need to enter your PIN first before you see the message appear).More Info: How to Enable Developer Options on Your Phone or Tablet
Step 5: Enable OEM UnlockingNow that the "Developer options" have been unlocked, go back to the "System" menu in Settings, and tap on the now unhidden option. Scroll down and find "OEM unlocking," then make sure it's toggled on. If it's grayed out and already toggled on, there's a good chance your bootloader is already unlocked.More Info: The Complete Guide to Flashing Factory Images Using Fastboot
Step 6: Connect Pixel to Mac in Bootloader ModeIn order to run Fastboot commands, your Pixel will need to be in bootloader mode, so power off your Pixel. When the screen is black, press and hold the power and volume down buttons together for about 10 seconds, until Android's bootloader pops up. There will be a picture of an Android robot with an access panel opened on it, along with "Start" up top, and some device info in the bottom left. When you're there, connect your Pixel to your Mac using an appropriate USB cable.If your bootloader is already unlocked, you can skip down to Step 8 now.

Step 7: Unlock Your BootloaderIf you haven't already unlocked your bootloader, you should do so now. How do you know if you are unlocked or not? If you just came from Step 6, it will also say "locked" or "unlocked" at the bottom of the screen. Alternatively, whenever you restart your Pixel, if you see an unlocked lock icon at the bottom of the Google splash page, you're unlocked. If there's nothing there, you're not, and you'll need to do this step before continuing on.Also note that unlocking your bootloader will wipe your Pixel clean, so if you have photos or music you want to save or sync to the cloud, do so now.More Info: How to Unlock the Bootloader on Your Google Pixel Phone Open up the Terminal application in macOS, then issue the following command to cd (change directories) into the "platform-tools" folder with all the goodies. If you changed the location of this folder from "Downloads," just substitute Downloads in the command with the right location.cd /Downloads/platform-toolsNow we want to make sure our device is communicating with our Mac, so use the following command. If this returns a series of letters and numbers, then you're good to go. Otherwise, refer back to the guide in Step 2 to check your Fastboot installation../fastboot devicesNote: Depending on how you installed the SDK Platform-Tools from Google, you might not need to add a period and a slash (./) to your Fastboot commands. It should work either way, but if the commands throw an error with the period and slash included at the beginning, retry without them. We're ready to unlock the bootloader now. To do so, just use the following command. Note that this will wipe your Pixel, so make sure you back up everything you need to before going any further../fastboot flashing unlockOn your Pixel, you should see a prompt asking you to unlock the bootloader. Use the volume up or down button to select "Yes," then hit the power button to continue. Image by Justin Meyers/Gadget Hacks Afterward, your Terminal window should say "finished." To finish things up, we have to reboot into the bootloader. Use this command:./fastboot reboot-bootloader Now, skip down to Step 9 to continue. Step 8 is just for those who already have their bootloaders unlocked.
Step 8: Change Directories in Terminal to Platform-ToolsIf you already have your bootloader unlocked and skipped Step 7, open up the Terminal application in macOS, then issue the following command to cd (change directories) into the "platform-tools" folder with all the goodies. If you changed the location of this folder from "Downloads," just substitute Downloads in the command with the right location.cd /Downloads/platform-toolsNow we want to make sure our device is communicating with our Mac, so use the following command. If this returns a series of letters and numbers, then you're good to go. Otherwise, refer back to the guide in Step 2 to check your Fastboot installation../fastboot devicesNote: If you're just picking back up from Step 6, you should know that you might not need to type the period and slash at the beginning of these Fastboot commands. It won't hurt anything either way, but if you have errors after sending the above-listed command, try it again without the ./ at the beginning.
Step 9: Flash Android Pie onto Your PixelAll that left now is to flash the factory images of the Android Pie Developer Preview onto your Pixel. To do so, issue the following command../flash-all.shYou could also use the following command instead, where sudo -s launches a shell authenticating yourself as a superuser without changing the current directory. You will need to enter your root password after issuing this command, so it's better to stick to the first one above for simplicity.sudo -s ./flash-all.shIf everything was successful, after 5 or 10 minutes, you should have Android 9.0 on your Pixel. You'll know it's done when you see a new command prompt in Terminal after the last "finished" note. For me, it would be "MacBook-Pro:platform-tools wonderhowto$."After you confirmed it's done, use the volume buttons on your Pixel to select "Start" from the bootloader, then hit the power button to do so. And that's it. Follow the prompts to set up your new Android Pie operating system.Don't Miss: Volume Buttons in Android 9.0 Pie Control Media by Default Now

Troubleshooting: The 'Fastboot Too Old' ErrorIf you get an error in Terminal saying that "fastboot too old," then you'll have to work some quick magic to get rid of that warning. Open up the "flash-all.sh" file in the "platform-tools" folder. If it opens up in TextEdit, that's fine, but you could also use Xcode, TextWrangler, or another code-editing application. With it open, find the following four lines of code, delete them, save the file, then exit. Then, try Step 9 again.if ! grep -q dtbo.sig $(which fastboot); thenecho "fastboot too old"exit 1fi

Troubleshooting: The 'Partition Table Doesn't Exist' ErrorIf you get the "FAILED (remote: partition table doesn't exist)" error at the end of the flashing in Step 9, it's probably okay, and you can try restarting the Pixel like you would with a totally successful install. It should still work. However, if you'd rather not take the chance, you'll want to do a little work to prevent this from happening.In the "platform-tools" folder, unzip the .zip file that starts with "image." Once that's done, delete the .zip file, open the new folder, then delete "system_other.img" from the contents. Now, select the folder starting with "image," right-click on it, then select "Compress" to create a new .zip file. Delete the folder you were just in, keeping the new .zip file, which effectively replaces the old .zip file in there. Then, try Step 9 again. If that still didn't work for you, instead of doing all of that, unzip that file you just created, then copy all the image files into the platform-tools folder to flash them all individually. Instead of Step 9, use the following command to flash the new bootloader onto your Pixel. Of course, substitute the "bootloader" .img file with the one for your specific Pixel that's in the "platform-tools" folder../fastboot flash bootloader /Downloads/platform-tools/bootloader-namehere-numbershere.imgAfter it says "finished," use the following command to reboot into the new bootloader to continue flashing the rest of the .img files../fastboot reboot-bootloaderWhen that's done, do the .img in "platform-tools that starts with "radio" using the following command (swap out your location if it's different, and make sure the radio file name is the one that appears in your folder)../fastboot flash radio /Downloads/platform-tools/radio-image-namehere-numbershere.imgAfter it finishes, now you can do all of the other .img files that you unzipped, one by one. For example, I'll show the command for the "boot.img" file below, but the formula is the same for the rest (i.e., ./fastboot flash <image type> <image file location>). Do all of them just like this, one by one, until you've flashed at least the bootloader, boot, radio, vendor, and system images รข€” but make sure not to do the "system_other.img," which should not even be there anymore../fastboot flash boot /Downloads/platform-tools/boot-image-namehere-numbershere.imgMake sure you flash the "system.img" file last../fastboot flash system /Downloads/platform-tools/system-image-namehere-numbershere.imgDon't Miss: All the New Features & Changes Found in Android 9.0 PieFollow Gadget Hacks on Facebook, Twitter, YouTube, and Flipboard Follow WonderHowTo on Facebook, Twitter, Pinterest, and Flipboard
Cover photo, screenshots, and GIFs by Justin Meyers/Gadget Hacks



The new iOS 11 update provides an easy software-based solution to shut down your iPhone in case the power button, officially known as the Sleep/Wake button on all iPhone models except the iPhone X, goes bonkers. In addition to this, there's also a hidden setting that lets you instantly restart the
How To Restart An iPhone Without The Power Button [iOS 11]


How To Control Your Media Volume By Default Here Miles takes a look at a slew of different apps here, not all of which do the exact same things, but they all offer ways to control the media volume
25 Cool New Features in Android 9.0 Pie - fossmint.com


How To: Liven Up Your Samsung Galaxy S3's Home Screen with Custom 3D Panoramic Wallpapers How To: Get the Samsung Galaxy S6's Newer Smart Switch App on Any Galaxy Device News: iPhone X R vs Samsung Galaxy S9+ — Comparing the Second-Largest Screens in the Bunch
Liven Up Your Background with These Free 3D Parallax


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


The Ring/Silent switch on the side of the iPhone has always had one purpose—to toggle ring mode/silent mode. But in iOS 9, Apple gave us another choice, and that's locking the orientation of the screen. This could be a great new feature for some of you. Personally, I usually have my phone on
How to Disable the Ring/Silent Switch on an iPhone | It Still


Make a $100 super bright cop flashlight for less than $10, as shown in the steps of this how-to video. This flashlight is brighter than a Surefire and is so easy to do.
How to Make the world's brightest LED flashlight: 1st torch


Anyone who is familiar with Linux knows that to use your OS to the max, you will need to use the terminal every now and then. Whether it is to install a package or update the system or even delete a file. However, this "tool" is now on your Android phone and can easily accessed by using a terminal emulator to run your day-to-day commands.
13 Terminal Commands Every Mac User Should Know


How to set up speed dial on your Android phone - CNET


James Charles Edward Willis's Latest Posts How To : Make a Floppy Drive Music Mix (16 Drives, 5 Songs, 1 myRIO) - myFloppyDriveOrchestra How To : Make Music with Floppy Drives & LabVIEW
Analog audio recorded on a floppy | Hackaday


Again, most of these are basic things that just may not be obvious to new and old users alike, but they are definitely good to know about, along with the other cool HTC One M8 features we've shown off (lock screen gestures, new themes, a camera shortcut, more Quick Settings customizations, and font styles) and the ever so important battery
HTC One Gadget Hacks - m.youtube.com


News: Google's Pixel Phone Is Taking All the Fun Out of Android, and That's the Point News: The Best Labor Day 2018 Deals on Smartphones How To: Watch the Google Event on Replay — Pixel 2, Google Home Mini, Pixelbook & More
Google Pixel review: the best Android experience around

Do These 12 Things First When You Get a New iPhone


Best Windows Phone alternatives for people who miss their Microsoft phones. Microsoft struggled to gain the users and top apps it It should work on most Android phones (you may need to
Verizon to pre-install a 'Spyware' app on its Android phones


It happens to everyone: After a while, you start to feel like a few people are cluttering up Facebook for you and want to unfriend some. Maybe you just feel like you have too many friends, or maybe you and a friend have legitimately drifted apart. Maybe you had a big falling-out and just need a
How to Delete Friends on Facebook? - Techspirited

0 comments:

Post a Comment