随笔分类 -  android 源码和内核源码编译

【转】[MTK软件原创] [SELinux] 如何设置确认selinux模式
摘要:原文网址:http://bbs.16rd.com/thread-54766-1-1.html [Description]linux SELinux 分成Enforce 以及 Permissive 两种模式,如何进行设置与确认当前SELinux模式?[Keyword]android, SELinux, 阅读全文

posted @ 2016-06-15 10:36 wi100sh 阅读(1620) 评论(0) 推荐(0) 编辑

【转】Android源代码查看途径
摘要:原文网址:http://www.it165.net/pro/html/201501/32967.html作为一个android coder,多阅读android源码对提高android开发水平是很有帮助的,那么我们可以通过哪些途径查看android源码呢1.如果你能够FQ的话可以去android官网... 阅读全文

posted @ 2015-11-05 09:36 wi100sh 阅读(761) 评论(0) 推荐(0) 编辑

【转】彻底解决INSTALL_FAILED_UPDATE_INCOMPATIBLE的安装错误
摘要:原文网址:http://bbs.9ria.com/thread-245162-1-1.html利用adb shell进入系统,进入/data/app或者/data/data,删除跟你安装的apk同样的包名; 按Ctrl+C退出系统,利用adb pull /data/system/packages.... 阅读全文

posted @ 2015-09-23 16:32 wi100sh 阅读(1187) 评论(0) 推荐(0) 编辑

【转】 boot.img的解包与打包
摘要:原文网址:http://blog.csdn.net/wh_19910525/article/details/8200372Android 产品中,内核格式是Linux标准的zImage,根文件系统采用ramdisk格式。这两者在Android下是直接合并在一起取名为boot.img,会放在一个独立分... 阅读全文

posted @ 2015-09-21 16:16 wi100sh 阅读(3452) 评论(0) 推荐(0) 编辑

【转】Android虚拟平台的编译和整合
摘要:原文网址:http://blog.csdn.net/rickleaf/article/details/6369065概要Android从2008年开始到本文写的2011年,短短三年的时间里成为手机行业首屈一指的操作系统,在平板电脑,GPS PND甚至工业控制等领域也迅速流行起来。越来越多的CPU厂商... 阅读全文

posted @ 2015-06-04 21:32 wi100sh 阅读(354) 评论(0) 推荐(0) 编辑

【转】Android编译系统详解(三)——编译流程详解
摘要:原文网址:http://www.cloudchou.com/android/post-276.html本文原创作者:Cloud Chou.欢迎转载,请注明出处和本文链接1.概述编译Android的第三步是使用mka命令进行编译,当然我们也可以使用make –j4,但是推荐使用mka命令。因为mka将... 阅读全文

posted @ 2015-03-14 23:14 wi100sh 阅读(2148) 评论(0) 推荐(0) 编辑

【转】模块编译Android源码方法
摘要:原文网址:http://blog.csdn.net/androidlover1991/article/details/17014055实际开发中,并不需要每次都编译所有源代码,只需要编译自己修改的模块即可。Android 的编译系统提供了强大的机制支持单独模块的编译,而且十分简单。Android 提... 阅读全文

posted @ 2015-03-14 22:46 wi100sh 阅读(308) 评论(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 阅读(1527) 评论(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 阅读(1095) 评论(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 阅读(567) 评论(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 阅读(2607) 评论(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 阅读(211) 评论(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) 编辑

【转】Android源代码编译命令m/mm/mmm/make分析--不错
摘要:原文网址:http://blog.csdn.net/luoshengyang/article/details/19023609在前文中,我们分析了Android编译环境的初始化过程。Android编译环境初始化完成后,我们就可以用m/mm/mmm/make命令编译源代码了。当然,这要求每一个模块都有... 阅读全文

posted @ 2015-03-13 23:59 wi100sh 阅读(5760) 评论(0) 推荐(0) 编辑

【转】基于Ubuntu 14.04 LTS编译Android4.4.2源代码
摘要:原文网址:http://blog.csdn.net/gobitan/article/details/24367439基于Ubuntu 14.04 LTS编译Android4.4.2源代码 Dennis Hu 2014-4-21环境准备:基本环境:ubuntu-14.04-desktop-64b... 阅读全文

posted @ 2015-03-10 23:57 wi100sh 阅读(371) 评论(0) 推荐(0) 编辑

android开发板
摘要:element14-beaglebone-blackhttp://www.embest-tech.cn/shop/star/element14-beaglebone-black-rev-c.htmlhttp://www.element14.com/community/community/design... 阅读全文

posted @ 2015-03-10 17:08 wi100sh 阅读(151) 评论(0) 推荐(0) 编辑

【转】提供android 5.0 AOSP源码下载
摘要:http://blog.csdn.net/innost/article/details/41148335android-5.0.tar.gz115网盘礼包码:5lbcl16a1k7qhttp://115.com/lb/5lbcl16a1k7q 除去git. repo等很占空间的内容。编译注意:1 u... 阅读全文

posted @ 2015-03-09 22:23 wi100sh 阅读(375) 评论(0) 推荐(0) 编辑

【转】关于usr/bin/ld: cannot find -lxxx问题总结
摘要:原文网址:http://eminzhang.blog.51cto.com/5292425/1285705/usr/bin/ld: cannot find -lxxx问题总结linux下编译应用程序常常会出现如下错误: /usr/bin/ld: cannot find -lxxx 意思是编译过程找... 阅读全文

posted @ 2015-03-04 23:44 wi100sh 阅读(584) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示