2018-11-01

re-mount system & vendor partition rw mode on android




### w/ console, adb shell  or terminal
@ re-mount system partition rw option
// Android Pie (9.0)
# mount -o rw,remount /
// Android Oreo
# mount -o rw,remount /system

@ re-mount vendor partition rw option
# mount -o rw,remount /vendor


### w/ adb
$ adb connect
$ adb root
$ adb connect
@ re-mount system & vendor partition rw option
$ adb remount

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.