Saturday, 22 October 2022

Root Magisk Pixel 3a

Dowload:
1) boot image corresponding to the build number installed on your Pixel device.
2) Latest Magisk Manager APK

3 langkah root:
The first step involves unlocking the bootloader on the Pixel device. Once unlocked, you can download the stock boot image for your phone and patch it using Magisk Manager. Finally, when all that is done, you can flash the patched boot image to root your Google Pixel  

Step 1: Unlock the Bootloader

    Go to ‘Settings’ > ‘About phone’ on your Pixel 3a.
    Continuously tap on the ‘Build number’ section for 5 times to enable the ‘Developer options’.
    Enable Developer Options on Google Pixel 3a/Pixel 3a XL
    Once enabled, you should see the ‘You’re now a developer!’ message on the phone’s screen.
    Now go back to the Settings menu and tap on ‘Developer options’.
    Enable OEM Unlocking on Google Pixel 3a/Pixel 3a XL
    Turn on the ‘OEM Unlocking’ option.
    After you have successfully enabled the option, power off your phone completely.
    Hold the Volume Down and Power buttons together to boot your Pixel 3a into the Bootloader Mode.
    Boot your Google Pixel 3a/Pixel 3a XL Bootloader Mode
    Bootloader Mode on Google Pixel 3
    Connect your phone to the PC using the USB cable.
    On your PC, go to the folder where the Android Platform Tools are installed (e.g. C:\adb).
    While holding the SHIFT key, right-click on any empty space inside the folder.
    Select the ‘Open PowerShell window here’ option.
    Enter the following command to ensure that your Pixel device is correctly being detected by the PC over fastboot:

    fastboot devices

    The command should return the device ID. If it does, make sure that you have installed the proper USB drivers for your phone.
    Now, enter the following command to initiate the bootloader unlocking process:

    fastboot flashing unlock

    As soon as the command is entered, you should see the confirmation message on your phone’s screen.
    Confirm Bootloader Unlock on Google Pixel 3a/Pixel 3a XL
    Tap the Volume button until the ‘Unlock the bootloader’ option shows up on the screen.
    Finally, press the Power button to confirm and unlock the bootloader on your Google Pixel 3a/Pixel 3a XL.

Once the bootloader unlocking process finishes, your phone will be wiped completely and will reboot into Bootloader Mode. Simply press the Power button once to boot your phone into the OS.

So now that the phone’s bootloader is unlocked, you can move over to step #2 to patch the stock boot image using Magisk Manager.
Step 2: Patch the Stock Boot Image

In order to root your Google Pixel 3a/Pixel 3a XL, you must download the stock boot image and patch it using Magisk Manager. To do so, follow the instructions laid below.

    Download the stock boot image for your Pixel 3a/Pixel 3a XL.
        Ensure that you download the boot image corresponding to the software build number presently installed on your phone.
    Connect your phone to the PC and transfer the downloaded boot image to the phone’s internal storage.
    Once transferred, disconnect the phone from the PC.
    Next, download the latest Magisk Manager APK and install it on your phone.
    Once installed, go to the app drawer and launch the Magisk Manager app on your Pixel 3a (XL).
    Tap on the ‘Install’ button and then again on ‘Install’.
    Patch Stock Boot Image on Google Pixel 3a (XL) using Magisk Manager
    Select the ‘Select and Patch a File’ option.
    Now navigate to the internal storage and select the stock boot image file.
    Magisk will now start patching the stock boot image.
    Magisk Manager Patching Stock Boot Image on Google Pixel 3a/Pixel 3a XL

Once the patching process finishes, the Magisk Patched Boot Image for your Pixel 3a/3a XL will be stored in [internal storage]/Download. Simply connect your phone to the PC and transfer the patched boot image (magisk_patched.img) file over.
Step 3: Flash the Patched Boot Image to Root Google Pixel 3a/Pixel 3a XL

Now that you have the Magisk Patched Boot Image, you can flash it using fastboot to root your Google Pixel 3a/Pixel 3a XL. Just follow the instructions below:

    Copy the patched boot image to the folder where the Android SDK platform-tools are installed (e.g. C:\adb).
    Hold the SHIFT key and right-click on an empty space inside this folder.
    Select ‘Open PowerShell window here’ to launch the PowerShell on your PC.
    Root Google Pixel 3a/Pixel 3a XL - Open PowerShell window here
    Power off your Google Pixel 3a/Pixel 3a XL completely.
    Boot your phone into Bootloader Mode by pressing and holding the Volume Down and Power buttons together.
    Once the phone is in Bootloader Mode, connect it to the PC via the USB cable.
    Enter the following command in the PowerShell window to ensure that your phone is successfully being detected by fastboot:

    fastboot devices

    The command should return a device ID. If it doesn’t, ensure that you have installed the appropriate USB drivers on your PC.
    Now, enter the command below to flash the Magisk Patched Boot Image and root your Google Pixel 3a/Pixel 3a XL:

    fastboot flash boot magisk_patched.img

    Flash Magisk Patched Boot Image to Root Google Pixel 3a/Pixel 3a XL
    Once flashed, reboot your phone using:

    fastboot reboot

Your Pixel 3a/Pixel 3a XL should now be rooted with Magisk. Once your phone boots into the OS, you should see ‘Magisk Manager’ in the app drawer.

Share:

Related Posts:

0 comments:

Post a Comment