```bash adb --version ``` ``` 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) ```
On LineageOS 23.2 `adb root`, `adb pull /data/data/` hangs without any output and without any local `data/` being created, how can I see the progress?
3/3
Apr 26, 8:08pm
On Linux, when adb pull hangs without showing progress, it’s often because ADB’s default output doesn’t display transfer progress. Here are a few ways to monitor or troubleshoot the transfer:
1. Use pv (Pipe Viewer) for Progress
If you have pv installed, you can use it to show progress. Since adb pull doesn’t natively support piping, you can use a workaround: