Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
04bee29ad979ca770677338e343869a0d5662cfb
/
adb
04bee29
Fix several issues in framebuffer_service
by Rebecca Schultz Zavin
· 15 years ago
be0045a
adb: "adb bugreport" now runs dumpstate via init rather than execing it in the shell.
by Mike Lockwood
· 15 years ago
a3e8a6a
adb: Fix emulator support.
by Mike Lockwood
· 15 years ago
1bba53f
Fix broken 'adb root' command.
by Xavier Ducrohet
· 15 years ago
ff19670
adb: Improved support for running adb over TCP/IP
by Mike Lockwood
· 15 years ago
818806a
am e3baafd8: BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK
by Raphael
· 15 years ago
e3baafd
BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK
by Raphael
· 15 years ago
d70dc73
adb: Fix infinite loop in Linux host device discovery.
by Mike Lockwood
· 15 years ago
c52c602
DO NOT MERGE adb: Remove adbd from simulator build.
by Mike Lockwood
· 15 years ago
704aa83
DO NOT MERGE cherry-pick "adb reboot" from master:
by Mike Lockwood
· 15 years ago
37d3111
adb: print better error message when there are insufficient permissions for a device.
by Mike Lockwood
· 15 years ago
5c93dba
adb: update call to register_usb_transport in Mac and Windows builds.
by Mike Lockwood
· 15 years ago
0927bf9
adb: On Linux, detect USB devices for which adb does not have permissions to communicate with.
by Mike Lockwood
· 15 years ago
1a1f818
adb: Use correct language ID when retrieving USB serial number.
by Guang Zhu
· 15 years ago
781d041
adb: Remove adbd from simulator build.
by Mike Lockwood
· 15 years ago
ee15662
adb: add "adb reboot" command.
by Mike Lockwood
· 15 years ago
1f4ff53
am cc1de48d: adb: Another attempted workaround for the adb disconnect problem.
by Mike Lockwood
· 15 years ago
cc1de48
adb: Another attempted workaround for the adb disconnect problem.
by Mike Lockwood
· 15 years ago
1fde31c
am de6f62a6: Add support for Samsung and Motorola devices.
by Xavier Ducrohet
· 15 years ago
de6f62a
Add support for Samsung and Motorola devices.
by Xavier Ducrohet
· 15 years ago
dd8a23b
am 7bf68842: adb: Increment ADB_SERVER_VERSION
by Mike Lockwood
· 15 years ago
7bf6884
adb: Increment ADB_SERVER_VERSION
by Mike Lockwood
· 15 years ago
df3fb65
am c989199c: Fix typo in adb commandline help
by Kenny Root
· 15 years ago
c989199
Fix typo in adb commandline help
by Kenny Root
· 15 years ago
5089bd0
am 3d9b265b: adb: Use correct language ID when retrieving USB serial number.
by Mike Lockwood
· 15 years ago
3d9b265
adb: Use correct language ID when retrieving USB serial number.
by Mike Lockwood
· 15 years ago
7490e4b
am 34c34267: Merge change 3951 into donut
by Android (Google) Code Review
· 15 years ago
02d40b5
Revert "adb: Workaround for adb disconnect problem."
by Mike Lockwood
· 15 years ago
f4c9494
am 87657782: Merge change 3008 into donut
by Android (Google) Code Review
· 15 years ago
e38a31e
adb: Workaround for adb disconnect problem.
by Mike Lockwood
· 15 years ago
89ac364
get rid of utils/executablepath.h, which now lives in the simulator
by Mathias Agopian
· 15 years ago
5b043d6
am 1f546e6d: adb: Allow enabling of device side adbd logging with a persistent system property.
by Mike Lockwood
· 15 years ago
1f546e6
adb: Allow enabling of device side adbd logging with a persistent system property.
by Mike Lockwood
· 15 years ago
64c6397
am 6a3075c7: adb: Add adbd to the AID_SDCARD_RW group to allow writing to the SD card.
by Mike Lockwood
· 15 years ago
6a3075c
adb: Add adbd to the AID_SDCARD_RW group to allow writing to the SD card.
by Mike Lockwood
· 15 years ago
fc8e241
am 0469d2c3: Merge change 2282 into donut
by Android (Google) Code Review
· 15 years ago
a481d09
Support for 3rd party USB Vendor IDs in adb.
by Xavier Ducrohet
· 15 years ago
8a88939
am a09fbd16: Preparation work for adb to support USB vendor Ids provided by SDK add-ons.
by Xavier Ducrohet
· 15 years ago
a09fbd1
Preparation work for adb to support USB vendor Ids provided by SDK add-ons.
by Xavier Ducrohet
· 15 years ago
df849ca
am a61755e5: Merge change 2077 into donut
by Android (Google) Code Review
· 15 years ago
249ad57
adb: adbd no longer disables OOM and now sets children's OOM adjustment to zero
by Mike Lockwood
· 15 years ago
342520f
am 1b154930: Merge change 1867 into donut
by Android (Google) Code Review
· 15 years ago
34c22c5
am 414ff7d9: 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
· 15 years ago
f6330a2
Cleaning up whitespace in adb sources. Nothing more, nothing less.
by David 'Digit' Turner
· 15 years ago
414ff7d
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
· 15 years ago
16b5d6e
am 3fd82b8: adb: osx: Match devices based on interface subclass and prot
by Dima Zavin
· 15 years ago
3fd82b8
adb: osx: Match devices based on interface subclass and protocol
by Dima Zavin
· 16 years ago
46f208e
Merge change 1171
by Android (Google) Code Review
· 16 years ago
db44926
Allow adb to use ANDORID_SERIAL env variable to specify the device to talk to.
by Nick Pelly
· 16 years ago
b9e966f
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
e037fd7
auto import from //branches/cupcake_rel/...@138607
by The Android Open Source Project
· 16 years ago
2015549
auto import from //branches/cupcake/...@137873
by The Android Open Source Project
· 16 years ago
dd7bc33
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
e54eebb
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
1b8e5a6
auto import from //branches/cupcake/...@131421
by The Android Open Source Project
· 16 years ago
13f797d
auto import from //branches/cupcake/...@130745
by The Android Open Source Project
· 16 years ago
5ae090e
auto import from //branches/cupcake/...@125939
by The Android Open Source Project
· 16 years ago
35237d1
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
4f6e8d7
Initial Contribution
by The Android Open Source Project
· 16 years ago