Taifun
November 8, 2021, 7:14pm
99
qwe_rfv:
check my blocks please
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 Taifun.
2 Likes
I see you haven't asked for android.permission.RECORD_AUDIO
.
Neither this is a valid file path.
You should check the aia given in first post.
1 Like
qwe_rfv
November 10, 2021, 5:10am
101
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
qwe_rfv
November 16, 2021, 10:12am
104
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
qwe_rfv
December 8, 2021, 9:45am
106
hi @vknow360
now l have this problem again
and this is my new .aia project: piano_new.aia (0.5 MB)
qwe_rfv
December 8, 2021, 3:58pm
108
vknow360:
Sorry @vknow360 .
here are the blocks:
other blocks (that I don't uploaded there images) were for my other parts of my project and there are not using the extension.
qwe_rfv
December 12, 2021, 3:14pm
110
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:
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
TIMAI2
April 27, 2022, 3:36pm
113
You will find an example aia project in post #11
ChangeLog Version 1.2
New blocks
[image]
Bug Fixes
Fixed bug which was crashing app on Android 10 (Thanks to @Angelo_Angius for reporting the bug and testing the beta version )
Minor bug fixes
Changes
Some internal changes (Set min sdk to 21)
Changed default file path for Android 10 (it is stored in Recordings dir of ASD)
Known Bugs/Issues
Some events are getting invoked multiple times
Aix
com.sunny.ScreenRecorder.aix (31.7 KB)
Aia
ScreenRecorder.aia (72.6 KB)
Note : In case anyth…
2 Likes
Are you looking for ... ?
ChangeLog Version 1.2
New blocks
[image]
Bug Fixes
Fixed bug which was crashing app on Android 10 (Thanks to @Angelo_Angius for reporting the bug and testing the beta version )
Minor bug fixes
Changes
Some internal changes (Set min sdk to 21)
Changed default file path for Android 10 (it is stored in Recordings dir of ASD)
Known Bugs/Issues
Some events are getting invoked multiple times
Aix
com.sunny.ScreenRecorder.aix (31.7 KB)
Aia
ScreenRecorder.aia (72.6 KB)
Note : In case anyth…
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 ?