adb push/pull with progress bar
It looks like the latest adb has progress support. Android Debug Bridge version 1.0.32 device commands: adb push [-p] <local> <remote> – copy file/dir to device (‘-p’ to display the transfer progress) However, the other answers also work for adb install which do not have a progress option. I modified the first answer’s script to … Read more