HDC_STD
1、hdc是否安装成功
命令:hdc_std shell (能识别即成功)
2、关机
命令:hdc_std shell reboot shutdown
3、、重新启动系统
命令:hdc_std shell reboot
4、安装应用:
命令:hdc_std install 应用包所在路径
举例:hdc_std install D:\liukch\downloads\hengping\browser.hap
5、卸载应用
命令:hdc_std uninstall [BundleName]
举例:hdc_std uninstall com.sprd.appstore
6、查BundleName和AbilityName名称
命令:hdc_std shell wukong appinfo
7、上传文件到pad
命令:hdc_std file send 文件路径(文件位置) 文件上传pad的路径
举例:hdc_std file send D:\liukch\downloads\pic\8.jpg /storage/media/100/local/files/Pictures
8、从pad下载文件到电脑
命令:hdc_std file recv 文件路径(文件位置) 文件下载到电脑的路径
举例:hdc_std file recv storage/media/100/local/files/Pictures/Screenshots D:\
9、查看日志
命令:hdc_std hilog
10、抓取log并保存
命令:hdc_std hilog >log.log
举例:hdc_std hilog > D:\log.txt
11、查询连接设备
命令:hdc_std list targets
12、获取设备udid
命令:hdc_std shell bm get -u
13、清除应用缓存
命令:hdc_std shell bm clean -n [BundleName] -c
举例:hdc_std shell bm clean -n com.superred.reminder -c
14、清除应用数据
命令:hdc_std shell bm clean -n [BundleName] -d
举例:hdc_std shell bm clean -n com.superred.reminder -d
15、禁止应用在桌面显示
命令:hdc_std shell bm disable -n [BundleName]
举例:hdc_std shell bm disable -n com.superred.reminder
16、允许应用在桌面显示
命令:hdc_std shell bm enable -n [BundleName]
举例:hdc_std shell bm enable -n com.superred.reminder
17、查看应用配置信息
命令:hdc_std shell bm dump -n [BundleName]
举例:hdc_std shell bm dump -n com.superred.reminder
18、强制退出应用
命令:hdc_std shell aa force-stop [BundleName]
举例:hdc_std shell aa force-stop com.superred.reminder
19、查看当前任务栈的ability信息(后台启动的应用)
命令:hdc_std shell aa dump -l
20、截图
命令:
hdc_std shell snapshot_display -f /data/screenshot.png
hdc_std shell file recv /data/screenshot.png D:
所有评论(0)