Initial push

This commit is contained in:
PizzaG 2026-07-24 16:32:02 -05:00
commit a01d3e7cc2
1993 changed files with 106354 additions and 0 deletions

27
scripts/A-Team-PostBoot.sh Executable file
View file

@ -0,0 +1,27 @@
#!/system/bin/sh
#
# Copyright 2019-Present A-Team Digital Solutions
#
# Moto Rom Post-Boot Script
sleep 10
# Set SeLinux Permissive
su -c setenforce 0
sleep 10
# A-Team Dynamic R/W
su -c mount --remount / -w
su -c mount -o remount,rw /product
su -c mount -o remount,rw /system_ext
su -c mount -o remount,rw /vendor
su -c remount
sleep 20
# A-Team USB MTP Boot Enabler
#svc usb setFunctions mtp
exit