CallRecorder
CallRecorder copied to clipboard
Android Phone Call Recorder
Hello there, newer user: I download it and try to run it on Android Studio 3.5.3 on device Nexus 5X API 27; debugging session throws: E/AndroidRuntime: FATAL EXCEPTION: main Process:...
App crashed on startup on my Samsung S5
audio recorded but no sound
I tried to use VOICE_RECOGNITION and have next error: ``` E/MediaRecorder: start failed: -38 2020-12-04 15:22:47.547 4602-4774/../AndroidRuntime: FATAL EXCEPTION: newRecordingThread Process:..., PID: 4602 java.lang.IllegalStateException at android.media.MediaRecorder.start(Native Method) at core.recorder.core.android_recorder.MyMediaRecorder.start( ```...
java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.aykuttasil.callrecorder/com.aykuttasil.callrecorder.MainActivity}: java.lang.ClassNotFoundException: Didn't find class "com.aykuttasil.callrecorder.MainActivity" on path: DexPathList[[zip file "/data/app/com.aykuttasil.callrecorder-Js8mkFcLVzMAtTuoO8XJuw==/base.apk"],nativeLibraryDirectories=[/data/app/com.aykuttasil.callrecorder-Js8mkFcLVzMAtTuoO8XJuw==/lib/arm, /system/lib, /vendor/lib]] at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3449) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3703) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2216)...
I can not find any folder with file name CallRecorderTestFile or Dir name like CallRecorderTest. Please help to know where the recorded file is saved.
I tested on One Plus 5,5t 6,6t model but not working no recorded file generate and store.
I m using this call recorder for Android 10. As i saw the issue that it is not working in Android 10. So i have modify the code as per...
fix crash when run in android studio
How to run in Service? There is no such method buildService? ``` callRecord = new CallRecord.Builder(this) .setRecordFileName("RecordFileName") .setRecordDirName("RecordDirName") .setRecordDirPath(Environment.getExternalStorageDirectory().getPath()) // optional & default value .setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB) // optional & default value...