UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • pparentP

      Signal UT: Signal-Desktop for Ubuntu Touch

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      56
      1
      4 Votes
      56 Posts
      2k Views
      adorsazA
      @pparent I've plugged my phone on a monitor and leverage the Ubuntu Touch desktop mode (convergence) to have Signal UT and Waydroid side by side. Then you can take picture directly with your phone. The only thing a bit hard with this setup were that Waydroid scale with a big zoom. I had to update the LineageOS display setting to reduce UI to the smallest possible value.
    • pparentP

      [Question] getprop in a confined app?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved App Development
      17
      0 Votes
      17 Posts
      280 Views
      G
      @kugiigi said in [Question] getprop in a confined app?: based on physical measurement I think that this physicalDotsPerInch thingy could be affected by the idea that QT has about the physical size of the screen: using my first pyqt application: from PyQt5.QtWidgets import QApplication q=QApplication(['demo']) ls = q.screens() myscr=ls[0] print(f"name={myscr.name()}") print(f"logicalDotsPerInchX={myscr.logicalDotsPerInchX()}") print(f"logicalDotsPerInchY={myscr.logicalDotsPerInchY()}") print(f"physicalDotsPerInch={myscr.physicalDotsPerInch()}") print(f"physicalDotsPerInchX={myscr.physicalDotsPerInchX()}") print(f"physicalDotsPerInchY={myscr.physicalDotsPerInchY()}") print(f"physicalSize={myscr.physicalSize()}") print(f"size={myscr.size()}") print(f"devicePixelRatio={myscr.devicePixelRatio()}") print(f"depth={myscr.depth()}") print(f"virtualSize={myscr.virtualSize()}") print(f"geometry={myscr.geometry()}") I get: name=XWAYLAND0 logicalDotsPerInchX=96.25263157894736 logicalDotsPerInchY=96.05042016806723 physicalDotsPerInch=320.48931496290584 physicalDotsPerInchX=320.51134020618554 physicalDotsPerInchY=320.46728971962614 physicalSize=PyQt5.QtCore.QSizeF(97.0, 214.0) size=PyQt5.QtCore.QSize(1224, 2700) devicePixelRatio=1.0 depth=24 virtualSize=PyQt5.QtCore.QSize(1224, 2700) geometry=PyQt5.QtCore.QRect(0, 0, 1224, 2700) since for my FP5, the physical size of the screen is supposed to be 21.4cm, that is, 8.425 inches, this gives 2700/(21.4/2.54) = 320.4672897196262 and that's physicalDotsPerInch is reporting in my test with pyqt on my FP5. Maybe Volle phones are also misreporting the physical size of the screen ? Edit: I think I understand; I am using straight qt and pyqt that has no knowledge of mir, that's why it is using xcb: printenv returns QT_QPA_PLATFORM=ubuntumirclient;wayland-egl;ecb I'll search if there is a way to get a plugin to enable my pyqt for ubuntu touch maybe it could give better results. Edit 2: not found but I now doubt that there is a good way to fix it on the FP5, Internet gave me the useful tip to use an utility called 'mirout', and it reports to me: phablet@ubuntu-phablet:~$ mirout Connected to server: <default> Output 1: LVDS, connected, 1224x2700+0+0, enabled, on, 97mm x 214mm (9.3"), normal, 3.00x, unknown, phone 1224x2700 60.00*+ Output 2: DisplayPort, disconnected Output 3: Virtual, disconnected 1920x1080 60.00*+ so the problem is indeed with the phone, not the driver.
    • C

      Guide to charge limiting your Fairphone 5

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 5
      15
      1 Votes
      15 Posts
      256 Views
      C
      @gpatel-fr yeah, I have things to do but in the weekend I'll refine this more the only reason I'm not taking this down is because I'm doing it on mt FP5 and it has not exploded yet... so I may be good until the weekend.
    • peat_psuwitP

      Call for testing: Ubuntu Touch 24.04-1.1

      Watching Ignoring Scheduled Pinned Locked Moved OS
      53
      12 Votes
      53 Posts
      4k Views
      G
      @Charly said in Call for testing: Ubuntu Touch 24.04-1.1: the micro SD card is still mounted read only. i'll try to find a micro sd card in the following days to check if it's just your phone or a general problem. In the mean time, if you can ssh to your phone and have some debugging practice, you could try to use journalctl --user -e -u ciborium and/or udisksctl (a command line utility) to check a bit on how things stand. Since I have never tried to do any test at all with a working and a non-working sd card on UT I'll not be able to help much in understanding these logs / reports, it's just that I know they exists. Ah, well, you did check the sd card on another device to see if it has not developed a fault at the same moment ? I know it's unlikely, but such things do happen.
    • R

      [Call for] Nominations for the UBports Community Awards

      Watching Ignoring Scheduled Pinned Locked Moved General
      7
      4 Votes
      7 Posts
      285 Views
      D
      Team Gold to everyone involved in the transition to a fluid Noble. It is partly transparent but you should know that the number of problems to fix in all directions and requests to validate is immeasurable !
    • UBportsNewsU

      Ubuntu Touch Q&A 178 call for questions.

      Watching Ignoring Scheduled Pinned Locked Moved News
      8
      0 Votes
      8 Posts
      781 Views
      U
      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?)
    • SanderS

      App: InTouch (native UBports Forum browser)

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      7
      4 Votes
      7 Posts
      187 Views
      SanderS
      @Moem Great
    • N

      Welcome to the UBports community! Introduce yourself here!

      Watching Ignoring Scheduled Pinned Locked Moved General community
      470
      3 Votes
      470 Posts
      533k Views
      OpolorkO
      Hi @Charly. Welcome to the UBports community.
    • E

      Fingerprint

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 5
      21
      1
      0 Votes
      21 Posts
      587 Views
      F
      Hopefully this will helps someone else here. This has been my experience with 24.04-01 Stable: Fingerprint sensor broken Daily: Audio Broken (did not test BT) RC: Everything is working
    • K

      Looking for testers: port for Lenovo Tab M8 HD (TB-8505F)

      Watching Ignoring Scheduled Pinned Locked Moved Porting
      56
      5 Votes
      56 Posts
      4k Views
      I
      @k.nacke im buys these days but anyways im biack into this thing if you need anything for me to test i can do it
    • nielsbasjesN

      Enabling MAC randomization

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      22
      1 Votes
      22 Posts
      599 Views
      G
      said in Enabling MAC randomization: the problem is a bit random itself actually, it's a bit clearer now; when I enable wifi, I see the whole bunch of other wifi access points around my place; if I close settings and come back after some time (don't remember, maybe half an hour) and I open wifi settings again, I don't see anymore any other access points that the one I am connected to.
    • B

      Organic Maps on Ubuntu Touch

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      7
      1 Votes
      7 Posts
      311 Views
      B
      @pparent I can imagine, that Alexander is quite experienced, and together you will find good solutions. If sombody else have ideas, I think is always good to hear and discuss them. I will ask Alexander if I can give you his emailadress.
    • F

      How to use volte

      Watching Ignoring Scheduled Pinned Locked Moved Volla Phone 22
      20
      0 Votes
      20 Posts
      871 Views
      G
      @domubpkm said in How to use volte: I speak of Volte in this case, I can confirm you that the people who defined VolTe (the businesss associations working on this standard) are most definitely not bothering with the interactions of UT and Bouygues, this is far far below their field of concern
    • fredldotmeF

      Progress on kernel updates

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 4
      4
      7 Votes
      4 Posts
      231 Views
      fredldotmeF
      I've updated the kernel to 4.19.242 now locally, will test further and merge this ASAP.
    • T

      Do I have to revert to Android 9 between installing Linux mobile operating systems?

      Watching Ignoring Scheduled Pinned Locked Moved Google Pixel 3a/3a XL
      4
      0 Votes
      4 Posts
      79 Views
      R
      @theprivacydad Flash a factory image using fastboot. https://android.gadgethacks.com/how-to/complete-guide-flashing-factory-images-android-using-fastboot-0175277/
    • DJacD

      mobiles data & bouygues telecom

      Watching Ignoring Scheduled Pinned Locked Moved Solved Support
      5
      1 Votes
      5 Posts
      235 Views
      DJacD
      yes, I see this topic. and my search giveme this : https://forum.fairphone.com/t/pas-dacces-4g-et-ni-mms-avec-bouygues-telecom-sous-ubuntu-touch/117304 and it works... so. i share it but, this way don't allow to receive mms whithout internet connection.
    • B

      paste in terminal, clock widget in home screen help request

      Watching Ignoring Scheduled Pinned Locked Moved Xiaomi Redmi Note 9 Pro/Pro Max/9S & Poco M2 Pro
      7
      0 Votes
      7 Posts
      210 Views
      G
      @Biplabro said in paste in terminal, clock widget in home screen help request: github page of mobile browser are you talking about Morph ? I just tried it and can't repro. Using long press and paste from the menu seems to work fine for me.
    • TeckMonsterT

      Has anyone looked into porting to a foldable?

      Watching Ignoring Scheduled Pinned Locked Moved OS
      4
      0 Votes
      4 Posts
      180 Views
      TeckMonsterT
      If a trusted & skilled dev wants to take this on I am will to buy them a used 1st gen Pixel Fold. I may be willing to pay $300 towards a Fold 9, but I hate how big those are, though they have display out which the smaller 1st gen doesn't have:( Ah shoot, I just realized Halium might be an issue for both those, as far as I can tell we don't have one for Android 14 or 15 yet. o7
    • peat_psuwitP

      Call for testing: Ubuntu Touch 20.04 OTA-11

      Watching Ignoring Scheduled Pinned Locked Moved OS
      8
      5 Votes
      8 Posts
      824 Views
      peat_psuwitP
      Update 18 November 2025 (2): Apologize for the mistake. We've published Ubuntu Touch 20.04 OTA-11 RC 2 to include a fix for sending SMS on some VoLTE-enabled devices.. The release date for Ubuntu Touch 20.04 OTA-11 is still 25 November 2025.
    • R

      Can not run xmir(?) apps

      Watching Ignoring Scheduled Pinned Locked Moved Oneplus 6/6T
      3
      1
      0 Votes
      3 Posts
      104 Views
      R
      @TheTrench It's 20.04 OTA-10. 24.04 is not supported (yet, I hope) on this device.