
The module you flashed should be listed under the Installed section. After rebooting, check the Modules tab of the Magisk app. Execute the following command to install the downloaded module using the magisk Android binary: magisk -install- module full_path_of_the_module_ZIP.Accept the Superuser access prompt on the Magisk app on your phone.Request root privilege with the command mention below: su.Instead of accessing the ADB shell, you can also use a terminal emulator app directly on the phone.Open a Terminal/Command Prompt/Shell window on your PC, check if the phone is detected by ADB, and then log into the ADB shell of the phone: adb shell.Make sure you have the latest ADB and Fastboot binaries installed on your PC/Mac and your phone has USB debugging turned on.If you're downloading on a PC or a Mac, then connect your Android device to it and copy the downloaded ZIP file to the internal memory of the target device. Download the module from its official source.Let it do its job and the app will automatically reboot your device.Install using the "magisk" Android binary It should show a dialog asking for additional setup. Install the latest Magisk app and launch the app.If your device doesn’t have a boot ramdisk, reboot to recovery now to enable Magisk.Your device should reboot automatically once Odin finished flashing.Don’t choose HOME_CSC because we want to wipe data.Open Odin on your PC, and flash magisk_patched.tar as AP, together with BL, CP, and CSC from the original firmware. Don’t try to copy over the MTP interface as it is known to corrupt large files.Copy the patched tar file to your PC with ADB: adb pull /sdcard/Download/magisk_patched_.tar.The Magisk app will patch the whole firmware file to /Download/magisk_patched_.tar.Choose Select and Patch a File under method, and select the AP tar file.If your device doesn’t have a boot ramdisk, make sure Recovery Mode is checked in options.Press the Install button on the Magisk card.




At this stage, there are three possible scenarios:
