码迷,mamicode.com
首页 >  
搜索关键字:devices    ( 1297个结果
adb devices : ???????? no permissions 解决方法
adb devices-------------------------------List of devices attached???????????? no permissions------------------------------方法一:在etc/udev/rules.d/51-an...
分类:数据库   时间:2015-06-29 14:45:26    阅读次数:139
Calculate CRC32 as in STM32 hardware (EWARM v.5.50 and later)
http://supp.iar.com/Support/?note=64424&from=note+11927BackgroundThe STM32 devices from ST Micro have a built-in hardware CRC32 calculator. (So using ...
分类:其他好文   时间:2015-06-27 16:00:03    阅读次数:295
android菜鸟学习笔记2----关于adb
adb : android debug bridge android调试桥路径:adt-bundle目录/sdk/platform-tools/adb.exe常见的adb命令:adb devices 列出所有启动的模拟器adb start-server 启动adb服务adb kill-server ...
分类:移动开发   时间:2015-06-26 14:53:08    阅读次数:156
Android--------------几个ADB常用命令
1. 显示当前运行的全部模拟器:     adb devices 2. 安装应用程序:     adb install -r 123.apk 3. 获取模拟器中的文件:     adb pull 4. 向模拟器中写文件:     adb push 5. 进入模拟器的shell模式:     adb shell 6. 缷载apk包:       ad...
分类:移动开发   时间:2015-06-26 11:08:35    阅读次数:195
LaunchScreen.xib 设置启动图
1.LaunchScreen.xib 中拖入UIImageView 约束都设置为02.新建一个Image Set 起名为LaunchScreen Devices设置为:Device Speecific 勾选 iphone和 Retina 4-inch启动图对应关系如下:1x:iphone42x:ip...
分类:其他好文   时间:2015-06-25 10:21:27    阅读次数:287
List of RGBD datasets
This is an incomplete list of datasets which were captured using a Kinect or similar devices. I initially began it to keep track of semantically label...
分类:其他好文   时间:2015-06-22 13:37:33    阅读次数:265
总结iOS 8和Xcode 6的各种坑
总结iOS 8和Xcode 6的各种坑项目路径坑模拟器的路径从之前的 ~/Library/Application Support/iPhone Simulator 移动到了 ~/Library/Developer/CoreSimulator/Devices/ 这相当的坑爹,之前运行用哪个模拟器直接选...
分类:移动开发   时间:2015-06-19 20:05:47    阅读次数:141
Hack all the things: 20 devices in 45 minutes
https://www.youtube.com/watch?v=h5PRvBpLuJs3 main methods:(1)use UART adapter to talk to debug parts, get to the device where we shouldn't be able to....
分类:其他好文   时间:2015-06-18 00:33:28    阅读次数:176
Android 内存监测工具 DDMS --> Heap
用 Heap监测应用进程使用内存情况的步骤如下: 1. 启动eclipse后,切换到DDMS透视图,并确认Devices视图、Heap视图都是打开的; 2. 将手机通过USB链接至电脑,链接时需要确认手机是处于“USB调试”模式,而不是作为“Mass Storage”; 3. 链接成功后,在D...
分类:移动开发   时间:2015-06-15 21:54:20    阅读次数:123
Eclipse 打开时“发现了以元素'd:skin'”开头的无效内容。此处不应含有子元素
今天打开 Eclipse 时遇到了这个提示,如图所示:虽然不影响使用,但感觉不爽,好在找到了解决办法:把有问题的 devices.xml 文件删除,再把 sdk 里面 tools\lib 下的这个文件拷贝到你删除的那个文件夹里,重启 eclipse 就 OK 啦!参考:http://blog.csd...
分类:系统相关   时间:2015-06-14 21:24:16    阅读次数:39276
1297条   上一页 1 ... 94 95 96 97 98 ... 130 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!