VRPirates / rookie

GNU General Public License v3.0
277 stars 21 forks source link

[Feature Request] Show progress bar/percentage when coyping obb to device #111

Open vesper8 opened 4 months ago

vesper8 commented 4 months ago

When installing large games (10-20GB) it sometimes seems like it's gotten stuck even after an hour of transferring.. but then when you abort it you can see in the debug log that it maybe wasn't stuck and was just taking a very long time. In order to know whether it's stuck or just really slow it would be great to have some kind of progress indicator when copying to the device (I'm using a wired connection myself but it would be nice if this also worked over wireless). Not sure how feasible it is to add this but I think it would be a very nice QoL improvement. Thanks for considering it!

frxctura commented 3 months ago

This is definitely possible since newer ADB versions provide progress support, however, after testing, it's resulted in breaking a lot of our other code, so, this might take a couple of versions until properly implemented.