ScreenRecorder: An extension for screen recording

If you are asking for help, I recommend you to make it as easy for others to be able to help you ...
You probably will get more feedback then...

which means in your case post a screenshot of your relevant blocks...

To download the aia file, upload it to App Inventor, open it, do some bug hunting for you, etc... this takes time, and most people will not do that...
Thank you.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

2 Likes

I see you haven't asked for android.permission.RECORD_AUDIO.
Neither this is a valid file path.

image

You should check the aia given in first post.

1 Like

I ask for audio permission when screen 1 initialize

1 Like

The extension expects you to provide a complete file path in FileName property.
I see you are using Kodular so you should ask your question there and most importantly use the aix available in Kodular Community.

1 Like

I can't see the recorded video in my phone until l restart my phone.
could you fix the problem please @vknow360 ?

1 Like

You will have to refresh the gallery.

1 Like

hi @vknow360
now l have this problem again

and this is my new .aia project: piano_new.aia (0.5 MB)

Please read:

Sorry @vknow360 .
here are the blocks:
variable «num»

variable «path»

variable «place»





other blocks (that I don't uploaded there images) were for my other parts of my project and there are not using the extension.

Try with a simple path:
image

ok, I will try it. but I want the recording to save in gallery app/ a new "piano recordings" album/ piano1.mp4 and if piano1.mp4 is already exist, piano2.mp4 and if piano2.mp4 is already exist, ...

If piano1.mp4 exist then block required is:

blocks

This method might not work always. If it worked for you, please let me know by replying

@qwe_rfv

Yow man where can i find the aia file in this project ? Can u reply the aia file ? I'm trying to update the extension but still i got error

You will find an example aia project in post #11

2 Likes

Are you looking for ... ?

2 Likes

I use this but still i got error in external

Hi @Aldrin_Ace_Dimaranan ,
Please tell us more about the error you are facing.


I still got this error even i enable the permission my phone is android 11

This permission has been removed in Android 11.
Do not ask for the permission and save the video in ASD or a shared directory.

Can u give me an example ?