2012-2-8 16:28:43 阅读331 评论0 82012/02 Feb8
2011-11-15 11:47:14 阅读213 评论0 152011/11 Nov15
Android RIL是基于telephony 服务和raido 硬件层的抽象层。Android的rild库是介于HAL接口与baseband modem之间,它提供了语音、数据、短信、SIM卡管理以及STK应用的功能。它把标准的 GSM27.007中常用的如dial这些做主动请求的操作称之为request,一共75个;另外一类GSM模块主动上报的例如信号强度、基站信息等, 称之为unsolicited response,一共17个。开发模式上,需要针对不同的GSM模块进行不同的GSM驱动开发,公用的部分google做 好了,特定的部分需要自己去定制。如下是Android RIL架构图。
2011-11-14 15:18:09 阅读142 评论0 142011/11 Nov14
找了很久,终于找到了用eclipse Ctrl+c Ctrl+v 卡的解决方法!!
——————————
状况1:
——————————
学习Java有一段时间了,一直使用Eclipse,一直有个问题没有解决,就是使用自动提示时卡得要死,开始在网上找了半天都没解决,今天心血来潮,又google了一下,好运来了,终于搞定。
解决办法:
1. 确定JDK安装目录下的src.zip文件;
2. 打开eclipse,菜单 Window(窗口)->Preference(首选项)->Java->Installed JRE(已安装的 JRE);
3. 在列表中选中eclipse正在使用的JRE,然后Edit;
4. 选择rt.jar,然后点击"Source
2011-10-9 17:31:42 阅读70 评论0 92011/10 Oct9
2011-10-9 11:20:29 阅读315 评论0 92011/10 Oct9
Initializing a Build Environment
The "Getting Started" section describes how to set up your local work environment, how to use Repo to get the Android files, and how to build the files on your machine. To build the Android source files, you will need to use Linux or Mac OS. Building under Windows is not currently supported.
2011-9-28 11:26:44 阅读62 评论0 282011/09 Sept28
$sudo apt-get install libncurses5-dev