How To: Root the Pixel 2 or Pixel 2 XL & Install Magisk
Despite concerns with SafetyNet, Google actually cares about root. Every phone they sell has an unlockable bootloader, so you can toggle a setting and send a Fastboot command, then start flashing custom firmware right away. The Pixel 2 and Pixel 2 XL continue this tradition, and now they have an official root method.This root method uses Magisk, so you'll still be able to play Pokémon GO, use Android Pay, and enjoy all the little things that other root methods typically break. It's somewhat involved, but really, all you have to do is download a copy of your phone's boot image, patch it with the Magisk Manager app, then flash the patched version with Fastboot. The only thing you'll need to do before you can try this is to unlock the bootloader on your Pixel 2 or Pixel 2 XL.
Requirementsunlocked bootloader Window, Mac, or Linux computer USB data cable
Step 1: Download Your Boot ImageThis root method works by patching your phone's boot image, but that means you'll need a copy of the boot image itself. If you're running the stock firmware that came with your Pixel 2 or Pixel 2 XL, you can download this file from Google. Alternatively, you can use a custom kernel, but only if the kernel is formatted for fastboot flashing (i.e., the kernel comes as an IMG file).Most people will be patching the stock boot image from Google, so I'll outline how to do that.To start, head to Settings –> About Phone, then take note of your current firmware's build number. From there, head to Google's firmware download page for Pixel devices and select your model from the menu on the right. Next, match the build number you found on your phone with one of the firmware downloads on Google's site, then click the "Link" button to download the firmware. Make sure the build number listed in Settings –> About Phone matches the build number listed on Google's firmware download page.
Step 2: Extract the Boot Image from the ArchiveNext, head to your computer's download folder and find the factory images package you just downloaded from Google. The file name should start with the word "walleye" (Pixel 2) or "taimen" (Pixel 2 XL). Open this file with your favorite archive manager (we recommend 7-Zip). After opening the initial ZIP file, you'll find another folder nested inside the archive — open this as well. Next, you'll find several files starting with one that begins with the word "bootloader." In this folder, look for another archive labeled either "image-walleye" or "image-taimen" and double-click it. Now you're finally to the bottom of the nested archive. In this folder, you'll see several IMG files, but you should only be concerned with one: boot.img. Locate this file, then drag it out of your archive utility and drop it onto your desktop. Drag the boot.img file out of the archive and drop it onto your desktop.
Step 3: Transfer the Boot Image to Your PhoneNext, you'll need to transfer that boot.img file from your computer to your phone. If you don't have a good solution for transferring files between your computer and your phone, we recommend uploading to your Google Drive account, then downloading the file on your phone using the Google Drive Android app. If you'd rather not use Google, we found these apps to be useful for transferring files.
Step 4: Install Magisk Manager on Your PhoneOver on your phone now, it's time to install the Magisk Manager app — this is the app that will be managing root access on your phone. So tap the following link from your Pixel, then open the APK when it's finished downloading, and press "Install" when prompted.Download the latest version of Magisk Manager (.apk)
Step 5: Patch the Boot Image File with Magisk ManagerNext, open the Magisk Manager app. You'll see a prompt on first-run — go ahead and tap "Install" here. If you don't see this message, tap the "Install" button in Magisk Manager's main menu, then press "Install" on the popup. From there, choose "Patch Boot Image File" when prompted to select a method. Next, use the file picker interface that comes up to select the boot.img file that you transferred over from your computer. If you have a good file explorer app installed, I recommend opening the side navigation menu in the file picker interface, then selecting your file explorer from there, as the default Android file picker may not show the boot.img file. Alternatively, you can pull the boot.img file directly from your Google Drive account in the same side navigation menu. After selecting the boot.img file, tap "Allow" to give Magisk Manager permission to access the file. From there, wait while the tool patches your boot image, then take note of the storage location for the "patched_boot.img" file.
Step 6: Transfer the Patched Boot Image Back to Your PCNow you'll have to move the patched boot image back over to your computer. Again, you can use Google Drive or one of these apps to transfer the file, but make sure to take note of its storage location once you've moved the patched_boot.img file over to your desktop or laptop.
Step 7: Boot into Bootloader Mode & Connect to Your PCWith the patched boot image on your computer, it's time to put your phone into bootloader mode. Start by restarting your phone, then when the screen goes black, press and hold the volume down button. After a few seconds, you'll be greeted by Android's bootloader menu (pictured below), at which point you can let go of the volume down button. Booting into bootloader mode. Image by Dallas Thomas/Gadget Hacks From there, don't select anything on the phone — simply leave it on the main bootloader screen as shown at the end of the above GIF, then connect your phone to your computer with a USB data cable.
Step 8: Install ADB & Fastboot on Your ComputerOn your computer now, it's time to install ADB and Fastboot. You've probably already done this since your bootloader's already unlocked, but just in case, you can use this guide for full setup instructions.
Step 9: Open a Command Window in the Right DirectoryThis next part is where most people struggle with ADB and Fastboot: Getting a command window open to the proper directory.The easiest way I've found to do this is to locate the platform-tools folder inside of your ADB and Fastboot installation directory. For Windows users, this can usually be found at C:\Program Files (x86)\Android\android-sdk\platform-tools. For Linux and Mac users, the folder's location will vary, so use your computer's search function to find the platform-tools folder.Once you've found the platform-tools folder, copy the location from the address bar at the top of your file browser (e.g., Windows Explorer). Then, open a command prompt or terminal window. On Windows, press the Windows button on your keyboard, then type in "cmd" and hit enter to do so. On Linux or Mac, open "Terminal" from your Applications folder.Once you've got the command window open, you'll need to change directories to the platform-tools folder before you can send the Fastboot command to unlock your bootloader. To do that, type "cd" (without the quotes) followed by a space, then paste in the file location for your platform-tools folder: Changing directories to the platform-tools folder with the "cd" command.
Step 10: Flash the Patched Boot ImageNext, type "fastboot flash boot" (without the quotes) into the command prompt, then add a single space, but don't hit enter just yet.From there, find the patched_boot.img file that you transferred in Step 6. Drag the file and drop it into the command window — this will populate the file's location directly after the space you entered, so the full command should be something like "fastboot flash boot C:\Downloads\patched_boot.img" (the location will vary depending on where you stored the file). Dragging the patched boot image into the command window to populate the full file location. Once you've got the full command entered, go ahead and press return or enter on your keyboard to flash the modified boot image. This process will take a few seconds, and when it's done, you'll see a message saying it's done. Next, make sure the "Start" option is highlighted on your phone in the bootloader menu. If it isn't, use the volume keys to select it. From there, press the power button once and your phone will boot back up — when it's finished, you should be fully rooted!
Step 11: Verify RootWhen you get back up, open the Magisk Manager app. If everything went off without a hitch, you should see a message stating that Magisk is installed, as is the latest version of Magisk SU (your new superuser manager). As an added benefit, your phone should also pass SafetyNet, so you get root without any of the drawbacks! Magisk installed, root verified! Did you run into any bumps along the way, or was rooting your Pixel 2 as easy as ever? Drop us a line down below with any issues you may have encountered and we'll do our best to point you in the right direction.Don't Miss: The 5 Best Phones for Rooting & ModdingFollow Gadget Hacks on Facebook, Twitter, Google+, YouTube, and Instagram Follow WonderHowTo on Facebook, Twitter, Pinterest, and Google+
Cover image and screenshots by Dallas Thomas/Gadget Hacks
If you've been looking for an alternative to Google Maps, look no further than Waze. In addition to benefits like crowd-sourced traffic data, police trap locations, and road work avoidance, the app even lets you personalize the voices used for navigation and directions. Best of all, Waze's custom
Morgan Freeman on Waze: Listen to Him Give GPS Directions - TIME
time.com/4233642/morgan-freeman-waze-gps-directions/
You can now listen to the smooth cadence of Morgan Freeman's voice giving GPS directions, thanks to Google's free navigation app Waze. The actor lent his voice to the app as part of a
Let Morgan Freeman narrate your commute as a GPS navigation voice
Chris teaches link a bluetooth headset to a cell phone.
Email is one of the least private and least secure forms of communication, although few people realize this. MixMaster is one way to allow secure, anonymous communication even over the very public medium of email. This tutorial will get you started with MixMaster quickly and easily.
Anonymize Your Emails with MixMaster | Linux Journal
As we have already mentioned, you can download subtitles for you Kodi content via some Kodi add-ons. Opensubtitles.org is a big library of subtitles. Here you can find subtitles for almost all TV shows and movies. Maybe not all. Not literally. But it does keep subtitles for a wide range of TV shows and movies. It also has an official Kodi add-on.
HOW TO SETUP SUBTITLES ON KODI FOR MOVIES AND TV SHOWS - YouTube
Read on to find out all you need to know about Microsoft's new edge browser. Microsoft Edge: Release Date. While a beta versions of Spartan/Microsoft Edge has been available to developers for months, us regular consumers will need to wait until July 29th to grab Microsoft Edge. That's the date Windows 10 launches on both desktop and mobile.
Here's what you need to know about Microsoft's Chromium based
Every Android phone has a voice command feature , Though its not widely used by people , but it is surely a great way to interact with your phone and yes it does makes controlling your Android phone easier and saves your time . We have tried and tested 14 of the most useful voice commands that you can use with your android phone .
How to use voice commands on your Android phone - CNET
So for all the excited souls out there willing to take secret screenshot for Snapchat, below mentioned is the list of 5 best apps in the market today. Keep reading to take Snapchat screenshot without notification.
New iPhones are fast, and our old ones inevitably slow down, sometimes to an unusable degree. News: There's a Simple Solution to Getting Older iPhones Running
How to Stop Your iPhone's Battery from Rapidly Draining in
Did your mobile phones battery drain all the way to zero and now your device is completely dead, not powering on or not even letting you charge it? This article will go through some tips on how you might be able to revive your dead phone.If your cell phone is a smartphone then this is a reasonably common issue.
How to Fix Dead Lithium-Ion Batteries That Won't Hold a
This heater is from FitFirst on amazon. It was sent to me to review and I can honestly tell you that this is one of the best products ive reviewed to date. I love how you can use either 600 watts
Freezing at Work? Try a Personal Heater. - Consumer Reports
Faster Downloader download manager for Windows, the fastest on the market, is fully integrated with Internet Explorer and Firefox. Faster Downloader is optimized for the download of multimedia
How To Download FlashGet Manager for Files WAY Faster For Free
0 comments:
Post a Comment