AdbLib icon indicating copy to clipboard operation
AdbLib copied to clipboard

Backup process with "sync"

Open MicKle3 opened this issue 3 years ago • 1 comments

Hello @cgutman,

I want to backup some files via my developing application. So, I used "sync" connection and opened stream via "RECV". (I want to pull about 40 files in this stream). But, sometimes adb pulled these files, sometimes no. When I debug this problem, read() function is not return anything. read() is always waiting.

How can I solve this problem?

(I hope, I can explain my problem.)

MicKle3 avatar Mar 08 '22 06:03 MicKle3

hello MicKle3, How is this RECV command format written? Thank you very much

wangyuou avatar Sep 18 '24 07:09 wangyuou