PINE64
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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - lat - 12-19-2020

sxmo deserves it's own sub-forum under 'PinePhone Software' forum (just like Debian, ArchLinux, PostmarketOS, etc. have)  sxmo discussion needs separate threads for various topics rather than this single extremely long thread.  Do you agree?

Where such request should be directed?  I checked which moderators of the forum team contributed to PinePhone (rather non-PinePhone) threads, and @Luke and @tophneal came as candidates.

Or maybe I'm wrong, and sxmo is just a gui on top of PostmarketOS, thus it should have its threads under PostmarketOS.


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - --- - 12-20-2020

Agree.


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - lat - 12-21-2020

I've just sent a PM to @Luke requesting implementation of sxmo dedicated sub-forum.


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - tophneal - 12-21-2020

(12-21-2020, 07:11 AM)lat Wrote: I've just sent a PM to @Luke requesting implementation of sxmo dedicated sub-forum.

I think @fire219 is the most appropriate to reach out to concerning new forum sections.


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - lat - 12-21-2020

(12-21-2020, 08:39 AM)tophneal Wrote:
(12-21-2020, 07:11 AM)lat Wrote: I've just sent a PM to @Luke requesting implementation of sxmo dedicated sub-forum.

I think @fire219 is the most appropriate to reach out to concerning new forum sections.

I've sent a PM to @fire219 asking to create a dedicated sxmo subforum under 'PinePhone Software'.
Thank you @tophneal for the tip!


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - lat - 12-22-2020

Sorry if this is a stupid question: Does the incoming phone call sounds a ringtone at present or just vibrates?  Same for sms - only vibration for now?  Thanks.

(12-19-2020, 11:33 PM)lat Wrote: sxmo deserves it's own sub-forum under 'PinePhone Software' forum...
Oops, only now after I had requested that sysadmin creates a dedicated sxmo subforum, I've stumbled across Luke's suggestions for the same, which @mil declined 2020-05-27.  I feel that more reputable sxmo thread members than myself should indicate if at present the subforum is a good idea or not.


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - hiimtye - 12-22-2020

yeah, i feel like the issues i address get lost in the sea of other issues, and finding solutions in the 15 pages of this thread is tiresome

to answe your question, its vibrate only but the 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 calls


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - fsflover - 12-23-2020

(12-22-2020, 09:17 AM)lat Wrote: Oops, only now after I had requested that sysadmin creates a dedicated sxmo subforum, I've stumbled across Luke's suggestions for the same, which @mil declined 2020-05-27.  I feel that more reputable sxmo thread members than myself should indicate if at present the subforum is a good idea or not.

It's definitely a time for @mil to reconsider this decision. I, too, would like to see a dedicated subforum for Sxmo.


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - mil - 12-24-2020

I see no reason not to make a subforum now, and thanks for the suggestion all.

My original comment on not making an extra subforum was alot earlier when things were smaller and more manageable.
But now it seems this thread has grown pretty long.

@Luke or @fire219 can you help to make subforum for Sxmo?


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - lat - 12-27-2020

(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 calls
Thanks for the tip!  Now, I have 2 scripts:
1. ring
Code:
mpv --loop ringtone1.wav
2. pickup
Code:
pkill mpv
These work well, except when I miss the incoming call - the phone keeps ringing indefinitely.  Is another hook required?  How to do it in order to stop the phone ringing on a missed call?