Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues copying to SD card #1232

Open
alex-guer opened this issue May 14, 2018 · 6 comments
Open

Issues copying to SD card #1232

alex-guer opened this issue May 14, 2018 · 6 comments
Labels
Issue-Bug Related unexpected behavior or something worth investigating. Issue-Severe (high) Showstopper issues that require immediate attention

Comments

@alex-guer
Copy link

When I try to copy/paste a file from the internal storage to my SD card, an empty file (size: 0 byte) appears on my SD card that I can't open but with the right name.

I tried to do the same thing with the same file, but this time from the Android built-in file manager, and it worked. I can open the file, and it's written that it has a positive size on the built-in manager. But Amaze File Manager, after a refresh, still shows that the file is empty and I can't open it from there.

So then, I tried to copy/paste another file from my internal storage to my SD card using Amaze File Manager but trying to open it from the built-in file manager and indeed, there, the file is normal in my SD card even though AFM considers it as empty

I have a Xiaomi Mi A1 with Android 8.0

@mase76
Copy link

mase76 commented May 26, 2018

I can confirm this with Omnirom 8.1.0 on an Xperia X. Almost all file write operations are impossible. Copying ends up in 0 byte, deleting or creating files and folders let amaze crash. No problems with the internal sd.

@EmmanuelMess
Copy link
Member

Can anyone replicate in master or release-3.3.0?

@mase76
Copy link

mase76 commented Jun 1, 2018

It seems to be a permissions problem, even with root. Doing the same operations with Ghost Commander ends in a permission denied message. Amaze creates 0 byte files or crashes. This is dangerous when moving files. Without a check for a successful write operation you will lose your file(s). The AOSP filemanager has no problems with sdcard operations. I use the F-droid build and they provide version 3.2.1 only, which is the latest release.

@VishalNehra
Copy link
Member

Working fine on master. Please re-open if persists after v3.3.0

@jhoc2000
Copy link

jhoc2000 commented Jul 6, 2019

I've just noticed this behaviour in version 3.3.2.

I can't copy a file from internal storage to the sdcard and I can't create a file or directory on the sdcard.

I guess it's permissions but I don't have root privileges to make any changes.

@EmmanuelMess EmmanuelMess reopened this Jul 6, 2019
@EmmanuelMess EmmanuelMess added Issue-Bug Related unexpected behavior or something worth investigating. and removed test on master labels Jul 6, 2019
@vahidri
Copy link

vahidri commented Feb 14, 2020

I have a similar problem: files get copied ok, but as a side effect I always get the same filenames (files with 0 size) in a specific directory.

@EmmanuelMess EmmanuelMess added the Issue-Severe (high) Showstopper issues that require immediate attention label Feb 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug Related unexpected behavior or something worth investigating. Issue-Severe (high) Showstopper issues that require immediate attention
Projects
None yet
Development

No branches or pull requests

6 participants