Android AOSP
Android AOSP
micro9981
我有多年软件开发经验。
软件开发定制请联系我,https://github.com/micro3721
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
repo Manifest Format
repo Manifest Format A repo manifest describes the structure of a repo client; that is the directories that are visible and where they should be obtained from with git. The basic structure of a manife...原创 2020-01-29 20:17:59 · 541 阅读 · 0 评论 -
android 堆栈调试方法
// Throws AssertionError if the input is false. public static void assertTrue(boolean cond) { getCaller(); Log.w(TAG, "assertTrue cond: "+cond); if (!cond) { throw new AssertionEr...原创 2019-10-30 19:48:24 · 345 阅读 · 0 评论 -
adb push apk
adb shell su chmod 777 /data exit exit adb push Y:\AA\my.apk /data cp /data/my.apk /system/app/my.apk chmod 644 /system/app/my.apk原创 2019-01-03 15:48:06 · 814 阅读 · 0 评论 -
去掉Android is starting...
frameworks\base\core\res\res\values\strings.xml <!-- [CHAR LIMIT=40] Title of dialog that is shown when system is starting. --> <string name="android_start_title">Android is starting...原创 2019-06-14 16:28:01 · 4299 阅读 · 10 评论 -
init.rc service 无法启动
# start preinstall init: Could not ctl.start for service preinstall: File /vendor/bin/preinstall.sh(labeled "u:object_r:vendor_file:s0") has incorrect label or no ...原创 2019-07-24 16:29:15 · 10786 阅读 · 3 评论
分享