博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
adb command 20150427
阅读量:4961 次
发布时间:2019-06-12

本文共 871 字,大约阅读时间需要 2 分钟。

目前(20150427)常用 adb command

 

command add   
adb shell
cd data
ls –l ov-debug1.txt
review ov-debug file  
adb shell
cd data
rm –f ov-debug1.txt
remove ov-debug file r,  --recursive
remove directories and their contents recursively
-f, --force
ignore nonexistent files, never prompt
所以-r和-f分别表示可递归删除目录和强制删除文件
exit you can back to the first address from data after inputting 'exit'.  
adb pull /data/outdoor_contrast.rar .
Start .
copy file from cell phone.
Go to saved file's address in PC and the window of path of saved file will display.
 
adb push d:\R\****.rar /data/ Put ****.rar into phone's data root.  
adb push d:\R\****.rar /sdcard/dcim/camera/ Put ****.rar into phone's dcim root.  
adb pull /sdcard/dcim/camera/ d:\R Pull files of sdcard/dcim/camera/ to d:\R   
adb shell rm -f/data/shading.zip/* delete shading.zip in data  

转载于:https://www.cnblogs.com/lihouyongmss/p/4460296.html

你可能感兴趣的文章
struts2.x + Tiles2.x读取多个xml 配置文件
查看>>
Sqlite文件在ubunut的查看
查看>>
表单校验之datatype
查看>>
python第六篇文件处理类型
查看>>
kettle 数据库连接失败
查看>>
ListView失去焦点选中行不能高亮显示的问题解决
查看>>
# jsp及servlet学习笔记
查看>>
Kconfig详解
查看>>
(四)hadoop系列之__hadoop搭建(单机配置)
查看>>
nodejs爬虫数据存入mysql
查看>>
sphinx2.8.8的配置文件
查看>>
Visual Studio 2019 正式版 更新内容
查看>>
4、下行短信发送WebService、下行短信发送服务 -功能详细设计 --短信平台
查看>>
Failure to find com.oracle:ojdbc6:jar
查看>>
文本去重-----awk或者uniq
查看>>
Android学习笔记三:Intent实现页面跳转
查看>>
Django下JWT的使用
查看>>
React Native 的组件之底部导航栏 TabBarIOS(一)
查看>>
聊聊、SpringBoot 上传文件大小
查看>>
WF 学习笔记 (1) - 浅谈 WF 和 MVC 架构
查看>>