Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adb 命令 #117

Open
AlexZ33 opened this issue May 19, 2021 · 0 comments
Open

adb 命令 #117

AlexZ33 opened this issue May 19, 2021 · 0 comments

Comments

@AlexZ33
Copy link
Owner

AlexZ33 commented May 19, 2021

adb shell am force-stop PACKAGE_NAME # 强制停止应用运行(com.miui.home 为桌面)
adb push SRC_FILE TARGET_DIR # 向手机拷贝电脑端SRC_FILE文件到手机端TARGET_DIR目录
 
# 分辨率切换
adb shell wm size 720x1080
adb shell wm density 320
 
# 分辨率重置
adb shell wm size reset
adb shell wm density reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant