上一页 1 ··· 157 158 159 160 161 162 163 164 165 ··· 188 下一页

2015年2月28日

【转】如何下载并编译Android4.0内核源码goldfish(图文)

摘要: 原文网址:http://blog.csdn.net/flydream0/article/details/7070392关于如何下载Android4.0源码,请查看我的博客内另一篇文章(同样是图文教程):http://blog.csdn.net/flydream0/article/details/70... 阅读全文

posted @ 2015-02-28 17:30 wi100sh 阅读(382) 评论(0) 推荐(0) 编辑

【转】如何在Ubuntu11.10(32位)下编译Android4.0源码(图文)

摘要: 原文网址:http://blog.csdn.net/flydream0/article/details/7046612关于如何下载Android4.0的源码请参考我的另一篇文章:http://blog.csdn.net/flydream0/article/details/70361563 开始编译3... 阅读全文

posted @ 2015-02-28 17:26 wi100sh 阅读(210) 评论(0) 推荐(0) 编辑

【转】编译Android系统源码和内核源码

摘要: 原文网址:http://blog.csdn.net/jiangwei0910410003/article/details/37988637好长时间没有写blog了,之所以没有写,主要还是工作上的事,发现最近的脑子不够用了,今天写点什么呢?就把我之前编译Android系统源码和内核源码的过程记录一下,... 阅读全文

posted @ 2015-02-28 17:18 wi100sh 阅读(291) 评论(0) 推荐(0) 编辑

2015年2月27日

【转】第一个Linux内核驱动程序

摘要: 原文网址:http://blog.csdn.net/nexttake/article/details/8181008刚看 O’REILLY 写的《LINUX 设备驱动程序》时。作者一再强调在编写驱动程序时必须 建立内核树。所谓内核树,我的理解和网上资料说的一致就是内核源码的一种逻辑形式。先查看自己O... 阅读全文

posted @ 2015-02-27 13:45 wi100sh 阅读(319) 评论(0) 推荐(0) 编辑

【转】Android开发调试工具ADB的使用

摘要: 原文网址:http://www.cnblogs.com/meil/archive/2012/05/24/2516055.htmlADB(Android Debug Bridge)是Android SDK中的一个工具, 使用ADB可以直接操作管理Android模拟器或者真实的Andriod设备。 AD... 阅读全文

posted @ 2015-02-27 11:43 wi100sh 阅读(232) 评论(0) 推荐(0) 编辑

【转】adb控台中Permission denied的解决方案

摘要: 原文网址:http://blog.csdn.net/wkl305268748/article/details/13504171【前提】手机一定要root在控制台中想要将电脑上c盘中的tcpdump文件导入到/data/local/tcpdump中于是采用adb push c:/tcpdump /da... 阅读全文

posted @ 2015-02-27 11:41 wi100sh 阅读(4205) 评论(0) 推荐(0) 编辑

2015年2月25日

【转】蓝牙ble app开发(三) -- 抓包

摘要: 原文网址:http://blog.csdn.net/lckj686/article/details/43156617关于android 蓝牙app开发抓包的重要性在android 蓝牙ble app开发(二) -- 关键概念,连接参数,连接请求中已经详细描述就不再熬述了固件基于cc2540 cc25... 阅读全文

posted @ 2015-02-25 22:49 wi100sh 阅读(2730) 评论(0) 推荐(1) 编辑

【转】FTS抓包看蓝牙的SDP整个过程

摘要: 原文网址:http://blog.sina.com.cn/s/blog_69b5d2a50101f23c.html1.概述SDP是蓝牙的Service Discovery Protocol,用来发现远程设备能够提供的Service。它只负责发现对方支持的Service,不负责Service的具体实现... 阅读全文

posted @ 2015-02-25 22:46 wi100sh 阅读(839) 评论(0) 推荐(0) 编辑

【转】Bluetooth数据包捕获

摘要: 原文网址:http://www.cnblogs.com/hzl6255/p/3887013.html这里介绍一种在Android上捕获蓝牙数据包的方法1. 前提首先你要有一部Android手机然后你的Android系统版本要在4.4及以上我没有做过Android开发,不清楚开发者们是如何抓蓝牙包的不... 阅读全文

posted @ 2015-02-25 22:45 wi100sh 阅读(3114) 评论(0) 推荐(0) 编辑

【转】Please define the NDK_PROJECT_PATH variable to point to it

摘要: 原文网址:http://blog.csdn.net/yuanjingjiang/article/details/34857623Please define the NDK_PROJECT_PATH variable to point to it在用ndk-buld 编译c/c++工程的时候, 会遇到... 阅读全文

posted @ 2015-02-25 15:52 wi100sh 阅读(1443) 评论(0) 推荐(0) 编辑

上一页 1 ··· 157 158 159 160 161 162 163 164 165 ··· 188 下一页

导航