- 11 Jan, 2012 8 commits
-
-
Dima Zavin authored
* commit 'a6235eac': init: allow init file imports to use properties in names
-
Dima Zavin authored
* commit 'd7634c9c': init: initialize property area early at boot
-
Dima Zavin authored
Adds new property syntax in init files during init file filename expansion during the import command: ${prop.name} So, one can do: import /init.${ro.hardware}.usb.rc Should convert other usages of property names to use the new function. Change-Id: I9205d7d7a2da620bc8e6b89ac0eb554fad53ded3 Signed-off-by:
Dima Zavin <dima@android.com>
-
Dima Zavin authored
The property service is still started later, but the property area and the initial boot properties are initialized before the init.rc file is processed. This allows init.rc files to have access to boot properties during parsing. Change-Id: Iae9ed1093c821831a864b39ae6bc697e62b94757 Signed-off-by:
Dima Zavin <dima@android.com>
-
Vladimir Chtchetkine authored
* commit 'ae429828': Cherry-picked from c4f37eed in master. Do not merge.
-
Vladimir Chtchetkine authored
* commit '74159657': Cherry-picked from c13daef7 on master. Do not merge.
-
Vladimir Chtchetkine authored
Fix the build. Conditionally compile code that is intended to run inside the emulator only. Change-Id: Ie82e415b2ff52395616f85871dddb38e65b0ed55
-
Vladimir Chtchetkine authored
Use QEMU pipe for ADB communication when running in emulator. Change-Id: I7934b6272c2a9825d244ce76ff65dbce6e54ebff
-
- 09 Jan, 2012 1 commit
-
-
Steve Block authored
This is now required by some projects. Change-Id: If4015c6a9f2391b205d2886bcf7f6e51f371ce08
-
- 29 Dec, 2011 1 commit
-
-
Steve Block authored
These are now required by some projects. Change-Id: I0d51c950178504474d803620a6cd1c9f084804b5
-
- 14 Dec, 2011 2 commits
-
-
The Android Open Source Project authored
Change-Id: Iaea0ecf6fc4429640a1d8811ec2034ea0f9eb48e
-
The Android Automerger authored
-
- 13 Dec, 2011 4 commits
-
-
Jesse Hall authored
* commit '7cd3e0a3': Document ANativeWindow's buffer refcounting
-
The Android Open Source Project authored
Change-Id: I3f3a977f341cca1f9e0b4a0567fe5fb9f6dd7e0d
-
The Android Automerger authored
-
Jesse Hall authored
Change-Id: I5454e90afd1a1b7d4a75c503f8dca712dba33790
-
- 10 Dec, 2011 1 commit
-
-
Christopher Tate authored
* commit 'b1dfffe6': Fix 'adb backup' on Windows
-
- 09 Dec, 2011 1 commit
-
-
Christopher Tate authored
Use the same call sequence that 'adb pull' uses for creating the output file. adb_open_mode() apparently does not work on Windows hosts. Bug 5733007 Change-Id: I48d719c4657c93e19f6790cf1c6da610d49f5806
-
- 08 Dec, 2011 1 commit
-
-
The Android Open Source Project authored
Change-Id: I90f80bed70319b9973996b74f78b421b87eef8e7
-
- 06 Dec, 2011 1 commit
-
-
The Android Automerger authored
-
- 05 Dec, 2011 2 commits
-
-
Vladimir Chtchetkine authored
* commit 'ce48083f': Fixes ADB crash on Windows due to large number of connections. do not merge.
-
Vladimir Chtchetkine authored
The reason for the crash is that ADB on Windows uses WaitForMultipleObjects to wait on connection events. When number of connections exceeds 64, ADB crashes, because WaitForMultipleObjects API doesn't support more than 64 handles. This CL contains a fixer routine that allows waiting on an arbitrary number of handles. (cherry picked from commit ac52833e) Change-Id: I8ad264765e5b38d01a31e42b445f97ea86e49948
-
- 28 Nov, 2011 1 commit
-
-
The Android Automerger authored
-
- 22 Nov, 2011 3 commits
-
-
The Android Automerger authored
-
Nick Pelly authored
* commit 'f9c1fcc5': Replace vendor specific NfcGoogle.apk with generic Nfc.apk
-
Nick Pelly authored
-
- 21 Nov, 2011 1 commit
-
-
Nick Pelly authored
The access control changes allow us to just use Nfc.apk with the regular platform certificate, instead of the custom signed NfcGoogle.apk. So we can compeltely get rid of vendor/google/apps/NfcGoogle and just build it out of packages/apps/Nfc now. The package name is also reverted from com.android.nfc3 to com.android.nfc The NFC uid needs to get bumped (25 to 27) to allow the cert change. Bug: 5608249 Change-Id: I5e178b469e5210cd231ba5f4ea57aa666b3d8893
-
- 17 Nov, 2011 2 commits
-
-
Andy McFadden authored
* commit '2a38657d': DO NOT MERGE - disable memory dumps
-
Andy McFadden authored
-
- 16 Nov, 2011 4 commits
-
-
Andy McFadden authored
This disables the hex dumps of memory for registers other than PC and LR. Bug 5484924 Change-Id: I26cff857e5d01ed30548ca3e55bdddd63b592c0c
-
The Android Open Source Project authored
* commit 'b90cb1d2':
-
The Android Open Source Project authored
* commit 'c6023243':
-
The Android Open Source Project authored
Change-Id: I9671d18aeee882196d56644533c962942c4fbb70
-
- 15 Nov, 2011 2 commits
-
-
Steve Block authored
* commit '25a89e77': Fix build
-
Steve Block authored
Change-Id: Icbe57024e6018600d47a68132f53f15d7602dc92
-
- 10 Nov, 2011 1 commit
-
-
The Android Automerger authored
-
- 09 Nov, 2011 3 commits
-
-
JP Abgrall authored
* commit '61b90bd2': adb: grant it AID_NET_BW_STATS for full /proc/net/xt_qtaguid/stats
-
JP Abgrall authored
Normally only bandwidth stats for the uid reading .../stats is returned. With the extra group, adb shell will be able to read stats from all UIDs. This is to be used to offer data usage profiling to developers. Change-Id: If3d2941ce5aa4dbb1a23947b97b893149ba224f7
-
The Android Automerger authored
-
- 08 Nov, 2011 1 commit
-
-
Robert Greenwalt authored
* commit 'c761b54e': Wimax: wimax related changes for libnetutils
-