index
:
system_core.git
replicant-4.2
replicant-6.0
system/core
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add documentation for some adb environmental variables.
Tim
2010-04-29
1
-0
/
+6
*
Fixing spelling errors in adb docs
Brian Carlstrom
2010-04-28
2
-7
/
+7
*
Make adb's daemon-port on the host machine configurable.
Stefan Hilzinger
2010-04-28
6
-26
/
+65
*
adb: remove obsolete adb.connected system property.
Mike Lockwood
2010-04-28
1
-6
/
+0
*
Add Pantech's USB vendor ID to adb.
Xavier Ducrohet
2010-04-28
1
-0
/
+4
*
Added Kyocera's VID (0x0482), upon their request.
Takeshi Kishimoto
2010-04-28
1
-0
/
+3
*
adb: Add five second timeout for USB writes on Linux host.
Mike Lockwood
2010-04-28
2
-3
/
+10
*
Add missing newlines to adb usage message
Brian Carlstrom
2010-04-28
1
-2
/
+2
*
adb: do not mix printf() with write() when writing to stdout.
Mike Lockwood
2010-04-28
1
-2
/
+2
*
Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request.
Takeshi Kishimoto
2010-04-28
1
-0
/
+3
*
Added USB vendor id of Sharp, based on Sharp's request.
Takeshi Kishimoto
2010-04-28
1
-1
/
+3
*
Merge "adb: Add persistent system property for running adb in TCPIP mode"
Mike Lockwood
2010-04-20
1
-3
/
+6
|
\
|
*
adb: Add persistent system property for running adb in TCPIP mode
Mike Lockwood
2010-04-20
1
-3
/
+6
*
|
Add -l option to `adb sync`
Anthony Newnam
2010-04-19
3
-9
/
+20
|
/
*
Allow 'adb pull' to pull symlinked files
Matt Fischer
2010-04-15
1
-1
/
+1
*
merge from open-source master
The Android Open Source Project
2010-02-23
3
-71
/
+76
|
\
|
*
ADB: Garmin-Asus's USB Vendor ID
Raphael
2010-02-15
1
-1
/
+3
|
*
adb: add Nvidia's vendor id to adb
Erik Gilling
2010-02-15
1
-0
/
+3
|
*
make "adb bugreport" run "bugreport" (which invokes "dumpstate"
Dan Egnor
2010-02-15
1
-4
/
+2
|
*
adb: Fix problems detecting adb in more complicated USB configurations.
Mike Lockwood
2010-02-15
1
-64
/
+63
|
*
Make adb pull use . as the target file directory if you don't supply one.
Joe Onorato
2010-02-15
1
-3
/
+8
*
|
am 1873adc2: ADB: Garmin-Asus\'s USB Vendor ID
Raphael
2010-02-01
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
ADB: Garmin-Asus's USB Vendor ID
Raphael
2010-02-01
1
-0
/
+3
|
*
Add DELL's USB Vendor ID to adb - DO NOT MERGE
Xavier Ducrohet
2010-01-21
1
-0
/
+3
|
*
Add Sony-Ericsson to adb.
Xavier Ducrohet
2009-10-30
1
-0
/
+3
|
*
adb: Add "adb disconnect" command for disconnecting TCP/IP devices.
Mike Lockwood
2009-10-11
8
-8
/
+93
|
*
Merge change 26093 into eclair
Android (Google) Code Review
2009-09-24
2
-0
/
+191
|
|
\
|
|
*
Add NOTICE file and license tag for adb
Jean-Baptiste Queru
2009-09-20
2
-0
/
+191
|
*
|
Add support for Acer devices
Robert CH Chou
2009-09-22
1
-0
/
+3
|
*
|
adb: Add USB Vendor IDs for LG and Huawei
Mike Lockwood
2009-09-21
1
-0
/
+6
|
|
/
|
*
adb: Clean up argument passing for create_service_thread()
Mike Lockwood
2009-09-19
1
-4
/
+5
|
*
Add bitfields to header for screen shots. This will allow ddms to distinguish
Rebecca Schultz Zavin
2009-09-15
1
-9
/
+36
|
*
Merge change 24493 into eclair
Android (Google) Code Review
2009-09-10
1
-14
/
+23
|
|
\
|
|
*
Fix several issues in framebuffer_service
Rebecca Schultz Zavin
2009-09-10
1
-14
/
+23
|
*
|
Revert "adb: Another attempted workaround for the adb disconnect problem."
Joe Onorato
2009-09-03
1
-81
/
+12
|
*
|
Revert "adb: "adb bugreport" now runs dumpstate via init rather than execing ...
Mike Lockwood
2009-09-03
2
-40
/
+9
|
|
/
|
*
adb: "adb bugreport" now runs dumpstate via init rather than execing it in th...
Mike Lockwood
2009-09-03
2
-9
/
+40
|
*
adb: Fix emulator support.
Mike Lockwood
2009-08-26
2
-8
/
+10
|
*
Fix broken 'adb root' command.
Xavier Ducrohet
2009-08-25
1
-1
/
+1
|
*
adb: Improved support for running adb over TCP/IP
Mike Lockwood
2009-08-24
6
-51
/
+140
|
*
am e3baafd8: BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK
Raphael
2009-08-12
1
-3
/
+5
|
|
\
|
*
|
adb: Fix infinite loop in Linux host device discovery.
Mike Lockwood
2009-08-11
1
-5
/
+1
|
*
|
adb: print better error message when there are insufficient permissions for a...
Mike Lockwood
2009-08-08
1
-7
/
+5
|
*
|
adb: update call to register_usb_transport in Mac and Windows builds.
Mike Lockwood
2009-08-08
2
-2
/
+2
|
*
|
adb: On Linux, detect USB devices for which adb does not have permissions to ...
Mike Lockwood
2009-08-08
5
-121
/
+159
|
*
|
adb: Use correct language ID when retrieving USB serial number.
Guang Zhu
2009-08-07
1
-24
/
+48
|
*
|
adb: Remove adbd from simulator build.
Mike Lockwood
2009-08-06
1
-3
/
+3
|
*
|
adb: add "adb reboot" command.
Mike Lockwood
2009-08-05
4
-1
/
+52
|
*
|
am cc1de48d: adb: Another attempted workaround for the adb disconnect problem.
Mike Lockwood
2009-07-30
1
-11
/
+81
|
|
\
\
|
*
\
\
am de6f62a6: Add support for Samsung and Motorola devices.
Xavier Ducrohet
2009-07-24
2
-3
/
+13
|
|
\
\
\
[next]