-
Notifications
You must be signed in to change notification settings - Fork 42
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
crashes when trying to add path to external usb drive #255
Comments
Thank you very much for this good bug report. Unfortunately, the major part of the recording is just black. You have to enable the "Allow screenshots" unsafe feature to be able to record DroidFS. Nevertheless, according to the logcat, it looks like the app gets killed by SELinux:
This is because DroidFS failed to retrieve the directory path by conventional ways. Try to enter the path manually in the text field to see if DroidFS is still killed. |
you're welcome, I'm always trying to help opensoruce development :3 |
If you've seen the encrypted files on the drive but they've disappeared after remount, this is rather strange, but it's probably not a DroidFS bug. What's the file system on your drive? What's your ROM? Does it also happen with files from other apps? The "Import failed" error looks like DroidFS has no write access to the volume. Are you able to take pictures or create files or folders inside the app? |
i believe the usb format is fat32? i formatted it using the android format |
Is it a gocryptfs or a CryFS volume? Do you unmount the drive before ejecting it? You can also provide your logcat when the "Import failed" error shows up to help debugging this issue, and try creating files with other apps to see if they disappear too. Are you able to take pictures or create files or folders inside DroidFS? |
its gocryptfs, and yes, i unmount the drive and lock the container beforehand |
Crash when going to background is expected in this situation, check #157 for details. Can you reproduce the "Import failed" error you showed earlier? If so, please record your logcat while reproducing so that we can find out what went wrong. Also, try creating files on your USB drive with other applications and see if they disappear too. This may not only affect DroidFS. |
i don't know what happened or how to describe it, so, here's a video and a logcat
screen-20231123-212752.mp4
droidfs23-11_21-26-48.log
The text was updated successfully, but these errors were encountered: