Skip to content

Instantly share code, notes, and snippets.

@baijian
Created November 6, 2013 10:15
Show Gist options
  • Select an option

  • Save baijian/7333784 to your computer and use it in GitHub Desktop.

Select an option

Save baijian/7333784 to your computer and use it in GitHub Desktop.
android shell remount
> su
> mount | grep system
> mount -o rw,remount /dev/block/stl12 /system
> mount | grep system
> mount -o ro,remount /dev/block/stl12 /system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment