上一页 1 2 3 4 5 6 7 ··· 10 下一页

2014年6月22日

repo 非官方仓库

摘要: 最近GFW又抽了,连android源码网站都封了,repo仓库也未能幸免。一直想把android源码仓库同步到本地,早知道以前就该动手了。不过总是有办法的。可用的 repo 和 android source 仓库以前用过一次repo,并把源码推到了国内的 git 仓库中:http://git.osc... 阅读全文

posted @ 2014-06-22 17:36 JonnyLulu 阅读(1238) 评论(0) 推荐(0) 编辑

2014年6月19日

hummbingbird编译错误

摘要: arm-linux-gnueabi-arm-linux-gnueabi-gcc 未找到lichee/linux-3.3/modules/eurasia_km/eurasiacon/build/linux2/sunxi_android/Makefile原因:CC 应为空,但是上层Makefile中已经... 阅读全文

posted @ 2014-06-19 11:11 JonnyLulu 阅读(500) 评论(0) 推荐(0) 编辑

2014年6月18日

android root su sticky bit

摘要: 已经把su替换了,但还是不行,最后才发现是忘了加s属性-rwxrwxrwx root root 5416 2013-12-30 16:03 subusybox chmod u+s su-rwsrwxrwx root root 5416 2013-12-30 16:... 阅读全文

posted @ 2014-06-18 14:38 JonnyLulu 阅读(295) 评论(0) 推荐(0) 编辑

2014年6月16日

A31 APK 精简列表

摘要: 4KPlayer.apkAWGallery.apkAWUpdate.apkBasicDreams.apkBrowserProviderProxy.apkCalculator.apkCalendarGoogle.apkCertInstaller.apkChrome.apkDeskClock.apkDe... 阅读全文

posted @ 2014-06-16 14:19 JonnyLulu 阅读(3102) 评论(0) 推荐(0) 编辑

2014年6月13日

android stack trace

摘要: // 放在所有头文件的后面#include android::CallStack stack;stack.update();stack.dump("alloc stack trace:"); 阅读全文

posted @ 2014-06-13 13:11 JonnyLulu 阅读(246) 评论(0) 推荐(0) 编辑

2014年5月30日

android debug:stack trace

摘要: 使用 ps 命令查看 目标进程的 pid,比如说是 1200,然后kill -3 1200在 /data/anr/traces.txt 中就能找到 进程 1200 中各线程的stack trace 阅读全文

posted @ 2014-05-30 15:55 JonnyLulu 阅读(342) 评论(0) 推荐(0) 编辑

2014年5月28日

android binder IPC 通信中 asInterface 与 asBinder

摘要: Binder 用于通信,Interface用于功能调用。其实asInterface 完成的是Binder到Interface的转换,具体就是:BBinder->BnInterfaceBpBinder->BpInterface而asBinder功能则相反,具体是:BnInterface->BBinde... 阅读全文

posted @ 2014-05-28 17:29 JonnyLulu 阅读(7346) 评论(0) 推荐(0) 编辑

2014年5月25日

ubuntu WPS 对话框 使用GTK主题的方法

摘要: sudo apt-get install gtk2-engines:i386sudo apt-get install gtk2-engines-murrine:i386 阅读全文

posted @ 2014-05-25 01:51 JonnyLulu 阅读(456) 评论(0) 推荐(0) 编辑

2014年5月22日

init.rc

摘要: early-initwait_for_coldboot_done_actionkeychord_init_actioninitearly-fsfspost-fspost-fs-dataproperty_service_init_actionsignal_init_actioncheck_startu... 阅读全文

posted @ 2014-05-22 16:36 JonnyLulu 阅读(212) 评论(0) 推荐(0) 编辑

2014年5月9日

make_ext4fs 文件权限控制

摘要: 问题最近在给 android 系统的 data 分区制作 ext4 镜像,但是发现系统启动后,文件的 user 和 group 都变成了 root,不是原有的属性。困扰了很久。解决make_ext4fs 有一个选项是 ‘-a’ ,即挂载点。这个选项是配合android/system/core/inc... 阅读全文

posted @ 2014-05-09 18:37 JonnyLulu 阅读(3656) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 10 下一页

导航