上一页 1 ··· 147 148 149 150 151 152 153 154 155 ··· 188 下一页

2015年3月14日

【转】patch命令

摘要: 原文网址:http://bbs.chinaunix.net/thread-1945698-1-1.htmlpatch给文件1应用补丁文件变成另外一个文件2(需要先用"diff 文件1 文件2"生成补丁文件)。语法patch [选项] [原始文件 [补丁文件]]描述: patch 命令读... 阅读全文

posted @ 2015-03-14 22:42 wi100sh 阅读(594) 评论(0) 推荐(0) 编辑

【转】Linux命令之查看文件占用空间大小-du,df

摘要: 原文网址:http://blog.csdn.net/wangjunjun2008/article/details/19840671du(disk usage),顾名思义,查看目录/文件占用空间大小#查看当前目录下的所有目录以及子目录的大小$ du -h$ du -ah#-h:用K、M、G的人性化形式... 阅读全文

posted @ 2015-03-14 22:26 wi100sh 阅读(268) 评论(0) 推荐(0) 编辑

【转】在Ubuntu下编译Android源码并运行Emulator

摘要: 原文网址:http://www.mcuos.com/thread-4553-1-1.html建立编译环境1.在VirtualBox上安装Ubuntu2.安装JDK $ sudo apt-get install sun-java5-jdk或 $ sudo apt-get install sun-jav... 阅读全文

posted @ 2015-03-14 20:35 wi100sh 阅读(1492) 评论(0) 推荐(0) 编辑

【转】使用命令行方式创建和启动android模拟器

摘要: 原文网址:http://blog.csdn.net/tiandinilv/article/details/89530011、Android模拟器介绍Android中提供了一个模拟器来模拟ARM核的移动设备。Android的模拟器是基于QEMU开发的,QEMU是一个有名的开源虚拟机项目(详见http:... 阅读全文

posted @ 2015-03-14 20:31 wi100sh 阅读(1078) 评论(0) 推荐(0) 编辑

【转】android4.1.1系统编译全过程

摘要: 原文网址:http://blog.csdn.net/hudan2714/article/details/7926924一、编译环境:首先介绍编译中使用的工具:虚拟机: vmare 9 下载地址:http://blog.csdn.net/hudan2714/article/details/79026... 阅读全文

posted @ 2015-03-14 19:40 wi100sh 阅读(565) 评论(0) 推荐(0) 编辑

VisualBox ubuntu14.04 64位 android4.4.4源码编译总结

摘要: 转载请保留出处:http://www.cnblogs.com/wi100sh/p/4337907.html折腾了好几天,今天终于编译通过,用了4个多小时,太不容易了。如下图所示:软件环境虚拟机:VisualBox操作系统:Ubuntu14.04 64位android源码:android-4.4.4_... 阅读全文

posted @ 2015-03-14 17:34 wi100sh 阅读(2604) 评论(0) 推荐(0) 编辑

【转】在Ubuntu上下载、编译和安装Android最新源代码

摘要: 原文网址:http://blog.csdn.net/luoshengyang/article/details/6559955看完了前面说的几本书之后,对Linux Kernel和Android有一定的认识了,是不是心里蠢蠢欲动,想小试牛刀自己编译一把Android源代码了呢?一直习惯使用Window... 阅读全文

posted @ 2015-03-14 17:18 wi100sh 阅读(277) 评论(0) 推荐(1) 编辑

【转】Linux(ubuntu14.04)上编译Android4.4源码的环境搭建及编译全过程

摘要: 原文网址:http://jileniao.net/linux-android-building.htmlsublime text让我伤心。本来很信任sublime text的自动保存功能,之前使用一直很给力的,但这次让我伤心欲绝啊。关于Linux(ubuntu14.04)上编译Android源码的环... 阅读全文

posted @ 2015-03-14 16:48 wi100sh 阅读(361) 评论(0) 推荐(0) 编辑

linux kernel API and google android compile guide

摘要: (1)linux kernel API website:http://docs.knobbits.org/local/linux-doc/html/regulator/index.htmlhttp://www.cs.fsu.edu/~baker/devices/lxr/http/ident?i=re... 阅读全文

posted @ 2015-03-14 11:25 wi100sh 阅读(210) 评论(0) 推荐(0) 编辑

【转】如何单独编译Android源代码中的模块--不错

摘要: 原文网址:http://blog.csdn.net//article/details/6566662/第一次下载好Android源代码工程后,我们通常是在Android源代码工程目录下执行make命令,经过漫长的等待之后,就可以得到Android系统镜像system.img了。以后如果我们修改了An... 阅读全文

posted @ 2015-03-14 00:10 wi100sh 阅读(324) 评论(0) 推荐(0) 编辑

上一页 1 ··· 147 148 149 150 151 152 153 154 155 ··· 188 下一页

导航