/bootable/recovery/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 7 Unless required by applicable law or agreed to in writing, software 48 "Work" shall mean the work of authorship, whether in Source or 50 copyright notice that is included in or attached to the work 51 (an example is provided in the Appendix below). 53 "Derivative Works" shall mean any work, whether in Source or Object 64 submitted to Licensor for inclusion in the Work by the copyright owner 73 designated in writing by the copyright owner as "Not a Contribution." 84 Work and such Derivative Works in Source or Object form. 89 (except as stated in this section) patent license to make, have made, [all …]
|
D | .clang-format | 2 # local style file in `.clang-format`. This will be triggered automatically with `repo upload`. 12 # `--style file` will pick up the local style file in `.clang-format`. This can be configured as the 17 # Note that `repo upload` calls the `clang-format` binary in Android repo (i.e. 19 # give slightly different results from the one installed in host machine (e.g.
|
D | README.md | 60 `ro.debuggable=1` in `/prop.default`), `adbd` service is enabled and started by default, which 61 allows `adb` communication. A device should be listed under `adb devices`, either in `recovery` or 68 Although `/system/bin/adbd` is built from the same code base as the one in the normal boot, only a 83 `adbd` service automatically only in debuggable builds. This behavior is controlled by the recovery 97 trigger, and will only re-enable it in debuggable builds (the `on property` rule will always run 109 check if configfs has been properly set up in init rc scripts. See the [example 114 ### `adb devices` shows the device, but in `unauthorized` state. 121 (because such authorization data stays in /data, which recovery doesn't mount), nor does it support
|
/bootable/recovery/minadbd/ |
D | README.md | 12 or `none` respectively. Upon starting recovery mode, `adbd` is started in debuggable builds by 13 default; otherwise `adbd` will stay off at all times in user builds. See the triggers in 18 and execs `minadbd` in a separate process. 22 the comments in `bootable/recovery/install/adb_install.cpp` for the IPC protocol between
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
D | UpdateConfig.java | 121 protected UpdateConfig(Parcel in) { in UpdateConfig() argument 122 this.mName = in.readString(); in UpdateConfig() 123 this.mUrl = in.readString(); in UpdateConfig() 124 this.mAbInstallType = in.readInt(); in UpdateConfig() 125 this.mAbConfig = (AbConfig) in.readSerializable(); in UpdateConfig() 126 this.mRawJson = in.readString(); in UpdateConfig()
|
/bootable/recovery/updater_sample/ |
D | proguard.flags | 4 # you may not use this file except in compliance with the License. 9 # Unless required by applicable law or agreed to in writing, software 15 # Keep, used in tests. 20 # Keep, used in tests.
|
D | README.md | 15 logs can be found in `adb logcat`. User can stop or reset an update. Resetting 22 In this sample updates are defined in JSON update config files. 23 The structure of a config file is defined in 28 to the app, but in this sample, the config files are stored on the device. 29 The directory can be found in logs or on the UI. In most cases it should be located at 38 If `ab_install_type` is `STREAMING`, app downloads only the entries in need, as 40 entry, which takes up the majority of the space in an OTA package, will be 41 streamed by `update_engine` directly. The ZIP entries in such a package need to be 43 with the offset and length. As `payload.bin` itself is already in compressed 64 only onStatusUpdate is called, but status becomes IDLE in most cases. [all …]
|
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software
|
/bootable/recovery/applypatch/ |
D | NOTICE | 4 you may not use this file except in compliance with the License. 9 Unless required by applicable law or agreed to in writing, software 22 Redistribution and use in source and binary forms, with or without 27 2. Redistributions in binary form must reproduce the above copyright 28 notice, this list of conditions and the following disclaimer in the
|
/bootable/recovery/recovery_utils/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // 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/fonts/ |
D | OFL.txt | 16 open framework in which fonts may be shared and improved in partnership 40 or substituting -- in part or in whole -- any of the components of the 54 in Original or Modified Versions, may be sold by itself. 60 in the appropriate machine-readable metadata fields within text or 74 5) The Font Software, modified or unmodified, in part or in whole,
|
/bootable/recovery/edify/ |
D | README.md | 4 Update scripts (from donut onwards) are written in a new little 12 - String literals appear in double quotes. \n, \t, \", and \\ are 16 underscores, slashes, and periods don't need to be in double quotes. 28 - All functions are actually macros (in the Lisp sense); the body of 48 appear in the string. The following expressions all evaluate to the 59 As shown in the last example, function names are just strings,
|
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software
|
/bootable/recovery/tests/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // 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 199 // libapplypatch in "libupdater_defaults" is not available on the Mac.
|
/bootable/recovery/tools/recovery_l10n/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software
|
/bootable/recovery/tools/image_generator/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software
|
/bootable/recovery/fuse_sideload/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software
|
/bootable/recovery/uncrypt/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software
|
/bootable/recovery/update_verifier/ |
D | care_map.proto | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software
|
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software
|
/bootable/recovery/minui/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software
|
/bootable/recovery/updater_sample/tests/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software
|
/bootable/recovery/otautil/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software
|
/bootable/recovery/bootloader_message/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License. 10 // Unless required by applicable law or agreed to in writing, software
|
/bootable/recovery/install/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software
|