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



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

How to Use Pinterest & Tumblr to Find Your Next Great Job


How To Take Screenshot On Any Android Without Pressing Any Hardware Buttons (No Root) how to take screenshots on android without home,volume or power button - Duration: 2:49. Tech Easy 37,451
How to take screenshots on Galaxy S10 without using any apps?


Sony owns the free video streaming app Crackle. It offers an excellent collection of TV Shows and movies that can be streamed for free. The best part about the app is that it doesn't require you
The Best FireStick APP For Movies & TV Shows + How To Install


Reporting: Email account hacked, is changing my password good enough? This post has been flagged and will be reviewed by our staff. Thank you for helping us maintain CNET's great community.
What to Do After You've Been Hacked | WIRED


Although widgets were finally introduced in iOS 8, they weren't exactly the widgets we were expecting, i.e., the ones seen on Android home screens. Don't get me wrong, they're still very useful in the Notification Center, since they can be accessed with a quick pull-down from any screen, but there are some widgets that would work better right on the home screen.
How to Control Your Samsung Galaxy Device from a Mac or

Samsung Makes Multitasking Easier on the Galaxy S9 - Gadget
automatedtechnews.com/samsung-makes-multitasking-easier-on-the-galaxy-s9-gadget-hacks/
Multitasking on a smartphone has never been better, but it still has some ways to go to compete with a desktop experience. Samsung hopes to change that with a new multitasking view on the Galaxy S9, which allows the user to open notifications in a new, smaller window on top of the app they are currently using.
How to Turn Your Galaxy S10's Camera Cutout into a


How to Install XAMPP for Windows. This wikiHow teaches you how to install XAMPP on a Windows 10 computer. XAMPP is a server manager which allows you to run Apache, MySQL, and other types of servers from the same dashboard.

Preserve Battery Life on Android in Just One Tap « Samsung


How To Use the New iOS 10 Lock Screen and Widgets. If you don't like pressing the home button to unlock your iPhone or iPad, you can return it to the way it used to be. This will pull up a
How To Add Widgets To Your Home Screen (for Android) - YouTube


In this video I'm showing you, how you can view Instagram Profile pictures in full size. Tags: Instagram,view, profile,pictures,full,size,picture,larger,see,
How to Download Instagram Profile Pictures in Full Resolution

0 comments:

Post a Comment