关于MMIO和PIO,我看到的解释最清楚的文章,原文在这里:Memory-mapped I/O vs port-mapped I/O - 2015Microprocessors normally use two methods to connect external devices: memory ...
分类:
移动开发 时间:
2015-06-02 00:08:11
阅读次数:
639
原文网址:http://memory.blog.51cto.com/6054201/1202420转载补充:1、首先,手机必须先进入bootloader状态,fastboot devices才能有所反应(有打印信息);如果 adb devices可以看到自己的手机,可以直接在shell上敲命令:ad...
分类:
系统相关 时间:
2015-06-01 00:37:08
阅读次数:
388
Click Jacking: a set of UI Redressing. Make the iframe transparent, the user cannot know what he is clicking. If he happens to click on a button, this...
分类:
移动开发 时间:
2015-05-30 12:01:25
阅读次数:
177
命令在Genymotion安装目录下:Genymobile\Genymotion\tools 先启动模拟器,执行:adb devices 查看连接的设备,如有则先改权限 Python代码?? adb?shell?? $?su?? #?mount?-o?remount,rw?/system?? ...
分类:
其他好文 时间:
2015-05-29 18:38:19
阅读次数:
350
keychain在ios中是保存在sqlite数据库中的。
这个数据库文件的位置:
真机:
/private/var/Keychains/keychain-2.db
虚拟机:
/Users/USER-HOME/Library/Developer/CoreSimulator/Devices/26DCA62C-B516-4DEA-A601-5C2D0EA07710/data/Library/...
分类:
移动开发 时间:
2015-05-29 12:00:39
阅读次数:
190
查看连接设备 adb devices //显示设备列表 adb get-serialno //获取设备序列号重启adb service adb kill-server adb start-serveradb 获取root控制 adb root adb remount //将s...
分类:
数据库 时间:
2015-05-28 15:55:13
阅读次数:
236
ADB 常用命令
查看连接设备
adb devices //显示设备列表
adb get-serialno //获取设备序列号
重启adb service
adb kill-server
adb start-server
adb 获取root控制
adb root
adb remount //将system分区重新挂载为可读写分区...
分类:
数据库 时间:
2015-05-27 21:12:06
阅读次数:
292
1 Problem With multi-frequency clocks being used in today’s devices,it is necessary to switch the source of a clockwhile the device isrunning. The ...
分类:
其他好文 时间:
2015-05-22 00:14:49
阅读次数:
1017
魅族MX系列手机打开usb调试后链接不上电脑,
1.在拨号键盘输入*#*#6961#*#*
2.设置页面->辅助功能 可以看到开发者选项,打开USB调试
3.在电脑端操作如下:
魅族BBS:
请在mac终端执行:
$echo 0x2a45 > ~/.android/adb_usb.ini
$adb kill-server
$adb devices
不出意外应该可以了。这是由于我们...
分类:
移动开发 时间:
2015-05-21 17:25:14
阅读次数:
891
早幾天因爲學車,弄了幾天時間和精力過去,今天終於考過了(科目二,還是補考的...)嗯..不管這麼多了..今天又開始我的android 學習之旅!!筆記:platform-tools目錄下的文件:adb.exe : android debug bridge(android調試橋) devices 列....
分类:
移动开发 时间:
2015-05-21 12:10:20
阅读次数:
162