Comment by ~fjc on ~mil/sxmo-tickets
mmcli -m 0 --messaging-create-sms="text='Hello world',number='+336xxxxx89',smsc='+33695000695'" -v
Comment by ~fjc on ~mil/sxmo-tickets
I never send MMS and 99% of the MMS I receive are spam, but here's my simple hack: http://0x0.st/-4Aa.txt
Comment by ~fjc on ~mil/sxmo-tickets
Add the default st context menu option 'Copy complete' to the SMS context menu.
https://git.sr.ht/~mil/sxmo-utils/tree/master/item/scripts/core/sxmo_appmenu.sh#L398 https://git.sr.ht/~mil/sxmo-utils/tree/master/item/scripts/core/sxmo_appmenu.sh#L373
Comment by ~fjc on ~mil/sxmo-tickets
it downloads a binary, not a picture.
One quick way to extract the picture from the binary is with:
binwalk --dd='.*' FILE
.
Comment by ~fjc on ~mil/sxmo-tickets
Call rang ... kept ringing ... had to kill the hook AND mpv
I think it is mostly related to modemmanager
missed_call hook not getting triggered?
had to kill a process of a ring hook AND kill mpv before going mad
had to kill the hook AND mpv
trap in the ring hook to kill the children?
trap 'kill $(jobs -p); exit' INT QUIT TERM
$ ./ring_no_trap foo & sleep 5 ; pgrep mpv ; sleep 1; pkill sxmo_ring_hook ; sleep 1 ; pgrep mpv ; sleep 1 ; pkill mpv [1] 30941 30988 [1]+ Terminated ./ring_no_trap foo 30988 $ ./ring foo & sleep 5 ; pgrep mpv ; sleep 1; pkill sxmo_ring_hook ; sleep 1 ; pgrep mpv ; sleep 1 ; pkill mpv [1] 31154 31201 [1]+ Exit 143 ./ring foo
Comment by ~fjc on ~mil/sxmo-tickets
using default st and font
Try Terminus-8
Overly-complicated wttrmenu() prototype for sxmo_weather.sh: http://0x0.st/-O4y.png Example w/ Paris weather: http://0x0.st/-O44.png http://0x0.st/-O4y.png
Oops; I just noticed that I pasted the same link twice instead of this one: http://0x0.st/-Wz8.sh
Comment by ~fjc on ~mil/sxmo-tickets
shellchecked port of the official "bash" function to posix sh: https://gitlab.com/-/snippets/2150877
Comment by ~fjc on ~mil/sxmo-tickets
~kavuskazian re: keyboard layout: clone https://git.sr.ht/~proycon/svkbd/ and customize layout.mobile-intl.h, my latest: http://0x0.st/-VHX.h