Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 36) sorted by relevance

12

/bootable/recovery/updater_sample/
DREADME.md3 This app demonstrates how to use Android system updates APIs to install
5 sample client for `update_engine` to install A/B (seamless) updates.
14 to select an update and apply it to the device. App shows installation progress,
16 the update requests update engine to cancel any ongoing update, and revert
27 In real-life update system the config files expected to be served from a server
28 to the app, but in this sample, the config files are stored on the device.
33 `url` is expected to point to file system, e.g. `file:///data/my-sample-ota-builds-dir/ota-002.zip`.
36 with `file://` and passes `url` to the `update_engine`.
39 opposed to the entire package, to initiate a streaming update. The `payload.bin`
41 streamed by `update_engine` directly. The ZIP entries in such a package need to be
[all …]
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
Dproguard.flags9 # Unless required by applicable law or agreed to in writing, software
/bootable/recovery/fonts/
DOFL.txt13 The goals of the Open Font License (OFL) are to stimulate worldwide
14 development of collaborative font projects, to support the font creation
15 efforts of academic and linguistic communities, and to provide a free and
19 The OFL allows the licensed fonts to be used, studied, modified and
25 requirement for fonts to remain under this license does not apply
26 to any document created using the fonts or their derivatives.
29 "Font Software" refers to the set of files released by the Copyright
33 "Reserved Font Name" refers to any names specified as such after the
36 "Original Version" refers to the collection of Font Software components as
39 "Modified Version" refers to any derivative made by adding to, deleting,
[all …]
/bootable/recovery/minadbd/
DREADME.md4 `minadbd` is analogous to the regular `adbd`, but providing the minimal services to support
11 - The start / stop of `adbd` is managed via system property `sys.usb.config`, when setting to `adb`
17 - When requested to start `minadbd`, `recovery` stops `adbd` first, if it's running; it then forks
19 - `minadbd` talks to host-side `adb` server to get user requests.
21 - `minadbd` communicates with `recovery` to fulfill requests regarding package installation. See
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
35 // `libminadbd_services` is analogous to the `libadbd_services` for regular `adbd`, but providing
/bootable/recovery/
DNOTICE7 Unless required by applicable law or agreed to in writing, software
31 "control" means (i) the power, direct or indirect, to cause the
40 including but not limited to software source code, documentation
45 not limited to compiled object code, generated documentation,
46 and conversions to other media types.
50 copyright notice that is included in or attached to the work
58 separable from, or merely link (or bind by name) to the interfaces of,
63 to that Work or Derivative Works thereof, that is intentionally
64 submitted to Licensor for inclusion in the Work by the copyright owner
65 or by an individual or Legal Entity authorized to submit on behalf of
[all …]
D.clang-format1 # bootable/recovery project uses repohook to apply `clang-format` to the changed lines, with the
8 # Or to format a committed change.
23 # /path/to/aosp-master/prebuilts/clang/host/linux-x86/clang-stable/bin/clang-format
25 # Or to do one-time setup to make it default.
28 # /path/to/aosp-master/prebuilts/clang/host/linux-x86/clang-stable/bin/clang-format
DREADME.md47 /cache partition. And we need to follow special steps to run tests for them.
50 some contents to pmsg.
86 The best way to confirm a running `adbd` is by checking the serial output, which shows a service
94 host) to check if the device is visible to the host.
126 For debuggable builds, an RSA keypair can be used to authorize a host device that has the private
127 key. The public key, defined via `PRODUCT_ADB_KEYS`, will be copied to `/adb_keys`. When starting
129 added to `$ADB_VENDOR_KEYS`.
131 $ export ADB_VENDOR_KEYS=/path/to/adb/private/key
137 Note that this mechanism applies to both of normal boot and recovery modes.
139 * **Option 2:** Allow `adbd` to connect without authentication.
[all …]
/bootable/recovery/edify/
DREADME.md5 scripting language ("edify") that is superficially somewhat similar to
16 underscores, slashes, and periods don't need to be in double quotes.
36 - ";" is a binary operator; evaluating it just means to first evaluate
40 - Comments start with "#" and run to the end of the line.
47 quotes are only needed if you want characters like whitespace to
48 appear in the string. The following expressions all evaluate to the
67 true. There is also some syntactic sugar to make expressions that
78 # evaluates to false
83 The last example is equivalent to:
89 second argument only if it's needed to determine the truth of the
[all …]
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/recovery_utils/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
41 // A utility lib that's local to recovery (in contrast, libotautil is exposed to device-specific
73 // Should avoid exposing to the libs that might be used in device-specific codes (e.g.
/bootable/recovery/tools/image_generator/
DREADME.md4 This program uses java.awt.Graphics2D to generate the background text files used
5 under recovery mode. And thus we don't need to do the manual work by running
21 5. `outputFilename`: Path to the generated image.
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/tools/recovery_l10n/
DREADME.md1 # Steps to regenerate background text images under res-*dpi/images/
9 * For example, we can use Nexus 5 to generate the text images under
19 3. Run the app, select the string to translate and press the 'go' button.
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/otautil/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
26 // Minimal set of files to support host build.
/bootable/recovery/update_verifier/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
105 // Soong won't add "libprotobuf-python" to the dependencies if
Dcare_map.proto10 * Unless required by applicable law or agreed to in writing, software
/bootable/recovery/tests/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
72 // librecovery_defaults uses many shared libs that we want to avoid using in tests (e.g. we don't
/bootable/recovery/uncrypt/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/fuse_sideload/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/minui/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/updater_sample/tests/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
/bootable/recovery/bootloader_message/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software

12