有两种方法:1.通过Eclipse中的集成插件DDMS中的File Explorer(Pull
a file from device),但是有时候明明连成,但是就是无法将文件pull下来.虽然也运行了 adb
root发生这种错误时,采用方法2;2.通过adb 命名$ adb pull /data/...
分类:
其他好文 时间:
2014-06-11 13:14:31
阅读次数:
198
In this tutorial, we show you how to create a
simple “hello world”Androidproject inEclipse IDE + ADT plugin, and run it
withAndroid Virtual Device (AV...
分类:
移动开发 时间:
2014-06-08 06:43:46
阅读次数:
403
SerialPort SDK is a professional java serial port SDK,provides simple communication interface to connect to any serial port device....
分类:
编程语言 时间:
2014-06-08 05:40:31
阅读次数:
273
近段时间由于要对手机网络状况进行判断、开启和关闭,从网上找了些资料,现整理如下包含了对WiFi、GPRS、飞行模式的开启、关闭以及一些状态的检测,在小米和三星平板上测试均通过[java]
view plaincopypackagecom.my.device_admin.business;import...
分类:
移动开发 时间:
2014-06-07 00:28:50
阅读次数:
364
之前移植了6410后,就没有测试过,今天编写程序烧进去后运行才发现触摸屏不起作用。
于是试了下系统里tslib的bin文件夹下的命令:
./ts_caliberate
结果总是报错:selected device is not a touchscreen I understand
先去飞凌的官方论坛逛了一圈,好多人有这个问题,但没一个解决办法有效。
先用cat命令试了下几个event...
分类:
其他好文 时间:
2014-06-05 01:04:27
阅读次数:
321
今天看到下面这两个函数:struct resource
*platform_get_resource(struct platform_device *dev, unsigned int type, unsigned
int num){ int i; for (i = 0; i n...
分类:
系统相关 时间:
2014-06-02 22:15:28
阅读次数:
438
设置IP#vi /etc/syssconfig/network-scripts/ifcfg-eth0
DEVICE=eth0 设备名称 BOOTPROTO=static 设置IP方式,动态还是静态 HWADDR=
这里是你网卡的物理地址,通常检测到的网卡你就不用...
分类:
系统相关 时间:
2014-06-02 21:45:09
阅读次数:
384
写一份赏心悦目的工程文档,是很困难的事情。若想写得完善,不仅得用对工具(use the right
tools),注重文笔,还得投入大把时间,真心是一件难度颇高的事情。但,若是真写好了,也是善莫大焉:既可让人明白「为何如此设计」,即「知其然更知其所以然」;也能剥离一些琐碎的细节,让更多没那么多时间与...
分类:
数据库 时间:
2014-06-02 21:24:16
阅读次数:
486
简单说来,可以这样理解:一、解释VCC:C=circuit表示电路的意思,即接入电路的电压;电源电压(双极器件);电源电压(74系列数字电路);声控载波(VoiceControlledCarrier)
VDD:D=device表示器件的意思,即器件内部的工作电压; 电源电压(单极器件);电源电压(4...
分类:
其他好文 时间:
2014-06-02 05:38:26
阅读次数:
212
连接数据库报错
[oracle@tips~]$sqlplus/assysdba
SQL*Plus:Release11.2.0.3.0ProductiononFriJun2918:44:032012
Copyright(c)1982,2011,Oracle.Allrightsreserved.
ERROR:
ORA-09817:Writetoauditfilefailed.
Linux-x86_64Error:28:Nospaceleftondevice
Additionalinforma..
分类:
系统相关 时间:
2014-06-02 04:12:14
阅读次数:
915