~bgkillas


#575 Broken audio with update to 1.13.0 1 year, 10 months ago

Comment by ~bgkillas on ~mil/sxmo-tickets

reinstalled pmos and still callaudiod loops

#575 Broken audio with update to 1.13.0 1 year, 10 months ago

Comment by ~bgkillas on ~mil/sxmo-tickets

i have this issue on the pinephone pro postmarketos edge

#541 automate recording 2 years ago

on ~mil/sxmo-tickets

Nice idea! But what would the use case be? Almost every carrier I can think of has voice mail.

Plus, such a program would require the phone to be on, which a carrier's voice mail does not require.

On Mon, Jan 02, 2023 at 02:46:17PM +0000, ~bgkillas wrote:

oh whoops i should have done something like "automate grabbing recorded calls from modem"

-- View on the web: https://todo.sr.ht/~mil/sxmo-tickets/541#event-219620

-- sic dicit magister P https://phartman.sites.luc.edu/ GPG keyID 0xE0DBD3D6 (CAE6 3A6F 755F 7BC3 36CA 330D B3E6 39C6 E0DB D3D6)

#541 automate recording 2 years ago

Comment by ~bgkillas on ~mil/sxmo-tickets

oh whoops i should have done something like "automate grabbing recorded calls from modem"

#541 automate recording 2 years ago

Ticket created by ~bgkillas on ~mil/sxmo-tickets

using https://github.com/the-modem-distro/pinephone_modem_sdk/blob/kirkstone/tools/helpers/retrieve_recordings/get_recordings (you would have to change the first line for directory to save)

with something like

mv $(echo $file|sed 's@./@@') $(date +%s)$(echo $file|sed 's@./@@;s/.*_//')

after adb pull to fix the date

and adding something like

[ $1 == "+223344556677" ]&&(cat $HOME/.local/share/sxmo/modem/+223344556677/sms.txt|tail -n 3|grep -q wav)&&get_recordings

at the start of the sxmo_hook_sms.sh it would be able to retrieve the recording

to enable it there would need to be a switch that runs

sxmo_modemsendsms.sh +223344556677 'record all calls' and then enable running doas adb start-server at boot then to disable sxmo_modemsendsms.sh +223344556677 'stop recording calls'

#506 allow WPA-EAP wifi networks 2 years ago

Comment by ~bgkillas on ~mil/sxmo-tickets

managed to find the contributing page so ima do that

#506 allow WPA-EAP wifi networks 2 years ago

Comment by ~bgkillas on ~mil/sxmo-tickets

(is this how i am meant to ask for a change? i cant see how pr work here)

#506 allow WPA-EAP wifi networks 2 years ago

Comment by ~bgkillas on ~mil/sxmo-tickets

ok so i decided to just implement it. all the changes outside of addnetworkwpamenu() are just testing stuff, the awk '!x[$0]++' maybe is bad? its just so mesh networks dont show a ton of ssids for no reason(unless there is then remove it). https://termbin.com/w1vr

#506 allow WPA-EAP wifi networks 2 years ago

Ticket created by ~bgkillas on ~mil/sxmo-tickets

would be quite nice as there is no way to do it with nmtui but you can do it with nmcli, i think