T0biasCZe / AdbFileManager

Fast Android <-> Windows file manager using ADB protocol
653 stars 41 forks source link

[BUG] The program does not move the files #30

Open ComandPromt opened 1 month ago

ComandPromt commented 1 month ago

For me it is a bug since I would like to transfer the files and have them move. I would like two additional lists, one to copy the files I want to the destination and another to move the files in case I do not copy or move all the files in the selection from the source to the destination.

I would like the program to notify me when the operation is complete and ask me if I want to open the folder at the end of the transfer

There is no way to cancel the transfer without closing the program when you close the process window

T0biasCZe commented 1 month ago

when you try to copy file, does it throw any error into debug console? to show the console, click this button on bottom right image

mistervik7 commented 1 month ago

when you try to copy file, does it throw any error into debug console? to show the console, click this button on bottom right image

debug console says:

1 file pulled, 0 skipped. 98.1 MB/s (21250472 bytes in 0.207s) but the file isn't copied or moved

current version AFM.dev.v1.9a

scmanjarrez commented 1 month ago

Yes, same here.

"C:/Usuarios/S/Desktop/Images/IMG-20190731-WA0008.jpg"
adb pull  -a  "/sdcard/DCIM/Camera/IMG-20190731-WA0008.jpg" "C:/Usuarios/S/Desktop/Images/IMG-20190731-WA0008.jpg"
/sdcard/DCIM/Camera/IMG-20190731-WA0008.jpg: 1 file pulled, 0 skipped. 27.2 MB/s (1294731 bytes in 0.045s)
T0biasCZe commented 1 month ago

Try open cmd in the folder with the program, and paste the adb pull command there.
Does it copy the file or not? (to open cmd, click the address bar on top of explorer, write in cmd and press enter) image

scmanjarrez commented 1 month ago

Hi, the command still doesn't work but I think I've found the cause (at least in my case); the command being executed is using part in the configured language of the system and part in english..., and I've no idea why, even the system filebrowser shows the path in english. https://youtu.be/YGLlJcKGGXo

adb pull  -a  "/sdcard/DCIM/Screenshots/Screenshot_2024-06-24-13-59-38-488_com.alibaba.aliexpresshd.jpg" "C:/Usuarios/S/Desktop/Test" <-- doesn't work

adb pull  -a  "/sdcard/DCIM/Screenshots/Screenshot_2024-06-24-13-59-38-488_com.alibaba.aliexpresshd.jpg" "C:/Users/S/Desktop/Test" <-- does work

image

T0biasCZe commented 1 month ago

Oooh
try this release, should be fixed AFM 1.9 esp.zip

mistervik7 commented 1 month ago

Oooh try this release, should be fixed AFM 1.9 esp.zip

This new version opens and close like happened with a previous version, can't try neither copy or move files

scmanjarrez commented 1 month ago

Sorry for the delay, in my case, it works.