Adb remount steps » History » Version 1
Lion Wang, 11/01/2021 11:09 AM
| 1 | 1 | Lion Wang | h1. Adb remount steps |
|---|---|---|---|
| 2 | |||
| 3 | <pre> |
||
| 4 | - boot to Home Screen |
||
| 5 | - go to setting -> system -> Developer options -> OEM unlocking |
||
| 6 | - adb reboot bootloader |
||
| 7 | - fastboot flashing unlock |
||
| 8 | - press volume up key |
||
| 9 | - fastboot reboot |
||
| 10 | - adb root |
||
| 11 | - adb disable-verity |
||
| 12 | - adb reboot |
||
| 13 | - adb root |
||
| 14 | - adb remount |
||
| 15 | |||
| 16 | </pre> |