Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_packages_modules_adb
/
b9c4ac23b83d1a9f237419f7205b3d8abc1b22af
b9c4ac2
adb: add Nvidia's vendor id to adb
by Erik Gilling
· 16 years ago
680b10c
make "adb bugreport" run "bugreport" (which invokes "dumpstate"
by Dan Egnor
· 16 years ago
3dab63d
adb: Fix problems detecting adb in more complicated USB configurations.
by Mike Lockwood
· 16 years ago
d026370
Make adb pull use . as the target file directory if you don't supply one.
by Joe Onorato
· 16 years ago
0ee14a7
adb: Add Dell's USB vendor ID.
by Mike Lockwood
· 16 years ago
ae004d8
adb: Add USB vendor ID for Foxconn
by Mike Lockwood
· 16 years ago
5a984e6
Add adb reboot-bootloader to match fastboot reboot-bootloader.
by Romain Guy
· 16 years ago
a12befc
adb: fix -d and -e options for "adb forward" command.
by Mike Lockwood
· 16 years ago
5c30adb
merge from eclair
by Jean-Baptiste Queru
· 16 years ago
976d470
eclair snapshot
by Jean-Baptiste Queru
· 16 years ago
12a1d04
FreeBSD support for usb-connected devices in adb
by Alexey Tarasov
· 16 years ago
857f17a
Make get_my_path() safer
by Alexey Tarasov
· 16 years ago
5f2c4a1
adb: Add "adb disconnect" command for disconnecting TCP/IP devices.
by Mike Lockwood
· 16 years ago
2a1c11b
Add support for Acer devices
by Robert CH Chou
· 16 years ago
2c6af22
adb: Add USB Vendor IDs for LG and Huawei
by Mike Lockwood
· 16 years ago
3564d83
Add NOTICE file and license tag for adb
by Jean-Baptiste Queru
· 16 years ago
8666a53
adb: Clean up argument passing for create_service_thread()
by Mike Lockwood
· 16 years ago
9675e5c
Revert "adb: Another attempted workaround for the adb disconnect problem."
by Joe Onorato
· 16 years ago
87b3a2c
merge from master
by Jean-Baptiste Queru
· 16 years ago
a8b3875
adb: Fix emulator support.
by Mike Lockwood
· 16 years ago
75d550a
Fix broken 'adb root' command.
by Xavier Ducrohet
· 16 years ago
b51ae57
adb: Improved support for running adb over TCP/IP
by Mike Lockwood
· 16 years ago
121c4ec
BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK
by Raphael
· 16 years ago
396d338
adb: Fix infinite loop in Linux host device discovery.
by Mike Lockwood
· 16 years ago
4089f4d
adb: print better error message when there are insufficient permissions for a device.
by Mike Lockwood
· 16 years ago
de7eed3
adb: update call to register_usb_transport in Mac and Windows builds.
by Mike Lockwood
· 16 years ago
21fe06f
adb: On Linux, detect USB devices for which adb does not have permissions to communicate with.
by Mike Lockwood
· 16 years ago
cb0afb9
adb: Use correct language ID when retrieving USB serial number.
by Guang Zhu
· 16 years ago
853a6d8
adb: Remove adbd from simulator build.
by Mike Lockwood
· 16 years ago
a91f54c
adb: add "adb reboot" command.
by Mike Lockwood
· 16 years ago
46334ba
get rid of utils/executablepath.h, which now lives in the simulator
by Mathias Agopian
· 16 years ago
2a05d0d
Allow adb to use ANDORID_SERIAL env variable to specify the device to talk to.
by Nick Pelly
· 16 years ago
f001b51
BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK
by Raphael
· 16 years ago
da61860
DO NOT MERGE adb: Remove adbd from simulator build.
by Mike Lockwood
· 16 years ago
bd73809
DO NOT MERGE cherry-pick "adb reboot" from master:
by Mike Lockwood
· 16 years ago
2fa5eb4
merge from donut
by Jean-Baptiste Queru
· 16 years ago
fa311c3
adb: Another attempted workaround for the adb disconnect problem.
by Mike Lockwood
· 16 years ago
85c8569
merge from donut
by Jean-Baptiste Queru
· 16 years ago
d01924d
Merge korg/donut into korg/master
by Jean-Baptiste Queru
· 16 years ago
37f7fcf
Add support for Samsung and Motorola devices.
by Xavier Ducrohet
· 16 years ago
47ea41d
adb: Increment ADB_SERVER_VERSION
by Mike Lockwood
· 16 years ago
70c9ad0
adb: Use correct language ID when retrieving USB serial number.
by Mike Lockwood
· 16 years ago
f8eb578
Fix typo in adb commandline help
by Kenny Root
· 16 years ago
6118c17
adb: Use correct language ID when retrieving USB serial number.
by Mike Lockwood
· 16 years ago
11e33b8
Revert "adb: Workaround for adb disconnect problem."
by Mike Lockwood
· 16 years ago
d102bf0
Fix typo in adb commandline help
by Kenny Root
· 16 years ago
37df02f
Merge change 3008 into donut
by Android (Google) Code Review
· 16 years ago
63da058
adb: Workaround for adb disconnect problem.
by Mike Lockwood
· 16 years ago
86c44a8
Merge commit 'b65b399785eea18e16dee32d2318814a6360e5a3' into donut
by The Android Open Source Project
· 16 years ago
b65b399
AI 149490: Add support for 3rd party USB Vendor. BUG=1890147
by Xavier Ducrohet
· 16 years ago
4ac1e28
adb: Allow enabling of device side adbd logging with a persistent system property.
by Mike Lockwood
· 16 years ago
f022e61
adb: Add adbd to the AID_SDCARD_RW group to allow writing to the SD card.
by Mike Lockwood
· 16 years ago
30a4033
Support for 3rd party USB Vendor IDs in adb.
by Xavier Ducrohet
· 16 years ago
2ef5fc2
Preparation work for adb to support USB vendor Ids provided by SDK add-ons.
by Xavier Ducrohet
· 16 years ago
3410659
adb: adbd no longer disables OOM and now sets children's OOM adjustment to zero
by Mike Lockwood
· 16 years ago
1f1efb5
Cleaning up whitespace in adb sources. Nothing more, nothing less.
by David 'Digit' Turner
· 16 years ago
b1c2c95
Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon.
by David 'Digit' Turner
· 16 years ago
3e82491
adb: osx: Match devices based on interface subclass and protocol
by Dima Zavin
· 16 years ago
bb24b58
adb seems to build in 64 bit mode these days, so it's safe to build for the simulator too.
by Marco Nelissen
· 16 years ago
9c75340
auto import from //branches/cupcake_rel/...@138607
by The Android Open Source Project
· 17 years ago
fbc34f3
auto import from //branches/cupcake/...@137873
by The Android Open Source Project
· 17 years ago
9ca14dc
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 17 years ago
334880a
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 17 years ago
d6b7b54
auto import from //branches/cupcake/...@131421
by The Android Open Source Project
· 17 years ago
0fe6d5d
auto import from //branches/cupcake/...@130745
by The Android Open Source Project
· 17 years ago
a8b14ab
auto import from //branches/cupcake/...@125939
by The Android Open Source Project
· 17 years ago
c39d59d
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 17 years ago
25320a3
Initial Contribution
by The Android Open Source Project
· 17 years ago