aykuttasil / CallRecorder

Android Phone Call Recorder
MIT License
757 stars 239 forks source link

Were are the files of the record #16

Open vondel opened 6 years ago

vondel commented 6 years ago

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?

aykuttasil commented 6 years ago

Hi @vondel , You must click Start Record button after launch the sample project. Then, you can see the file in CallRecorderTest folder. If you want to change folder name, you must call CallRecordObject.changeRecordDirName("DirName").

vondel commented 6 years ago

Hello Aykuttasil! The applilcation is running but the app doens't create a folder. So i tryed to change the path. But I cant find the syntax in you proramm wherei can change it.

aykuttasil commented 6 years ago

Can you share the code you're running? @vondel

vondel commented 6 years ago

I download your last Version and make an import in Studio 3.0. Compile on Samson Galaxy S5 Neo with Andriod 6.0.1

tvhieuit commented 6 years ago

Hello I got same issue

        println(" ${callRecord!!.recordDirName}")
        println(" ${callRecord!!.recordFileName}")
        println(" ${callRecord!!.recordDirPath}")
recorder
RecordFile
/storage/emulated/0

But I checked in folder then i got Filename : RecordFile_xxx_xxx

How to get file is exactly

Ranjeet4android commented 4 years ago

Yes saved file name and get recordFileName both are different So Tell me How to get file is exactly.