Skip to content

Commit bad55f5

Browse files
committed
Added Some Information about devices and chroot
This commit contains on which devices it works and which chroot it can nuke
1 parent bd23cf5 commit bad55f5

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

META-INF/com/google/android/updater-script

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
18
ui_print(" ");
29
ui_print("====================================================");
3-
ui_print("= KaliNetHunter Remover v1.00 =");
10+
ui_print("= KaliNetHunter Nuker v1.00 =");
411
ui_print("= Author: Mominul Islam =");
512

613
ui_print("====================================================");
714

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+
821
show_progress(2.000000, 0);
922
ui_print(" ");
1023
ui_print("Mounting filesystems...");

0 commit comments

Comments
 (0)