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

Different directories to read and write [device-specific] #45

Closed
MajaTrzebiatowskaPL opened this issue Mar 17, 2016 · 1 comment
Closed

Comments

@MajaTrzebiatowskaPL
Copy link

java.io.IOException: open failed: ENOENT (No such file or directory)
at java.io.File.createNewFile(File.java:940)
at java.io.File.createTempFile(File.java:1005)
at pl.aprilapps.easyphotopicker.EasyImage.createCameraPictureFile(EasyImage.java:80)
at pl.aprilapps.easyphotopicker.EasyImage.createCameraIntent(EasyImage.java:92)
at pl.aprilapps.easyphotopicker.EasyImage.openCamera(EasyImage.java:187)
[...]
Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
at libcore.io.Posix.open(Native Method)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
at java.io.File.createNewFile(File.java:933)

AND

java.io.FileNotFoundException: {file path - used saveInAppExternalFilesDir() configuration with custom folder name}: open failed: ENOENT (No such file or directory)
at libcore.io.IoBridge.open(IoBridge.java:416)
at java.io.FileOutputStream.(FileOutputStream.java:88)
at java.io.FileOutputStream.(FileOutputStream.java:128)
at java.io.FileOutputStream.(FileOutputStream.java:117)
at pl.aprilapps.easyphotopicker.EasyImage.onPictureReturnedFromGallery(EasyImage.java:298)

Both occurred on HTC Desire X, Android 4.1.1

@jkwiecien
Copy link
Owner

Try 1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants