pixelmate
pixelmate copied to clipboard
Upload progress
Last feature request for today :D It'd be nice to have a progress info somewhere. It can be on the bottom status bar:
"Uploading xyz.apk (25%)"
If you copy a large file there's no way to know progress.
Hi @piotrros,
Thanks for the request. Unfortunately, adb push doesn't provide a percentage of the upload process.
What it provides is the kbps per second and total bytes pushed so far:

This information is displayed live in the Pixelmate status bar at the bottom of the window.
Since Pixelmate relies solely on adb to work, I'm not sure this can ever be supported. Not unless we parse the output extracting the number of bytes pushed, querying the local filesystem for the file size, and calculating the percentage ourselves.
If you're up to the challenge, feel free to give it a shot. 👍