init
This commit is contained in:
6
android/adb-root-rw.sh
Normal file
6
android/adb-root-rw.sh
Normal 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
|
||||
Reference in New Issue
Block a user