Initial push
This commit is contained in:
parent
1effac6bf8
commit
a01d3e7cc2
1993 changed files with 106354 additions and 0 deletions
27
scripts/A-Team-PostBoot.sh
Executable file
27
scripts/A-Team-PostBoot.sh
Executable 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
|
||||
Loading…
Reference in a new issue