summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Collapse)AuthorAgeFilesLines
* am 0c054095: am 746f3243: Add USB vendor IDs for Quanta, INQ and Sony.Xavier Ducrohet2012-01-241-0/+9
|\ | | | | | | | | * commit '0c05409510037fd7372c3fe7ab240ebf33b15831': Add USB vendor IDs for Quanta, INQ and Sony.
| * am 746f3243: Add USB vendor IDs for Quanta, INQ and Sony.Xavier Ducrohet2012-01-241-0/+9
| |\ | | | | | | | | | | | | * commit '746f3243f6d30ab51a36dcfea76eac3ba29ac625': Add USB vendor IDs for Quanta, INQ and Sony.
| | * Add USB vendor IDs for Quanta, INQ and Sony.Xavier Ducrohet2012-01-241-0/+9
| | | | | | | | | | | | Change-Id: I224e067d9a64e8e9e7afbad0760a4b07f965bf83
* | | am 70580b20: am 149ae11f: Merge "adb,fastboot: add USB support for Intel ↵Jean-Baptiste Queru2012-01-241-0/+3
|\| | | | | | | | | | | | | | | | | | | | Vendor ID" * commit '70580b20bc8485002df0b3e89e42754c8c9796ff': adb,fastboot: add USB support for Intel Vendor ID
| * | am 149ae11f: Merge "adb,fastboot: add USB support for Intel Vendor ID"Jean-Baptiste Queru2012-01-241-0/+3
| |\ \ | | |/ | |/| | | | | | | * commit '149ae11fb63818b470156e1652abfad0e08d486d': adb,fastboot: add USB support for Intel Vendor ID
| | * adb,fastboot: add USB support for Intel Vendor IDWu, Hao2012-01-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | am daafb531: am 4779e934: Add Intel\'s vendor ID to adbAndrew Hsieh2012-01-201-1/+3
|\| | | | | | | | | | | | | | * commit 'daafb531484a35a63e229e14d8a81b412e506670': Add Intel's vendor ID to adb
| * | Add Intel's vendor ID to adbAndrew Hsieh2012-01-181-1/+3
| | | | | | | | | | | | Change-Id: I81da3ea11bfd44395f6895fe51e477ff1e7fa25b
* | | Don't allow adb to run as root in user builds.Nick Kralevich2012-01-192-0/+8
| | | | | | | | | | | | Change-Id: I4fbd7beb7f76c68fead1a89b745f0dfb931b4597
* | | Move permission checking code to it's own function.Nick Kralevich2012-01-191-23/+31
| | | | | | | | | | | | Change-Id: Ibe46ca3043791f3b3815080f9e23ac307b1f5900
* | | am e0b55791: am 07ad9f2a: Add USB Vendor ID for Fujitsu and Lumigon.Xavier Ducrohet2012-01-111-0/+6
|\| | | | | | | | | | | | | | * commit 'e0b557915123b7ad022ff5d0a7a3d4dd2ee7c2fe': Add USB Vendor ID for Fujitsu and Lumigon.
| * | Add USB Vendor ID for Fujitsu and Lumigon.Xavier Ducrohet2012-01-111-0/+6
| | | | | | | | | | | | Change-Id: Icd013b362366815527834cbf54aa4ecac2b7750d
| * | Cherry-picked from c4f37eed7 in master. Do not merge.Vladimir Chtchetkine2012-01-101-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Fix the build. Conditionally compile code that is intended to run inside the emulator only. Change-Id: Ie82e415b2ff52395616f85871dddb38e65b0ed55
| * | Cherry-picked from c13daef7b on master. Do not merge.Vladimir Chtchetkine2012-01-101-1/+119
| |/ | | | | | | | | | | Use QEMU pipe for ADB communication when running in emulator. Change-Id: I7934b6272c2a9825d244ce76ff65dbce6e54ebff
* | add "adb sideload" and sideload connection stateDoug Zongker2012-01-104-0/+95
| | | | | | | | | | | | | | | | | | | | 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
* | Tell the user to unlock/confirm backup & restore operationsChristopher Tate2012-01-061-0/+2
| | | | | | | | | | | | | | | | 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
* | Fix the build.Vladimir Chtchetkine2011-12-131-0/+7
| | | | | | | | | | | | 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.Vladimir Chtchetkine2011-12-131-1/+119
| | | | | | | | Change-Id: I7934b6272c2a9825d244ce76ff65dbce6e54ebff
* | am 650307df: am b1dfffe6: Fix \'adb backup\' on WindowsChristopher Tate2011-12-121-2/+24
|\| | | | | | | | | * commit '650307df33fc834c251df71c78b00cc0ae6529b7': Fix 'adb backup' on Windows
| * Fix 'adb backup' on WindowsChristopher Tate2011-12-091-2/+24
| | | | | | | | | | | | | | | | | | | | 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
| * Fixes ADB crash on Windows due to large number of connections. do not merge.Vladimir Chtchetkine2011-12-051-15/+190
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge "Tweak logcat parameters"Christopher Tate2011-12-071-1/+5
|\ \
| * | Tweak logcat parametersChristopher Tate2011-12-071-1/+5
| | | | | | | | | | | | Change-Id: If97ee1eb682d95fa05b5e2003a204a628bd6ae4d
* | | Fixes ADB crash on Windows due to large number of connections.Vladimir Chtchetkine2011-12-011-15/+190
| |/ |/| | | | | | | | | | | | | | | | | 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
* | adb: grant it AID_NET_BW_STATS for full /proc/net/xt_qtaguid/statsJP Abgrall2011-11-091-1/+3
|/ | | | | | | | | 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
* Add command line help for the new 'adb backup -all -nosystem'Christopher Tate2011-10-031-5/+9
| | | | | | | | 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
* Skip argument when parsing adb installKenny Root2011-09-231-2/+5
| | | | | | | | 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
* Add Positivo's vendor ID to adb.Xavier Ducrohet2011-09-161-1/+4
| | | | Change-Id: Ida6fc323d766249f4f12708bae1c50ae5d937b2c
* adb: Add USB vendor IDs for K-Touch, Pegatron and ArchosMike Lockwood2011-09-131-0/+9
| | | | | | | | Change-Id: Idbc212abfb7d4d0a53e6b8ecd55134b81f4e960d Bug: 5182028 Bug: 5157478 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Fix 'adb backup' command line validationChristopher Tate2011-08-221-3/+3
| | | | | | | | | The host side wasn't properly checking for argument-list sufficiency *after* removing any [-f filename] sequence. Fixes bug 5164135 Change-Id: I7bc49e37ef168182088e0e664b6897dd2a088ebf
* Merge "Add install arg for verification"Kenny Root2011-08-161-28/+90
|\
| * Add install arg for verificationKenny Root2011-08-061-28/+90
| | | | | | | | | | | | | | Allow "adb install" to transfer the file for the verification argument to the package manager "pm install" command. Change-Id: I4834f45019eb1387a5d2b205b53a67e91d5fa67e
* | am 549bfcda: am 003771d1: am 80d508fd: Merge "correct VID of Lenovo(0x2006 ↵Mike Lockwood2011-08-151-1/+4
|\ \ | | | | | | | | | | | | | | | | | | is for LenovoMobile,0x17EF is for Lenovo)" * commit '549bfcda6df30dd00db254b3717fc8df463ce710': correct VID of Lenovo(0x2006 is for LenovoMobile,0x17EF is for Lenovo)
| * \ am 003771d1: am 80d508fd: Merge "correct VID of Lenovo(0x2006 is for ↵Mike Lockwood2011-08-151-1/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | LenovoMobile,0x17EF is for Lenovo)" * commit '003771d1c0ad6c3c6cd0c82f787636111c9e193c': correct VID of Lenovo(0x2006 is for LenovoMobile,0x17EF is for Lenovo)
| | * | correct VID of Lenovo(0x2006 is for LenovoMobile,0x17EF is for Lenovo)zhangclb2011-08-151-1/+4
| | | | | | | | | | | | | | | | Change-Id: I3466fdf7b03cf5da189efe4efb563d09f14b467a
* | | | Change default backup filename and terminologyChristopher Tate2011-08-091-5/+5
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Default to secure mode"Kenny Root2011-08-051-1/+1
|\ \ \
| * | | Default to secure modeKenny Root2011-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | If ro.secure is not set for some reason, default to secure mode. Change-Id: Id0ce3ea5507a3f9690332fb5a2daef7d3303481d
* | | | am 189de0c1: am adabe566: am 810cf41b: Merge "Fixed memory leak when using ↵Nick Kralevich2011-07-291-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | transport:serial." * commit '189de0c1f4339abd7b938b4905775163d2a94bbe': Fixed memory leak when using transport:serial.
| * | am adabe566: am 810cf41b: Merge "Fixed memory leak when using transport:serial."Nick Kralevich2011-07-291-1/+1
| |\| | | | | | | | | | | | | * commit 'adabe566906aa5e8ce791327559aeb10c139b365': Fixed memory leak when using transport:serial.
| | * Merge "Fixed memory leak when using transport:serial."Nick Kralevich2011-07-291-1/+1
| | |\
| | | * Fixed memory leak when using transport:serial.Tom Marlin2011-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | am b1cfa672: am 7d39463e: am d1015de9: Merge "adb: Add USB vendor ID for Vizio"Mike Lockwood2011-07-291-0/+3
|\| | | | | | | | | | | | | | | | | | | * commit 'b1cfa672014d197d6d4d12fca0d40cd59de436bc': adb: Add USB vendor ID for Vizio
| * | | am 7d39463e: am d1015de9: Merge "adb: Add USB vendor ID for Vizio"Mike Lockwood2011-07-291-0/+3
| |\| | | | | | | | | | | | | | | | | | * commit '7d39463eff2a9002208f34f1d2ce4d62546f6c3a': adb: Add USB vendor ID for Vizio
| | * | adb: Add USB vendor ID for VizioMike Lockwood2011-07-291-0/+3
| | |/ | | | | | | | | | | | | Change-Id: I280ff83d7f1fda1ed811bd42cb6fd65036525559 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | am 01acea11: am 1f72fe99: am 7df080b2: am 3ddaa0ad: Merge "adb: Add USB ↵Mike Lockwood2011-07-181-0/+3
|\| | | | | | | | | | | | | | | | | | | | vendor ID for Lenovo" * commit '01acea112501f7d140f100591319781e59b90d0e': adb: Add USB vendor ID for Lenovo
| * | am 1f72fe99: am 7df080b2: am 3ddaa0ad: Merge "adb: Add USB vendor ID for Lenovo"Mike Lockwood2011-07-181-0/+3
| |\| | | | | | | | | | | | | * commit '1f72fe991dc2e48c13518015c523f9e3ea048af2': adb: Add USB vendor ID for Lenovo
| | * adb: Add USB vendor ID for LenovoMike Lockwood2011-07-141-0/+3
| | | | | | | | | | | | | | | Change-Id: I1c2423f567272493067fae04e64fdcb651b0af62 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | am f75a2ed2: Merge from gingerbread-plus-aospJean-Baptiste Queru2011-07-141-0/+9
|\| | | | | | | | | | | | | | | | | | | | * 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.
| * | Merge from gingerbread-plus-aospJean-Baptiste Queru2011-07-122-1/+10
| |\| | | | | | | | | | Change-Id: I55b84eda30edf0eade8b43712ab011cd3f65f0d9