-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbootloopfix.html
More file actions
128 lines (89 loc) · 4.71 KB
/
Copy pathbootloopfix.html
File metadata and controls
128 lines (89 loc) · 4.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<script language="javascript" type="text/javascript" src="txt/headcodes.txt"></script>
</style>
<body>
<!-- ======= Header ======= -->
<script language="javascript" type="text/javascript" src="txt/headerandbread.txt"></script>
<!-- End Breadcrumbs -->
<!-- ======= Modules ======= -->
<section id="modules" class="modules">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<h2>Magisk Module Bootloopfix</h2>
<p>Remove Magisk Modules using Recovery- </p>
</div>
<b><h4>So how to delete a Magisk module from Recovery in case of bootloops or any other isssues? </h4></b><br>
<b> Note: These instruction applies to every Magisk Module (for other modules, choose your module name)</b><br>
Here you have two options. <br>
<i>The first one is specific to OrangeFox, the second one will work on TWRP and every other recovery: </i><br><br><br>
<ul>
<li><h5> <b>Option 1 </b>- From OrangeFox's Magisk Manager </li></h5><br>
This is the easier way to delete a Magisk module from recovery. Boot to OrangeFox with your buttons combination and then:<br>
1) Tap on "Menu" on the bottom right corner, then tap on "Magisk Manager" option.<br>
2) Among all your Magisk modules, find the module that you last installed, which is probably the cause of the bootloop (for DSB there might be folder named DSB). Then tap on the name of the module.<br>
3) Check the "Remove module next boot" square. It'll ask you to swipe to apply changes, do it.<br>
4) You're good to go! On Menu > Reboot > System you'll be able to boot your device again.<br><br><br>
<b>Refer screenshots below- </b><br><br>
<img src="assets/img/guides/bootloopfix/ofox.jpg" alt="Ofox" width="375" height="200">
<br><br>
<br>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2157772818928767"
crossorigin="anonymous"></script>
<!-- 5mid -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-2157772818928767"
data-ad-slot="3249737496"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<br><br>
<br>
<li><h5> <b>Option 2 </b>- Manually from File Manager</li></h5><br>
This is a slightly slower option than the first one, It'll work on TWRP, OrangeFox, and other recoveries. The steps will be the same, so boot to recovery using your buttons combination and then:<br>
1) For TWRP, select Advanced > File Manager. For OrangeFox, select "Files" on the bottom left corner. Navigate to /data/adb/modules.<br>
2) Among all your Magisk modules, find the folder for the module that you last installed, which is probably the cause of the bootloop (for DSB there might be folder named DSB).<br>
3) For TWRP, tap on the folder to get inside it, and then tap on the check button of the bottom-right corner. For OrangeFox, long-press the folder of the module you want to delete.<br>
4) From the available options, select Delete. Then swipe to confirm the process.<br>
5) You're good to go! For TWRP, get back to the main page and select Reboot > System. For OrangeFox, on the bottom right corner select Menu > Reboot > System.<br>
Done 😊<br>
<br><br>
<b>Refer screenshots below- </b><br><br>
<br>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2157772818928767"
crossorigin="anonymous"></script>
<!-- mid6 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-2157772818928767"
data-ad-slot="2773410560"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<br><br><br>
<img src="assets/img/guides/bootloopfix/twrp1.jpg" alt="Ofox" width="375" height="200"><br><br>
<img src="assets/img/guides/bootloopfix/twrp2.jpg" alt="Ofox" width="375" height="200">
<br><br>
</ul>
</section><!-- Modules -->
<!-- ======= Contact Section ======= -->
<script language="javascript" type="text/javascript" src="txt/contact.txt"></script>
<!-- End Contact Section -->
<!-- ======= Donate Section ======= -->
<script language="javascript" type="text/javascript" src="txt/donate.txt"></script>
<!-- End Donate Section -->
</main><!-- End #main --><br><br>
<!-- ======= Footer ======= -->
<script language="javascript" type="text/javascript" src="txt/footer.txt"></script>
<!-- Vendor JS Files -->
<!-- End Footer -->
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>