ADB-Explorer icon indicating copy to clipboard operation
ADB-Explorer copied to clipboard

when pulling get progress but nothing copyies from phone

Open KolodyazhnyyI opened this issue 1 year ago • 8 comments

i got this behaviour yesterday, when tried to pull from phone torrented music collection, which is large enough to not MTP got progress bar, like something is copied, and when finished-nothing appeared on destination drive

KolodyazhnyyI avatar Jul 12 '24 13:07 KolodyazhnyyI

  • Do you get progress when pulling single files?
  • Did you enable the setting "Deploy AdbProgressRedirection.exe"?
  • Is there actual progress in % or at least in total bytes?

Alex4SSB avatar Jul 12 '24 14:07 Alex4SSB

Happens to me too here when I try pulling files from my phone to my connected external SSD. So it does pull the files but not to the external drive but instead the files go to '%USERPROFILE%\AppData\Local\VirtualStore\Windows\SysWOW64'.

herrblitzkrieg avatar Aug 03 '24 09:08 herrblitzkrieg

@herrblitzkrieg Weird. Does this happen only with external drives?

I searched for the path you provided and got this: https://answers.microsoft.com/en-us/windows/forum/all/please-explain-virtualstore-for-non-experts/d8912f80-b275-48d7-9ff3-9e9878954227#:~:text=For%20a%20program,a%20hidden%20folder.

So with the suggestions from this link:

  • Are you using the Microsoft Store version of the app?
  • Did you try running it as admin?

Alex4SSB avatar Aug 03 '24 16:08 Alex4SSB

  • Yes, I am using the MS version of the App.
  • I tried running ADB Explorer as Admin and this time it copies the files to '%SystemRoot%\SysWOW64'.

Again, this issue happens only when trying to pull a file/folder from my phone to any external drive like a connected SSD or conventional Flash Drive.

herrblitzkrieg avatar Aug 05 '24 09:08 herrblitzkrieg

Are you pulling directly to the external drive root, or into a subfolder? There was an issue with that previously.

Alex4SSB avatar Aug 05 '24 10:08 Alex4SSB

Same happens to me, it can only pull as Admin and it copies the file in the root directory of the partition that it's installed in this case C:\

NLSNPNT avatar Aug 05 '24 22:08 NLSNPNT

It happens when pulling to external drive root. When pulling to a subfolder like 'E:\level1', the files land in 'E:'. When pulling to any sub-subfolder like 'E:\level1\level2' or 'E:\level1\level2\level3' it works as planned.

herrblitzkrieg avatar Aug 06 '24 12:08 herrblitzkrieg

Okay, thank you @herrblitzkrieg I finally managed to reproduce the issue. I refactored the pull target path mechanism in the last version, and apparently didn't test your case.

The Store version is the cause for the weird paths - I wrote on this issue on the main page.

As a temporary fix, you can enable and use the experimental Drag & Drop support by adding the following line to App.txt: DragDropMethod:4; The current implementation requires building a full hierarchy tree of the current folder, which might take some time depending on the amount of sub-files of a folder.

Alex4SSB avatar Aug 06 '24 20:08 Alex4SSB