UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. uxes
    U
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 65
    • Groups 0

    uxes

    @uxes

    35
    Reputation
    15
    Profile views
    65
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    uxes Unfollow Follow

    Best posts made by uxes

    • RE: VoLte for Miatoll

      Miatoll has currently working VoLTE on devel channel, only thing you need it to switch channel and upgrade system, it should be working without any change on SIM 1 when enabled LTE (4G) network, not the other SIM 2 slot

      posted in Xiaomi Redmi Note 9 Pro/Pro Max/9S & Poco M2 Pro
      U
      uxes
    • RE: Screen rotated to landscape: mouse stays in portrait mode

      for the record I would like to attach a transcript from today's UBports chat [ENGLISH]

      Don Fredl, [26.02.25 11:34]
      the only thing I can tell is that Mir and QtMir are not negotiating geometry changes based on orientation yet

      Don Fredl, [26.02.25 11:35]
      but I am unsure as to how that is supposed to happen (maybe @alan_griffiths knows something)

      Don Fredl, [26.02.25 11:35]
      since we want to avoid resolution changes

      Don Fredl, [26.02.25 11:38]
      I will give my Laptop running Mir 2.x a shot later and see if something has changed

      Don Fredl, [26.02.25 11:38]
      this thing can rotate

      Alan, [26.02.25 11:44]
      No more than you've stated. When Mir handles both input and compositing everything is consistent: Other Mir based compositors like Frame, Miriway and Miracle-WM work fine.

      But QtMir takes over both input and compositing and routes everything through the Qt compositor. There things are inconsistent. I have not looked, but it sounds as though Mir isn't informed about the rotation and therefore constraints input to the the output it thinks is there.

      Don Fredl, [26.02.25 11:44]
      could you point me to the place where it applies those constraints?

      Don Fredl, [26.02.25 11:45]
      in Mir that is

      Alan, [26.02.25 11:59]
      Not somethin I know well, but SeatInputDeviceTracker::confine* looks likely

      Don Fredl, [26.02.25 12:00]
      Thanks, will take a look when I can

      TheKit, [26.02.25 16:19]
      that sounds about right to me. I've checked that previously and another issue is that due to the mentioned above XWayland isn't getting screen size updated when the display is rotated

      TheKit, [26.02.25 16:20]
      and X11 calculates scaled relative input coordinates based on the screen size, so the touches in rotated mode end up out of range

      TheKit, [26.02.25 16:26]
      what we need to figure out is the way to handle screen rotation so Lomiri can still do the animation when it's changed, but let the Mir server be aware of the updated geometry

      Alan, [26.02.25 18:50]
      It shouldn't be hard (unless input is handled during rotation - and that is madness). Mir has an internal notification system for display changes and that just needs to be fed the new layout.

      TheKit, [26.02.25 19:16]
      One thing that makes me wonder. Which component handles the actual content rotation? Is it done in software in QML renderer?

      posted in Lomiri (was Unity8)
      U
      uxes
    • Newsletter emails

      I would like to thank you for your newsletters, i love to read them when i have free time on my phone, but there is an issue with reading those newsletters, i do read em in dekko2 on my Xiaomi Note 9 Pro, which has smaller display width that the table wrapper that is there, and so i do not have nerves to read them whole, then on desktop i dont find any time to read them

      as far as i can see it is somehow fixed with sizes and also on my desktop browser it is not fitting when switched to "phone layout"

      cc.png

      7c23aefc-2fe0-47aa-a743-13a12757019c-obrazek.png

      posted in Support
      U
      uxes
    • Automatic mute for night mode

      Now, i had issues with different servicies sending emails around 4AM waking me up, so I am currently playing with mute service, there are commands I am trying just muting the DEFAULT_SINK, not sure if correct way, since it is not toggle-able with the switch in ayatana indicators 😕

      nano ~/.config/systemd/user/mute-audio.service with

      [Unit]
      Description=Mute Audio
      
      [Service]
      Type=oneshot
      ExecStart=/usr/bin/pactl set-sink-mute @DEFAULT_SINK@ 1
      

      nano /.config/systemd/user/unmute-audio.service with

      [Unit]
      Description=Unmute Audio
      
      [Service]
      Type=oneshot
      ExecStart=/usr/bin/pactl set-sink-mute @DEFAULT_SINK@ 0
      

      nano /.config/systemd/user/mute-audio.timer with

      [Unit]
      Description=Timer to mute audio at 8 PM
      
      [Timer]
      OnCalendar=*-*-* 20:00:00
      Persistent=true
      
      [Install]
      WantedBy=timers.target
      

      nano /.config/systemd/user/unmute-audio.timer with

      [Unit]
      Description=Timer to unmute audio at 7 AM
      
      [Timer]
      OnCalendar=*-*-* 07:00:00
      Persistent=true
      
      [Install]
      WantedBy=timers.target
      

      systemctl --user daemon-reload
      systemctl --user enable mute-audio.timer
      systemctl --user enable unmute-audio.timer
      systemctl --user start mute-audio.timer
      systemctl --user start unmute-audio.timer

      systemctl --user list-timers

      posted in App Development
      U
      uxes
    • RE: Ubuntu Touch Q&A 131 Call for questions

      is there gonna be (cups) printer support, since lomiri-system-settings has support for it?
      it would just need to add an cups package within system image and some way to print anything from images to pdf files

      posted in News
      U
      uxes
    • RE: Is there a better browser somewhere?

      @domubpkm well sure, but not every latest build is allright
      https://gitlab.com/debclick/uFirefox/-/jobs/7676432640/artifacts/browse this should be pretty ok

      posted in Support
      U
      uxes
    • RE: Automatic mute for night mode

      after week of using, I am really happy with this solution, works just as it should.

      I can imagine some simple application that edits this timer file or doing disable/enable, could also be managable from system-settings.

      posted in App Development
      U
      uxes
    • RE: Range for manually adjusting brightness

      @mihael on mine miatoll it seems to be
      /sys/devices/platform/soc/c440000.qcom,spmi/spmi-0/spmi0-05/c440000.qcom,spmi:qcom,pm6150l@5:qcom,wled@d800/backlight/backlight/brightness

      and minimal value is 161, maximal is 4095

      when i set from root to zero, it seems to be just black, that is fine 😄 i shall test minimal value at night

      root@uxesPhone:/home/phablet# echo 1 > /sys/devices/platform/soc/c440000.qcom,spmi/spmi-0/spmi0-05/c440000.qcom,spmi:qcom,pm6150l@5:qcom,wled@d800/backlight/backlight/brightness
      
      
      posted in Oneplus Nord N100
      U
      uxes
    • RE: two languages when locked

      https://gitlab.com/ubports/development/core/lomiri/-/issues/92
      https://gitlab.com/ubports/development/core/lomiri-telephony-service/-/issues/72

      posted in Translations
      U
      uxes
    • Busy line issue

      It took me understand some time to understand why I am not able to call some people, firstly i was rebooting the phone that has solved it sometimes (because the other side stopped their call) then i realised "A: hey i am sorry i was not able to call you, my phone must be broken B: no I had a very long call with family member").

      There seems to be an issue when I am calling to anybody that is busy (in call with someone), the call is ended immediately without letting me know that "line is busy" either with beep beep or with the text.

      20.04 OTA-5 rc Miatoll

      posted in Support
      U
      uxes

    Latest posts made by uxes

    • RE: Gitlab seems to work again with focal !

      i can confirm

      posted in 20.04 Focal Fossa
      U
      uxes
    • RE: Ubuntu Touch Q&A 163 Call For Questions

      hey team, just a quick thought for the q&a. it's great we're doing these every couple of weeks. i was reading the latest linmob weekly update and noticed ubuntu touch doesn't really stand out there. maybe the official ubports account could share some marketing-focused updates on mastodon, twitter, facebook, or other social media themselves? like, if something interesting gets merged or a cool ticket closes, a short post about it could really help get the word out. just a thought!

      (for context, i was reading this: https://linmob.net/weekly-update-15-2025/)

      posted in News
      U
      uxes
    • RE: Working VoLTE reports, share your experience

      @libremax
      it works very well, also audio seems to be better, more clear to understand the other side

      Xiaomi Note 9 Pro (miatoll joyeuse global)
      channel devel
      Vodafone - Czech Republic

      posted in General
      U
      uxes
    • RE: VoLte for Miatoll

      Miatoll has currently working VoLTE on devel channel, only thing you need it to switch channel and upgrade system, it should be working without any change on SIM 1 when enabled LTE (4G) network, not the other SIM 2 slot

      posted in Xiaomi Redmi Note 9 Pro/Pro Max/9S & Poco M2 Pro
      U
      uxes
    • RE: two languages when locked

      https://gitlab.com/ubports/development/core/lomiri/-/issues/92
      https://gitlab.com/ubports/development/core/lomiri-telephony-service/-/issues/72

      posted in Translations
      U
      uxes
    • RE: Ubuntu Touch Q&A 160 Call for Questions

      ubuntu is switching to matrix, lots of people refuse to use telegram for various reasons, danfro is putting cinny together, , would it be possible to switch to matrix as a community?

      posted in News
      U
      uxes
    • RE: Screen rotated to landscape: mouse stays in portrait mode

      for the record I would like to attach a transcript from today's UBports chat [ENGLISH]

      Don Fredl, [26.02.25 11:34]
      the only thing I can tell is that Mir and QtMir are not negotiating geometry changes based on orientation yet

      Don Fredl, [26.02.25 11:35]
      but I am unsure as to how that is supposed to happen (maybe @alan_griffiths knows something)

      Don Fredl, [26.02.25 11:35]
      since we want to avoid resolution changes

      Don Fredl, [26.02.25 11:38]
      I will give my Laptop running Mir 2.x a shot later and see if something has changed

      Don Fredl, [26.02.25 11:38]
      this thing can rotate

      Alan, [26.02.25 11:44]
      No more than you've stated. When Mir handles both input and compositing everything is consistent: Other Mir based compositors like Frame, Miriway and Miracle-WM work fine.

      But QtMir takes over both input and compositing and routes everything through the Qt compositor. There things are inconsistent. I have not looked, but it sounds as though Mir isn't informed about the rotation and therefore constraints input to the the output it thinks is there.

      Don Fredl, [26.02.25 11:44]
      could you point me to the place where it applies those constraints?

      Don Fredl, [26.02.25 11:45]
      in Mir that is

      Alan, [26.02.25 11:59]
      Not somethin I know well, but SeatInputDeviceTracker::confine* looks likely

      Don Fredl, [26.02.25 12:00]
      Thanks, will take a look when I can

      TheKit, [26.02.25 16:19]
      that sounds about right to me. I've checked that previously and another issue is that due to the mentioned above XWayland isn't getting screen size updated when the display is rotated

      TheKit, [26.02.25 16:20]
      and X11 calculates scaled relative input coordinates based on the screen size, so the touches in rotated mode end up out of range

      TheKit, [26.02.25 16:26]
      what we need to figure out is the way to handle screen rotation so Lomiri can still do the animation when it's changed, but let the Mir server be aware of the updated geometry

      Alan, [26.02.25 18:50]
      It shouldn't be hard (unless input is handled during rotation - and that is madness). Mir has an internal notification system for display changes and that just needs to be fed the new layout.

      TheKit, [26.02.25 19:16]
      One thing that makes me wonder. Which component handles the actual content rotation? Is it done in software in QML renderer?

      posted in Lomiri (was Unity8)
      U
      uxes
    • RE: Perhaps could someone help me to get nextcloud calendar working in UBT?

      @Vlad-Nirky i would try this, https://www.geekersdigest.com/how-to-make-your-linux-trust-your-own-self-signed-certificates/ its first article i found on searching

      @kugiigi oh yes you can request for certificate on page that is not exposed then copy generated keys, I am doing it on some internal company stuff, but the idea is still to posses domain name

      posted in General
      U
      uxes
    • RE: Perhaps could someone help me to get nextcloud calendar working in UBT?

      (not only) for this reason, i have my nextcloud publicly, so i have valid letsencrypt certificate, and also instance available on the internet out of my home network, you may want to try inport your self signed certificate into your os to be trusted, but that may be also be done per every upgrade

      posted in General
      U
      uxes
    • RE: Noble-based devel images now available on most devices with 20.04 devel image

      @nunesfl I must note that until yesterday I had a miatoll device running on Noble five days, placed on the table with wifi turned on, from the original battery charged 100% it only showed ~20%, here and there I unlocked it to look at the time and then locked it again. I would wonder if there is something with the battery specifically of your device

      posted in OS
      U
      uxes