共有 2 篇文章
📅 最近更新
2024-04-20
- 2024-09-15
通过ADB停用系统更新和去除更新统治
1# 屏蔽更新
2adb shell pm disable-user com.oneplus.opbackup
3# 清除更新通知
4adb shell pm clear com.oneplus.opbackup
5# 恢复更新
6adb shell pm enable com.oneplus.opbackup
2019-04-28
- 2024-09-15
What Is ADB
Android Debug Bridge (adb) is a command line tool that lets you communicate with an emulator or connected Android device. You can find the adb tool in android sdk/platform-tools or Download ADB Kits.