Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phone: Change recording files location #41

Open
jacopotediosi opened this issue Nov 12, 2022 · 6 comments
Open

Phone: Change recording files location #41

jacopotediosi opened this issue Nov 12, 2022 · 6 comments
Labels
enhancement New feature or request

Comments

@jacopotediosi
Copy link
Owner

jacopotediosi commented Nov 12, 2022

Google Dialer by default saves the call recording audio files in the /data/data/com.google.android.dialer/files/callrecording path.

Multiple users asked if it is possible to change this setting, having the recordings saved elsewhere.

Please consider this ticket as the main point of reference for this topic. If there are any updates on this, I will post them here.

@jacopotediosi jacopotediosi added the enhancement New feature or request label Nov 14, 2022
@jacopotediosi jacopotediosi changed the title Feature request: change recording files location Change recording files location Nov 14, 2022
@bagarwa
Copy link

bagarwa commented Nov 26, 2022

fwiw, on Pixel 7 Pro Android 13, Solid Explorer is able to go till /data/data/ but sees only 2 folders under it and com.google.android.dialer is not one of them. (I have granted it root.) SD Maid is able to go to /data/data/com.google.android.dialer/files/callrecording and see the recorded .wav file but is unable to copy / move the file to any other location and thus I can't play it with any audio player app either.

It'd be really helpful if we can set recording file location.

@jacopotediosi
Copy link
Owner Author

fwiw, on Pixel 7 Pro Android 13, Solid Explorer is able to go till /data/data/ but sees only 2 folders under it and com.google.android.dialer is not one of them. (I have granted it root.) SD Maid is able to go to /data/data/com.google.android.dialer/files/callrecording and see the recorded .wav file but is unable to copy / move the file to any other location and thus I can't play it with any audio player app either.

It'd be really helpful if we can set recording file location.

Hi, to implement this functionality I need to understand what your specific use case is.

Via the call history in the Dialer, you can listen to all the recordings, in an organized way, as each audio is already matched to its respective call in the GUI:
image

Furthermore, by opening the individual recordings, it is possible to share them using the apposite button:
image

Among the sharing options, there is also the possibility of copying the file to a folder of your choice:
image

So why would you want the recordings to be saved in a different folder? It seems convenient to me not having to manage the files by hand.

Please note, I'm not saying I'm not going to implement this feature. I'm just asking to understand what do you need, to be able to implement it better.

Thanks.

@bagarwa
Copy link

bagarwa commented Dec 1, 2022

Huh!! I didn't even know that that's an option. The one time I had used the call record function after applying this mod, I had not noticed the "listen to recording" button. So, I thought we have to manually find the recording and save it. If it shows up in Dialer itself and is also sharable from there, then I'm satisfied with that.

@fillwithjoy1
Copy link

Would using Storage Isolation help?

@jacopotediosi
Copy link
Owner Author

Creating a folder symlink should be enough and it can be done with libsu. Not a priority at the moment by the way.

@fillwithjoy1
Copy link

Creating a folder symlink should be enough and it can be done with libsu. Not a priority at the moment by the way.

How can I do that?

@jacopotediosi jacopotediosi changed the title Change recording files location Phone: Change recording files location May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants