1、在线源码网站
http://androidxref.com/
2、或源码阅读工具
android studio
参考:http://www.cnblogs.com/qianxudetianxia/p/3721202.html
源码获取参考:http://blog.youkuaiyun.com/zeroboundary/article/details/17555183
3、环境
centos7
4、在chrome上增加源码查找的插件
http://blog.blundell-apps.com/add-source-code-links-to-android-apis/
安装好了以后,在页面地址栏敲入 ad 然后按tab就可以使用。
5、github上的openbinder
https://github.com/HaikuArchives/OpenBinder
最原始的地方:
http://www.angryredplanet.com/~hackbod/openbinder/
http://www.angryredplanet.com/~hackbod/openbinder/docs/html/index.html
6、DBus
轻量级的ipc工具
http://dbus.freedesktop.org/doc/api/html/index.html
http://www.freedesktop.org/wiki/Software/dbus/
看人家在3515上的移植:
http://www.cnblogs.com/doctorqbw/archive/2012/08/23/2652785.html
另外的学习笔记:
http://kb.cnblogs.com/page/76759
android的设计分析:
http://blog.youkuaiyun.com/universus/article/details/6211589
实现分析:
http://www.cnblogs.com/albert1017/p/3849585.html
driver:
http://blog.youkuaiyun.com/a220315410/article/details/17914531
源码:
https://android.googlesource.com/kernel/common.git/+/android-3.4/drivers/staging/android/binder.c