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) - stapes - 05-29-2020

Thanks for the hard work. Like it a lot, slick, pragmatic, on-point.

Is there a way to activate the SIM/via. PIN (let do this automatic)?
Pardon if i overlooked that ...

Following the project with a hughe smile, dwm was my first step into the magic unix/suckless world.


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - visiblink - 05-29-2020

(05-29-2020, 01:56 PM)saba Wrote:
(05-29-2020, 01:50 PM)visiblink Wrote:
(05-29-2020, 01:23 PM)saba Wrote: static Key keys_symbols[40] = {
 
  

if you added more keys  you need to increment the 40 to 41  and then that last key will show

Thanks. I tried that previously and it didn't work. The total number of key spaces taken up equal 40, but I don't know if the number refers to the number of keys (regardless of how wide) or the number of key spaces.

I'll try editing both the number in line one and the one for the second keyboard and see what happens. Perplexing.

you have to count the keys plus the { 0 } at the beginning of each new row.  In your first layer you have a total of 38, so everything is displayed.  On your second layer it is 41, so the last key didn't show

edit: change the 40 in the first line of the file too,

It worked! But I ended up having to adjust it to 43 ... and now the keyboard has moved halfway up the screen. #mysteries.


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - saba - 05-30-2020

I'm working on a dialer layout for sxmo-svkbd, which I've had some luck with, but noticed that there is some kind of crash/log out happening when I click on "Close Menu" on the sxmo_modemcall.sh dmenu item. Can anybody else replicate this? If so, I'll file a bug report, but not sure if something else I've changed might be causing this.

To replicate, open the app menu, click on Dialer, then click on Close Menu. I'd expect it to just close and go back to the desktop, but it is crashing and logging me out(back to the xdm login screen)


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - janw - 05-30-2020

(05-30-2020, 05:49 AM)saba Wrote: Can anybody else replicate this?

I can not replicate this on my pinephone.


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - visiblink - 05-30-2020

(05-30-2020, 05:49 AM)saba Wrote: I'm working on a dialer layout for sxmo-svkbd, which I've had some luck with, but noticed that there is some kind of crash/log out happening when I click on "Close Menu" on the sxmo_modemcall.sh dmenu item. Can anybody else replicate this? If so, I'll file a bug report, but not sure if something else I've changed might be causing this.

To replicate, open the app menu, click on Dialer, then click on Close Menu.  I'd expect it to just close and go back to the desktop, but it is crashing and logging me out(back to the xdm login screen)

Yes. I can replicate it, but I haven't updated. I should do so.


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - saba - 05-31-2020

(05-30-2020, 05:10 PM)visiblink Wrote:
(05-30-2020, 05:49 AM)saba Wrote: I'm working on a dialer layout for sxmo-svkbd, which I've had some luck with, but noticed that there is some kind of crash/log out happening when I click on "Close Menu" on the sxmo_modemcall.sh dmenu item. Can anybody else replicate this? If so, I'll file a bug report, but not sure if something else I've changed might be causing this.

To replicate, open the app menu, click on Dialer, then click on Close Menu.  I'd expect it to just close and go back to the desktop, but it is crashing and logging me out(back to the xdm login screen)

Yes. I can replicate it, but I haven't updated. I should do so.

I've started over and reinstalled everything. I can only replicate the "Close Menu" crash when I run a modified lisgd. If I put it back to initial lisgd, I don't get this crash.


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

(05-29-2020, 05:37 PM)stapes Wrote: Thanks for the hard work. Like it a lot, slick, pragmatic, on-point.

Is there a way to activate the SIM/via. PIN (let do this automatic)?
Pardon if i overlooked that ...

Following the project with a hughe smile, dwm was my first step into the magic unix/suckless world.

Thanks! I think in regards to SIM/PIN I think standard methods should apply from PmOS/Pine64 wikis.
For me I'm using RedPocket in the US and I actually didn't need any activation at all; but I'm no expert here.
I wouldn't be opposed to adding a menu entry to the config menu to set this up automatically if there is some user intervention required.


(05-29-2020, 06:16 PM)visiblink Wrote:
(05-29-2020, 01:56 PM)saba Wrote:
(05-29-2020, 01:50 PM)visiblink Wrote:
(05-29-2020, 01:23 PM)saba Wrote: static Key keys_symbols[40] = {
 
if you added more keys  you need to increment the 40 to 41  and then that last key will show

Thanks. I tried that previously and it didn't work. The total number of key spaces taken up equal 40, but I don't know if the number refers to the number of keys (regardless of how wide) or the number of key spaces.

I'll try editing both the number in line one and the one for the second keyboard and see what happens. Perplexing.

you have to count the keys plus the { 0 } at the beginning of each new row.  In your first layer you have a total of 38, so everything is displayed.  On your second layer it is 41, so the last key didn't show

edit: change the 40 in the first line of the file too,

It worked! But I ended up having to adjust it to 43 ... and now the keyboard has moved halfway up the screen. #mysteries.

I'd be cautious of using a different number of keys in two different layers - that could be the issue. Currently the code assumes the number of keys in each layer are equal - this will likely change to be more flexible in the future but this is how it's setup currently:
https://git.sr.ht/~mil/sxmo-svkbd/tree/master/svkbd.c#L619


---

Also a note on changes - rolled a new image 0.1.3 yesterday through the CI, added to the images page at:
http://images.lrdu.org/pinephone

I think things are really improved from the initial 0.1.0, we now have an audio menu, gestures are no longer registered in screenlock mode, added a menu to change TZ, and more. Writing release notes for each new image to the ML at:
https://lists.sr.ht/~mil/sxmo-devel

Also if anyone is curious about more in depth changes between versions - I setup a script to automatically generate an aggregated changelog so all changes can now be seen here:
https://git.sr.ht/~mil/sxmo-docs/tree/master/CHANGELOG.md


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - visiblink - 05-31-2020

(05-31-2020, 04:14 AM)saba Wrote:
(05-30-2020, 05:10 PM)visiblink Wrote:
(05-30-2020, 05:49 AM)saba Wrote: I'm working on a dialer layout for sxmo-svkbd, which I've had some luck with, but noticed that there is some kind of crash/log out happening when I click on "Close Menu" on the sxmo_modemcall.sh dmenu item. Can anybody else replicate this? If so, I'll file a bug report, but not sure if something else I've changed might be causing this.

To replicate, open the app menu, click on Dialer, then click on Close Menu.  I'd expect it to just close and go back to the desktop, but it is crashing and logging me out(back to the xdm login screen)

Yes. I can replicate it, but I haven't updated. I should do so.

I've started over and reinstalled everything. I can only replicate the "Close Menu" crash when I run a modified lisgd. If I put it back to initial lisgd, I don't get this crash.

Aha. That narrows down the cause.

(05-31-2020, 09:45 AM)mil Wrote: I'd be cautious of using a different number of keys in two different layers - that could be the issue. Currently the code assumes the number of keys in each layer are equal - this will likely change to be more flexible in the future but this is how it's setup currently:
https://git.sr.ht/~mil/sxmo-svkbd/tree/master/svkbd.c#L619


---

Also a note on changes - rolled a new image 0.1.3 yesterday through the CI, added to the images page at:
http://images.lrdu.org/pinephone

I think things are really improved from the initial 0.1.0, we now have an audio menu, gestures are no longer registered in screenlock mode, added a menu to change TZ, and more. Writing release notes for each new image to the ML at:
https://lists.sr.ht/~mil/sxmo-devel

Also if anyone is curious about more in depth changes between versions - I setup a script to automatically generate an aggregated changelog so all changes can now be seen here:
https://git.sr.ht/~mil/sxmo-docs/tree/master/CHANGELOG.md

Thanks for the information on the keyboard. I'll try to work around the issue if I can .... or wait for later.

I may update today and look over the changes when I do. But in the meantime, I'm installing a new bathroom and need to get at it...


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - janw - 06-01-2020

I've succesfully set up a hotspot on my pinephone with sxmo.

More info at http://www.janwagemakers.be/jekyll/pinephone/2020/06/01/pinephone-sxmo-hotspot.html


RE: Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image) - edge - 06-01-2020

Is there a way to have the menus loop?

Sometimes, more than a few button presses are required to get to a menu item at the bottom when fewer presses are needed if it were possible to jump to the last item from the first.