add tower scripts

This commit is contained in:
2024-03-25 20:28:52 +01:00
parent ccabd90723
commit 3942447238
53 changed files with 605 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
echo "Device must be rooted!!"
echo "login as adb shell"
echo "remount /system/ as rw"
adb shell && su && mount -o rw,remount /system