Unknown progress of adb pull folder/ #4

Open
opened 2024-05-31 00:00:26 +02:00 by Benjamin_Loison · 7 comments
Owner
adb pull '/sdcard/Recordings/Sound records/'
[   ?] /sdcard/Recordings/Sound records/Sound record (CENSORED).flac: 19%

At the beginning of the command I was not having [ ?].

Related to Benjamin_Loison/android_packages_apps_Recorder/issues/4.

```bash adb pull '/sdcard/Recordings/Sound records/' ``` ``` [ ?] /sdcard/Recordings/Sound records/Sound record (CENSORED).flac: 19% ``` At the beginning of the command I was not having `[ ?]`. Related to [Benjamin_Loison/android_packages_apps_Recorder/issues/4](https://codeberg.org/Benjamin_Loison/android_packages_apps_Recorder/issues/4).
Author
Owner

My workaround consists in du -sh the origin and the destination.

My workaround consists in `du -sh` the origin and the destination.
Author
Owner

Related to #8.

Related to #8.
Author
Owner

DuckDuckGo search adb pull progress.

Answers to the Stack Overflow question 6595374 do not seem to help.

Google search adb pull progress.

adb --version
Output:
Android Debug Bridge version 1.0.41
Version 34.0.4-debian
Installed as /usr/lib/android-sdk/platform-tools/adb
Running on Linux 6.8.0-110-generic (x86_64)
DuckDuckGo search *adb pull progress*. Answers to [the Stack Overflow question 6595374](https://stackoverflow.com/q/6595374) do not seem to help. Google search *adb pull progress*. ```bash adb --version ``` <details> <summary>Output:</summary> ``` Android Debug Bridge version 1.0.41 Version 34.0.4-debian Installed as /usr/lib/android-sdk/platform-tools/adb Running on Linux 6.8.0-110-generic (x86_64) ``` </details>
Author
Owner

https://chat.mistral.ai/chat/4bc32298-fc67-4ded-844b-acdc662b92d1

adb pull /data/data/ -v
adb: unrecognized option '-v'
https://chat.mistral.ai/chat/4bc32298-fc67-4ded-844b-acdc662b92d1 ```bash adb pull /data/data/ -v ``` ``` adb: unrecognized option '-v' ```
Author
Owner

adb logcat does not seem to show anything going on.

`adb logcat` does not seem to show anything going on.
Author
Owner

Pull Individual Files is quite unsatisfying.

./platform-tools/adb --version
Output:
Android Debug Bridge version 1.0.41
Version 37.0.0-14910828
Installed as /home/ubuntu/platform-tools/adb
Running on Linux 6.17.0-1011-oracle (x86_64)

37.0.0-14910828 is the important piece.

*Pull Individual Files* is quite unsatisfying. ```bash ./platform-tools/adb --version ``` <details> <summary>Output:</summary> ``` Android Debug Bridge version 1.0.41 Version 37.0.0-14910828 Installed as /home/ubuntu/platform-tools/adb Running on Linux 6.17.0-1011-oracle (x86_64) ``` </details> `37.0.0-14910828` is the important piece.
Author
Owner

Benjamin_Loison/Backup_Android_apps/issues/33 shows that tar is faster than adb pull, in addition that can track progress thanks to pv.

[Benjamin_Loison/Backup_Android_apps/issues/33](https://codeberg.org/Benjamin_Loison/Backup_Android_apps/issues/33) shows that `tar` is faster than `adb pull`, in addition that can track progress thanks to `pv`.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/adb#4