1. 查看设备 ? adb devices 这个命令是查看当前连接的设备, 连接到计算机的android设备或者模拟器将会列出显示 ? 2.安装软件 adb install adb install <apk文件路径> :这个命令将指定的apk文件安装到设备上 ? ...
分类:
数据库 时间:
2014-08-07 13:35:20
阅读次数:
192
A computer system with read/write access to storage devices creates a snapshot of a data volume at a point in time while continuing to accept access r...
分类:
其他好文 时间:
2014-08-07 12:03:00
阅读次数:
258
Q: What is Good for enterprise (GFE)?A: A mobile messaging software, allow enterprise internal email synchronize to user's mobile devices, support cli...
分类:
其他好文 时间:
2014-08-04 21:13:38
阅读次数:
321
http://developer.android.com/guide/topics/media/exoplayer.html前言:Playing videos and music is a popular activity on Android devices. The Android framew...
分类:
移动开发 时间:
2014-08-04 17:22:37
阅读次数:
764
linux命令英文全称目录/bin=BINaries/dev=DEVices/etc=ETCetera/lib=LIBrary/proc=PROCesses/sbin=SuperuserBINaries/tmp=TeMPorary/usr=UnixSharedResources/var=VARiab...
分类:
系统相关 时间:
2014-08-02 18:10:04
阅读次数:
452
$ adb devices | tail -n +2 | cut -sf 1 | xargs -I X adb -s X install pathto/myapp-release.apk
分类:
移动开发 时间:
2014-08-02 12:30:23
阅读次数:
181
这两天研究了FFmpeg获取DirectShow设备数据的方法,在此简单记录一下以作备忘。1. 列设备 ffmpeg -list_devices true -f dshow -i dummy命令执行后输出的结果如下(注:中文的设备会出现乱码的情况):我自己的机器上列出了以下设备:[dshow @0388f5e0] DirectShow video devices[dshow @0388...
分类:
其他好文 时间:
2014-08-02 01:51:17
阅读次数:
313
Android 使用 adb命令 远程安装apk
cmd下到你的adb目录,一般在platform-tools下.
adb devices 列出所有设备
adb connect xxx.xxx.xxx.xxx 连接到该设备
adb logcat 启动logcat
adb install -r c:\my.apk 将本地apk安装到远程机器
adb uninstall 卸载(例如com...
分类:
数据库 时间:
2014-07-31 17:03:37
阅读次数:
307
grub-install--boot-directory=/mnt/boot/dev/sdaunrecognizedoption--boot-directory=/mnt/bootError8r:KernelmustbeloadedbeforebootingSwitchingtolocksourcetscregisteredtaskstatsversion1inputimps/2GenericWheelMouseas/devices/platform/i802/serio1/input/input3/ftc_..
分类:
其他好文 时间:
2014-07-26 03:11:17
阅读次数:
404
// 在thin pool中创建一个新thin device
// 调用路径:driver.Create()
1.1 func (devices *DeviceSet) AddDevice(hash, baseHash string) error {
//查找父device
baseInfo, err := devices.lookupDevice(baseHash)
if err != n...
分类:
移动开发 时间:
2014-07-26 02:53:26
阅读次数:
347