adb remount documentation error
It is not adb reboot -R, it is adb remount -R Bug: 122602260 Test: view file in gitties Change-Id: I7c419b0b7f98cc0f5bb69284f5998515e9b8408e
This commit is contained in:
parent
ebae0d3ad9
commit
71df3ca70f
1 changed files with 6 additions and 2 deletions
|
@ -53,9 +53,13 @@ Note that the sequence above:
|
|||
$ adb disable-verity
|
||||
$ adb reboot
|
||||
|
||||
can be replaced with:
|
||||
*or*
|
||||
|
||||
$ adb reboot -R
|
||||
$ adb remount
|
||||
|
||||
can be replaced in both places with:
|
||||
|
||||
$ adb remount -R
|
||||
|
||||
which will not reboot if everything is already prepared and ready
|
||||
to go.
|
||||
|
|
Loading…
Reference in a new issue