-ROOT any device with magisk, using a computer with adb tools/device drivers.
-This guide follows the step-by-step video, listed on the Always Connected channel.
-Download both files, your phones stock rom, and the magisk apk, or the app straight from the playstore. Links are at the bottom of this page.
-To start, open up the magisk app, and click install. Choose to patch a file, and select your stock boot.img/init_boot.img file. Hit "let's go" to patch and make a new file img. The new file will be in your downloads folder, named magisk_patched.
-Connect your device to computer, and give it permission, when prompted. Put your phone into fastboot mode. Hold the POWER and VOLUME DOWN buttons, together for 15seconds.
-Hold until you see the fastboot mode, black screen. To ensure your device is connected correctly, type: fastboot devices
-Blank feedback means you need to reconnect, or it will show a long set of numbers/letters.
That's a good thing, it means you are connected properly and can send commands.
-Type: reboot fastboot **IF DEVICE ISN"T ALREADY IN FASTBOOT MODE
-Type: fastboot flash boot magiskpatched.img
Where "magiskpatched.img" is the patched file in your downloads, not the original boot img.
**If you have a google pixel device, or a A/B partioned device,
type: fastboot flash init_boot
type: fastboot flash boot
-When flashing is complete, reboot your device. The magisk app will now show INSTALLED,
and to confirm download the ROOT CHECKER apk, link at bottom of this page.
-Install and open root checker, then hit get started, and verify root. If you have gained full root access, you will get a magisk pop-up asking to grant superuser privliges.
-Grant acess, and enjoy your new rooted phone!
-Download Magisk: https://magiskmanager.com/downloading-magisk-manager
-Download Root checker: https://root-checker-1.en.softonic.com/android
-Find your phones stock ROM .img on XDA.COM or on your devices website,
ex: samsung.com for samsung, motorola for all moto phones.
Comments