CallRecorder icon indicating copy to clipboard operation
CallRecorder copied to clipboard

I can't find where the audio file is saved therefore i can't know if it's working or not, help please

Open khatibkhalid opened this issue 7 years ago • 20 comments

I'm running the sample on my device, i click start recording, i make calls and i click stop recording, i can't find any audio file which contains the recorded call, help me please

khatibkhalid avatar Jun 30 '17 09:06 khatibkhalid

Hi same issue here where i can find the recorded files?

I also have same question.

sohamnavadiya avatar Nov 30 '17 18:11 sohamnavadiya

Same here.. please post a solution

sanjeewa88 avatar Dec 06 '17 04:12 sanjeewa88

The files are stored on the device's external storage directory. You can verify this by running Log.i(TAG, "extStorageDir " + Environment.getExternalStorageDirectory().getPath());

razilsh avatar Jan 06 '18 07:01 razilsh

same issue here, no files found where log shows

levirgon avatar Jan 29 '18 17:01 levirgon

@levirgon That log will show you the path to your external storage directory. It will NOT list files. If there are any recordings then they'll be located inside CallRecorderTest assuming you haven't changed the default directory name. So let's say your external storage dir points to something like /storage/emulated/0 then the files (again, if there are any) will be in /storage/emulated/0/CallRecorderTest

razilsh avatar Jan 31 '18 11:01 razilsh

Hello Sir, Thank you for your time to sort out the issue, I saw that solution on github and tried it, but there is no folder created by CallRecorderTest in the directory.

On 31-Jan-2018 5:15 PM, "razilsh" [email protected] wrote:

@levirgon https://github.com/levirgon That log will show you the path to your external storage directory. It will NOT list files. If there are any recordings then they'll be located inside CallRecorderTest assuming you haven't changed the named of the record directory. So let's say your external storage dir points to something like /storage/emulated/0 then the files (again, if there are any) will be in /storage/emulated/0/ CallRecorderTest

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aykuttasil/CallRecorder/issues/10#issuecomment-361901648, or mute the thread https://github.com/notifications/unsubscribe-auth/AUXi3Iy_qY6-vyNKR5POdrndFn20gPrgks5tQEs1gaJpZM4OKXhP .

levirgon avatar Jan 31 '18 11:01 levirgon

What device and Android version are you running? Can you post the result of Log.i(TAG, "extStorageDir " + Environment.getExternalStorageDirectory().getPath()); ?

razilsh avatar Jan 31 '18 12:01 razilsh

Good Morning! Yesterday I have installed the CallRecorder with Android Studio 3.0. The build was OK but I cant,t find the files on may phone. Please can anybody help me?

vondel avatar Feb 14 '18 09:02 vondel

hey guys .. when you call "callRecord.startCallReceiver();" it doesn't start recording audio immediately .. rather it just starts a listener to listen when call is started/ended ... so after calling the above method try to call someone and see if you get the recorded file in the folder ...

kash8080 avatar Feb 19 '18 16:02 kash8080

@kash8080 I did try that, but no luck :( .

levirgon avatar Feb 19 '18 16:02 levirgon

if you are running >api 24 .. make sure you have runtime permissions ..

kash8080 avatar Feb 19 '18 16:02 kash8080

Good Morning Guys! I think the reason for my problem is that my phone has api24

vondel avatar Feb 20 '18 05:02 vondel

mine is api 23 but i will still try adding the runtime permissions. and let you know

levirgon avatar Feb 20 '18 06:02 levirgon

That would be fine....

vondel avatar Feb 20 '18 06:02 vondel

@vondel which permissions do i need ?

levirgon avatar Feb 20 '18 06:02 levirgon

for api23 Android6.0.1

vondel avatar Feb 20 '18 06:02 vondel

@razilsh I need to upload the record file .Do you know how to get the path of record?? Thank U ....

tianzhiguo123 avatar Nov 07 '19 06:11 tianzhiguo123

@aykuttasil can you please comment. I cannot find the audio file too!

umairdexty avatar Jun 02 '20 12:06 umairdexty

You can use changeRecordDirPath(dirPath) func on CallRecord class. @umairdexty

aykuttasil avatar Jun 18 '20 12:06 aykuttasil