Created
November 30, 2012 03:33
-
-
Save mingcheng/4173614 to your computer and use it in GitHub Desktop.
remount android partition for read/write
This file contains hidden or 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
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