Skip to main content
 首页 » 编程设计

Android TODO

2022年07月19日132shihaiming

1.adb nohup 命令学习

看:https://ask.csdn.net/questions/1026

https://www.jianshu.com/p/747e0d5021a2

2.

android Q,vendor/lib64没法remount,OEM已解锁,也disable-verity了,都解决不了.
解决:
adb shell umount -nlf /vendor/lib64
adb shell umount -lf /vendor/lib64


本文参考链接:https://www.cnblogs.com/hellokitty2/p/12501510.html