<div dir="ltr">Hey,<div><br></div><div>Is there any way I can get a real FD from my IOCipher virtual disk?  For instance, in order to use the stock MediaRecorder object I either need a file path or a native FD, the object relies on native code to write to the file:</div>

<div><br></div><div><a href="http://developer.android.com/reference/android/media/MediaRecorder.html#setOutputFile(java.io.FileDescriptor)">http://developer.android.com/reference/android/media/MediaRecorder.html#setOutputFile(java.io.FileDescriptor)</a><br>

</div><div><br></div><div><a href="https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/media/java/android/media/MediaRecorder.java">https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/media/java/android/media/MediaRecorder.java</a><br>

</div><div><br></div><div>Other suggestions welcome.</div><div><br></div><div>-Josh</div></div>