上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: Android icons:Pixel DensitiesAndroid icons require five separate sizes for different screen pixel densities. Icons for lower resolution are created automatically from the baseline.mdpi (Baseline):160 ... 阅读全文
posted @ 2014-09-28 16:05 blackBox 阅读(440) 评论(0) 推荐(0) 编辑
摘要: Android Build 系统是用来编译 Android 系统,Android SDK 以及相关文档的一套框架。众所周知,Android 是一个开源的操作系统。Android 的源码中包含了许许多多的模块。 不同产商的不同设备对于 Android 系统的定制都是不一样的。如何将这些模块统一管理起来,如何能够在不同的操作系统上进行编译,如何在编译时能够支持面向不同的硬件设备,不同的编译类型,且还... 阅读全文
posted @ 2014-09-25 16:04 blackBox 阅读(136) 评论(0) 推荐(0) 编辑
摘要: (1)Android.mk文件首先需要指定LOCAL_PATH变量,用于查找源文件。由于一般情况下Android.mk和需要编译的源文件在同一目录下,所以定义成如下形式:LOCAL_PATH:=$(call my-dir)上面的语句的意思是将LOCAL_PATH变量定义成本文件所在目录路径。(2)A... 阅读全文
posted @ 2014-09-12 15:15 blackBox 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 涉及的文件:(1) 添加Ethernet .mk文件支持build/core/pathmap.mk(2) framwork/base/Android.mkcore/jni/Android.mkethernet/EthernetStateTracker.javaethernet/EthernetMan... 阅读全文
posted @ 2014-09-11 15:29 blackBox 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 基于TCP/IP的编程格外重要。从应用上来说,现在直接利用C层次Socket API进行TCP/IP编程的人确实越来越少了,各种现成的框架(如ACE、Java、.NET FCL)和控件(如IP*Works)大大简化了TCP/IP编程的难度。高层的框架和控件总结了TCP/IP的主要使用模式,并且进行了... 阅读全文
posted @ 2014-08-29 11:34 blackBox 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Several people have already figured out the details on their own, but I have gotten requests to do a more comprehensive tutorial on how the boot and r... 阅读全文
posted @ 2014-08-28 15:30 blackBox 阅读(509) 评论(0) 推荐(0) 编辑
摘要: 1、package to install in ubuntu or Debian$ sudo apt-get install -ybuild-essential kernel-package libncurses5-dev bzip22、Prepare Kernel Source and excut... 阅读全文
posted @ 2014-08-27 15:35 blackBox 阅读(328) 评论(0) 推荐(0) 编辑
摘要: There are two parts to your question:fixingtemporary resolvemessagesfixing the package management issuesTemporary resolveIt is likely that this issue ... 阅读全文
posted @ 2014-08-27 08:52 blackBox 阅读(611) 评论(0) 推荐(0) 编辑
摘要: 1、执行编译前选择Lunch目标,这里选择armv7-a-debug。2、执行make是去掉odex命令:makeWITH_DEXPREOPT=false -j16 阅读全文
posted @ 2014-08-22 08:55 blackBox 阅读(315) 评论(0) 推荐(0) 编辑
摘要: This wiki page will demonstrate - "How to add system service to android framework". Example - "Adding a Bluetooth HID service" - taken as reference of... 阅读全文
posted @ 2014-07-30 17:42 blackBox 阅读(381) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页