码迷,mamicode.com
首页 >  
搜索关键字:ubuntu14.04 adb    ( 4062个结果
shell-查看手机分辨率
如何用adb shell 查看手机分辨率等信息
分类:移动开发   时间:2015-04-20 14:44:33    阅读次数:157
查看Android下生成的.db数据库
1.在cmd中找到sdk中的platform-tools文件夹。2.输入adb shell命令。3.再输入sqlite3 /data/data/com.svs.db/databases/svs.dbcom.svs.db为项目的包名,svs.db为数据库4. .tables为查询所用表。 .schem...
分类:移动开发   时间:2015-04-20 14:38:11    阅读次数:138
windows无法停用“Android Composite Interface”设备的解决方法
遇到这个问题时,解决方法如下:打开设备管理器 -> 进程 -> 找到 adb.exe -> 右击选择结束进程 -> 然后重新弹出Android设备
分类:移动开发   时间:2015-04-19 21:07:36    阅读次数:235
adb端口被占用
CouldnotopenSelectedVMdebugport(8700).MakesureyoudonothaveanotherinstanceofDDMSoroftheeclipsepluginrunning.Ifit‘sbeingusedbysomethingelse,chooseanewportnumberinthepreferences.信息显示说端口8087被占用,DDS无法启动,重新启动工具和一些设置都不行,最直接的办法..
分类:数据库   时间:2015-04-19 19:43:09    阅读次数:140
使用axis2创建webservice
这个方式创建的webservice可以和web项目放到同一个工程下。创建webservice服务,所需要的jar包如下: axiom-api-1.2.8.jar axiom-impl-1.2.8.jar axis-0.1.jar axis2-adb-1.5.jar axis2-kernel...
分类:Web程序   时间:2015-04-18 23:21:36    阅读次数:172
android usb相关知识总结
转载请注明出处:http://blog.csdn.net/droyon/article/details/45098027 1、android背景介绍 UsbService,在系统启动时创建,在该文件中,和usb状态息息相关的操作类是UsbDeviceManager,大部分的usb以及adb相关的逻辑,在这个类中做处理。UsbDeviceManager中,我们需要关注三部分内容。一、配置文件。二、  UEventObserver 监听。...
分类:移动开发   时间:2015-04-18 22:05:17    阅读次数:220
几条命令搞定adb
android开发板端: 启动adb     :     start      adbd 重设adbd端口: #stop adbd #setprop service.adb.tcp.port 5555 #start adbd #ifconfig eth0 设置临时IP: #busybox  ifconfig eth0 192.168...
分类:数据库   时间:2015-04-18 13:11:04    阅读次数:186
The connection to adb is down, and a severe error has occured.问题解决
遇到问题描述:运行android程序控制台输出[2013-06-25 11:10:32 - MyWellnessTracker] The connection to adb is down, and a severe error has occured.[2013-06-25 11:10:32 - ...
分类:数据库   时间:2015-04-17 22:14:06    阅读次数:181
Android BroadcasetReceiver
ci@clinux:~/mp_mtk$ adb -s QGAEFYAAOFN7PNOB logcat PhoneReceiver:e *:S--------- beginning of system--------- beginning of mainE/PhoneReceiver(16184): ...
分类:移动开发   时间:2015-04-17 17:52:49    阅读次数:133
为app录制展示gif
在github上好多不错的开源项目展示demo的时候,都是采用了一个gif图片,很生动具体。我也想为自己的应用制作展示gif,但找了一圈,没有找到合适的apk,所以就另外想了个法子。录制视频 --> 再从视频中截取首先4.4后android原生开始只是屏幕录制了,可以使用adb 进行操作。adb.....
分类:移动开发   时间:2015-04-17 15:16:35    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!