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

    Posts

    Recent Best Controversial
    • 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: Working VoLTE reports, share your experience

      after some months of using, i know that after start using volte, 4G internet sometimes stop working, maybe after call/sms only thing that helps is to disable/enable data in indicators (no reboot required)
      Eric from poco reported that adding new APN may help

      posted in General
      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
    • RE: [Qualcomm} VoLTE call for testing

      @kuailexs 1.5 seems not to be available for miatoll with Android 10 also (only 1.4 is available),

      btw which property enables 5G in the list? adding following flags showed 2G/3G/4G/5G even though device does not support it
      OfonoPlugin: binder
      OfonoImplementsIms: true

      posted in Fairphone 5
      U
      uxes
    • RE: Spotify blockt Futify

      @Schlicki2808 futify is using this api, but seems to use deprecated api calls

      instead of creating another alternative client, i belive that more efficient would be to put already done frontend + backend stack into click package, In this way is already futify working, there is backend in golang that reads spotify stream and "forward it" on localhost:8765/song?id stream that is feeded to phone (which is probably the issue why futify does not show album/title/author in media navigator)

      this is backend side
      https://github.com/Spotifyd/spotifyd

      this is one of the clients
      https://github.com/xou816/spot

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

      ufirefox would be great if it has clipboard and content hub and all the integration, i am using it sometimes from the latest build that was 5 days ago

      posted in Support
      U
      uxes
    • RE: Focal/20.04 is out for quite a while now. You still use Xenial/16.04? I would like to know what stops you from upgrading?

      @ToxyPoxy there is this manual to follow that helped me https://gitlab.com/frenchutouch/futify/-/issues/64

      posted in General
      U
      uxes
    • RE: Resurrection of Indicator Upower

      can you make a release? thanks @paulcarroty

      posted in App Development
      U
      uxes
    • RE: Can't connect to WPA3 Wi-Fi networks, only WPA2 ...

      @Il-Dorato
      got it, I'v set up wpa3 only network on mine unifi AP and it seems i have working fix waiting to be merged into noble

      posted in Support
      U
      uxes
    • RE: proposal: lets bring full python support to UT

      @developerbayman you may want to try ask in "Break your UT (Ubuntu Touch)" chat

      posted in General
      U
      uxes
    • RE: Resurrection of Indicator Upower

      @Eric-H it is pretty much possible i did not look how is getting device name implemented, but device is identified as miatoll in logs, and also in releases http://system-image.ubports.com/utnext/arm64/android9plus/daily/ on same level as surya

      posted in App Development
      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