03 2014 档案

[Android]Dalvik的BOOTCLASSPATH和dexopt流程
摘要:BOOTCLASSPATH简介1.BOOTCLASSPATH是Android Linux的一个环境变量,可以在adb shell下用$BOOTCLASSPATH看到。2.BOOTCLASSPATH于/init.rc文件中export,如果没有找到的话,可以在init.rc中import的文件里找到(如import /init.environ.rc)。3.init.rc文件存在于boot.img的ramdisk映像中。如果仅仅是修改/init.rc文件,重启后会被ramdisk恢复,所以直接修改是没有效果的。4.boot.img是一种特殊的Android定制格式,由boot header,ker 阅读全文

posted @ 2014-03-13 22:29 JacobChen2012 阅读(9322) 评论(0) 推荐(1)

Android外部存储 - 官方文档解读
摘要:预备知识:External Storage Technical Information摘要:"The WRITE_EXTERNAL_STORAGE permission must only grant write access to the primary external storage on a device. Apps must not be allowed to write to secondary external storage devices, except in their package-specific directories as allowed by synt 阅读全文

posted @ 2014-03-03 21:35 JacobChen2012 阅读(1912) 评论(0) 推荐(0)

导航