码迷,mamicode.com
首页 >  
搜索关键字:adb wireless    ( 4473个结果
Android通过tcpdump抓包
1. 手机要有root权限2. 下载tcpdump http://www.strazzere.com/android/tcpdump3.tcpdumptcpdump4.adb shell chmod 6755 /data/local/tcpdump5, adb shell, su获得root权限6,...
分类:移动开发   时间:2014-06-28 10:43:04    阅读次数:335
adb.exe问题
问题:The connection to adb is down, and a severe error has occured. You must restart adb and Eclipse. Please ensure that adb is correctly located ...
分类:数据库   时间:2014-06-27 22:03:33    阅读次数:294
adb pull / push
刚才搞了半天想pull,就是pull不成,如图:看出哪里有问题了吗?问题就是我不该在shell里面运行adb pull!正确的做法:在任意一处打开命令行比如图中的桌面,adb pull /sdcard/getroot //这会把getroot拉到桌面adb pull /sdcard...
分类:数据库   时间:2014-06-26 19:39:05    阅读次数:323
调试android chrome web page简明备忘
必备工具 **adb tools**、**android chrome**先开启手机调试模式adb forward tcp:9919 localabstract:chrome_devtools_remote 成功会提示 * daemon not running. starting it ...
分类:移动开发   时间:2014-06-26 12:29:01    阅读次数:353
capwap学习笔记——初识capwap(一)
2 初识CAPWAP 2.1 CAPWAP简介 说了半天CAPWAP,连全称都还没说,汗…… CAPWAP——Control And Provisioning of Wireless Access Points Protocol Specification。其由两个部分组成:CAPWAP协议和无线B...
分类:其他好文   时间:2014-06-25 13:02:19    阅读次数:178
mt7620 wireless驱动特性意外发现
前言今天又客户反映无线參数SSID编程了HT_AP0, 同事通过后台给他改动后反映给我,我想不正确啊,难道是无线驱动crash了?那应该不能玩才对啊。。。追查线索我们的路由器会定期汇报数据SSID,谁知道,server并没有保存到数据库中。这点我很很的生气,之前的规格,说得清清楚楚,为什么做事不到位...
分类:其他好文   时间:2014-06-25 12:31:54    阅读次数:193
如何在编译内核时添加缺少的固件(以intel wireless 5100 AGN的 iwlwifi 为例)
从自身无线网卡固件缺失从而介绍编译内核时怎么手动给内核添加缺失固件的方法,简单易用,希望对你有帮助...
分类:其他好文   时间:2014-06-25 00:16:01    阅读次数:318
Android开发环境搭建时遇到问题的解决方法
Android开发环境搭建时遇到问题的解决方法  错误1: The connection to adb is down, and a severe error has occured. [2013-08-31 16:11:56 -com.qihoo.subject] You must restart adb and Eclipse. [2013-08-31 16:11:56...
分类:移动开发   时间:2014-06-24 23:51:52    阅读次数:514
Android开发执行adb 命令行命令
1.在Android开发中调用adb命令进行应用安装,将应用安装到 /system/app目录下 /** * install the app in use adb command,this style is silent * */ private void adbInstallTheAPP(){ //adb push cor...
分类:移动开发   时间:2014-06-24 18:04:18    阅读次数:291
用adb pull命令从android系统中读取文件失败的原因及解决办法
问题:使用adb pull命令从android系统中读取文件失败。显示:Permission denied原因:是由于文件权限原因引起。 使用ls -l命令查看android系统中的文件权限为: -rw-rw---- app_51 app_51 也就是说,该文件只有app_51用户以及app...
分类:移动开发   时间:2014-06-24 14:54:16    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!