Sxmo - Simple X Mobile Released for the Pinephone (new minimalistic UI & image)
#51
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.
#52
(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.
#53
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)
#54
(05-30-2020, 05:49 AM)saba Wrote: Can anybody else replicate this?

I can not replicate this on my pinephone.
#55
(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.
#56
(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.
#57
(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/m...kbd.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/ma...ANGELOG.md
#58
(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/m...kbd.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/ma...ANGELOG.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...
#59
I've succesfully set up a hotspot on my pinephone with sxmo.

More info at http://www.janwagemakers.be/jekyll/pinep...tspot.html
#60
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.


Possibly Related Threads…
Thread Author Replies Views Last Post
  PostmarketOS sxmo pinephone keyboard keymaps? afwtioane 2 2,081 09-11-2022, 04:37 AM
Last Post: manubert
  sxmo pim nextcloud Uturn 8 6,143 02-22-2022, 03:23 PM
Last Post: TRS-80
  Battery life on sxmo xark 1 2,116 02-12-2022, 10:07 AM
Last Post: TRS-80
  Official Channels for Sxmo Support anjanmomi 2 3,103 02-12-2022, 09:50 AM
Last Post: TRS-80
  sxmo & php --- 2 1,804 01-31-2022, 01:45 PM
Last Post: ---
  sxmo improvements unrealb2 7 5,744 11-17-2021, 06:43 AM
Last Post: fdlamotte
  SXMO on Debian IVp 0 2,194 08-21-2021, 02:33 PM
Last Post: IVp
  Megi's multiboot sxmo image aithal 1 2,203 06-14-2021, 08:07 AM
Last Post: fdlamotte
  SXMO svkbd with joypad layout [for basic dosbox play] streak 0 1,502 05-27-2021, 08:47 AM
Last Post: streak
  Sxmo on Arch IVp 4 6,459 05-19-2021, 03:18 AM
Last Post: dukla2000

Forum Jump:


Users browsing this thread: 1 Guest(s)