Skip to content

Instantly share code, notes, and snippets.

@CoXier
Last active September 6, 2017 07:00
Show Gist options
  • Save CoXier/f76fe0d9ad3c267f300789004484a0d9 to your computer and use it in GitHub Desktop.
Save CoXier/f76fe0d9ad3c267f300789004484a0d9 to your computer and use it in GitHub Desktop.
Adb 常用命令

adb 常用命令

网络有关

  • svc data enable/disable 开关移动网络
  • svc wifi enable/disable 开关 wifi

文件操作相关

  • 拖出某一个 apk:
    • adb shell pm list packages
    • add shell pm path com.example.someapp
    • adi pull /data/app/com.example.someappxx.apk destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment