随笔分类 -  016_LOS/CM/And/移植/刷机

摘要:https://github.com/marcominetti/split_updata.pl https://pan.baidu.com/s/1qYLHd7Y splitupdate (formerly split_updata.pl) Improved tool for splitting UP 阅读全文
posted @ 2017-01-11 11:18 张同光 阅读(255) 评论(0) 推荐(0) 编辑
摘要:++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ download and compile cm-13-kiwi (begin) +++ 阅读全文
posted @ 2017-01-08 17:17 张同光 阅读(529) 评论(0) 推荐(0) 编辑
摘要:编译 cm-13-kiwi for 荣耀畅玩5X Build CyanogenMod and CyanogenMod Recoveryhttps://wiki.cyanogenmod.org/w/Build_for_kiwi +++++++++++++++++++++++++++++++++++++ 阅读全文
posted @ 2016-12-18 09:45 张同光 阅读(333) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/sgmenghuo/article/details/52238933 0、前言 作为android开发人员,经常面对这样的问题:网上下载的apk预制到系统,第三方oem提供编译好的库或者jar包等,你要将这些编制到你的系统中该如何做,那么这就不得不要去熟悉a 阅读全文
posted @ 2016-12-17 11:22 张同光 阅读(313) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/zhuting/p/5876607.html 意义 mptcp亟需在手机中的应用,传统的TCP会话只支持单路连接,即客户端和服务器端之间的连接只通过一条线路传输数据。但今天的网络状况与过去已经大为不同,一部智能手机能同时连接多个网络,如蜂窝网络和WIFI 阅读全文
posted @ 2016-12-15 09:37 张同光 阅读(237) 评论(0) 推荐(0) 编辑
摘要:http://lkml.iu.edu/hypermail/linux/kernel/1301.0/01502.html Hi, I am getting this during hibernate/resume with current Linus' head (5f738967e89584f99c 阅读全文
posted @ 2016-12-01 08:48 张同光 阅读(410) 评论(0) 推荐(0) 编辑
摘要:ERROR: DEPMOD 3.10.49-android-x86_64depmod: ERROR: Found 3 modules in dependency cycles! depmod: ERROR: Cycle detected: udc_core -> libcomposite -> co 阅读全文
posted @ 2016-11-25 14:22 张同光 阅读(463) 评论(0) 推荐(0) 编辑
摘要:[root@localhost cm-13-kiwi]# m -j32 iso_img make: Entering directory '/opt/android-x86/cm-13-kiwi' PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=6.0. 阅读全文
posted @ 2016-11-11 15:09 张同光 阅读(370) 评论(0) 推荐(0) 编辑
摘要:http://www.linuxquestions.org/questions/slackware-14/current-trying-to-build-wifi-chipset-ar9271-4175568826/ error: /home/xtd8865/data/builds/ateros/o 阅读全文
posted @ 2016-10-24 10:31 张同光 阅读(2323) 评论(0) 推荐(1) 编辑
摘要:++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ download and compile cm-13-kiwi (begin) +++ 阅读全文
posted @ 2016-10-23 15:40 张同光 阅读(245) 评论(0) 推荐(0) 编辑
摘要:http://www.android-x86.org/getsourcecode Introduction This page has (hopefully) the latest information about how to build Android for x86 platforms li 阅读全文
posted @ 2016-10-20 07:58 张同光 阅读(501) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/u013456975/article/details/18519117 我们从Google或者github上下载完代码,就进入编译阶段 首先进入到源码根目录 [java] view plain copy /data/projects/cm$ 第一步,执行初始 阅读全文
posted @ 2016-10-19 08:53 张同光 阅读(745) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/u011444472/article/details/51463074 trip: libpagemap_32 (out/target/product/xx/obj_arm/lib/libpagemap.so) target Strip: libriluti 阅读全文
posted @ 2016-10-19 07:49 张同光 阅读(387) 评论(0) 推荐(0) 编辑
摘要:修改内核源代码: add pr_* pr_emerg("%s: unable to restart system\n", __func__); pr_alert("%s: SGE packet mismatch\n", adapter->name); pr_crit("%s: cannot init 阅读全文
posted @ 2016-09-22 23:41 张同光 阅读(852) 评论(0) 推荐(0) 编辑
摘要:https://pan.baidu.com/s/1pLKqHab 阅读全文
posted @ 2016-09-11 17:33 张同光 阅读(111) 评论(0) 推荐(0) 编辑
摘要:// vi system/core/rootdir/init.rc // sh /system/xbin/quagga/sbin/init_in_android-x86_64.sh scp /opt/share-vm/fedora23server-share/seem_init.sh 10.109. 阅读全文
posted @ 2016-07-15 23:31 张同光 阅读(220) 评论(0) 推荐(0) 编辑
摘要:http://www.liweifan.com/2014/12/03/android-initrc-shell-script/ 2014年12月03日Android评论 3 条阅读 110,829 次 摘要: 本文介绍了一种在Android 4.2.2源码中添加、修改文件或者代码,来达到使Andro 阅读全文
posted @ 2016-07-15 22:34 张同光 阅读(553) 评论(0) 推荐(0) 编辑
摘要:[root@localhost ~]# cd /opt/android-x86/android-x86-6.0-rc1/ [root@localhost android-x86-6.0-rc1]# cat /etc/redhat-release Fedora release 24 (Twenty F 阅读全文
posted @ 2016-07-14 22:10 张同光 阅读(197) 评论(0) 推荐(0) 编辑
摘要:http://www.tinc-vpn.org/pipermail/tinc/2015-March/004076.html Problem With Android Configuration Vil Brekin vilbrekin at gmail.com Mon Mar 30 02:12:59 阅读全文
posted @ 2016-07-09 08:26 张同光 阅读(178) 评论(0) 推荐(0) 编辑
摘要:http://www.android-x86.org/documents/debug-howto 2a. using adb with KVM (qemu) If you are using KVM instead of Virtualbox you may find the following u 阅读全文
posted @ 2016-07-08 07:44 张同光 阅读(134) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示