- 4569be7 Add temperature fallback by Brian Sheedy · 3 months ago main
- e9b9ca5 Encode command in StreamingCommand by Junji Watanabe · 3 years, 1 month ago
- 8da296d fix concat error in PushKeys by Junji Watanabe · 3 years, 4 months ago
- 48fc798 Fix byte string concat error in _HandleAUTH() by Junji Watanabe · 3 years, 4 months ago
- ac3b950 add universal_newlines=True in KillADB() by Junji Watanabe · 3 years, 4 months ago
- 7dc2c0f ensure filename to be str by Junji Watanabe · 3 years, 4 months ago
- e99f193 ensure old_content to be binary only when adb_keys exist by Junji Watanabe · 3 years, 4 months ago
- bb53130 Fix pyhton3 incompatibilities by Junji Watanabe · 3 years, 4 months ago
- 63049db Support Python3 by Junji Watanabe · 3 years, 6 months ago
- b9c2a05 add OWNERS file by Junji Watanabe · 3 years, 6 months ago
- adb84eb remove unused import by Takuto Ikuta · 5 years ago
- d5794e7 Stop using unicode raw string by Takuto Ikuta · 5 years ago
- adb763c replace xrange with range by Takuto Ikuta · 5 years ago
- 9e1c536 Stability improvements by Marc-Antoine Ruel · 6 years ago
- 27aca95 When uninstalling, use the output of 'pm path' instead of its exit code. by Ben Pastene · 6 years ago
- 1c395fc Change GetGMSCoreVersion to GetPackageVersion by bsheedy · 6 years ago
- 0170074 Add schedutil governor value. by Ben Wagner · 6 years ago
- 412d35c python-adb: Use cat instead of adb's filesync if we need su to be root. by Ben Pastene · 6 years ago
- b6a529e Revert "python-adb: Print stack trace on failures to open an Android USB device." by Ben Pastene · 6 years ago
- 3979f3c python-adb: Add support for devices that need_su to attain root privileges. by Ben Pastene · 6 years ago
- 00ea410 python-adb: Print stack trace on failures to open an Android USB device. by Sergiy Byelozyorov · 6 years ago
- e4997e8 python-adb: Create GetGMSCoreVersion method in high.py. by Zhiling Huang · 6 years ago
- 2d12b56 py-adb: Attempt to get py-adb working on P. by Benjamin Pastene · 7 years ago
- 135dd71 py-adb: Swallow InvalidResponseError when rooting. by Benjamin Pastene · 7 years ago
- 4b578d9 py-adb: Detect another type of dumpsys error. by Benjamin Pastene · 7 years ago
- 34bfe6b python-adb: Fallback to getprop when /system/build.prop is not readable. by Benjamin Pastene · 7 years ago
- c57ccfe python-adb: Fix timeout arg. by Benjamin Pastene · 7 years ago
- e3ec660 python-adb: Don't override timeout arg for shell commands. by Benjamin Pastene · 7 years ago
- 9717f0a python-adb: Fallback to /proc/sysrq-trgger when rebooting fails. by Benjamin Pastene · 7 years ago
- deedbd3 Add a codereview.settings file for python-adb.git by Benjamin Pastene · 7 years ago
- bde63cf python-adb: Optionally skip sd_card checking when booting up. by Benjamin Pastene · 7 years ago
- 55aea29 python-adb: Add a high.IsDeviceFullyBooted check. by Benjamin Pastene · 7 years ago
- bed58b9 python-adb: List tz sensors in GetDeviceTemperatures() by Benjamin Pastene · 7 years ago
- 9ad4aa5 python-adb: Use reentrant locks in the handles. by Benjamin Pastene · 8 years ago
- 0f6553c python-adb: Fix KillADB logging. by Benjamin Pastene · 8 years ago
- 75477eb python-adb: Make FindDevicesSafe true to its name. by Benjamin Pastene · 8 years ago
- 42558a5 python-adb: Ignore devices that don't expose a serial number. by Benjamin Pastene · 8 years ago
- f56093f python-adb: Don't return port_path when asked for serial. by Benjamin Pastene · 8 years ago
- 5d1bc34 python-adb: Quit early when trying to connect to a missing device. by Benjamin Pastene · 8 years ago
- 8626f27 python-adb: Fix bug with shell command out. by Benjamin Pastene · 8 years ago
- 6c06489 python-adb: Fall back to executing su directly when testing for has_root by Benjamin Pastene · 8 years ago
- e01e01f python-adb: Check if message queue has been closed before consuming it. by Benjamin Pastene · 8 years ago
- 0cbf609 python-adb: Don't hang forever when attempting to kill adb servers. by Benjamin Pastene · 8 years ago
- 6dd8c97 Upstream reset-usb optional logic. by Benjamin Pastene · 8 years ago
- 8ff7d90 adb_commands_safe: Trap more exceptions. by Marc-Antoine Ruel · 8 years ago
- ca231dc high.py: Clean up current metric by Ryan Tseng · 8 years ago
- ec2f722 high.py: Fix current metric by Ryan Tseng · 8 years ago
- e1630f2 Add current information to GetBattery() by Ryan Tseng · 8 years ago
- 36fb811 high.py: Bail out of WaitUntilFullyBooted() if device is unavailable by Ryan Tseng · 8 years ago
- c9ac519 python-adb: Catch USBErrorIO when opening usb handle. by Benjamin Pastene · 8 years ago
- 775c243 python-adb: Disable USB resets on USB failures. by Benjamin Pastene · 8 years ago
- 7e66a9c python-adb: Ignore CLSE packets sent from the device for other streams. by Benjamin Pastene · 8 years ago
- 6e66b11 python-adb: Don't discard OKAYs from the device. by Benjamin Pastene · 8 years ago
- e655eaa Explicitly trap usb1.USBErrorIO exceptions. by Marc-Antoine Ruel · 8 years ago
- ebee7e2 Handle LIBUSB_ERROR_NOT_FOUND. (#11) by cyberstip · 8 years ago
- 72674a1 Add option to send reboot command and not wait for device. by Benjamin Pastene · 8 years ago
- 83afcaa Do not use assert on reply from the device. by Marc-Antoine Ruel · 8 years ago
- 2ac6144 Remove assert from AdbCommandsSafe.Shell(). by Marc-Antoine Ruel · 8 years ago
- bb8e423 Trap StopIteration and convert to InvalidResponseError. by Marc-Antoine Ruel · 8 years ago
- cbdf248 Expose sysfs port path for android devices. by Benjamin Pastene · 8 years ago
- ede56ee Attempt to reset device handles when an I/O timeout occurs on connect. by Benjamin Pastene · 8 years ago
- 1c657fc Restore Timeout() logic. (#10) by cyberstip · 8 years ago
- 5b8a6eb Do not throw on when self.cache.available_frequencies is None. by Marc-Antoine Ruel · 8 years ago
- c707de0 Report memory and process information for devices. (#9) by cyberstip · 8 years ago
- 3e79a6b Merge pull request #8 from erock2112/master by M-A · 8 years ago
- 1281288 Fix high_test after 65dec86 by Eric Boren · 8 years ago
- 5d9f64b Merge pull request #7 from erock2112/master by M-A · 8 years ago
- 65dec86 Plumb timeout through ReadAndDispatch, Shell(), use in long-running cmds by Eric Boren · 8 years ago
- 3cf55dd Merge pull request #6 from erock2112/master by M-A · 8 years ago
- 7b18c0b CPU scaling fallback to scaling_[min|max]_freq, not cpuinfo_.... by Eric Boren · 8 years ago
- 69081bc Merge pull request #5 from erock2112/master by M-A · 8 years ago
- b4c1e95 Fix fallback-to-shell in HighDevice.SetCPUSpeed() by Eric Boren · 8 years ago
- b9c59ab Expose different types of device failures. by Benjamin Pastene · 8 years ago
- 93e601c Merge pull request #4 from erock2112/master by M-A · 8 years ago
- 06a26e3 CPU scaling governors assert: Fix intersect->intersection by Eric Boren · 8 years ago
- ba17ba2 Merge pull request #3 from erock2112/master by M-A · 8 years ago
- 5e64048 Be more forgiving with available CPU scaling governors assert by Eric Boren · 8 years ago
- c2fd392 Merge pull request #2 from erock2112/master by M-A · 8 years ago
- a77c3fb Mimic self.Shell fallback from SetCPUScalingGovernor in SetCPUSpeed by Eric Boren · 8 years ago
- 7b20f89 Fix WaitUntilFullyBooted() on android 4.4. by Marc-Antoine Ruel · 8 years ago
- 043eb6e Add hotplug as a known CPU governor. by Marc-Antoine Ruel · 9 years ago
- 3ace393 Fix/implement basic TCP support. by Benjamin Pastene · 8 years ago
- af6ef85 Fix missing import, causing a double-exception. by Marc-Antoine Ruel · 9 years ago
- 0562f4d Merge remote-tracking branch 'origin/master' into luci_master by Marc-Antoine Ruel · 9 years ago
- 29e0c83 Merge pull request #15 from maruel/clean by Fahrzin Hemmati · 9 years ago
- 39dc3fe Merge pull request #14 from google/clean_rsa by Fahrzin Hemmati · 9 years ago
- 34f41ee Fix --port_path; improve doc. by Marc-Antoine Ruel · 9 years ago
- 149a408 Merge branch 'master' into luci_master by Marc-Antoine Ruel · 9 years ago
- f8cde27 Move signer decision into import tree by Fahrzin Hemmati · 9 years ago
- 8ac3634 Move pythonrsa's key_path constructor to classmethod by Fahrzin Hemmati · 9 years ago
- ebf8817 Switch to setuptools.setup by Fahrzin Hemmati · 9 years ago
- a109b6f Merge pull request #13 from maruel/pythonrsa by Fahrzin Hemmati · 9 years ago
- 9de0f2b Make adb_debug.py able to use python-rsa if M2Crypto is unavailable. by Marc-Antoine Ruel · 9 years ago
- 346e6b3 Fix regression introduced in b17110a0c90c8e2defa4d0fd414e9ef780231c28. by Marc-Antoine Ruel · 9 years ago
- 95327eb Merge remote-tracking branch 'origin/master' by Marc-Antoine Ruel · 9 years ago
- b17110a Migrate high.py and adb_commands_safe.py to contrib. by Marc-Antoine Ruel · 9 years ago
- 1d4b6ca Merge pull request #11 from maruel/sign by Fahrzin Hemmati · 9 years ago
- 72d9dbe Split off M2CryptoSigner into its own file. by Marc-Antoine Ruel · 9 years ago
- d887e2c Various fixes. by Marc-Antoine Ruel · 9 years ago
- 5767d07 Add comment to List() about return type. by Marc-Antoine Ruel · 9 years ago