Created
November 15, 2014 09:58
-
-
Save raul1991/baddb6188815d4ccc6c0 to your computer and use it in GitHub Desktop.
Adb commands for rwx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First command | |
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock0 /system | |
Second command | |
adb shell chmod 777 /system/etc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment