nitanmarcel / NothingCore

[Magisk/XPosed] Install NothingOS apps on any device
MIT License
16 stars 2 forks source link

My samsung is bootlooping, what can I do? #10

Open LegendaryMichoX opened 2 months ago

deynesdev commented 2 months ago

1- stock boot img So the boot img file that you used to patch it using magisk at the beginning to root your device is necessary. 2- android sdk tools The one you used to flash the magisk patched boot img That's it, nothing else is needed "()/ Now, 1- Boot your device in bootloader 2- Open power shell a. Type: fastboot devices (to make sure your device is connected) b. Type: fastboot boot boot.img (don't flash the stock boot.img, we just want to boot up the device so that it works) c. Now your device is on, hold the power on/off button then press and hold on the power off option. From here we will boot in safe mode, so all modules are disabled and root is still there because we didn't flash the stock boot.img d. Now you're in safe mode, go back to power shell and type: adb devices (again to make sure the device is connected) Then type: adb shell magisk -remove-modules Press enter and your device will reboot and all of the modules will be gone. Reinstall what you need and use your device normally again.

This helped me when I had the same problem.