Very useful command which should work on all versions of android :
1 | grep " /system " /proc/mounts | awk '{system("mount -o rw,remount -t "$3" "$1" "$2)}' |
Very useful command which should work on all versions of android :
1 | grep " /system " /proc/mounts | awk '{system("mount -o rw,remount -t "$3" "$1" "$2)}' |
Powered by WordPress