1、运行中输入cmd,然后回车,调出command窗口2、用cd,将目录切换到adb所在目录,然后输入adb kill-server ,adb start-server3、adb devices就可以看到模拟器了,不用每次都重启模拟器。4、Run As==>Android Application就可...
分类:
移动开发 时间:
2014-11-28 16:12:11
阅读次数:
182
Figure 1shows an example of on/off circuitry commonly used in battery-operated devices. The p-channel MOSFET, Q1, serves as a power switch. When you p...
分类:
其他好文 时间:
2014-11-28 16:06:09
阅读次数:
253
In new mixed-voltage systems, it is often necessary to level-shift a control signal from a high level to a low level. An open-drain device, such as th...
分类:
其他好文 时间:
2014-11-28 14:16:23
阅读次数:
206
Following 8 sections are available in the man page.General commandsSystem callsC library functionsSpecial files (usually devices, those found in /dev)...
分类:
其他好文 时间:
2014-11-26 20:29:00
阅读次数:
164
Android DNS 代码都在bionic/libc/netbsd中
(虽然netbsd 是个废弃的项目,但dns功能部分代码被 Android用上了)
netbsd 代码晦涩难懂,只有一边写程序,一边打log验证
照抄了一个简单程序, 在android 下面用 mmm 编译可以得到 py_getaddr 可能, 用adb 登陆到 devices 再到 system/bin 下去执...
分类:
移动开发 时间:
2014-11-25 12:49:09
阅读次数:
625
Android常用adb命令
adb devices
列出所有连接的Android设备
adb kill-server
杀死adb调试桥
adb start-server
启动adb调试桥
adb install 应用程序位置
安装应用程序
ad...
分类:
移动开发 时间:
2014-11-24 10:10:00
阅读次数:
183
Latency devices(CPU cores) Throughput devices(GPU cores) Use the best match for the job (heterogeneity in mobile SOC CPU: Latency Oriented Design Powe...
分类:
其他好文 时间:
2014-11-23 22:52:21
阅读次数:
252
发现Ubuntu12.04不能连接小米开发,adb devices不能看到设备! 搞了一个上午才搞成功!小米手机利用USB连接到Ubuntu 12.04系统。运行下面的命令:longskywang@bjb0503:~$ lsusbBus 001 Device 001: ID 1d6b:0002 Li...
分类:
移动开发 时间:
2014-11-22 23:01:20
阅读次数:
379
原因:端口被占用检测:adb nodaemon server,显示cannot bind 'tcp:5037' 则说明端口被占用解决办法:lsof -i tcp:5037 查看占用5037端口的进程,kill掉该进程即可解决方法:启动Genymotion Shell,输入devices list查看...
分类:
数据库 时间:
2014-11-21 12:11:17
阅读次数:
152
1. root 手机 连接电脑后, 作为 modem 连接 开发人员选项 -〉 USB 调试, 连接USB 后启用调试模式 2. [root@lambda-laptop shm]# ./adt-bundle-linux-x86_64-20140321/sdk/platform-tools/adb devices List of d...
分类:
其他好文 时间:
2014-11-20 22:07:45
阅读次数:
257