Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Sxmo on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=161) +---- Thread: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) (/showthread.php?tid=9913) |
RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - saba - 12-27-2020 (12-27-2020, 06:10 AM)lat Wrote: 1. ring maybe try setting a number for the --loop option for ring I have: mpv --no-resume-playback --loop=2 --vid=no /usr/share/sounds/ring.mp3 RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - aithal - 12-27-2020 (12-27-2020, 06:10 AM)lat Wrote:(12-22-2020, 10:39 PM)hiimtye Wrote: user guide lists some files to put scripts into that you can add a one liner to play an audio file using your favourite lightweight player for sms and callsThanks for the tip! Now, I have 2 scripts: This is what I have in ring and pickup hooks. This checks if incoming call is still active and stops ring when the call has disconnected. ring:- Code: #!/usr/bin/env sh pickup:- Code: ID=$(ps -ef|grep ring|grep -v grep|perl -ne '$_=~ m/^ *(.*) mo.*/;print $1') RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - lat - 12-27-2020 Thank you @aithal and @saba! Has anyone encountered and tackled the issue of non-english sms not displaying? "--" is displayed instead of any message cointaining non-english characters. RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - hiimtye - 12-27-2020 you could do something like Code: mpv --loop ringtone1.wav & unless there's some sort of hook for the modem hanging up, I haven't looked very far into it (I haven't at all) on unrelated news, last night I got the "no space left on device" error while upgrading the kernel. it is indeed /boot, so I'm going to double the size of /boot and see if that prevents it from happening in the future (12-27-2020, 09:52 AM)lat Wrote: Thank you @aithal and @saba!I have that for random messages. it could be non-standard characters being displayed. for instance, when my 11 year old daughter texts from her grandmother's phone, I assume there's a lot of emojis inside, and all I receive is -- I thought it was still pending as the service in my area sucks, but it didn't resolve itself when I got better service. update: resizing /boot to 1024mb seems to have resolved the out of space error, hopefully it won't creep up again. anyone having problems with svkbd? mine will pop up with single press of the power button, but it won't close it. furthermore, the keyboard that pops up on the login screen is owned by root, so I have to use sudo to kill it. RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - hiimtye - 12-28-2020 so I made a .config/sxmo/xinit to set some variables. I'm interested to see what effect it will have on my battery/behaviour. Code: #!/usr/bin/env sh update: I was looking for a podcast app and then I realized that there's an RSS script by default, so I went ahead and made an sfeedrc by copying the existing one. I edited it to contain only the ones I was interested in, and added my own. when I run the RSS script, it tells me the status of each of the feeds from my sfeedrc, but when it comes time to show the list of feeds, it's the list of feeds from the default sfeedrc. I'm dumbfounded by this. the feeds are downloaded into ~/.sfeed/feeds and I made sure that the old entries from the original run of the script were removed so it's only my feeds listed. RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - proycon - 01-02-2021 (12-27-2020, 09:52 AM)lat Wrote: Thank you @aithal and @saba! Yes, this is being handled upstream by ModemManager. See https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/274 and https://gitlab.com/postmarketOS/pmaports/-/issues/861 RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - MungFuSensei - 01-24-2021 (12-28-2020, 02:12 PM)hiimtye Wrote: update: I was looking for a podcast app and then I realized that there's an RSS script by default, so I went ahead and made an sfeedrc by copying the existing one. I edited it to contain only the ones I was interested in, and added my own. when I run the RSS script, it tells me the status of each of the feeds from my sfeedrc, but when it comes time to show the list of feeds, it's the list of feeds from the default sfeedrc. I'm dumbfounded by this. the feeds are downloaded into ~/.sfeed/feeds and I made sure that the old entries from the original run of the script were removed so it's only my feeds listed. Make sure the feeds directory is properly set in your sfeedrc, and double check whatever sfeed viewing script you're using is going to that directory. |