amazing @vknow360!!!
Did not work for me in the background
have u used wat i said?
ChangeLog Version 1.2
New blocks
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 anything goes wrong then simply search for Logging.txt in the file manager.
Merry Christmas
How do I make it so only the phone/device output audio is recorded? I do not want the phone microphone to record sound. Only sound coming from the phone/device
"Attempt to invoke virtual method 'void com.sunny.ScreenRecorder.ScreenRec.initRecorder()' on a null object reference
Note: You will not see another error reported for 5 seconds".
why such an error
you miss this block. First Initialize the ScreenRecorder
this was the blocks i used
Put the "call.ScreenRecorder1.InitializeRecorder" block in "when.Screen1.initialize.do" block.
By triggering these two blocks one by one. The extension fails to initialize and you are already calling start.
Much helpful extension I created my own screen recorder no need playstore
Will this extension
- Record internal audio+screen
- Record external audio+screen
- Record internal, external audio+screen
Can you make this extension record in background even if closed
can you please share an example for how i should do it
It will not work in companion.
This extension can't record internal audio.
Sure, if you agree to sponser.
In the block screen, on the left side of the screen you have different block groups. Control, Logic, Math, etc. Below is the Screen1 block group. Click Screen1 and find the block "when.Screen1.Initialize.do" there. Take out this block and put the block "call.ScreenRecorder1.InitializeRecorder" in it.
Here's the answer. You need to compile the APK to try the app.
can you share a project in which you used this extension
It's not working for me
depending on what you need, you might want to try the audio capture extension
which is able to capture the audio of other applications (usage type MEDIA, GAME and UNKNOWN) using the new Audio Playback Capture API in Android 10
Taifun
Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.
Are you getting any error?
Elaborate more.
The extension can't work directly in Kodular.
You will have to do some modifications in manifest.
Check Kodular Community for more details.