Android
kevin_83
视觉,让我看懂你。
展开
-
OpenBinder and d-bus(转载)
<br /><br />OpenBinder is a system for interprocess communication. It was developed at Be Inc. and then Palm, Inc.[2] and has more recently been used in the Android mobile phone platform developed by Google[3].<br />OpenBinder allows processes to present i转载 2011-05-10 15:25:00 · 1527 阅读 · 0 评论 -
使用netlink机制在内核与应用程序之间通信(转载)
<br /> <br />原文地址:http://blog.csdn.net/oneorzero/archive/2007/12/18/1948970.aspx<br />前一段时间,在开发一个驱动程序的过程中,需要在驱动程序与应用程序之间进行通信。其中驱动程序在接收到一个硬件中断之后通知应用程序进行相应的处理。为 解决此类问题,驱动程序提供了几种机制:(1)使用copy_to_user/copy_from_user方法,缺点是通信响应时间过长(2)使用信 号,但是限于字符设备(3)使用netlink。<b转载 2011-03-28 17:23:00 · 1004 阅读 · 0 评论 -
Version Control with Repo and Git
<br /><br />To work with the Android code, you will need to use both Git and Repo. In most situations, you can use Git instead of Repo, or mix Repo and Git commands to form complex commands. Using Repo for basic across-network operations will make your wor转载 2011-04-27 15:29:00 · 781 阅读 · 0 评论 -
repo 的用法
<br />下载 repo 的地址: http://android.git.kernel.org/repo ,可以用 wget http://android.git.kernel.org/repo 或者 curl http://android.git.kernel.org/repo >~/bin/repo 来下载 repo , chmod a+x ~/bin/repo <br />用repo sync 在抓去 android source code 的时候,会经常出现一些错误导致 repo sync 中断转载 2011-04-27 20:06:00 · 575 阅读 · 0 评论 -
Android camera sensor driver port
<br />原文:http://hi.baidu.com/gcmao/blog/item/a4da224dfff68518b2de0535.html<br /> <br />近来刚接手项目的camera驱动,除了查看平台文档和sensor的到规格书,也在网上查看了高手们到经验。本人对camera还是比较陌生的,奈何公司无人过问,只好按部就班的来吧!<br />和大部分驱动的调试相差无几,还是在前人的工作基础上进行的。项目采用高通7627平台,sensor采用ov7675。<br /> <br />驱动移转载 2011-05-04 09:48:00 · 4855 阅读 · 1 评论 -
转载《高通Android平台硬件调试之Camera篇》
<br /><br />原文链接:http://hi.baidu.com/leowenj/blog/item/d886c61c396136f9e0fe0bdb.html<br /> <br />之前一段时间有幸在高通android平台上调试2款camera sensor,一款是OV的5M YUV sensor,支持jpeg out,同时也支持AF,调试比较比较简单,因为别的项目已经在使用了,只是把相关的驱动移植过来就好;另一款是Samsung的一款比较新的3M YUV FF sensor,在最新项目中要使用转载 2011-05-04 09:46:00 · 1759 阅读 · 0 评论 -
Ubuntu32位编译Android2.3 -Gingerbread
<br /><br />编译的过程中遇到下面的错误:<br />************************************************************<br />You are attempting to build on a 32-bit system.<br />Only 64-bit build environments are supported beyond froyo/2.2.<br />*************************************转载 2011-05-06 16:06:00 · 890 阅读 · 0 评论