• Signal UT: Signal-Desktop for Ubuntu Touch

    App Development
    203
    1
    5 Votes
    203 Posts
    31k Views
    P
    Sorry for hijacking this thread. But your apps run on Xwayland too, right? I wanted to ask how you manage to get rid of that annoying XWindow? If you could show me how to do that for my pEFL app (see https://forums.ubports.com/topic/9958/custom-builder-for-a-library/10?_=1780999049215), I’d really appreciate it!!! By the way, great work. If it weren’t for the keyboard issue, Min b
  • 0 Votes
    4 Posts
    198 Views
    A
    Hi, sorry for the late response, I don't have a lot of spare time so progress on this goes very slowly. @brenno.almeida Not yet, I now going to try running in the app directly because maybe the adb shell is sandboxed differently from an unconfined app. @ChromiumOS-Guy That is an interesting suggestion, I had not thought of it. When I try to interact via the command line with lomiri-system-settings I am getting errors, but I found the background plugin folder in the source code. https://gitlab.com/AdamSchrey/lomiri-system-settings/-/tree/main/plugins/background?ref_type=heads I am going to see if I can bruteforce it by copying the logic from the source code for my own app and running it unconfined. Probably won't work but I might learn something interesting in the attempt.
  • Whatsnew: Whatsapp Web with Electron.

    App Development
    68
    0 Votes
    68 Posts
    9k Views
    pparentP
    I've published the new revision (0.1.8) with the following improvements: -Fix layout problem coming from changes upstream -Improve ContentHub handling -Improve call icons layout I should also not crash on 24.04-2.x, although it will probably not be usable yet, as for now it seems that On-Screen-Keyboard does not work on any XWayland app. I will try to investigate more about that soon. I next revision I will try to add an option to configure scaling with fine grain, and few improvements/fixes in the UI.
  • Ubuntu Touch Hardware limitations?

    Moved General
    2
    0 Votes
    2 Posts
    91 Views
    K
    @Blackbomber 1GB of RAM would make the experience not good especially when using multiple apps. But I think the biggest issue is the very old Android version. Older halium is basically left behind to older UT versions. Old kernel would also be a big blocker since Ubuntu requires features that are only on newer kernels.
  • Open vpn

    Moved Support
    21
    0 Votes
    21 Posts
    227 Views
    P
    @Vlad-Nirky thanks I anonymize the IP routes log but I quickly realized it woude baisicly be useless when anonymized So I just deleted it since it had no value
  • Bug raport

    Moved Volla Quintus
    14
    0 Votes
    14 Posts
    179 Views
    KenedaK
    @Privacy-freedom I understand totally. That's why best would be, if UT Tweak Tool doesn't work, to contact volla directly. You can also try their forum : https://forum.volla.online/
  • Clock issue on Noble

    Volla Quintus
    6
    0 Votes
    6 Posts
    158 Views
    G
    @PhAndersson I had this problem at some point but I don't see it anymore. As my logs don't get far back enough, I can't find it in old logs but I remember a time where my logs were always displaying a wrong date at the beginning. the README.md states more completely: Timekeeper is a utility to keep/restore RTC offset for Qualcomm devices, this is needed on devices with read only RTC drivers I don't know what this could mean for Volla phones.
  • I wanna go home

    Design
    98
    5
    13 Votes
    98 Posts
    42k Views
    KenedaK
    @Linus67 I think this got on a wrong turn and sadly he got quite upset about what happened here. That put him off. This should never happen anywhere, but here (UBPorts forum an open-source community in general) in particular.
  • Custom builder for a library

    App Development
    14
    0 Votes
    14 Posts
    2k Views
    P
    I've finished a first small test application (a simple video player). You can find it under https://github.com/MaxPerl/pefl.maxperl All in all, it works pretty well. However, there are a few limitations: I haven't yet managed to get the Wayland engine from efl to work (I'm hoping for Mir 2.x). This may lead to suboptimal performance (especially at the moment no hw acceleration), but more importantly, to an error with rotation. In landscape mode there is a well known Issue with Xwayland: Inputs on the right side of the screen do not work in landscape mode (see also the problem in uWolf, fix could come when this is merged: https://gitlab.com/ubports/development/core/lomiri/-/merge_requests/207). I also can't resolve it through settings X-Lomiri-Rotates-Window-Contents=false and/or X-Lomiri-Supported-Orientations=portrait at the moment (see ubports/development/core/lomiri#184) Maliit virtual keyboard does not work at the moment. Apparently, there’s also a way for Xwayland apps to integrate this via the DBus interface. But right now, that’s too complicated for me. In the meantime, I’ve programmed my own little virtual keyboard (though it’s not really necessary for a video player. You can test it in the file-open dialog at the search field. Works pretty well for me). I’m currently working on a connection to the Content Hub (at least receiving data from other apps would be nice). But it doesn't seem that straightforward if an app doesn't use Qt or QML at all. I've already tried launching the app via Qt/QML instead of a Bash script, but apparently that doesn't work with Xwayland apps? If anyone here has experience with this, I'd appreciate any suggestions. Maybe I’ll start a separate thread regarding Content Hub as well. Surely that should work without Qt/QML???? Best wishes, Max
  • Looking for Testers: Ubuntu Touch 26.04-1.x (Early version)

    OS
    35
    10 Votes
    35 Posts
    1k Views
    Vlad NirkyV
    @lduboeuf Yes, I saw that. I read Ubports Dev (but don't interact usually). Glad to see that!
  • Bug: data mobile interface looses ip

    OS
    35
    0 Votes
    35 Posts
    2k Views
    lduboeufL
    @Keneda said: @pparent Because I think @lduboeuf got a "bug" and missposted here. There is the place where goes this post in first place https://forums.ubports.com/topic/12312/looking-for-testers-ubuntu-touch-26.04-1.x-early-version/30 ouch that comes from InTouch app, it has posted in a random topic lol, will delete it
  • Waydroid crashes in Desktop Mode over HDMI

    Fairphone 4
    13
    1 Votes
    13 Posts
    2k Views
    W
    OK, found the solution on 'WayDroid on Ubuntu Touch' Telegram group channel Thanks "aleasto" for sharing this solution. Start WayDroid session (by either taping "WayDroid" in launcher or waydroid session start in terminal) When WayDroid session loads, open Terminal on Ubuntu Touch Run the following commands (I think the first prop should be fine, but just in case, I set those 2 props) $ waydroid prop set persist.waydroid.cursor_on_subsurface true $ waydroid prop set persist.waydroid.cursor_force_shm true Restart the WayDroid session to apply prop changes. (By either tapping "Waydroid Stop" then "Waydroid" in launcher or waydroid session stop then waydroid session start in terminal) And from now, hovering mouse cursor to Waydroid window will no longer crashes the Waydroid window. And enabling Show taps on developer options no longer crashes Waydroid window but the taps no longer shows when touches.
  • 24.04-2.x how does it work at this point for you ?

    OS
    32
    0 Votes
    32 Posts
    577 Views
    Vlad NirkyV
    @Moem Yes Same path for 26.04-1.x. I had the early update on my redmi then nothing anymore. Porters are working to put those devices on dynamic partition. On one on my Redmi Note 9 Pro, 6 months ago, I have increased (with Eric H help) the system partition to 4.7Gb (far enough) by deleting the (for my phone) unused Product 1.2Gb partition and increased the system one as much as possible.
  • 3 Votes
    31 Posts
    1k Views
    7
    Just installed this, giving it a try, so far, so good!
  • 0 Votes
    2 Posts
    88 Views
    S
    I'm using a Bluetooth headset myself on FP5 with no 3.5mm available. I have found this intermittent on both stable 1.2 and 1.3, sometimes outputting to the speaker and sometimes just to the headset, I'm not sure if this is some volume setting that gets changed somewhere. Personally I would have always preferred if the device made no sound with the headset plugged in but never thought of the use case were you could miss a call if you leave the headset connected.
  • Merezhyvo browser

    App Development
    121
    3 Votes
    121 Posts
    18k Views
    N
    0.5.4 - 2029-06-07 New / Improved Updated Electron/Chromium engine and related packages. Start Page shortcut layout improvements. Fresh coupon shortcuts now lazy-load in 12-entry batches, so large merchant catalogs do not render all shortcut tiles up front. Mobile toolbar now includes an expandable actions tray with Messenger, Back, Forward, and Reload controls. Telegram deep links (t.me, telegram.me, telegram.dog) now open in the built-in Telegram messenger tab instead of trying to launch an external app. Fixes: Password unlock duration controls now apply correctly from both the unlock dialog and Passwords settings section. Anti-bot and captcha checks are more reliable on Ubuntu Touch and Linux ARM devices. Mobile text selection handles now work inside editable web content such as Telegram and Gmail compose fields. Telegram Web internal redirects no longer show the browser error overlay during normal app navigation.
  • 2 Votes
    5 Posts
    216 Views
    S
    I only had this issue start when moving from stable 1.2 to 1.3
  • System Wipe Recoverable?

    Oneplus 5/5T recovery
    3
    0 Votes
    3 Posts
    141 Views
    S
    @ChromiumOS-Guy Thanks for the Reply. Do you mean the UB Installer? Because that doesn't find anything. And the Phone isn't found using "fastboot devices" since doesn't boot into the Fastboot Environment.
  • locked bootloader

    Xiaomi Redmi Note 9 Pro/Pro Max/9S & Poco M2 Pro
    5
    0 Votes
    5 Posts
    194 Views
    P
    @Vlad-Nirky https://xdaforums.com/t/cant-unlock-the-bootloader-on-redmi-note-9-pro.4790995/
  • 3 Votes
    80 Posts
    6k Views
    pparentP
    @brenno.almeida Hello Brenno, Could you explain where the deamon is installed? Becaused I notice that when I disable the account inside the app and then uninstall the app, I still have some greenline deamon running, and creating some logs: Jun 07 10:06:30 ubuntu-phablet systemd[2675]: greenline.service: Failed with result 'exit-code'. Jun 07 10:06:30 ubuntu-phablet systemd[2675]: greenline.service: Main process exited, code=exited, status=203/EXEC Jun 07 10:06:30 ubuntu-phablet systemd[2675]: Started greenline.service - Greenline Sync Service. Jun 07 10:06:30 ubuntu-phablet systemd[2675]: greenline.service: Scheduled restart job, restart counter is at 5123. Jun 07 10:06:20 ubuntu-phablet systemd[2675]: greenline.service: Failed with result 'exit-code'. Jun 07 10:06:20 ubuntu-phablet systemd[2675]: greenline.service: Main process exited, code=exited, status=203/EXEC Jun 07 10:06:20 ubuntu-phablet systemd[2675]: Started greenline.service - Greenline Sync Service. Jun 07 10:06:20 ubuntu-phablet systemd[2675]: greenline.service: Scheduled restart job, restart counter is at 5122. Jun 07 10:06:10 ubuntu-phablet systemd[2675]: greenline.service: Failed with result 'exit-code'. Jun 07 10:06:10 ubuntu-phablet systemd[2675]: greenline.service: Main process exited, code=exited, status=203/EXEC Jun 07 10:06:10 ubuntu-phablet systemd[2675]: Started greenline.service - Greenline Sync Service. Jun 07 10:06:10 ubuntu-phablet systemd[2675]: greenline.service: Sch eduled restart job, restart counter is at 5121. Jun 07 10:05:59 ubuntu-phablet systemd[2675]: greenline.service: Failed with result 'exit-code'. Jun 07 10:05:59 ubuntu-phablet systemd[2675]: greenline.service: Main process exited, code=exited, status=203/EXEC Jun 07 10:05:59 ubuntu-phablet systemd[2675]: Started greenline.service - Greenline Sync Service. Thank you very much!