Hook 用adb 常用命令

633 阅读1分钟
  • 清除应用信息: adb shell pm clear com.ss.android.article.news
  • 关闭某个app: adb shell am force-stop com.ss.android.article.news
  • 进入刷机模式: adb reboot bootloader
  • 开启某apk并且运行调试: adb shell am start -n com.dianping.v1/.NovaMainActivity Activity -D
  • 查看当前activity: adb shell dumpsys activity | grep -i run
  • 解锁: adb -s FA76M0302716 shell input keyevent 82