摘要: 源代码中的解释:[platform_build/tools/releasetools/ota_from_target_files] # Recovery is generated as a patch using both the boot image # (which contains the same linux kernel as recovery) and the file # /system/etc/recovery-resource.dat (which contains all the images # used in the recovery UI) a... 阅读全文
posted @ 2013-06-17 22:57 scue 阅读(3462) 评论(0) 推荐(1)
摘要: 其中的原文件中包含的注释如下:<?xml version="1.0" encoding="utf-8" ?><!-- Copyright (C) 2012 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy 阅读全文
posted @ 2013-06-17 22:49 scue 阅读(6688) 评论(0) 推荐(1)
摘要: <?xml version="1.0" encoding="utf-8"?><!-- Fallback Fonts This file specifies the fonts, and the priority order, that will be searched for any glyphs not handled by the default fonts specified in /system/etc/system_fonts.xml. Each entry consists of a family tag and a lis 阅读全文
posted @ 2013-06-17 22:42 scue 阅读(3323) 评论(0) 推荐(0)
摘要: 一博客中,一段的注释的解释:[From: http://blog.csdn.net/hustpzb/article/details/8525324]/** * Access to the system diagnostic event record. System diagnostic events are * used to record certain system-level events (such as garbage collection, * activity manager state, system watchdogs, and other low level act... 阅读全文
posted @ 2013-06-17 22:40 scue 阅读(1892) 评论(0) 推荐(0)
摘要: 原文件注释说明:# audio hardware module section: contains descriptors for all audio hw modules present on the# device. Each hw module node is named after the corresponding hw module library base name.# for instance, "primary" corresponds to audio.primary.<device>.so.# the "primary" 阅读全文
posted @ 2013-06-17 22:11 scue 阅读(4405) 评论(0) 推荐(0)
摘要: 方法1:使用脚本#!/bin/bash - #===============================================================================## FILE: gvi# # USAGE: ./gvi # # DESCRIPTION: # # OPTIONS: ---# REQUIREMENTS: ---# BUGS: ---# NOTES: ---# AUTHOR: linkscue (scue), linkscue@gmail.co... 阅读全文
posted @ 2013-06-17 20:28 scue 阅读(443) 评论(0) 推荐(0)