| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit '0c05409510037fd7372c3fe7ab240ebf33b15831':
Add USB vendor IDs for Quanta, INQ and Sony.
|
| |\
| | |
| | |
| | |
| | | |
* commit '746f3243f6d30ab51a36dcfea76eac3ba29ac625':
Add USB vendor IDs for Quanta, INQ and Sony.
|
| | |
| | |
| | |
| | | |
Change-Id: I224e067d9a64e8e9e7afbad0760a4b07f965bf83
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
Vendor ID"
* commit '70580b20bc8485002df0b3e89e42754c8c9796ff':
adb,fastboot: add USB support for Intel Vendor ID
|
| |\ \
| | |/
| |/|
| | |
| | | |
* commit '149ae11fb63818b470156e1652abfad0e08d486d':
adb,fastboot: add USB support for Intel Vendor ID
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This patch adds Intel USB Vendor ID into the support
list for adb and fastboot.
Signed-off-by: Wu, Hao <hao.wu@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'daafb531484a35a63e229e14d8a81b412e506670':
Add Intel's vendor ID to adb
|
| | |
| | |
| | |
| | | |
Change-Id: I81da3ea11bfd44395f6895fe51e477ff1e7fa25b
|
| | |
| | |
| | |
| | | |
Change-Id: I4fbd7beb7f76c68fead1a89b745f0dfb931b4597
|
| | |
| | |
| | |
| | | |
Change-Id: Ibe46ca3043791f3b3815080f9e23ac307b1f5900
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'e0b557915123b7ad022ff5d0a7a3d4dd2ee7c2fe':
Add USB Vendor ID for Fujitsu and Lumigon.
|
| | |
| | |
| | |
| | | |
Change-Id: Icd013b362366815527834cbf54aa4ecac2b7750d
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix the build.
Conditionally compile code that is intended to run inside the emulator only.
Change-Id: Ie82e415b2ff52395616f85871dddb38e65b0ed55
|
| |/
| |
| |
| |
| |
| | |
Use QEMU pipe for ADB communication when running in emulator.
Change-Id: I7934b6272c2a9825d244ce76ff65dbce6e54ebff
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Recovery will soon support a minimal implementation of adbd which will
do nothing but accept downloads from the "adb sideload" command and
install them. This is the client side command (mostly resurrected out
of the old circa-2007 "adb recover" command) and the new connection
state.
Change-Id: I4f67b63f1b3b38d28c285d1278d46782679762a2
|
| |
| |
| |
| |
| |
| |
| |
| | |
People are being confused about the silent failure of backup/restore
when they didn't know they had to unlock the device & confirm the
backup/restore operation, so now adb prints a brief reminder.
Change-Id: I1b32913f0ad0cf6e30bf235dc975b9e983b533fd
|
| |
| |
| |
| |
| |
| | |
Conditionally compile code that is intended to run inside the emulator only.
Change-Id: Ie82e415b2ff52395616f85871dddb38e65b0ed55
|
| |
| |
| |
| | |
Change-Id: I7934b6272c2a9825d244ce76ff65dbce6e54ebff
|
|\|
| |
| |
| |
| | |
* commit '650307df33fc834c251df71c78b00cc0ae6529b7':
Fix 'adb backup' on Windows
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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 ac52833e48f46dfd9f7c8f86236ee8b437850c0a)
Change-Id: I8ad264765e5b38d01a31e42b445f97ea86e49948
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: If97ee1eb682d95fa05b5e2003a204a628bd6ae4d
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
Change-Id: I83f712e552018df308318154c27df184015a16ee
|
|/
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Documentation-only change that supports the new framework-side
feature to omit system packages when you're using adb backup -all.
Bug 5361503.
Change-Id: I86bca8883a7fb8c713ca352ad5980e92fd640d18
|
|
|
|
|
|
|
|
| |
A command line flag with an argument was checked in the Pm.java code,
but it wasn't being checked by "adb install" so attempts to use it
failed.
Change-Id: I0b84a4203a416f7323fa823c0f1f1750670d0c76
|
|
|
|
| |
Change-Id: Ida6fc323d766249f4f12708bae1c50ae5d937b2c
|
|
|
|
|
|
|
|
| |
Change-Id: Idbc212abfb7d4d0a53e6b8ecd55134b81f4e960d
Bug: 5182028
Bug: 5157478
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|
|
|
|
|
|
|
|
| |
The host side wasn't properly checking for argument-list sufficiency
*after* removing any [-f filename] sequence.
Fixes bug 5164135
Change-Id: I7bc49e37ef168182088e0e664b6897dd2a088ebf
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Allow "adb install" to transfer the file for the verification argument
to the package manager "pm install" command.
Change-Id: I4834f45019eb1387a5d2b205b53a67e91d5fa67e
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
is for LenovoMobile,0x17EF is for Lenovo)"
* commit '549bfcda6df30dd00db254b3717fc8df463ce710':
correct VID of Lenovo(0x2006 is for LenovoMobile,0x17EF is for Lenovo)
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
LenovoMobile,0x17EF is for Lenovo)"
* commit '003771d1c0ad6c3c6cd0c82f787636111c9e193c':
correct VID of Lenovo(0x2006 is for LenovoMobile,0x17EF is for Lenovo)
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I3466fdf7b03cf5da189efe4efb563d09f14b467a
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We now use "backup.ab" as the default backup archive filename, and no longer
refer to "tar" or "tarfiles" in the help text. The underlying format may
be tar, but we're certainly not interoperable even with ustar/pax thanks
to our compression & encryption layers and our custom header.
Change-Id: I3e74af96cfc102e94848c969eb36af54304bfd9b
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If ro.secure is not set for some reason, default to secure mode.
Change-Id: Id0ce3ea5507a3f9690332fb5a2daef7d3303481d
|
|\ \ \ \
| |/ / /
|/| / /
| |/ /
| | |
| | |
| | | |
transport:serial."
* commit '189de0c1f4339abd7b938b4905775163d2a94bbe':
Fixed memory leak when using transport:serial.
|
| |\|
| | |
| | |
| | |
| | | |
* commit 'adabe566906aa5e8ce791327559aeb10c139b365':
Fixed memory leak when using transport:serial.
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed memory leak when using transport:serial. Code was previously
using strdup() to make a copy of the serial number which was not
necessary. Instead, just set serial=service.
Change-Id: Ifa8fe7999c6fb88955d2c6bdfcd3cd724ec1f020
Signed-off-by: Tom Marlin <tomm@bsquare.com>
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'b1cfa672014d197d6d4d12fca0d40cd59de436bc':
adb: Add USB vendor ID for Vizio
|
| |\| |
| | | |
| | | |
| | | |
| | | | |
* commit '7d39463eff2a9002208f34f1d2ce4d62546f6c3a':
adb: Add USB vendor ID for Vizio
|
| | |/
| | |
| | |
| | |
| | | |
Change-Id: I280ff83d7f1fda1ed811bd42cb6fd65036525559
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
vendor ID for Lenovo"
* commit '01acea112501f7d140f100591319781e59b90d0e':
adb: Add USB vendor ID for Lenovo
|
| |\|
| | |
| | |
| | |
| | | |
* commit '1f72fe991dc2e48c13518015c523f9e3ea048af2':
adb: Add USB vendor ID for Lenovo
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I1c2423f567272493067fae04e64fdcb651b0af62
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit 'f75a2ed2138cd8b74597bd57e13d12e1f0b815c2':
adb: Add vendor IDs for iRiver, Compal and T & A Mobile Phones
Add Gigabyte's USB vendor ID to adb.
Add Funai's USB vendor ID to adb.
|
| |\|
| | |
| | |
| | | |
Change-Id: I55b84eda30edf0eade8b43712ab011cd3f65f0d9
|