How To: Install Android Q Beta on Your Essential Phone

How To: Install Android Q Beta on Your Essential Phone
Like last year's beta release of Android Pie, Google has allowed the Android Q Developer Previews to support some non-Pixel devices. Announced at Google I/O 2019, there are 15 non-Pixel smartphones eligible for the Android 10 Beta, including 2017's Essential PH-1.With a few steps, you can enjoy the latest version of Android once again on your Essential Phone before it officially unveils in late-summer, early-fall. It comes as no surprise that Google includes Essential in the Android Q Beta. Not only is Essential run by Android co-founder Audy Rubin, but Essential Phone is one of the few devices to run stock Android.While Essential does include instructions on its website for installing the Android Q Beta, I ran into some issues, and there's a good chance you will too. Therefore, after some trial and error, I've laid out the three easiest ways to install the beta below, including the over-the-air update, manually without a custom recovery, and manually with a custom recovery.

Option 1: Over-the-Air (OTA)By far, the easiest method to get Android Q Beta on your Essential Phone is with the OTA update, which lets you install Android Q the same way you would any official software update pushed out by Essential. However, before you check "About Phone," you need to sign up for the beta first.It's a requirement to give access to only those that know it's unstable software and that data will be collected to uncover bugs and other issues that will help with the continued development of the stable release. To sign up, simply install the Essential Q Beta app from the Play Store.Play Store Link: Essential Q Beta (free) Once installed, open the app and select "Enable Phone Access" so that it can retrieve your device's serial number. Then, input the requested information, which includes your email address and first and last name. Once filled in, select the button at the bottom. The next page will state that once your information is confirmed, you will receive the update over the air. With a little bit of patience, you will get a notification for a new software update which you can select to download and install Android Q Beta on your Essential.
Option 2: Without a Custom RecoveryWith a custom recovery, this process is super easy to get Android Q Beta installed manually, nearly identical to updating a rooted phone with the latest security patch. However, since a lot of you are probably not running modified software, we'll first show the manual process if you're running unmodified software on Essential PH-1.
Step 1: Download ADB & Fastboot on Your PCTo install the Essential Q Beta manually, you'll need to use ADB commands. ADB commands are commands you send from a computer to your Android phone to perform tasks not available within the software. You'll also need Fastboot.While there are multiple ways to add these programs to your computer, we believe the best method is to install Google's official SDK Platform Tools. This method has proven to be the most reliable across different computers and devices.Instructions: How to Install ADB & Fastboot on Mac, Linux & Windows

Step 2: Download the OTA FileOn your computer, visit Essential's Android Q Beta Program webpage. At the bottom of the page, you'll be presented with four options. Choose "Flash Android Q Beta to PH-1," and check the checkbox below acknowledging its usage. Select "Submit" to bring up a new page with links to for the files.Link: Essential's Android Q Beta Program On the next page, choose the version labeled "Download (OTA)." Once downloaded, move the ZIP file to the platform-tools folder inside of your ADB installation directory. For Windows users, you'll find this folder here: C:\Program Files (x86)\Android\android-sdk\platform-tools However, if you decided to use the minimal ADB installer, the folder will be in a different location. If you're unsure of the folder's location, or if you're on a Mac or Linux machine, use your computer's search function to find the platform-tools_ folder.After you've copied the ZIP file into the platform-tools folder, keep the window open, as you will need it for the next step.
Step 3: Open a Command Prompt or Terminal WindowOpen a Command Prompt or Terminal window. For Windows, press the Windows button on your keyboard, type in "cmd," and hit Enter. On a Mac or Linux computer, open it up from the folder with all your applications or via another way, such as Spotlight on a Mac or a shortcut in the dock.In the Command Prompt or Terminal window, input the following code, replacing "location" with the location of your platform-tools folder. On a Windows machine, you can copy the location from the address bar at the top of the File Manager window. Otherwise, on Windows, Mac, and Linux, you can just drag and drop the folder into the terminal after cd with a space after it. cd location The cd command will redirect the command prompt or terminal to that directory, allowing you to access its files. Only with this redirect can you start to use ADB and fastboot commands. No matter which operating system you are using, leave the Command Prompt or Terminal open, as you will need it for most of the steps below.
Step 4: Unlock the BootloaderThe next step is to unlock the bootloader of the Essential PH-1. We've already laid out this process in our guide on unlocking the Essential Phone's bootloader, so make sure to check that out. We include a lot of details, breaking down each step to avoid any issues. Also, be aware that this process will reset your phone, so make sure you back up all your data.Instructions: How to Unlock the Bootloader on the Essential PH-1 Starting with Android 9.0, your backup files are protected by the lock screen passcode. Therefore, make sure you can remember your old passcode, in case you switch it after restoring your phone.

Step 5: Install the Android Q BetaOnce your phone reboots and brings you to the initial start screen, verify that ADB commands can still be sent by inputting the following command into Command Prompt on Windows. adb reboot recovery For Mac and Linux users, you 'll need to put ./ before the command. Therefore, it will look like this instead: ./adb reboot recovery You'll be presented with a new screen on the phone with Android's mascot lying down. Hold the Power button and tap Volume Up to see the recovery menu options. Using the Volume buttons to navigate, highlight "Apply update from ADB," and confirm by pressing the Power button. Image by Jon Knight/Gadget Hacks Two lines of text will appear confirming your device is ready to accept sideloaded firmware. Back on your computer, type the following in a Command Prompt and include a space at the end. Do not press enter yet. adb sideload On Mac and Linux, type the following into the Terminal, also including the space at the end. Do not press enter yet. ./adb sideload Drag-and-drop the OTA.zip file you downloaded in Step 2 into the Command Prompt or Terminal window. This will populate the full file name and location saving you time and potential issue for typing it wrong. Before pressing Enter, make sure the command looks like this for Windows: adb sideload filelocation OTA.zip Or like this for Mac and Linux: ./adb sideload filelocation OTA.zip A percentage number will show up in the Command Prompt or Terminal window. Once it reaches 100 percent, restart your phone and your phone will reboot with Android 10 Beta installed.
Option 3: With a Custom RecoveryThere is another way to update to Android Q Beta which is much easier than Method 2 above. However, it does require you to have a custom recovery. A custom recovery is modified recovery which gives you extra functionality over your Essential PH-1. Tools such as TWRP let you back up your phone entirely (not just the apps and app data), root your phone with tools such as Magisk, run custom ROMs, and sideload OTA updates.If you haven't already, you should consider installing TWRP. It will make future Android Q Beta updates easier to install and will let you make full copies of your phone to return to if something goes wrong. We have a detailed guide on adding TWRP to your Essential Phone, so make sure to check that out.Instructions: How To Install TWRP Recovery on the Essential PH-1

Step 1: Download the OTA FileWith that out of the way, you'll need to visit Essential's Android Q Beta Program webpage on your computer. At the bottom of the page, you'll be presented with four options. Choose "Flash Android Q Beta to PH-1," and check the checkbox below acknowledging its usage. Select "Submit" to bring up a new page with links to for the files.Link: Essential's Android Q Beta Program On the next page, choose the version labeled "Download (OTA)."
Step 2: Download the TWRP FileSince installing Android Q Beta will wipe the device, you'll also lose the TWRP you already have. So, I recommend downloading the TWRP zip file as well. You need this file to keep your custom recovery after flashing the update. If you don't want a custom recovery anymore, by all means, skip this.Download the TWRP ZIP file from TWRP
Step 3: Transfer the OTA & TWRP FilesOnce the files are downloaded, use a USB cable to connect your phone to your computer. Remember, the included cable with the Essential Phone is USB Type-C on both ends, so if your computer doesn't have USB-C input, you'll need to get a USB-C to USB-A cable.Now, transfer the OTA file and the TWRP file to the "Downloads" folder on the Essential Phone. If you need help on this part, let me know in the comments. It's pretty easy on Windows. On a Mac, you'll need the Android File Transfer tool.If you run to any trouble, you can also visit the links in Step 1 and Step 2 directly on your Essential PH-1 to download the files without the need of a computer.
Step 4: Boot into Your Custom RecoveryHold the Power button until the power menu appears, then choose "Reboot." When you select "Reboot," hold down the Volume Down button on the side of the phone. After a few seconds, your phone will reboot to the bootloader menu. Using the Volume buttons to navigate, move to "Recovery mode," and press the Power button to confirm. Your phone will then restart again, this time into TWRP. Input your passcode to access TWRP.

Step 5: Install the OTA FileFrom the TWRP menu, choose "Install." Find the OTA.zip file you place in the "Downloads" folder. Choose the file and swipe right on the bottom slider to install the ZIP file. Next, select the back button to return to the previous screen, then choose the TWRP installer ZIP file. Swipe right on the bottom slider to install this as well.Once both are installed, choose "Reboot System." Your phone will reboot, only this time, it will jump right into your newly installed Android Q system. Image by Jon Knight/Gadget Hacks From my testing, I found the latest Elemental X kernel works with Android Q. I also found that Magisk also works, meaning you don't have to give up root access as well. For how to add the custom kernel from Elemental X or Magisk, check out those links.Don't Miss: All the Cool New Features & Changes in Android Q 10Follow Gadget Hacks on Pinterest, Reddit, Twitter, YouTube, and Flipboard Sign up for Gadget Hacks' daily newsletter or weekly Android and iOS updates Follow WonderHowTo on Facebook, Twitter, Pinterest, and Flipboard
Cover image and screenshots by Jon Knight/Gadget Hacks



Just add "F" to "Instagram" for "Finstagram" and shorten that to "Finsta". A finsta is a second Instagram account used for sharing with a smaller circle of followers. A finsta is usually a private Instagram account. While a teen's primary account might also be private, a finsta is for close friends only.
WTF Is a Finsta? - Offspring


Now that you've mastered Picture-in-Picture mode with VLC, how often do you see yourself using this feature? Is it a once-in-a-while thing, or will you be watching videos while multitasking all the time now? Share your thoughts in the comment section below. Don't Miss: How to Unlock VLC's Hidden Jigsaw Puzzle Mode on Your Computer
What does collecting the letters and puzzle pieces do


Aug 08, 2018 · How to hear (and reply) to messages hands-free in the car. Stay productive to and from work with these various ways to hear and reply to messages, hands-free.
How to listen and reply to text messages | SYNC | Official


To manually update your add-ons, just head to chrome://extensions in your address bar and click the Developer Mode button on the right side of the header. From there, you should see the "Update
How to enable Chrome extensions in Incognito mode - TechRepublic


GIFs are a fun way to communicate with others and have become highly popular. There are multiple ways to find and send GIFs on an iPhone, let's look at the option Apple has built-in to iOS as


Fallout: New Vegas developer Obsidian Entertainment, along with publisher Private Division, will release its new single-player sci-fi shooter-looter RPG The Outer Worlds on October 25, 2019. Set
10 More Awesome Organizing Hacks for Your - WonderHowTo


How to speed up the Galaxy S5 for faster performance There's so many apps on the Galaxy S5 that when they all start syncing and running processes at startup, the experience is not what you'd


iRecorder Pro is a quick and easy to use audio recorder for iPhone and iPad, with Wi-Fi transfer to any computer. Customers LOVE iRecorder, you will TOO! SIMPLY THE BEST: iRecorder is designed to be quick and easy use, and simple to understand. Great for on-the-go capture of your thoughts, ideas, n…
HOW TO SCREEN RECORD WITH VOICEOVER ON iOS 11 (iPhone, iPod


"iOS 10 is our biggest release ever, with delightful new ways to express yourself in Messages, a native app for Home automation and beautifully redesigned apps for Music, Maps, and News that are more intuitive and more powerful, making everything you love about your iPhone and iPad even better," said Craig Federighi, Apple's senior vice president of Software Engineering. "iOS 10 adds
I Got Rejected by Apple Music… So I Redesigned It - Medium


After you have added Static FBML to your Facebook Fan page please share in the comments area below what creative ideas you came up with on customizing your Facebook fan page. We are always on the lookout for additional custom Facebook fan pages so please share your favorite custom Facebook Fan pages below.
How To Create A Facebook Landing Page In 3 Easy Steps

How to Get KitKat Toast Notifications on Your Samsung Galaxy


Explore A.J. Cornerstanding's board "Hover bikes", followed by 2093 people on Pinterest. See more ideas about Hover bike, Flying car and Futuristic vehicles.
The 130 MPH Dining Room Table « Car Mods :: WonderHowTo


In this tutorial Gary from

Screen mirroring was a long-awaited feature for the Chromecast, now available for select devices (and even more with root). While great news for those who couldn't wait to play games, watch movies, and browse pictures on a big screen, it did mean that you had to keep your device's screen on the entire time it was being mirrored.
Mirror Your Android Display to Chromecast with the Screen Off


It seems like every messaging app these days, from iMessage to Facebook, insists on sending "read receipts" letting people know that you've seen their message.
How To Read Whatsapp Messages Of Other Phone - Hack Read

0 comments:

Post a Comment