From bad55f559e7ca4b1557b791c8acbd4dd621800e1 Mon Sep 17 00:00:00 2001 From: Git101-M Date: Wed, 4 Nov 2020 06:28:45 +0000 Subject: [PATCH] Added Some Information about devices and chroot This commit contains on which devices it works and which chroot it can nuke --- META-INF/com/google/android/updater-script | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/META-INF/com/google/android/updater-script b/META-INF/com/google/android/updater-script index a1b88af..392d04d 100644 --- a/META-INF/com/google/android/updater-script +++ b/META-INF/com/google/android/updater-script @@ -1,10 +1,23 @@ +#Kali NetHunter Uninstaller V1.0 +#Creator: Mominul Islam Hemal +#Concept Taken From @FeLLzMODs's Miui Debloatware + +#For A/B and A devices +#Working Chroot : kali-arm64 full and Kali-armhf full + ui_print(" "); ui_print("===================================================="); -ui_print("= KaliNetHunter Remover v1.00 ="); +ui_print("= KaliNetHunter Nuker v1.00 ="); ui_print("= Author: Mominul Islam ="); ui_print("===================================================="); + +#for A/B devices, system Path:"/system_root/system" or "/system_root" +#for A devices, system Path :"/system" and "/system/system" +#Data Path :"/data" + + show_progress(2.000000, 0); ui_print(" "); ui_print("Mounting filesystems...");