Fix Bootloop for Magisk modules
Fix Bootloop after flashing Magisk module
Many times we install modules that are not adapted to our phone, either because of the Api level (Android version), libs or other things...
In the worst cases they can leave you without being able to access fastboot and be able to enter the stock recovery and wipe to delete magisk and its modules.
But it would be to lose all our data, we are going to use a command to be able to solve this without doing a wipe, without losing files and without having to enter fastboot.
• We turn off the phone completely, connect to the usb port (The phone will be charging no problem) open adb & Fastboot patched and write this command:
• Check if it recognizes your phoneadb devices
• To uninstall the modules and remove the bootloopadb wait-for-device shell magisk --remove-modules
And without disconnecting turn on the phone after using this command let it run, and voila you will have the phone back to normal!!