I think the problem is your path, you need a leading slash:
private String Path_Name = "/sdcard/audio4";
On Jan 17, 11:25 pm, "haze...@gmail.com" wrote:
> hey hi,
> i'm doing a similar program for my school too, but i cant make it to
> work. do you think you can help me? i think i have the cod
hey hi,
i'm doing a similar program for my school too, but i cant make it to
work. do you think you can help me? i think i have the code written
correctly, and i have added the permission too. please help. thanks
package capstoneProject.AudioRecording;
import android.app.Activity;
import andro
Thank you. Next time I should catch the exeption.
On Dec 10, 4:37 pm, Dave Sparks <[EMAIL PROTECTED]> wrote:
> Generally, if you need a permission, you'll see an error message in
> the log output. I'm pretty sure AudioFlinger outputs an error message
> if an app tries to record without the permis
Generally, if you need a permission, you'll see an error message in
the log output. I'm pretty sure AudioFlinger outputs an error message
if an app tries to record without the permission.
Anything that might lead to privacy or security issues generally
requires special permission from the user. I
Thanks a lot!
On Dec 10, 1:20 pm, mnj <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Check the link http://code.google.com/android/devel/security.html
> andhttp://code.google.com/android/reference/android/Manifest.permission
>
> "A central design point of the Android security architecture is that
> no
Hi,
Check the link http://code.google.com/android/devel/security.html
and http://code.google.com/android/reference/android/Manifest.permission.html
"A central design point of the Android security architecture is that
no application, by default, has permission to perform any operations
that woul
wow!
Thank you, mnj.
It works well now.
And one more question, how can I know that where it needs a
permission?
Regards,
Lei.
On Dec 10, 12:36 pm, mnj <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Did you set the below permission in AndroidManifest.xml
>
>
>
> Regards,
> Manoj
>
> On Dec 10, 9:30 am,
Hi,
Did you set the below permission in AndroidManifest.xml
Regards,
Manoj
On Dec 10, 9:30 am, Lei <[EMAIL PROTECTED]> wrote:
> Hi all,
> I want to record the audio from the micphone. But I failed.
> I reference the document. And the link
> is:http://code.google.com/android/toolbox/apis/medi
8 matches
Mail list logo