• Upgrading Pinephone from 20.04 to 24.04

    General
    1
    0 Votes
    1 Posts
    16 Views
    No one has replied
  • Organic Maps on Ubuntu Touch

    App Development
    7
    1 Votes
    7 Posts
    295 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.
  • Call for testing: Ubuntu Touch 24.04-1.1

    OS
    52
    12 Votes
    52 Posts
    4k Views
    C
    Hello, today I installed 24.04-1.1 rc2 but the micro SD card is still mounted read only. This is a problem to me. Many thanks & best regards Charly
  • Call for testing: Ubuntu Touch 20.04 OTA-11

    OS
    8
    5 Votes
    8 Posts
    816 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.
  • Playback pauses when changing pulseaudio's default sink

    Moved Unsolved App Development
    3
    1 Votes
    3 Posts
    165 Views
    ikozI
    @bbiw I think it's feature for when you listen to music through external headphones and you disconnect them to stop playing music. It also happens on Android.
  • Enabling MAC randomization

    Unsolved Support
    21
    1 Votes
    21 Posts
    584 Views
    G
    @nielsbasjes Since the grand total of devices in the test is 2 it's difficult to conclude anything. Does it happen in any neighboroud ? I mean has it been only tested in an enterprise context with special enterprise wifi access point? which version of UT do you use ? If the problem really interests you, you could enter the lxc android container (sudo lxc-attach --name android -- sh) and use logcat or take a look at the android wifi logs (/data/vendor/wifi/wlan_logs) while disabling/enabling the wifi in the Ui to see if any interesting error message does appear at this time.
  • Signal UT: Signal-Desktop for Ubuntu Touch

    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.
  • Lost its baseband,Need the EFS partition backup

    Meizu Pro5
    1
    0 Votes
    1 Posts
    31 Views
    No one has replied
  • [Question] getprop in a confined app?

    Unsolved App Development
    17
    0 Votes
    17 Posts
    274 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.
  • [Call for] Nominations for the UBports Community Awards

    General
    7
    4 Votes
    7 Posts
    283 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 !
  • Guide to charge limiting your Fairphone 5

    Fairphone 5
    15
    1 Votes
    15 Posts
    250 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.
  • Recommendations for Ubuntu Touch

    Moved General
    1
    0 Votes
    1 Posts
    66 Views
    No one has replied
  • any PineTab2 update?

    PineTab 1 & 2
    1
    0 Votes
    1 Posts
    42 Views
    No one has replied
  • Can not run xmir(?) apps

    Oneplus 6/6T
    3
    1
    0 Votes
    3 Posts
    103 Views
    R
    @TheTrench It's 20.04 OTA-10. 24.04 is not supported (yet, I hope) on this device.
  • Fingerprint

    Fairphone 5
    21
    1
    0 Votes
    21 Posts
    578 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
  • Progress on kernel updates

    Fairphone 4
    4
    7 Votes
    4 Posts
    229 Views
    fredldotmeF
    I've updated the kernel to 4.19.242 now locally, will test further and merge this ASAP.
  • Fairphone 5 stuck at the boot screen after update to 24.04

    Fairphone 5
    2
    0 Votes
    2 Posts
    68 Views
    P
    @Azura did you wait up to 20 Minutes like explained in the update blog? my FP 4 needed about 5 Minutes to reboot. have a try again and wait, maybe with installer without wipe...good luck.
  • How to build a Ubuntu touch rom for my tablet

    Porting
    2
    -1 Votes
    2 Posts
    71 Views
    MoemM
    @linhmieu Here is the Port Development Guide. Read through that first, and ask specific questions as they come up.
  • 0 Votes
    3 Posts
    2k Views
    L
    @libremax thanks , sorry for rely you late , i forgot my password
  • App developers' guide to publishing applications for Ubuntu Touch 24.04-1.x

    Pinned until 9/12/28, 8:51 PM App Development
    6
    10 Votes
    6 Posts
    2k Views
    lduboeufL
    @adorsaz said in App developers' guide to publishing applications for Ubuntu Touch 24.04-1.x: @bbiw said in App developers' guide to publishing applications for Ubuntu Touch 24.04-1.x: The standard and only qt_version settable in clickable.yaml is still 5.12...shouldn't this be 5.15 for the new noble system? I'm interested too about this topic, because I would like to port one of my GTK/Rust application to Qt/Rust. If qt 5.15 is available for clickable package I could use the cxx-qt tool to integrate Qt with my Rust library. Is it possible to create clickable package with qt 5.15 ? Yes Qt5.15 is available and it is this version that is used on Noble. So i bet if you set framework: ubuntu-touch-24.04-1.x in clickable.yml it will use the correct container with Qt5.15