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

[BUG] Crash on editing files on external SD #1558

Open
0xlne opened this issue Jan 1, 2019 · 3 comments
Open

[BUG] Crash on editing files on external SD #1558

0xlne opened this issue Jan 1, 2019 · 3 comments
Labels
Area-ExternalStorage Related to external storage (SD card). Area-FileOperations Related to file operations (e.g. moving, copying, renaming). Issue-Severe (high) Showstopper issues that require immediate attention

Comments

@0xlne
Copy link

0xlne commented Jan 1, 2019

Files on external SD card can be read, but cannot be written to, edited, or modified.
The same operations in the internal sdcard are fine.

System:
Xperia XZ2/Android 9 (although this happened on other devices as well)

@EmmanuelMess EmmanuelMess added test on master Issue-Severe (high) Showstopper issues that require immediate attention labels Jan 1, 2019
@EmmanuelMess
Copy link
Member

You said it crashes, have you sent in a report via "report" (if installed from Play store)? Otherwise, can you provide us with a logcat?

@manuelmnl
Copy link

I do have the same issue on my phones (Samsung s8+, Android 8 & OnePlus 3T, Android 8).
I did send you a report from the last crash.
This happens for internal SD cards (SD card slot of the Samsung) as well as for SD cards that are connected by OTG devices.
I hope you can find the bug with the help of the crash report.

@EmmanuelMess
Copy link
Member

Might be this:

  at com.amaze.filemanager.activities.TextEditorActivity.lambda$load$4$TextEditorActivity (TextEditorActivity.java:319)
 
  at com.amaze.filemanager.activities.TextEditorActivity$$Lambda$3.onAsyncTaskFinished (unavailable)
 
  at com.amaze.filemanager.asynchronous.asynctasks.ReadFileTask.onPostExecute (ReadFileTask.java:125)
 
  at com.amaze.filemanager.asynchronous.asynctasks.ReadFileTask.onPostExecute (ReadFileTask.java:27)

@bowiechen bowiechen added Area-ExternalStorage Related to external storage (SD card). Area-FileOperations Related to file operations (e.g. moving, copying, renaming). and removed test on master labels Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-ExternalStorage Related to external storage (SD card). Area-FileOperations Related to file operations (e.g. moving, copying, renaming). Issue-Severe (high) Showstopper issues that require immediate attention
Projects
None yet
Development

No branches or pull requests

4 participants