[APP][4.0+][ROOT] SCR Screen Recorder

Search This thread
Whaaat !?
I just realized that my phone doesn't record a clear audio ! , from any app with any process . I tried the voice recorder , even with camera video recording !
The voices are all interrupted !!
Why ! And how !
- we need another person with #SM-N900 and #Android 5.0 , to see if it's only my device that doesn't help SCR !! .
I'm thinking of going back to jellybean -_- .

Sent from my SM-N900 using XDA Free mobile app
 

gitanojr

Senior Member
Aug 9, 2009
402
20
Whaaat !?
I just realized that my phone doesn't record a clear audio ! , from any app with any process . I tried the voice recorder , even with camera video recording !
The voices are all interrupted !!
Why ! And how !
- we need another person with #SM-N900 and #Android 5.0 , to see if it's only my device that doesn't help SCR !! .
I'm thinking of going back to jellybean -_- .

Sent from my SM-N900 using XDA Free mobile app

I have the sm-n900t running Raptor 3.0 on 5.0.1 and having the same issue... tried changing it for the microphone instead of internal but still getting that error, anyone know how to fix this??
 

kcirtap420

Member
May 7, 2013
49
13
Hi ,
I sent two bug reports from test apk with videos .
But now I'm getting a new error message about the SELinux , see the attached photo .
My device is fully rooted and I recorded at the same day before .
What happened ! Well what really could be happened is that my phone restarted it self into SAMSUNG start screen while I'm watching a movie with mxplayer and held there , till I restarted it my self .
.
Cheers
Sent from my SM-N900 using XDA Free mobile app







I have the sm-n900t running Raptor 3.0 on 5.0.1 and having the same issue... tried changing it for the microphone instead of internal but still getting that error, anyone know how to fix this??


Did you guys install the selinuxmodechanger app? Its needed in lollipop for this to work properly. Unless you have a custom kernel with it already set to permissive.
Sent from my LGLS990 using XDA Free mobile app
 
Did you guys install the selinuxmodechanger app? Its needed in lollipop for this to work properly. Unless you have a custom kernel with it already set to permissive.
Sent from my LGLS990 using XDA Free mobile app

This app didn't work for me , it says : "SElinux has changed to permissive"
But nothing really changed , I restarted the device and still the same .
I may need to reroot .

Sent from my SM-N900 using XDA Free mobile app
 

Quank3r

New member
May 31, 2015
2
0
[BUG/Error] SCR está dizendo que não tenho root

Olá,
Eu baixei o app hoje, e venho recebendo uma mensagem do aplicativo dizendo que eu não possuo root, mas meu dispositivo possui o acesso. Preciso de ajuda.

Obrigado desde já! :good:
 

George Gamo

New member
May 31, 2015
1
0
Laoag City
Mediatek devices

The internal audio recording is not working on my Mediatek phone. Can you make it work with a Mediatek devices, please? :angel:

Thanks
 

Mikanoshi

Senior Member
Aug 9, 2013
4,000
4,878
Soviet ☭ Russia
en.mikanoshi.name
During the video recording with internal audio DSP (Sony Sound Enhancments) started to show a message that there is another audio effect app with higher priority is installed.
After the recording Sony SE force closes with the error, it cannot create audio effect. How to find out if driver is still installed and remove it?
 

madhouses

Senior Member
Apr 25, 2012
169
21
Hey guys. Just curious and can't test now. If i connect bluetooth handsfree it take sound from bluetooth mic? Thanks.

Sent from my D2303 using XDA Free mobile app
 

iwobanas

Senior Member
Aug 26, 2013
165
411
It kinda bugs me... How to manually revert all the changes that internal audio recording makes to the system? @iwobanas
The changes are reduced to the minimum.
On all Android versions except 4.2 the "soft-install" is used by default and no modifications to the system partition are performed.
All you need to do to revert SCR audio changes is to restart your device.
When modifications to system partition are required the "uninstall_scr.sh" script is created in /system/lib/hw directory which contains all the deinstallation commands.
If you know what you're doing you can read this script or run it from root shell.
In most cases it's simpler and safer to just start SCR Pro and select "Mute" audio source (which uninstalls audio driver).
 
  • Like
Reactions: Hizo1

Mikanoshi

Senior Member
Aug 9, 2013
4,000
4,878
Soviet ☭ Russia
en.mikanoshi.name
All you need to do to revert SCR audio changes is to restart your device.
When modifications to system partition are required the "uninstall_scr.sh" script is created in /system/lib/hw directory which contains all the deinstallation commands.
If you know what you're doing you can read this script or run it from root shell.
In most cases it's simpler and safer to just start SCR Pro and select "Mute" audio source (which uninstalls audio driver).
Restart doesn't help, uninstall_scr.sh is not there when internal audio is selected. Is it replacing only audio_policy.conf then? I checked it after switching to Mute and it is back to stock.
DSP cannot use the effect (audio_effects.conf options and soundfx libs of my mod are fine)
Code:
06-01 22:14:34.083: E/AndroidRuntime(12215): FATAL EXCEPTION: main
06-01 22:14:34.083: E/AndroidRuntime(12215): Process: com.sonyericsson.soundenhancement, PID: 12215
06-01 22:14:34.083: E/AndroidRuntime(12215): java.lang.UnsupportedOperationException: AudioEffect: invalid parameter operation
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at android.media.audiofx.AudioEffect.checkStatus(AudioEffect.java:1267)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at com.sonyericsson.soundenhancement.audioeffect.AudioEffectWrapper.setDynamicNormalizer(AudioEffectWrapper.java:373)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at com.sonyericsson.soundenhancement.audioeffect.AudioEffectManager.setDynamicNormalizer(AudioEffectManager.java:308)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at com.sonyericsson.soundenhancement.audioeffect.AudioEffectSettings.setDynamicNormalizer(AudioEffectSettings.java:695)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at com.sonyericsson.soundenhancement.audioeffect.AudioEffectServiceImpl.setDynamicNormalizer(AudioEffectServiceImpl.java:109)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at com.sonyericsson.soundenhancement.AudioEffectMenuFragment.onEffectChange(AudioEffectMenuFragment.java:504)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at com.sonyericsson.soundenhancement.AudioEffectMenuFragment.access$000(AudioEffectMenuFragment.java:44)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at com.sonyericsson.soundenhancement.AudioEffectMenuFragment$1.onPreferenceChange(AudioEffectMenuFragment.java:140)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at android.preference.Preference.callChangeListener(Preference.java:928)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at android.preference.TwoStatePreference.onClick(TwoStatePreference.java:64)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at android.preference.Preference.performClick(Preference.java:983)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:214)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at android.widget.AdapterView.performItemClick(AdapterView.java:300)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at android.widget.AbsListView.performItemClick(AbsListView.java:1247)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at android.widget.AbsListView$PerformClick.run(AbsListView.java:3215)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at android.widget.AbsListView$3.run(AbsListView.java:4009)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at android.os.Handler.handleCallback(Handler.java:739)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at android.os.Handler.dispatchMessage(Handler.java:95)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at android.os.Looper.loop(Looper.java:155)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at android.app.ActivityThread.main(ActivityThread.java:5696)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at java.lang.reflect.Method.invoke(Native Method)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at java.lang.reflect.Method.invoke(Method.java:372)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1028)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)
06-01 22:14:34.083: E/AndroidRuntime(12215): 	at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:117)
06-01 22:14:34.083: W/ActivityManager(958):   Force finishing activity com.sonyericsson.soundenhancement/.AudioEffectMenuActivity
06-01 22:14:34.083: E/ActivityManager(958): App crashed! Process: com.sonyericsson.soundenhancement
I'll try to debug more on boot, maybe some effect libs fail to load. It would be easier to search for a problem if I knew what SCR did to install the driver. I'm not afraid of going deep :)
 

iwobanas

Senior Member
Aug 26, 2013
165
411
Restart doesn't help, uninstall_scr.sh is not there when internal audio is selected. Is it replacing only audio_policy.conf then?
That's strange. The /system partition is never modified without copying uninstall script first.
SCR audio driver installer is modifying audio_policy.conf (the backup is created first) and renaming audio modules in /system/lib/hw by replacing ".primary." with ".original_primary.".
I attached the uninstaller to this post so you can copy it to your device and run it manually (renamed from .sh to .txt as .sh attachments are not supported).
 

Attachments

  • uninstall_scr.txt
    1.1 KB · Views: 58

GaganTK

Member
May 28, 2015
9
0
Some error while recording

Please give a solution for this
 

Attachments

  • Screenshot_2015-06-09-00-50-03.png
    Screenshot_2015-06-09-00-50-03.png
    153.3 KB · Views: 434

Top Liked Posts

  • There are no posts matching your filters.
  • 283
    attachment.php

    Official SCR Screen Recorder thread
    Check out SCR Screen Recorder, the Android most comprehensive screencast recording app.
    SCR Screen Recorder supports all Android versions since 4.0 and utilizes the best encoding method available on each platform. Since the first release in early 2013 SCR Screen Recorder is frequently updated and new features are added regularly.

    Unique features:
    • SYSTEM AUDIO (requires root) - On most devices you can directly record in-game audio without quality loss caused by microphone recording speakers output. The "Internal + Mic" option allows to add a microphone commentary to the system audio recording. At the moment this feature is not available on Android 4.2 but it'll be added soon.

    • FACE CAM - Share your emotions by adding a front-facing camera to your video. You can move the camera overlay around so that it doesn't obstruct important controls.

    • NO ADS - Unlike other "free" screen recorders SCR never display any ads. Development of all my apps is supported only by donations.

    • SETTINGS - No mater if you prefer to select simple presets or manually tweak every setting we've got you covered. SCR supports many customizations and provides performance and stability stats.

    • ALPHA FEATURES - Let us know what's important to you in this thread or by joining SCR Alpha Testing Google+ community at http://goo.gl/PGYZ8r

    SCR Screen Recorder uses various hacks and unofficial APIs which may not work on some devices and ROMs. If you encounter any issues try experimenting with different settings. In case that doesn't help select "Send bug report" from SCR Settings menu or ask for help in this thread. Note that some devices simply don't support certain encoding options so it doesn't make sense to complain that GPU+ image transformation doesn't work if GPU transformation works fine.

    Google Play ban and "Dangerous app" warning
    SCR Pro got recently banned on Google Play and my developer account got terminated.
    This is probably caused by the recent Google Play raid on apps switching SELinux to permissive mode. Unfortunately they haven't sent me the warning so I haven't got a chance to remove this feature. See SELinux section below for more details.

    Free SCR Pro for everyone!
    I don't want to charge anyone twice for the same app and no publishing method allows for migration of thousands users who already paid for the app, so I decided to release SCR Pro for free!
    You can grab the APK below and enjoy all the features of the latest release of SCR Pro on Google Play. No time limits, watermarks etc. Simply full-featured best Android screen recorder for free!
    Please consider donating to me, especially if you haven't purchased SCR Pro before, so that I continue development of this app.
    SCR Screen Recorder Pro v1.0.5
    SCR 5+ Pro v0.1.3 (no root, NO INTERNAL AUDIO, requires Lollipop)


    In case you don't know how much to donate, the previous price of this app was $5 :)

    SELinux details
    SCR Root switches SELinux to Permissive mode when it's running and restores it to the initial value after it's turned off. On most KK+ devices some SCR features won't work without disabling SELinux. Mainly the internal audio recording. If you'd prefer to try using SCR in SELinux enforcing mode let me know (state your Android version and why you need SELinux enabled during recording) and I may make this and option in SCR Settings.

    Translations
    Huge thanks to the current translations authors!
    Arabic - MrNice14
    Chinese (Simplified) - iKira
    Chinese (Taiwan) - GPFsam
    Danish - evildog1
    Dutch - sdelange99
    Finnish - T3ER
    German - Paolo Poso
    Korean - Ghilwoon Kim
    Portuguese (Brazil) - Walisson85
    Russian - Mavryck
    Slovak - Pyler
    Spanish - DavBar9
    Due to the amount of work I'm not able to add new translations at the moment.

    FAQ
    I’m getting error message when I start recording, what should I do?
    Try changing the resolution or switching between CPU/GPU image transformation mode. Some devices don’t support all settings combinations. If you can’t get any settings to work please tap “Report” button on error dialog and send a full report email including system log.

    The recording works fine except the strange colours
    Select “Inverted color fix” in SCR Settings.
    attachment.php


    Video contains some random colors instead of my screen
    This is caused by device video encoder crash. It usually can be fixed by changing Resolution.
    attachment.php


    The video is sideways, how do I rotate it?
    Just like default Android Camera app SCR checks the screen orientation when the recording is started and adds orientation metadata to the video file. Some video players (e.g. VLC) ignore orientation metadata and always display video horizontally. YouTube and default android video player can detect orientation metadata correctly and play vertical videos. If you want a video to use vertical frames instead of rotation metadata select "Show advanced" in SCR Settings menu and then select "Vertical frames". Note that hardware video encoders and video players on many devices don't support vertical frames especially on high resolutions.

    My phone gets really laggy when I start recording
    Phones hardware is not designed to record HD video and play 3D games at the same time so I have to push the limits. There is always going to be some slowdown. You can reduce a lag by reducing resolution and frame rate. Lower frame rate and lower resolution means that your phone needs less power for video encoding and has more spare resources to run other apps and games. If you’r running Android 4.3 try GPU+ image transformation mode which is much faster on some devices.

    Smallprint
    This app collects anonymous usage statistics to help track bugs and analyze devices compatibility. This software uses unmodified code of FFmpeg 1.2 licensed under the LGPL.
    16
    Marshmallow support added

    I just released a small update adding Android 6.0 support.
    Sorry for the delay, I have very little time to work on this project lately.
    As I smashed my Nexus 6 I couldn't test it on any official Marshmallow ROM.
    I tested it on Nexus 4 Frank ROM and everything worked OK including internal audio.
    13
    So what are the benefits of this over screencast?
    There are quire a few benefits of SCR over Screencast:
    1. SCR supports Tegra devices
    2. it works on Jelly Bean
    3. on many devices it's much faster (e.g. on Nexus 4 you can record 720p@40fps with minimal CPU ussage)
    4. SCR UI uses an floating window displayed ontop other apps so that you can start recording without capturing recorder UI
    5. it's in active development i.e. I keep adding new features and fixing bugs
    9
    SCR Pro is now FREE for everyone!

    After considering different ways to republish my app (Amazon App Store/new Google Play account/FDroid etc.) I decided to publish this app for free and hope that at least some of you will support my effort by donations :)
    I don't want to charge anyone twice for the same app and no publishing method allows for migration of thousands users who already purchased the app.
    You can grab the APK from this thread and enjoy all the features of the latest release of SCR Pro on Google Play. No time limits, watermarks etc. Simply full-featured best Android screen recorder for free!
    Unfortunately automatic updates won't work with sideloaded APKs but I'm going add update notifications directly to SCR in the future.

    Please consider donating to me, especially if you haven't purchased SCR Pro before!
    8
    I see. Is the app open source at least?
    I'm thinking of opensourcing it but I doubt if anyone will continue work on this project.
    Building SCR requires 1TB of free disk space and around 4 days of compiling.

    It would make more sense to opensource the audio driver only but it would require quite a bit of additional work to write a stand-alone installer. I'll look into it when I have some free time.