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