scripts/android/adb-root-rw.sh
2024-02-28 11:04:05 +01:00

7 lines
148 B
Bash

#!/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