Search This Blog

Wednesday 24 January 2018

Rooting your Mi A1 for Oreo Android Version



Greeting Mi A1 fans...

What's new and how is going for the 2018? Wishing everyone a great year ahead and this is my first article for 2018. What is rooting? Rooting is the process of allowing the user to attain privileged control (known as root access) over various Android subsystems.

Good news is Mi A1 is getting an Android 8.0 upgrade, on the other hand most users will find the previous method of installing TWRP is no longer working on Android 8.0 ROM. No worries, for those still insisting on Rooting their devices, here is the old-school method of getting Root Permission, while stay tuned for installing TWRP on my next series.

Let's get going. Read this Guide a couple of times and get a grasp of it, and if you still feel doubtful or find it too difficult, its just not meant for you, as this is meant for an advanced user to fully comprehend the rational of the method.

Requirements:
  • Download Minimal ADB and Fastboot v1.4.2 and install it on your PC/Laptop, preferably on C\:Drive and choose system-wide installation. 
  • Download Magisk Manager v5.5.5 and moved it to your "Download" root directory on your phone for easy access. Install the APK and click Settings when the popped-up balloon appears, and click "OK" to Enable the Unknown sources, and press back to the "Download" folder and click Magisk Manager and click Install.
  • A boot.img from your current ROM Build folder, and moved it to your "Download" root directory on your phone for easy access.
Essentials:
  • Updated to Oreo Android Version
  • Bootloader Unlocked
  • USB DATA cable (the one that came with your device)
  • Before proceeding: Disable Driver Signature Enforcement in Windows 7/8/10 64-Bit
  • Enable USB Debugging - Goto Developer options > USB Debugging - Enable (If you have not activated Developer options, then Goto Settings > About phone > tap Build number 3 times > You are now a developer)
  • Enable OEM unlocking - Goto Developer options > OEM unlocking - Enable
  • Battery is charged at least 50%.


Methods:
  1. Launch Magisk Manager app.
  2. Then tap "Install" choose Install, then choose "Patch Boot Image File"
  3. It will then create the Patched Boot Image in the Magisk Manager folder and copy it to your PC/Laptop.
  4. Switch Off your Mi A1.
  5. Connect your USB cable to the PC/Laptop.
  6. Goto the location where you copied the "Patched Boot Image".
  7. Within the folder press the Shift+Right click your mouse, and select "Open command window here"
  8. Enter the following commands to enter fastboot mode, as follows:-
  9. adb reboot bootloader
  10. Or you can alternatively, Press Power & Volume Down to enter Fastboot Mode.
  11. To check that your device is connected and detected, enter the following command:-
  12. fastboot devices
  13.  Enter the following command of your current partition:-
  14. fastboot getvar current-slot 
  15. Check the active slot and enter the following command accordingly as "a" or "b":-
  16. fastboot flash boot_a patched_boot.img
    Or
    fastboot flash boot_b patched_boot.img
  17. Then to reboot, type the following:-
  18. fastboot reboot
  19. Your device will boot-up in a few minute, then re-install the Magisk Manager apk again and you will attain the Root permission with the patched boot image.
  20. Enjoy, now your device is rooted.

DISCLAIMER: DO ON YOUR OWN RISK. Flashing can potentially bricked or bootloop your device.

"Solving with simplicity"

No comments:

Post a Comment

RedWolf TWRP, Root Support Incremental OTA - Redmi 3S/X

Hei Redmi 3S/Prime/3X fans, What have we here today? After fiddling around with your Redmi 3S and getting comfortable with it, you ...