Zach Klippenstein
cb7e06bdb9
OpenRead will now return an error if the server returns an error when trying to open a file.
...
All sync status reads now also check for failure status,
using the same logic as the normal Scanner (the only difference
being that for normal scanners, length is encoded as a hex
string, but for sync scanners it's in binary little-endian).
2015-12-28 19:46:14 -08:00
Zach Klippenstein
e3c41d9cbf
Add GetDeviceInfo method to DeviceClient.
2015-11-26 11:49:29 -08:00
Zach Klippenstein
695e0af07b
Fixed DeviceClient not closing the connection on Stat.
2015-09-05 20:37:40 -07:00
Zach Klippenstein
34b3a07ca8
Richer error handling.
2015-07-12 00:37:58 -07:00
Zach Klippenstein
0817d29438
Decoupled clients from each other.
2015-07-11 23:21:10 -07:00
Zach Klippenstein
0be787db78
Better logging for connection failures.
2015-05-03 18:07:03 -07:00
Zach Klippenstein
925d93caef
Removed nilSafeDialer and moved AdbPort into goadb package.
2015-05-03 07:39:11 -07:00
Zach Klippenstein
a6b8a6fa03
Enhanced error messages.
2015-05-03 05:37:53 -07:00
Zach Klippenstein
d0b99d9f57
Parse more bits out of file modes in sync mode.
2015-04-28 14:25:36 -05:00
Zach Klippenstein
4b9891533a
Started host and local service clients.
...
Milestone: the demo app prints /proc/loadavg from the device.
2015-04-12 22:07:12 -07:00