Overview
Request 1160543 accepted
- Update to version 34.0.5
* adb
- Previously, adb responded with a successful code when wireless
pairing fails. Resolved this by returning a failure code (1) and
user-facing error (error: protocol fault (couldn't read status
message...)). echo $? now reports 1.
- adb wait-for-disconnect is now operational for non-USB
(wireless debugging).
- Added new DbC interface for future support of ChromeOS over adb.
* fastboot
- Fixed flashall on Pixel 3 devices.
- Remove fix-add-make_f2fs-tool-for-fastboot.patch and
fix-add-sload_f2fs-tool.patch (merged upstream)
Request History
munix9 created request
- Update to version 34.0.5
* adb
- Previously, adb responded with a successful code when wireless
pairing fails. Resolved this by returning a failure code (1) and
user-facing error (error: protocol fault (couldn't read status
message...)). echo $? now reports 1.
- adb wait-for-disconnect is now operational for non-USB
(wireless debugging).
- Added new DbC interface for future support of ChromeOS over adb.
* fastboot
- Fixed flashall on Pixel 3 devices.
- Remove fix-add-make_f2fs-tool-for-fastboot.patch and
fix-add-sload_f2fs-tool.patch (merged upstream)
munix9 accepted request