Skip to content

Instantly share code, notes, and snippets.

@mingcheng
Created November 30, 2012 03:33
Show Gist options
  • Save mingcheng/4173614 to your computer and use it in GitHub Desktop.
Save mingcheng/4173614 to your computer and use it in GitHub Desktop.
remount android partition for read/write
The commands for mounting the partition and copying the old build.prop from the root of your sdcard are:
$su
# mount -ro remount,rw /system
You don't need to use those though if you are using an app that gets root access.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment