Android设备remount步骤

  • Post author:
  • Post category:其他


1, 使用CTS-ON-GSI的fastboot U盘脚本进入fastboot模式

2.使用cmd窗口,输入命令

1 输入”fastboot flashing unlock” in adb ,waiting for the device

2 输入 “fastboot flashing unlock_critical”in adb ,waiting for the device

3  输入”fastboot reboot” reboot the stb, press any key entering the boot mode

4  after the stb reboot then 输入  “adb root”

5 输入”adb disable-verity”

6 输入”adb reboot”

7  输入 “adb root”

8  输入  “adb remount”



版权声明:本文为xiaowang_lj原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。