Skip to content

Instantly share code, notes, and snippets.

@raul1991
Created November 15, 2014 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raul1991/baddb6188815d4ccc6c0 to your computer and use it in GitHub Desktop.
Save raul1991/baddb6188815d4ccc6c0 to your computer and use it in GitHub Desktop.
Adb commands for rwx
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