For some reason Start Recording Audio does not work at all on my device (Lenovo K3 Note with Android 5.0).
I've tried every audio source and I always get the error message at the end of this message.
Other voice recorder apps work without any problems.
Can I somehow help to debug this error?
Best regards,
Daniel
PS: The error message:
Code: Select all
01.04.2016 20:19:55.607 [note.audio] Flow ends execution due to errors
01.04.2016 20:19:55.607 [note.audio] Error:
ch.gridvision.ppam.androidautomagiclib.util.p: Could not start recording audio. The selected audio source might not be available on this device.
at ch.gridvision.ppam.androidautomagic.c.a.hv.a(SourceFile:360)
at ch.gridvision.ppam.androidautomagic.c.c.e.a(SourceFile:621)
at ch.gridvision.ppam.androidautomagic.c.c.e.b(SourceFile:979)
at ch.gridvision.ppam.androidautomagic.c.c.e.a(SourceFile:62)
at ch.gridvision.ppam.androidautomagic.c.c.e$1.run(SourceFile:784)
at android.os.Handler.handleCallback(Handler.java:815)
at android.os.Handler.dispatchMessage(Handler.java:104)
at android.os.Looper.loop(Looper.java:194)
at android.app.ActivityThread.main(ActivityThread.java:5576)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:955)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:750)
Caused by: java.io.FileNotFoundException: /storage/sdcard1/AMF/Notes/audio/01.04.2016 20:19:55.m4ka: open failed: EINVAL (Invalid argument)
at libcore.io.IoBridge.open(IoBridge.java:496)
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:117)
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:149)
at android.media.MediaRecorder.prepare(MediaRecorder.java:785)
at ch.gridvision.ppam.androidautomagic.c.a.hv.a(SourceFile:294)
... 12 more
Caused by: android.system.ErrnoException: open failed: EINVAL (Invalid argument)
at libcore.io.Posix.open(Native Method)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:186)
at libcore.io.IoBridge.open(IoBridge.java:482)
... 16 more