Recover your bootlooping 7T Pro McLaren 5G after installing a bad Magisk module (e.g. stock EdXposed):
1) Reboot to fastboot
2) Download the image that matches your build (fastboot boot DOES NOT WORK)
2) fastboot flash recovery_a my_nosec_image.img
3) fastboot flash recovery_a my_nosec_image.img
4) Reboot your device to recovery
5) adb kill-server
6) adb shell. You should have root now with access to decrypted data and can remove modules from /data/adb/modules...
Read more
1) Reboot to fastboot
2) Download the image that matches your build (fastboot boot DOES NOT WORK)
2) fastboot flash recovery_a my_nosec_image.img
3) fastboot flash recovery_a my_nosec_image.img
4) Reboot your device to recovery
5) adb kill-server
6) adb shell. You should have root now with access to decrypted data and can remove modules from /data/adb/modules...
Read more