How can I rewrite and change app_inventor after sound record to user My Documents

1 Like

I have tried both these methods none of them works, for my surprise that way stops the component from recording

How about doing it exactly as in my image, such as. no space, no other characters etc

1 Like


Even this one

Try it with .3pg as extension and not with .mp3

1 Like

Thank you very much @Boban you have real saved my time again


That worked like a magic the error was with the time and date and minutes
:point_down: :point_down: :point_down: :point_down: :point_down:

:pray: :pray: :pray:

2 Likes

My thoughts exactly.

Yes @Mateja you thought well.
But I don’t know if there is a way to record only internal audio instead of taking the outside audio.

is there any option on that?

With Kodular, no.
Also, it requires root. All android devices need to be rooted so an external application can record internal audio.

See the answer from abhinov
https://www.quora.com/How-can-I-record-internal-audio-on-Android?top_ans=113861091

I would like to know which one .3gp .aac et is best for quality and not using much kbs or mbs?

I still need more help on how to fetch the File Name which has the saved records. I have tried this method but it gets the blank file and not what I expected.

I found nothing here.


Please I need your help once again.

Data type is very similar to mime type.Try mp3/* and see what happens.

Yet still nonthing works

If so then try this one:
audio/*

Also it is not working I don’t know why :man_shrugging:

Then something else is wrong in blocks.
Action: android.intent.action.GET_CONTENT
Data type: audio/*

:point_up_2: :point_up_2: :point_up_2: :point_up_2: :point_up_2:
Yes this is what exactly I implemented
:point_down: :point_down: :point_down: :point_down:

you can try the intent:
android.intent.action.PICK

:point_up_2: :point_up_2: :point_up_2:
I have tried it now but also it doesn’t work