Using the Emulator:
Camera1_PictureTaken (Data() as Byte)
Dim out as outputstream
out = File.OpenOutput(File.DirRootExternal, "image1.jpg", False)
is generating the following error message:
Java.io.FileNotFoundException: /mnt/sdcard/image1.jpg (Permission Denied)
I'm unable to locate where the /mnt/sdcard area might be to change the permissions.
This code was working correctly yesterday until I needed to create a new Emulator and raise the amount of memory.
Would anyone know where to change file permissions?
Thank you,
Camera1_PictureTaken (Data() as Byte)
Dim out as outputstream
out = File.OpenOutput(File.DirRootExternal, "image1.jpg", False)
is generating the following error message:
Java.io.FileNotFoundException: /mnt/sdcard/image1.jpg (Permission Denied)
I'm unable to locate where the /mnt/sdcard area might be to change the permissions.
This code was working correctly yesterday until I needed to create a new Emulator and raise the amount of memory.
Would anyone know where to change file permissions?
Thank you,