Comment by ~noneucat on ~mil/sxmo-tickets
I figured out why things were breaking haha :) On other distros, I found that incoming calls were being hung up when the usb reprobe happened. The reason why it was working fine on the sxmo image was because there is a pmOS-specific patch that patches this behavior out: https://gitlab.com/postmarketOS/pmaports/-/merge_requests/1736/diffs
Comment by ~noneucat on ~mil/sxmo-tickets
Though, now I'm seeing the modem bind to ttyUSB4 and ttyUSB5 right after wakeup... so perhaps the rebind still makes sense.
Comment by ~noneucat on ~mil/sxmo-tickets
I was having the issue of
/dev/ttyUSB3
being dropped too today, but this patch seemed to break a couple of other things for me. I found that updating to the latest Crust (935017e
) with a fairly recent version of u-boot (2020.07) seems to have resolved this problem, even without rebinding the USB interface. Worth a try IMO.
Ticket created by ~noneucat on ~mil/sxmo-tickets
sxmo_contacts.sh
dies when there is nocontacts.tsv
, leading to no unknown numbers being displayed in the Texts menu.Running sxmo_contacts.sh without contacts.tsv:
pinephone% sxmo_contacts.sh grep: /home/noneucat/.config/sxmo/contacts.tsv: No such file or directory /run/current-system/sw/bin/sxmo_contacts.sh: line 16: /home/noneucat/.config/sxmo/contacts.tsv: No such file or director awk: fatal: cannot open file `/home/noneucat/.config/sxmo/contacts.tsv' for reading: No such file or directory
Ticket created by ~noneucat on ~noneucat/noneucat
sxmo
includes an integration for Megapixels, a camera app for the PinePhone. Should package!
bug added by ~noneucat on ~mil/sxmo-tickets
Ticket created by ~noneucat on ~mil/sxmo-tickets
For me, the
pkill -9 lisgd
at the beginning of the script seems to pick itself up & kill the interpreter before the script gets to do anything. Maybe we should be doing something likekill -9 $(pidof lisgd)
?
Comment by ~noneucat on ~mil/sxmo-tickets
Proposed patch: https://lists.sr.ht/~mil/sxmo-devel/patches/16153
bug added by ~noneucat on ~mil/sxmo-tickets