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

    uxes

    @uxes

    47
    Reputation
    26
    Profile views
    86
    Posts
    1
    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: We Drop Ubuntu Touch Entirely

      what a waste of time reading this AI slop

      posted in OS
      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: Do you think you know Ubuntu Touch ?

      @libremax yess, spread the knowledge! very nice video

      posted in General
      U
      uxes

    Latest posts made by uxes

    • anyone tried ATL?

      https://gitlab.com/android_translation_layer/android_translation_layer

      so ATL pro s there for some time, has anyone tried to use it on UT? it might be better way for some apps just to include java into click than runnin waydroid

      posted in App Development
      U
      uxes
    • Matrix Room

      Hello, i would need a help from anybody behind an account @ubports:matrix.org we need to open our Czech room to be able to join without invitation link, thanks

      posted in Support
      U
      uxes
    • RE: Smooth Edges (name pending) - Let's Fix the Bugs That Drive You Mad

      @Eric-H i think that those first six bullets from you are just device-specific since i dont have them on miatoll stable (reboots, freezing on volte, camera crashing, camera quality) and i am not sure if there should be listed community device-specific issue

      posted in OS
      U
      uxes
    • RE: Smooth Edges (name pending) - Let's Fix the Bugs That Drive You Mad

      @mariogrip

      For the following reasons, I migrated from Ubuntu Touch (Redmi Note 9 Pro, miatoll) to an iPhone about a month ago

      The following list summarizes the most critical issues that prevented me from using Ubuntu Touch (UT) as a reliable daily driver and led to my decision to migrate. These points are sorted according to the priorities defined by the Smooth Edges project.

      Bug List and Feedback for the Smooth Edges Project

      Priority 1: Core System Stuff (Critical Bugs, Unusability)

      • Random Lomiri crashes.
      • Battery drainage – Is there a missing application sleep implementation (App States)? We need better implementation of different application states (running in background, running in foreground, suspended) for effective power management.
      • Non-functional/Unfriendly OpenVPN: Prevents access to the corporate network. Setting up via the terminal is overly complicated, user-unfriendly, and ultimately unsuccessful.

      Priority 2: Basic Phone Features (Core Functionality)

      • Car Connectivity/Bluetooth (BT) Reliability:
        • Issues connecting the phone to the car (BT audio playback problems, car refuses to turn up music).
        • Contacts sync failure – When someone calls, only the number is displayed, not the name.
        • BT music issues (Unreliable music control): Play/Pause/Previous song sometimes doesn't work from the car/headphones.
        • BT music autoplay – Music continues playing after BT is disconnected.
      • Answering phone calls while driving – A major issue due to unreliable connectivity/UI.
      • Non-functional notifications for IMAP (outside of Gmail).
      • Green email icon persistence: While the "Clear" button exists to dismiss all notifications, the green envelope icon (indicating new email) remains active even after simply viewing the notification list. It would be preferable if the icon reverted to a non-active state (lost its green color) after the user has checked the notifications.

      Priority 3: Daily Use (Everyday Frustrations)

      • Browser (Web):
        • Too old browser (Outdated QtWebEngine).
        • Firefox (alternative) has no clipboard.
        • Native browser doesn't support disabling autoplay.
        • Smoothness of web is bad.
      • Multimedia and Files:
        • Unreliable Nextcloud photos sync.
        • Slow gallery loading (See: https://gitlab.com/ubports/development/apps/lomiri-gallery-app/-/issues/121).
        • Poor UX for video playback in the Camera app preview: When viewing a video immediately after recording it, clicking 'play' opens a separate Video application. This Video app remains running and open after the video finishes playback, forcing the user to manually close it before they can return to browse other media in the Camera app's preview.
      • Navigation: Non-functional/unreliable navigation application – necessity to use Waydroid.
      • Calendar reliability and function: There is a lack of trust in calendar synchronization (often failing with Google/Nextcloud), leading to missed meetings. Furthermore, links and call information from synced events are often not clickable/openable, preventing quick joins to meetings.
      • Problem understanding call history – Unclear Call History Presentation: It is difficult to track the complete sequence of communication with a contact (e.g., multiple missed calls, outgoing calls, and answered calls) within the interface, making the chronology hard to parse.

      Priority 4: Polish (UI, UX Improvements)

      • Keyboard – The .tld button (e.g., .cz, .com) should be removed entirely. It is a major source of frustration and significant time loss. It is frequently misclicked instead of the spacebar, resulting in erroneous DNS errors when trying to use the address bar for quick searches (e.g., typing "query.czsearch.cz" instead of "query search ").
      • History/Contacts: Clicking on contact from history won't just call, it delays me by only pre-filling the number in the dialer (See: gitlab.com/ubports/development/ubuntu-touch/-/issues/2295).
      • Small buttons – Too small buttons (back), making them hard to tap accurately (See: gitlab.com/ubports/development/apps/teleports/-/issues/288) - not Teleports-only issue.
      • Notification UI: The "Clean" button should float absolutely at the bottom, not relatively below all notifications.
      • Feeling of security: Lack of security trust (unlocked bootloader, corporate data/banking inside Waydroid).
      • Head-Up Display (Header) Clutter: Too many unnecessary icons in the header make it hard to see the time. We request:
        • Unconditional Removal: Remove the Rotation Lock, Bluetooth, and GPS icons entirely from the header bar.
        • Merge Dual SIM: Consolidate the two separate dual SIM icons into a single, space-saving icon.
        • Conditional Email Icon: The static envelope icon should only appear when there is an actual notification.

      Priority 5: Nice to Have (Advanced Features/Edge Cases)

      • Productivity applications: Missing native support for MS Teams / Slack / Google Meet.
      • Non-functional Spotify (experience is currently painful via Waydroid). Proposed solution: Investigate the possibility of easily integrating popular mainstream desktop Linux applications into OpenStore (like the official Spotify desktop client) using existing distribution formats (e.g., Snap, Flatpak, AppImage) as a simplified, performant alternative to Waydroid for key missing apps.
      • Missing cloud application for notes (e.g., Nextcloud integration).
      • Shared clipboard – Missing the shared clipboard feature found in iOS/Android+KDE Connect.
      • Extremely unreliable QR code reader.
      posted in OS
      U
      uxes
    • RE: [Request for input] Encrypt all the things

      @fredldotme
      what about bluez data and system logs?
      /etc/shadow so an attacker can't substitute their password?

      posted in General
      U
      uxes
    • RE: [Call for] Nominations for the UBports Community Awards

      List of Apps for Human Beings:

      futify - Despite all the hate, I love it
      dekko - same as above

      List of Human Beings:

      I could list all the hard workers where one of them will definitely win (Marius, Alfred, Ratchanan, Sunweaver, Jami, NotKit, Danfro, Capsia,..)
      but I will be biased and mention those who personally wasted a lot of time with me on chat (unfortunately I will leave out people like all wilfridd, x.Dub, jmlich,..)

      lduboeuf - for all the time he spent with me debugging bugs in the SMS and Calendar apps

      Vlad Nirki - for the time spent debugging at the beginning of the year, to make VoLTE work on miatoll

      posted in General
      U
      uxes
    • any PineTab2 update?

      hello, i would like to ask, is there any progress on pinetab2?
      i am currently stucked on few years old 20.04 installation, and i would love to have 24.04 version in there with all its features

      this device is really usable (not joking), for example for kids to learn on keyboard or to play some basic games like gcompris to learn&play

      thanks for any info
      Kind regards,
      Adam H

      posted in PineTab 1 & 2
      U
      uxes
    • RE: Ubuntu Touch Q&A 178 call for questions.

      Ubuntu Touch isnt much known to be still alive, i think that it needs more social network visibility, ideally not only those for nerds (masodon) but also having news on platforms where normal people are (fb?)

      posted in News
      U
      uxes
    • RE: Enabling MAC randomization

      @gpatel-fr

      While I don't have a formal, tangible report to cite, my practical experience dealing with a network of around a hundred devices daily at my company confirms this: Android, iOS, and macOS absolutely randomize their MAC addresses. This behavior makes reliable device tracking within the company difficult, though it admittedly ensures a better degree of anonymity for our users.

      https://source.android.com/docs/core/connect/wifi-mac-randomization-behavior

      https://support.apple.com/en-us/102509
      By default, your device improves privacy by using a different MAC address for each Wi-Fi network.

      posted in Support
      U
      uxes
    • RE: Enabling MAC randomization

      @nielsbasjes mac random addresses are now pretty much a standart, it would be great if this implementation is shipped on our system by default , if you manage to get this working and send it upstream, that’d be awesome

      posted in Support
      U
      uxes