Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
- Many last minute bug fixes
  • Loading branch information
mrhaydendp authored Oct 8, 2021
1 parent e151269 commit 9611d58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Fire-Tools/debloat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ opt=$(zenity --list \
# Enable Apps
if [ "$opt" = "Enable" ]; then
xargs -l adb shell pm enable < Debloat.txt
adb shell pm enable com.amazon.firelauncher
zenity --notification --text="Successfully Enabled Debloated Packages"

# Disable Apps
Expand All @@ -28,4 +29,4 @@ elif [ "$opt" = "Custom" ]; then
xargs -l adb shell pm disable-user -k < Packages.txt
zenity --notification --text="Successfully Disabled Packages"
fi
exec ./ui.sh
exec ./ui.sh
3 changes: 2 additions & 1 deletion Fire-Tools/ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ elif [ "$tool" = "Apk Extractor" ]; then
elif [ "$tool" = "Batch Installer" ]; then
ls ./Batch/*.apk | xargs -I custom adb install "custom"
zenity --notification --text="Successful Batch Install"
fi
exec ./ui.sh
fi

0 comments on commit 9611d58

Please sign in to comment.