Evrins Hu
5532b49f7e
migrate to go mod
2020-07-13 14:18:10 +08:00
Zach Klippenstein
5fb43080b6
Renamed top-level package from goadb
to just adb
.
2016-01-15 07:54:27 -08:00
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
bdf8f854c3
Added utility method to DirEntries for reading all entries.
2015-09-06 12:56:35 -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