-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Fix really slow /sdcard access on Android 11 #2174
Comments
|
How much MB was the files? Did you mean "acessing files" as opening a file with a text editor like nano or vim?, or acessing files as copying the files from Could you do: How fast would you think it must so? |
And this potential fix will require much more work than you can think. Termux doesn't support target API higher than 28. |
|
running 5min is absurdly long for <100MB and <6000 files!
|
|
I guess a basic summary is Android 11's new sdcard filesystem is trash and we really should figure out how to work around it... |
Use root to manually place files to |
|
I created a 100MB file from /dev/urandom and created several copies at Tested on Android 6.0.1. Accessing the sdcard at The |
I understand, and I hope that other blocking work is resolved sooner than later. For many reasons. |
|
This behaviour can not be fixed since that is Android limitation. |

Accessing files on
/sdcardcan be more than 200x slower (tested on my Pixel 4a) on Android 11 when accessing many small files. I think a potential fix might be to enableMANAGE_EXTERNAL_STORAGE:https://developer.android.com/training/data-storage/manage-all-files
The text was updated successfully, but these errors were encountered: