We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd23cf5 commit bad55f5Copy full SHA for bad55f5
1 file changed
META-INF/com/google/android/updater-script
@@ -1,10 +1,23 @@
1
+#Kali NetHunter Uninstaller V1.0
2
+#Creator: Mominul Islam Hemal
3
+#Concept Taken From @FeLLzMODs's Miui Debloatware
4
+
5
+#For A/B and A devices
6
+#Working Chroot : kali-arm64 full and Kali-armhf full
7
8
ui_print(" ");
9
ui_print("====================================================");
-ui_print("= KaliNetHunter Remover v1.00 =");
10
+ui_print("= KaliNetHunter Nuker v1.00 =");
11
ui_print("= Author: Mominul Islam =");
12
13
14
15
16
+#for A/B devices, system Path:"/system_root/system" or "/system_root"
17
+#for A devices, system Path :"/system" and "/system/system"
18
+#Data Path :"/data"
19
20
21
show_progress(2.000000, 0);
22
23
ui_print("Mounting filesystems...");
0 commit comments