the-modem-distro / pinephone_modem_sdk

Pinephone Modem SDK: Tools to build your own bootloader, kernel and rootfs
GNU General Public License v3.0
595 stars 64 forks source link

cant find saved calls #171

Closed bgkillas closed 1 year ago

bgkillas commented 1 year ago

the modem is saying it saved calls to /tmp/...wav but there is no file there maybe its because i have a tmpfs mounted and its not writing to the tmpfs? pmos, ppp

QC8086 commented 1 year ago

The recordings are stored on the modem itself. You will need to retrieve them from there. The easiest way I can think of is to enable adb on the modem with AT+ADBON and then adb pull /tmp/whatever.wav.

Biktorgj commented 1 year ago

You also have a reference script to retrieve all the recordings here: https://github.com/the-modem-distro/pinephone_modem_sdk/blob/kirkstone/tools/helpers/retrieve_recordings/get_recordings

bgkillas commented 1 year ago

yep maybe mention that its in the modems storage in the message enabling it