Skip to content

Instantly share code, notes, and snippets.

@oksep
Created May 20, 2016 10:06
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 oksep/72e17c46ca1c72c1c2d92b4023ec7b7b to your computer and use it in GitHub Desktop.
Save oksep/72e17c46ca1c72c1c2d92b4023ec7b7b to your computer and use it in GitHub Desktop.
read-only-filesystem

Open terminal

adb shell

su

  • Mount system RW: mount -o rw,remount,rw /system

  • Mount system RO: mount -o ro,remount,ro /system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment