Thanks for info @wetab73 This is really hidden very deep in the system. The ‘Privileged’ directory can only be entered as devel-su in CLI. The Phone/CallRecordings directory occurs after the first recording was made (and not before) and the recorded files are wav files with a huge file size.
How is the way Jolla intends for playback of recorded phone calls?
edit: The directory /home/defaultuser/.local/share/system/privileged
has owner+group privileged and no r + x access for others. Now trying to change this… Result: access with FileBrowser is now possible.
edit: The ‘Phone’ dir has rights ‘drwx------’, and owner defaultuser, so no problems to enter and read it
edit:
Solution: In CLI, as devel-su, enter the directory
/home/defaultuser/.local/share/system/
Then type
ls -als
and check if directory privileged
is there.
(privileged
has owner + group ‘privileged’)
Then type
chmod o+rx privileged
After this it is possible to enter
/home/defaultuser/.local/share/system/privileged/Phone/CallRecordings/
with File Browser. There are the recorded calls as .wav files. Filename consists of name, number, date and time.
It’s also now possible to make a symlink in the home directory to this “well hidden” directory, that leads one directly to the directory containing the recorded calls. They can be played back in File Browser.
edit: unfortunately the phone forgets this rights change after a reboot. Any ideas why and what to do to make the rights change permanent?