android解锁remount

写完号就自动上锁。

解锁

开发者选项中 打开OEM unlocking

再在linux上执行下面命令

aaaaaa@813-B365M-DS3H:~$ fastboot  devices
31AE303457D1036	fastboot
aaaaaa@813-B365M-DS3H:~$ fatboot oem at-unlock-vboot
No command 'fatboot' found, did you mean:
 Command 'fastboot' from package 'android-tools-fastboot' (universe)
 Command 'fastboot' from package 'fastboot' (universe)
fatboot: command not found
aaaaaa@813-B365M-DS3H:~$ fastboot oem at-unlock-vboot
...
OKAY [  0.055s]
finished. total time: 0.055s
aaaaaa@813-B365M-DS3H:~$ adb root
* daemon not running. starting it now at tcp:5037 *
* daemon started successfully *
restarting adbd as root
aaaaaa@813-B365M-DS3H:~$ adb disable-verity
Successfully disabled verity
enabling overlayfs
Reboot the device for new settings to take effect
aaaaaa@813-B365M-DS3H:~$ adb reboot
aaaaaa@813-B365M-DS3H:~$ adb reboot bootloader
aaaaaa@813-B365M-DS3H:~$ fastboot oem at-unlock-vboot
...
OKAY [  0.055s]
finished. total time: 0.055s
aaaaaa@813-B365M-DS3H:~$ adb root
restarting adbd as root
aaaaaa@813-B365M-DS3H:~$ adb  disable-verity
Successfully disabled verity
enabling overlayfs
Reboot the device for new settings to take effect
aaaaaa@813-B365M-DS3H:~$ adb reboot









相关推荐

  1. androidremount

    2024-07-11 14:00:04       27 阅读
  2. Android 10.0 滑动流程

    2024-07-11 14:00:04       44 阅读
  3. Android13 调试,bootloader

    2024-07-11 14:00:04       26 阅读
  4. Android人脸源码

    2024-07-11 14:00:04       16 阅读
  5. Android】【root & remount】adb su如何添加密码校验

    2024-07-11 14:00:04       35 阅读
  6. adb remount

    2024-07-11 14:00:04       28 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-11 14:00:04       66 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-11 14:00:04       70 阅读
  3. 在Django里面运行非项目文件

    2024-07-11 14:00:04       57 阅读
  4. Python语言-面向对象

    2024-07-11 14:00:04       68 阅读

热门阅读

  1. 洛谷 P3008 [USACO11JAN] Roads and Planes G

    2024-07-11 14:00:04       22 阅读
  2. 2.Spring的IOC容器里面加入对象的常见方式

    2024-07-11 14:00:04       24 阅读
  3. React基础学习-Day02

    2024-07-11 14:00:04       19 阅读
  4. MyClass.static_method() 加不加括号有什么区别

    2024-07-11 14:00:04       23 阅读
  5. AcWing 1633:外观数列

    2024-07-11 14:00:04       25 阅读
  6. nginx的重定向

    2024-07-11 14:00:04       24 阅读
  7. SpringBoot整合Easy-Es最佳实践

    2024-07-11 14:00:04       21 阅读
  8. SpringBoot防止重复提交 AOP+自定义注解+redis

    2024-07-11 14:00:04       23 阅读