A Simple monkeyrunner ProgramHere is a simple
monkeyrunner program that connects to a device, creating aMonkeyDeviceobject.
Using theMonkeyDeviceobjec...
分类:
其他好文 时间:
2014-05-26 23:18:26
阅读次数:
364
##adb命令是安装到platform-tools目录中,而非上一步android命令所在的tools目录。$ cd
/opt/local/share/java/android-sdk-mac_x86/platform-tools##先探测是否可以正确识别设备,有设备号和device字样表示正确识别...
分类:
移动开发 时间:
2014-05-26 08:00:20
阅读次数:
273
获取crash log
如果不借助第三方框架,要收集ios app的crash log是一件很困难的事情。有2个办法:
第一个办法是要求用户打开“诊断与用量”中的自动发送,然后如果APP崩溃了,ios会弹出提示框,用户确认之后,crash log会自动发送到苹果后台,然后用开发者账号登陆上去,可以拿到crash log
第二个办法是将device,同步到iTunes之后,再从pc上拿到cra...
分类:
移动开发 时间:
2014-05-26 05:05:06
阅读次数:
315
1.基础工具:e2label /device/xxx [new label name]
显示/设定设备的label名称 2.e2fsck 修复工具,用-b 指定备用的superblock位置 3.mke2fs –n /devce/xxx
模拟创建ext文件系统 4.mount –L labelnam...
分类:
其他好文 时间:
2014-05-26 02:55:17
阅读次数:
383
monkeyrunnerThe monkeyrunner tool provides an API
for writing programs that control an Android device or emulator from outside of
Android code. With m...
分类:
其他好文 时间:
2014-05-23 05:27:27
阅读次数:
257
Semaphore module in block diagram of the TI C66x DSP device....
分类:
其他好文 时间:
2014-05-22 22:36:43
阅读次数:
455
虚拟机管理软件:Oracle VirturalBox Manager
4.0.8虚拟机:Ubuntu Server 10.10 i386The problem lies in the fact that ethernet MAC
addresses are cached.You need to re...
分类:
其他好文 时间:
2014-05-21 19:27:39
阅读次数:
311
The semaphore module can be used as an arbiter to ensure mutual exclusivity when sharing resources over multiple cores in a multicore device. It provides up to 64 independent semaphores that can be ac...
分类:
其他好文 时间:
2014-05-21 16:26:59
阅读次数:
234
今天在腾讯云的服务器被攻击后,apache启动报错,查找原因发现是磁盘空间不够no space left on device,
诡异的是df命令磁盘占用仅55%
继续查找原因,发现是iNode已满,即没有索引空间
这就好办了,首先定位哪个目录占用iNode最多,命令如下:
find */ ! -type l | cut -...
分类:
系统相关 时间:
2014-05-21 14:46:09
阅读次数:
363
最近开发,兄弟们问我这个问题,写出来解决方法和大家分享一下。
当控制台出现:
Failed to install ***.apk on device '019417a3': Unable to open sync connection!
java.io.IOException: Unable to open sync connection!
Launch canceled!
...
分类:
其他好文 时间:
2014-05-21 14:13:00
阅读次数:
496